Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80681 views
1
{
2
"author": {
3
"name": "Isaac Z. Schlueter",
4
"email": "[email protected]",
5
"url": "http://blog.izs.me"
6
},
7
"name": "which",
8
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
9
"version": "1.0.9",
10
"repository": {
11
"type": "git",
12
"url": "git://github.com/isaacs/node-which.git"
13
},
14
"main": "which.js",
15
"bin": {
16
"which": "./bin/which"
17
},
18
"license": "ISC",
19
"gitHead": "df3d52a0ecd5f366d550e0f14d67ca4d5e621bad",
20
"bugs": {
21
"url": "https://github.com/isaacs/node-which/issues"
22
},
23
"homepage": "https://github.com/isaacs/node-which",
24
"_id": "[email protected]",
25
"scripts": {},
26
"_shasum": "460c1da0f810103d0321a9b633af9e575e64486f",
27
"_from": "which@>=1.0.0 <1.1.0",
28
"_npmVersion": "2.6.0",
29
"_nodeVersion": "1.1.0",
30
"_npmUser": {
31
"name": "isaacs",
32
"email": "[email protected]"
33
},
34
"maintainers": [
35
{
36
"name": "isaacs",
37
"email": "[email protected]"
38
}
39
],
40
"dist": {
41
"shasum": "460c1da0f810103d0321a9b633af9e575e64486f",
42
"tarball": "http://registry.npmjs.org/which/-/which-1.0.9.tgz"
43
},
44
"directories": {},
45
"_resolved": "https://registry.npmjs.org/which/-/which-1.0.9.tgz",
46
"readme": "ERROR: No README data found!"
47
}
48
49