| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "source-map-resolve@^0.5.0", |
| 3 | "_id": "source-map-resolve@0.5.3", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", |
| 6 | "_location": "/source-map-resolve", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "source-map-resolve@^0.5.0", |
| 12 | "name": "source-map-resolve", |
| 13 | "escapedName": "source-map-resolve", |
| 14 | "rawSpec": "^0.5.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^0.5.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/snapdragon" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", |
| 22 | "_shasum": "190866bece7553e1f8f267a2ee82c606b5509a1a", |
| 23 | "_spec": "source-map-resolve@^0.5.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\snapdragon", |
| 25 | "author": { |
| 26 | "name": "Simon Lydell" |
| 27 | }, |
| 28 | "browser": "source-map-resolve.js", |
| 29 | "bugs": { |
| 30 | "url": "https://github.com/lydell/source-map-resolve/issues" |
| 31 | }, |
| 32 | "bundleDependencies": false, |
| 33 | "dependencies": { |
| 34 | "atob": "^2.1.2", |
| 35 | "decode-uri-component": "^0.2.0", |
| 36 | "resolve-url": "^0.2.1", |
| 37 | "source-map-url": "^0.4.0", |
| 38 | "urix": "^0.1.0" |
| 39 | }, |
| 40 | "deprecated": false, |
| 41 | "description": "Resolve the source map and/or sources for a generated file.", |
| 42 | "devDependencies": { |
| 43 | "Base64": "1.1.0", |
| 44 | "jshint": "2.10.3", |
| 45 | "setimmediate": "1.0.5", |
| 46 | "simple-asyncify": "1.0.0", |
| 47 | "tape": "4.12.1" |
| 48 | }, |
| 49 | "files": [ |
| 50 | "lib", |
| 51 | "source-map-resolve.js" |
| 52 | ], |
| 53 | "homepage": "https://github.com/lydell/source-map-resolve#readme", |
| 54 | "keywords": [ |
| 55 | "source map", |
| 56 | "sourcemap", |
| 57 | "source", |
| 58 | "map", |
| 59 | "sourceMappingURL", |
| 60 | "resolve", |
| 61 | "resolver", |
| 62 | "locate", |
| 63 | "locator", |
| 64 | "find", |
| 65 | "finder" |
| 66 | ], |
| 67 | "license": "MIT", |
| 68 | "main": "lib/source-map-resolve-node.js", |
| 69 | "name": "source-map-resolve", |
| 70 | "repository": { |
| 71 | "type": "git", |
| 72 | "url": "git+https://github.com/lydell/source-map-resolve.git" |
| 73 | }, |
| 74 | "scripts": { |
| 75 | "build": "node generate-source-map-resolve.js", |
| 76 | "lint": "jshint lib/ test/", |
| 77 | "test": "npm run lint && npm run unit", |
| 78 | "unit": "node test/source-map-resolve.js && node test/windows.js" |
| 79 | }, |
| 80 | "version": "0.5.3" |
| 81 | } |