Changeset 59329aa for trip-planner-front/node_modules/convert-source-map
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/convert-source-map/package.json
rceaed42 r59329aa 1 1 { 2 "name": "convert-source-map", 3 "version": "1.8.0", 4 "description": "Converts a source-map from/to different formats and allows adding/changing properties.", 5 "main": "index.js", 6 "scripts": { 7 "test": "tap test/*.js --color" 2 "_args": [ 3 [ 4 "convert-source-map@1.8.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "convert-source-map@1.8.0", 10 "_id": "convert-source-map@1.8.0", 11 "_inBundle": false, 12 "_integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", 13 "_location": "/convert-source-map", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "convert-source-map@1.8.0", 19 "name": "convert-source-map", 20 "escapedName": "convert-source-map", 21 "rawSpec": "1.8.0", 22 "saveSpec": null, 23 "fetchSpec": "1.8.0" 8 24 }, 9 "repository": { 10 "type": "git", 11 "url": "git://github.com/thlorenz/convert-source-map.git" 25 "_requiredBy": [ 26 "/@angular/compiler-cli", 27 "/@babel/core", 28 "/@jsdevtools/coverage-istanbul-loader", 29 "/resolve-url-loader" 30 ], 31 "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", 32 "_spec": "1.8.0", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Thorsten Lorenz", 36 "email": "thlorenz@gmx.de", 37 "url": "http://thlorenz.com" 12 38 }, 13 "homepage": "https://github.com/thlorenz/convert-source-map", 39 "browser": { 40 "fs": false 41 }, 42 "bugs": { 43 "url": "https://github.com/thlorenz/convert-source-map/issues" 44 }, 14 45 "dependencies": { 15 46 "safe-buffer": "~5.1.1" 16 47 }, 48 "description": "Converts a source-map from/to different formats and allows adding/changing properties.", 17 49 "devDependencies": { 18 50 "inline-source-map": "~0.6.2", 19 51 "tap": "~9.0.0" 20 52 }, 53 "engine": { 54 "node": ">=0.6" 55 }, 56 "files": [ 57 "index.js" 58 ], 59 "homepage": "https://github.com/thlorenz/convert-source-map", 21 60 "keywords": [ 22 61 "convert", … … 27 66 "debug" 28 67 ], 29 "author": { 30 "name": "Thorsten Lorenz", 31 "email": "thlorenz@gmx.de", 32 "url": "http://thlorenz.com" 68 "license": "MIT", 69 "main": "index.js", 70 "name": "convert-source-map", 71 "repository": { 72 "type": "git", 73 "url": "git://github.com/thlorenz/convert-source-map.git" 33 74 }, 34 "license": "MIT", 35 "engine": { 36 "node": ">=0.6" 75 "scripts": { 76 "test": "tap test/*.js --color" 37 77 }, 38 "files": [ 39 "index.js" 40 ], 41 "browser": { 42 "fs": false 43 } 78 "version": "1.8.0" 44 79 }
Note:
See TracChangeset
for help on using the changeset viewer.