Changeset 59329aa for trip-planner-front/node_modules/path-key
- 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/path-key/package.json
rceaed42 r59329aa 1 1 { 2 "name": "path-key", 3 "version": "2.0.1", 4 "description": "Get the PATH environment variable key cross-platform", 5 "license": "MIT", 6 "repository": "sindresorhus/path-key", 2 "_args": [ 3 [ 4 "path-key@2.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "path-key@2.0.1", 10 "_id": "path-key@2.0.1", 11 "_inBundle": false, 12 "_integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", 13 "_location": "/path-key", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "path-key@2.0.1", 19 "name": "path-key", 20 "escapedName": "path-key", 21 "rawSpec": "2.0.1", 22 "saveSpec": null, 23 "fetchSpec": "2.0.1" 24 }, 25 "_requiredBy": [ 26 "/cross-spawn", 27 "/npm-run-path" 28 ], 29 "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", 30 "_spec": "2.0.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 32 "author": { 8 33 "name": "Sindre Sorhus", … … 10 35 "url": "sindresorhus.com" 11 36 }, 37 "bugs": { 38 "url": "https://github.com/sindresorhus/path-key/issues" 39 }, 40 "description": "Get the PATH environment variable key cross-platform", 41 "devDependencies": { 42 "ava": "*", 43 "xo": "*" 44 }, 12 45 "engines": { 13 46 "node": ">=4" 14 },15 "scripts": {16 "test": "xo && ava"17 47 }, 18 48 "files": [ 19 49 "index.js" 20 50 ], 51 "homepage": "https://github.com/sindresorhus/path-key#readme", 21 52 "keywords": [ 22 53 "path", … … 30 61 "windows" 31 62 ], 32 "devDependencies": { 33 "ava": "*", 34 "xo": "*" 63 "license": "MIT", 64 "name": "path-key", 65 "repository": { 66 "type": "git", 67 "url": "git+https://github.com/sindresorhus/path-key.git" 35 68 }, 69 "scripts": { 70 "test": "xo && ava" 71 }, 72 "version": "2.0.1", 36 73 "xo": { 37 74 "esnext": true
Note:
See TracChangeset
for help on using the changeset viewer.