| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "source-map-support@~0.5.12", |
| 3 | "_id": "source-map-support@0.5.19", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", |
| 6 | "_location": "/source-map-support", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "source-map-support@~0.5.12", |
| 12 | "name": "source-map-support", |
| 13 | "escapedName": "source-map-support", |
| 14 | "rawSpec": "~0.5.12", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "~0.5.12" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/terser" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", |
| 22 | "_shasum": "a98b62f86dcaf4f67399648c085291ab9e8fed61", |
| 23 | "_spec": "source-map-support@~0.5.12", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\terser", |
| 25 | "bugs": { |
| 26 | "url": "https://github.com/evanw/node-source-map-support/issues" |
| 27 | }, |
| 28 | "bundleDependencies": false, |
| 29 | "dependencies": { |
| 30 | "buffer-from": "^1.0.0", |
| 31 | "source-map": "^0.6.0" |
| 32 | }, |
| 33 | "deprecated": false, |
| 34 | "description": "Fixes stack traces for files with source maps", |
| 35 | "devDependencies": { |
| 36 | "browserify": "^4.2.3", |
| 37 | "coffeescript": "^1.12.7", |
| 38 | "http-server": "^0.11.1", |
| 39 | "mocha": "^3.5.3", |
| 40 | "webpack": "^1.15.0" |
| 41 | }, |
| 42 | "homepage": "https://github.com/evanw/node-source-map-support#readme", |
| 43 | "license": "MIT", |
| 44 | "main": "./source-map-support.js", |
| 45 | "name": "source-map-support", |
| 46 | "repository": { |
| 47 | "type": "git", |
| 48 | "url": "git+https://github.com/evanw/node-source-map-support.git" |
| 49 | }, |
| 50 | "scripts": { |
| 51 | "build": "node build.js", |
| 52 | "prepublish": "npm run build", |
| 53 | "serve-tests": "http-server -p 1336", |
| 54 | "test": "mocha" |
| 55 | }, |
| 56 | "version": "0.5.19" |
| 57 | } |