{
"_args": [
[
"which@^2.0.1",
"/usr/local/lib/node_modules/@ionic/cli/node_modules/cross-spawn"
]
],
"_from": "which@>=2.0.1 <3.0.0",
"_hasShrinkwrap": false,
"_id": "which@2.0.2",
"_inCache": true,
"_installable": true,
"_location": "/@ionic/cli/which",
"_nodeVersion": "12.12.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/which_2.0.2_1574115975158_0.6350192484736228"
},
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "6.13.1",
"_phantomChildren": {},
"_requested": {
"name": "which",
"raw": "which@^2.0.1",
"rawSpec": "^2.0.1",
"scope": null,
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/@ionic/cli/cross-spawn"
],
"_resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"_shasum": "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1",
"_shrinkwrap": null,
"_spec": "which@^2.0.1",
"_where": "/usr/local/lib/node_modules/@ionic/cli/node_modules/cross-spawn",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me"
},
"bin": {
"node-which": "./bin/node-which"
},
"bugs": {
"url": "https://github.com/isaacs/node-which/issues"
},
"dependencies": {
"isexe": "^2.0.0"
},
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"devDependencies": {
"mkdirp": "^0.5.0",
"rimraf": "^2.6.2",
"tap": "^14.6.9"
},
"directories": {},
"dist": {
"fileCount": 6,
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0xqHCRA9TVsSAnZWagAAwRYP/j7O837BfwbPTWnSxnlE\nxEJbJ3dBdOfodUK+E1s5R3faGZC94HXqk2w8howrNyazx6HEAtYlu6GWNv9S\niB59H6Q1Ir+tAP0piYrtmB1Vdq95azR/SQsybgSsuS4EzHkvBRHIgFGBUdX/\nE9wXVd7MJN9VqHw9dkHmm0L7nBWPKHQEyblctRvnBarBPaAi/7Qd3v6J8SCy\nZlBMyDO4igo5TwTkF23aWiZ9CjbY3yHEnR3srLFTELqcA7IUZvqBvibmOefW\nEsWicHyFcccciubNX9kZ+IPFZU6BIqgijjibiI6nrGTVceu1rKPY1GFLkqGO\nOFwdwwpmYdwj7vukZQBDbXveqrJY1JqPXXca4Yw5ZCs7Kn6PL2P5Y0oEKUE7\n52rSzM0CS0dtbEwLHfTW6GKiZTFBe/Xe4Y+NachdexI4RBcxlhdPo5TY6GGC\nLF7fqJBJrcLSmN0g7huv/6TFqj4K4Z7ZyTgm+dl7XoeZTPu2hblhSeWcEs47\njZOhXzQiW1VjCnVbDV1Owb9sTT0nOVHA7yPIiMrkaJRf0bn0VD+U2xqr5iuH\nzswkALmWgnqnGWeogGcQqjqCNC3xUoNcH5SuG8A5dp74I+vYjW+IAcVAA2Xt\nMkD6A7tch1kWndHMKZJRuYzNnyc0j3SlT3MdNTdd3y5swm/tHb0QqWlTWkMr\nnTd9\r\n=IlER\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1",
"tarball": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"unpackedSize": 9975
},
"engines": {
"node": ">= 8"
},
"gitHead": "6a822d836de79f92fb3170f685a6e283fbfeff87",
"homepage": "https://github.com/isaacs/node-which#readme",
"license": "ISC",
"main": "which.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "which",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-which.git"
},
"scripts": {
"changelog": "git add CHANGELOG.md",
"postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"prechangelog": "bash gen-changelog.sh",
"prepublish": "npm run changelog",
"preversion": "npm test",
"test": "tap"
},
"tap": {
"check-coverage": true
},
"version": "2.0.2"
}