Changeset 59329aa for trip-planner-front/node_modules/which
- 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/which/package.json
rceaed42 r59329aa 1 1 { 2 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", 3 "name": "which", 4 "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", 5 "version": "1.3.1", 6 "repository": { 7 "type": "git", 8 "url": "git://github.com/isaacs/node-which.git" 2 "_args": [ 3 [ 4 "which@1.3.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "which@1.3.1", 10 "_id": "which@1.3.1", 11 "_inBundle": false, 12 "_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", 13 "_location": "/which", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "which@1.3.1", 19 "name": "which", 20 "escapedName": "which", 21 "rawSpec": "1.3.1", 22 "saveSpec": null, 23 "fetchSpec": "1.3.1" 9 24 }, 10 "main": "which.js", 11 "bin": "./bin/which", 12 "license": "ISC", 25 "_requiredBy": [ 26 "/cross-spawn", 27 "/karma-chrome-launcher" 28 ], 29 "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", 30 "_spec": "1.3.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Isaac Z. Schlueter", 34 "email": "i@izs.me", 35 "url": "http://blog.izs.me" 36 }, 37 "bin": { 38 "which": "bin/which" 39 }, 40 "bugs": { 41 "url": "https://github.com/isaacs/node-which/issues" 42 }, 13 43 "dependencies": { 14 44 "isexe": "^2.0.0" 15 45 }, 46 "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", 16 47 "devDependencies": { 17 48 "mkdirp": "^0.5.0", … … 19 50 "tap": "^12.0.1" 20 51 }, 21 "scripts": {22 "test": "tap test/*.js --cov",23 "changelog": "bash gen-changelog.sh",24 "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}"25 },26 52 "files": [ 27 53 "which.js", 28 54 "bin/which" 29 ] 55 ], 56 "homepage": "https://github.com/isaacs/node-which#readme", 57 "license": "ISC", 58 "main": "which.js", 59 "name": "which", 60 "repository": { 61 "type": "git", 62 "url": "git://github.com/isaacs/node-which.git" 63 }, 64 "scripts": { 65 "changelog": "bash gen-changelog.sh", 66 "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}", 67 "test": "tap test/*.js --cov" 68 }, 69 "version": "1.3.1" 30 70 }
Note:
See TracChangeset
for help on using the changeset viewer.