d2-ui
Version:
96 lines (95 loc) • 2.43 kB
JSON
{
"_args": [
[
"which@^1.0.9",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/isparta"
]
],
"_from": "which@>=1.0.9 <2.0.0",
"_id": "which@1.2.9",
"_inCache": true,
"_installable": true,
"_location": "/which",
"_nodeVersion": "4.4.4",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/which-1.2.9.tgz_1463603459182_0.9633393425028771"
},
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "3.9.1",
"_phantomChildren": {},
"_requested": {
"name": "which",
"raw": "which@^1.0.9",
"rawSpec": "^1.0.9",
"scope": null,
"spec": ">=1.0.9 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/cross-spawn-async",
"/isparta",
"/istanbul",
"/node-gyp"
],
"_resolved": "https://registry.npmjs.org/which/-/which-1.2.9.tgz",
"_shasum": "0b3a0e5c073bc10ca7b9ec13534eeef8a71ab61f",
"_shrinkwrap": null,
"_spec": "which@^1.0.9",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/isparta",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me"
},
"bin": {
"which": "./bin/which"
},
"bugs": {
"url": "https://github.com/isaacs/node-which/issues"
},
"dependencies": {
"isexe": "^1.1.1"
},
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"devDependencies": {
"mkdirp": "^0.5.0",
"rimraf": "^2.3.3",
"tap": "^5.1.1"
},
"directories": {},
"dist": {
"shasum": "0b3a0e5c073bc10ca7b9ec13534eeef8a71ab61f",
"tarball": "https://registry.npmjs.org/which/-/which-1.2.9.tgz"
},
"files": [
"which.js",
"bin/which"
],
"gitHead": "34aac93a4c4ee9e3c7a49fe09778ca942e636cce",
"homepage": "https://github.com/isaacs/node-which#readme",
"license": "ISC",
"main": "which.js",
"maintainers": [
{
"email": "i@izs.me",
"name": "isaacs"
}
],
"name": "which",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-which.git"
},
"scripts": {
"changelog": "bash changelog.sh",
"postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
"test": "tap test/*.js --cov"
},
"version": "1.2.9"
}