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