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