You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
2.0 KiB
80 lines
2.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"which@2.0.2",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "which@2.0.2",
|
|
"_id": "which@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=",
|
|
"_location": "/cross-env/which",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "which@2.0.2",
|
|
"name": "which",
|
|
"escapedName": "which",
|
|
"rawSpec": "2.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/cross-env/cross-spawn"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/which/download/which-2.0.2.tgz?cache=0&sync_timestamp=1589682812246&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwhich%2Fdownload%2Fwhich-2.0.2.tgz",
|
|
"_spec": "2.0.2",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"files": [
|
|
"which.js",
|
|
"bin/node-which"
|
|
],
|
|
"homepage": "https://github.com/isaacs/node-which#readme",
|
|
"license": "ISC",
|
|
"main": "which.js",
|
|
"name": "which",
|
|
"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"
|
|
}
|
|
|