Changeset 59329aa for trip-planner-front/node_modules/parent-module
- 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/parent-module/package.json
rceaed42 r59329aa 1 1 { 2 "name": "parent-module", 3 "version": "1.0.1", 4 "description": "Get the path of the parent module", 5 "license": "MIT", 6 "repository": "sindresorhus/parent-module", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=6" 14 }, 15 "scripts": { 16 "test": "xo && ava" 17 }, 18 "files": [ 19 "index.js" 20 ], 21 "keywords": [ 22 "parent", 23 "module", 24 "package", 25 "pkg", 26 "caller", 27 "calling", 28 "module", 29 "path", 30 "callsites", 31 "callsite", 32 "stacktrace", 33 "stack", 34 "trace", 35 "function", 36 "file" 37 ], 38 "dependencies": { 39 "callsites": "^3.0.0" 40 }, 41 "devDependencies": { 42 "ava": "^1.4.1", 43 "execa": "^1.0.0", 44 "xo": "^0.24.0" 45 } 2 "_args": [ 3 [ 4 "parent-module@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "parent-module@1.0.1", 10 "_id": "parent-module@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", 13 "_location": "/parent-module", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "parent-module@1.0.1", 19 "name": "parent-module", 20 "escapedName": "parent-module", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/import-fresh" 27 ], 28 "_resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", 29 "_spec": "1.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/parent-module/issues" 38 }, 39 "dependencies": { 40 "callsites": "^3.0.0" 41 }, 42 "description": "Get the path of the parent module", 43 "devDependencies": { 44 "ava": "^1.4.1", 45 "execa": "^1.0.0", 46 "xo": "^0.24.0" 47 }, 48 "engines": { 49 "node": ">=6" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/sindresorhus/parent-module#readme", 55 "keywords": [ 56 "parent", 57 "module", 58 "package", 59 "pkg", 60 "caller", 61 "calling", 62 "module", 63 "path", 64 "callsites", 65 "callsite", 66 "stacktrace", 67 "stack", 68 "trace", 69 "function", 70 "file" 71 ], 72 "license": "MIT", 73 "name": "parent-module", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/sindresorhus/parent-module.git" 77 }, 78 "scripts": { 79 "test": "xo && ava" 80 }, 81 "version": "1.0.1" 46 82 }
Note:
See TracChangeset
for help on using the changeset viewer.