Changeset 59329aa for trip-planner-front/node_modules/commondir
- 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/commondir/package.json
rceaed42 r59329aa 1 1 { 2 "name": "commondir", 3 "version": "1.0.1", 2 "_args": [ 3 [ 4 "commondir@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "commondir@1.0.1", 10 "_id": "commondir@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", 13 "_location": "/commondir", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "commondir@1.0.1", 19 "name": "commondir", 20 "escapedName": "commondir", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/find-cache-dir" 27 ], 28 "_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", 29 "_spec": "1.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "James Halliday", 33 "email": "mail@substack.net", 34 "url": "http://substack.net" 35 }, 36 "bugs": { 37 "url": "https://github.com/substack/node-commondir/issues" 38 }, 39 "dependencies": {}, 4 40 "description": "compute the closest common parent for file paths", 5 "main": "index.js",6 "dependencies": {},7 41 "devDependencies": { 8 42 "tape": "^3.5.0" 9 43 }, 10 " scripts": {11 " test": "tape test/*.js"44 "engine": { 45 "node": ">=0.4" 12 46 }, 13 "repository": { 14 "type": "git", 15 "url": "http://github.com/substack/node-commondir.git" 16 }, 47 "homepage": "https://github.com/substack/node-commondir#readme", 17 48 "keywords": [ 18 49 "common", … … 23 54 "root" 24 55 ], 25 "author": { 26 "name": "James Halliday", 27 "email": "mail@substack.net", 28 "url": "http://substack.net" 56 "license": "MIT", 57 "main": "index.js", 58 "name": "commondir", 59 "repository": { 60 "type": "git", 61 "url": "git+ssh://git@github.com/substack/node-commondir.git" 29 62 }, 30 " license": "MIT",31 "engine": {32 "node": ">=0.4"33 }63 "scripts": { 64 "test": "tape test/*.js" 65 }, 66 "version": "1.0.1" 34 67 }
Note:
See TracChangeset
for help on using the changeset viewer.