- 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/source-map-url/package.json
rceaed42 r59329aa 1 1 { 2 "name": "source-map-url", 3 "version": "0.4.1", 4 "author": "Simon Lydell", 5 "license": "MIT", 2 "_args": [ 3 [ 4 "source-map-url@0.4.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "source-map-url@0.4.1", 10 "_id": "source-map-url@0.4.1", 11 "_inBundle": false, 12 "_integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", 13 "_location": "/source-map-url", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "source-map-url@0.4.1", 19 "name": "source-map-url", 20 "escapedName": "source-map-url", 21 "rawSpec": "0.4.1", 22 "saveSpec": null, 23 "fetchSpec": "0.4.1" 24 }, 25 "_requiredBy": [ 26 "/css-parse/source-map-resolve", 27 "/snapdragon/source-map-resolve" 28 ], 29 "_resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", 30 "_spec": "0.4.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Simon Lydell" 34 }, 35 "bugs": { 36 "url": "https://github.com/lydell/source-map-url/issues" 37 }, 6 38 "description": "Tools for working with sourceMappingURL comments.", 39 "devDependencies": { 40 "expect.js": "~0.3.1", 41 "jshint": "~2.4.3", 42 "mocha": "~1.17.1" 43 }, 44 "homepage": "https://github.com/lydell/source-map-url#readme", 7 45 "keywords": [ 8 46 "source map", … … 11 49 "annotation" 12 50 ], 51 "license": "MIT", 13 52 "main": "source-map-url.js", 14 "repository": "lydell/source-map-url", 53 "name": "source-map-url", 54 "repository": { 55 "type": "git", 56 "url": "git+https://github.com/lydell/source-map-url.git" 57 }, 15 58 "scripts": { 16 59 "lint": "jshint source-map-url.js test/ ", 17 "unit": "mocha", 18 "test": "npm run lint && npm run unit" 19 }, 20 "devDependencies": { 21 "mocha": "~1.17.1", 22 "expect.js": "~0.3.1", 23 "jshint": "~2.4.3" 60 "test": "npm run lint && npm run unit", 61 "unit": "mocha" 24 62 }, 25 63 "testling": { … … 36 74 "android-browser/4" 37 75 ] 38 } 76 }, 77 "version": "0.4.1" 39 78 }
Note:
See TracChangeset
for help on using the changeset viewer.