| | |
| | | { |
| | | "_args": [ |
| | | [ |
| | | "which@2.0.2", |
| | | "/Users/tomas/PAM/PAMapp" |
| | | ] |
| | | ], |
| | | "_from": "which@2.0.2", |
| | | "_from": "which@^2.0.1", |
| | | "_id": "which@2.0.2", |
| | | "_inBundle": false, |
| | | "_integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", |
| | | "_location": "/which", |
| | | "_phantomChildren": {}, |
| | | "_requested": { |
| | | "type": "version", |
| | | "type": "range", |
| | | "registry": true, |
| | | "raw": "which@2.0.2", |
| | | "raw": "which@^2.0.1", |
| | | "name": "which", |
| | | "escapedName": "which", |
| | | "rawSpec": "2.0.2", |
| | | "rawSpec": "^2.0.1", |
| | | "saveSpec": null, |
| | | "fetchSpec": "2.0.2" |
| | | "fetchSpec": "^2.0.1" |
| | | }, |
| | | "_requiredBy": [ |
| | | "/cross-spawn" |
| | | ], |
| | | "_resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", |
| | | "_spec": "2.0.2", |
| | | "_where": "/Users/tomas/PAM/PAMapp", |
| | | "_shasum": "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1", |
| | | "_spec": "which@^2.0.1", |
| | | "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\cross-spawn", |
| | | "author": { |
| | | "name": "Isaac Z. Schlueter", |
| | | "email": "i@izs.me", |
| | |
| | | "bugs": { |
| | | "url": "https://github.com/isaacs/node-which/issues" |
| | | }, |
| | | "bundleDependencies": false, |
| | | "dependencies": { |
| | | "isexe": "^2.0.0" |
| | | }, |
| | | "deprecated": false, |
| | | "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", |
| | | "devDependencies": { |
| | | "mkdirp": "^0.5.0", |