Changeset 79a0317 for imaps-frontend/node_modules/stacktrace-gps
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- Location:
- imaps-frontend/node_modules/stacktrace-gps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/stacktrace-gps/node_modules/source-map/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "source-map", 2 "_from": "source-map@0.5.6", 3 "_id": "source-map@0.5.6", 4 "_inBundle": false, 5 "_integrity": "sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==", 6 "_location": "/stacktrace-gps/source-map", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "source-map@0.5.6", 12 "name": "source-map", 13 "escapedName": "source-map", 14 "rawSpec": "0.5.6", 15 "saveSpec": null, 16 "fetchSpec": "0.5.6" 17 }, 18 "_requiredBy": [ 19 "/stacktrace-gps" 20 ], 21 "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", 22 "_shasum": "75ce38f52bf0733c5a7f0c118d81334a2bb5f412", 23 "_spec": "source-map@0.5.6", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/stacktrace-gps", 25 "author": { 26 "name": "Nick Fitzgerald", 27 "email": "nfitzgerald@mozilla.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/mozilla/source-map/issues" 31 }, 32 "bundleDependencies": false, 33 "contributors": [ 34 { 35 "name": "Tobias Koppers", 36 "email": "tobias.koppers@googlemail.com" 37 }, 38 { 39 "name": "Duncan Beevers", 40 "email": "duncan@dweebd.com" 41 }, 42 { 43 "name": "Stephen Crane", 44 "email": "scrane@mozilla.com" 45 }, 46 { 47 "name": "Ryan Seddon", 48 "email": "seddon.ryan@gmail.com" 49 }, 50 { 51 "name": "Miles Elam", 52 "email": "miles.elam@deem.com" 53 }, 54 { 55 "name": "Mihai Bazon", 56 "email": "mihai.bazon@gmail.com" 57 }, 58 { 59 "name": "Michael Ficarra", 60 "email": "github.public.email@michael.ficarra.me" 61 }, 62 { 63 "name": "Todd Wolfson", 64 "email": "todd@twolfson.com" 65 }, 66 { 67 "name": "Alexander Solovyov", 68 "email": "alexander@solovyov.net" 69 }, 70 { 71 "name": "Felix Gnass", 72 "email": "fgnass@gmail.com" 73 }, 74 { 75 "name": "Conrad Irwin", 76 "email": "conrad.irwin@gmail.com" 77 }, 78 { 79 "name": "usrbincc", 80 "email": "usrbincc@yahoo.com" 81 }, 82 { 83 "name": "David Glasser", 84 "email": "glasser@davidglasser.net" 85 }, 86 { 87 "name": "Chase Douglas", 88 "email": "chase@newrelic.com" 89 }, 90 { 91 "name": "Evan Wallace", 92 "email": "evan.exe@gmail.com" 93 }, 94 { 95 "name": "Heather Arthur", 96 "email": "fayearthur@gmail.com" 97 }, 98 { 99 "name": "Hugh Kennedy", 100 "email": "hughskennedy@gmail.com" 101 }, 102 { 103 "name": "David Glasser", 104 "email": "glasser@davidglasser.net" 105 }, 106 { 107 "name": "Simon Lydell", 108 "email": "simon.lydell@gmail.com" 109 }, 110 { 111 "name": "Jmeas Smith", 112 "email": "jellyes2@gmail.com" 113 }, 114 { 115 "name": "Michael Z Goddard", 116 "email": "mzgoddard@gmail.com" 117 }, 118 { 119 "name": "azu", 120 "email": "azu@users.noreply.github.com" 121 }, 122 { 123 "name": "John Gozde", 124 "email": "john@gozde.ca" 125 }, 126 { 127 "name": "Adam Kirkton", 128 "email": "akirkton@truefitinnovation.com" 129 }, 130 { 131 "name": "Chris Montgomery", 132 "email": "christopher.montgomery@dowjones.com" 133 }, 134 { 135 "name": "J. Ryan Stinnett", 136 "email": "jryans@gmail.com" 137 }, 138 { 139 "name": "Jack Herrington", 140 "email": "jherrington@walmartlabs.com" 141 }, 142 { 143 "name": "Chris Truter", 144 "email": "jeffpalentine@gmail.com" 145 }, 146 { 147 "name": "Daniel Espeset", 148 "email": "daniel@danielespeset.com" 149 }, 150 { 151 "name": "Jamie Wong", 152 "email": "jamie.lf.wong@gmail.com" 153 }, 154 { 155 "name": "Eddy Bruël", 156 "email": "ejpbruel@mozilla.com" 157 }, 158 { 159 "name": "Hawken Rives", 160 "email": "hawkrives@gmail.com" 161 }, 162 { 163 "name": "Gilad Peleg", 164 "email": "giladp007@gmail.com" 165 }, 166 { 167 "name": "djchie", 168 "email": "djchie.dev@gmail.com" 169 }, 170 { 171 "name": "Gary Ye", 172 "email": "garysye@gmail.com" 173 }, 174 { 175 "name": "Nicolas Lalevée", 176 "email": "nicolas.lalevee@hibnet.org" 177 } 178 ], 179 "deprecated": false, 3 180 "description": "Generates and consumes source maps", 4 "version": "0.5.6", 5 "homepage": "https://github.com/mozilla/source-map", 6 "author": "Nick Fitzgerald <nfitzgerald@mozilla.com>", 7 "contributors": [ 8 "Tobias Koppers <tobias.koppers@googlemail.com>", 9 "Duncan Beevers <duncan@dweebd.com>", 10 "Stephen Crane <scrane@mozilla.com>", 11 "Ryan Seddon <seddon.ryan@gmail.com>", 12 "Miles Elam <miles.elam@deem.com>", 13 "Mihai Bazon <mihai.bazon@gmail.com>", 14 "Michael Ficarra <github.public.email@michael.ficarra.me>", 15 "Todd Wolfson <todd@twolfson.com>", 16 "Alexander Solovyov <alexander@solovyov.net>", 17 "Felix Gnass <fgnass@gmail.com>", 18 "Conrad Irwin <conrad.irwin@gmail.com>", 19 "usrbincc <usrbincc@yahoo.com>", 20 "David Glasser <glasser@davidglasser.net>", 21 "Chase Douglas <chase@newrelic.com>", 22 "Evan Wallace <evan.exe@gmail.com>", 23 "Heather Arthur <fayearthur@gmail.com>", 24 "Hugh Kennedy <hughskennedy@gmail.com>", 25 "David Glasser <glasser@davidglasser.net>", 26 "Simon Lydell <simon.lydell@gmail.com>", 27 "Jmeas Smith <jellyes2@gmail.com>", 28 "Michael Z Goddard <mzgoddard@gmail.com>", 29 "azu <azu@users.noreply.github.com>", 30 "John Gozde <john@gozde.ca>", 31 "Adam Kirkton <akirkton@truefitinnovation.com>", 32 "Chris Montgomery <christopher.montgomery@dowjones.com>", 33 "J. Ryan Stinnett <jryans@gmail.com>", 34 "Jack Herrington <jherrington@walmartlabs.com>", 35 "Chris Truter <jeffpalentine@gmail.com>", 36 "Daniel Espeset <daniel@danielespeset.com>", 37 "Jamie Wong <jamie.lf.wong@gmail.com>", 38 "Eddy Bruël <ejpbruel@mozilla.com>", 39 "Hawken Rives <hawkrives@gmail.com>", 40 "Gilad Peleg <giladp007@gmail.com>", 41 "djchie <djchie.dev@gmail.com>", 42 "Gary Ye <garysye@gmail.com>", 43 "Nicolas Lalevée <nicolas.lalevee@hibnet.org>" 44 ], 45 "repository": { 46 "type": "git", 47 "url": "http://github.com/mozilla/source-map.git" 48 }, 49 "main": "./source-map.js", 181 "devDependencies": { 182 "doctoc": "^0.15.0", 183 "webpack": "^1.12.0" 184 }, 185 "engines": { 186 "node": ">=0.10.0" 187 }, 50 188 "files": [ 51 189 "source-map.js", … … 56 194 "dist/source-map.min.js.map" 57 195 ], 58 "engines": { 59 "node": ">=0.10.0" 60 }, 196 "homepage": "https://github.com/mozilla/source-map", 61 197 "license": "BSD-3-Clause", 198 "main": "./source-map.js", 199 "name": "source-map", 200 "repository": { 201 "type": "git", 202 "url": "git+ssh://git@github.com/mozilla/source-map.git" 203 }, 62 204 "scripts": { 205 "build": "webpack --color", 63 206 "test": "npm run build && node test/run-tests.js", 64 "build": "webpack --color",65 207 "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" 66 208 }, 67 "devDependencies": { 68 "doctoc": "^0.15.0", 69 "webpack": "^1.12.0" 70 } 209 "version": "0.5.6" 71 210 } -
imaps-frontend/node_modules/stacktrace-gps/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "stacktrace-gps", 3 "description": "Turns partial code location into precise code location", 4 "maintainers": [ 5 "Eric Wendelin <me@eriwen.com> (https://www.eriwen.com)", 6 "Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)", 7 "Oliver Salzburg (https://github.com/oliversalzburg)" 2 "_from": "stacktrace-gps@^3.0.4", 3 "_id": "stacktrace-gps@3.1.2", 4 "_inBundle": false, 5 "_integrity": "sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==", 6 "_location": "/stacktrace-gps", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "stacktrace-gps@^3.0.4", 12 "name": "stacktrace-gps", 13 "escapedName": "stacktrace-gps", 14 "rawSpec": "^3.0.4", 15 "saveSpec": null, 16 "fetchSpec": "^3.0.4" 17 }, 18 "_requiredBy": [ 19 "/stacktrace-js" 8 20 ], 9 "version": "3.1.2", 10 "license": "MIT", 11 "keywords": [ 12 "stacktrace", 13 "error", 14 "debugger" 15 ], 16 "homepage": "https://www.stacktracejs.com", 17 "repository": { 18 "type": "git", 19 "url": "git://github.com/stacktracejs/stacktrace-gps.git" 21 "_resolved": "https://registry.npmjs.org/stacktrace-gps/-/stacktrace-gps-3.1.2.tgz", 22 "_shasum": "0c40b24a9b119b20da4525c398795338966a2fb0", 23 "_spec": "stacktrace-gps@^3.0.4", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/stacktrace-js", 25 "bugs": { 26 "url": "https://github.com/stacktracejs/stacktrace-gps/issues" 20 27 }, 28 "bundleDependencies": false, 21 29 "dependencies": { 22 30 "source-map": "0.5.6", 23 31 "stackframe": "^1.3.4" 24 32 }, 33 "deprecated": false, 34 "description": "Turns partial code location into precise code location", 25 35 "devDependencies": { 26 36 "es6-promise": "^3.3.1", … … 47 57 "webpack-cli": "^3.3.12" 48 58 }, 49 "bugs": {50 "url": "https://github.com/stacktracejs/stacktrace-gps/issues"51 },52 "main": "./stacktrace-gps.js",53 "typings": "./stacktrace-gps.d.ts",54 59 "files": [ 55 60 "LICENSE", … … 60 65 "node_modules/source-map/" 61 66 ], 67 "homepage": "https://www.stacktracejs.com", 68 "keywords": [ 69 "stacktrace", 70 "error", 71 "debugger" 72 ], 73 "license": "MIT", 74 "main": "./stacktrace-gps.js", 75 "maintainers": [ 76 { 77 "name": "Eric Wendelin", 78 "email": "me@eriwen.com", 79 "url": "https://www.eriwen.com" 80 }, 81 { 82 "name": "Victor Homyakov", 83 "email": "vkhomyackov@gmail.com", 84 "url": "https://github.com/victor-homyakov" 85 }, 86 { 87 "name": "Oliver Salzburg", 88 "url": "https://github.com/oliversalzburg" 89 } 90 ], 91 "name": "stacktrace-gps", 92 "repository": { 93 "type": "git", 94 "url": "git://github.com/stacktracejs/stacktrace-gps.git" 95 }, 62 96 "scripts": { 63 97 "lint": "eslint --fix stacktrace-gps.js spec/", 64 98 "prepare": "cp stacktrace-gps.js polyfills.js dist/ && ./node_modules/.bin/webpack --mode production && uglifyjs node_modules/stackframe/stackframe.js ./build/bundle.js stacktrace-gps.js -o dist/stacktrace-gps.min.js --compress --mangle --source-map \"url=stacktrace-gps.min.js.map\" && uglifyjs node_modules/es6-promise/dist/es6-promise.js polyfills.js node_modules/stackframe/stackframe.js build/bundle.js stacktrace-gps.js -o dist/stacktrace-gps-with-polyfills.min.js --compress --mangle --source-map \"url=stacktrace-gps-polyfilled.min.js.map\"", 65 99 "test": "karma start karma.conf.js --single-run", 66 "test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_No_Sandbox", 67 "test-ci": "karma start karma.conf.ci.js --single-run" 68 } 100 "test-ci": "karma start karma.conf.ci.js --single-run", 101 "test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_No_Sandbox" 102 }, 103 "typings": "./stacktrace-gps.d.ts", 104 "version": "3.1.2" 69 105 }
Note:
See TracChangeset
for help on using the changeset viewer.