package.json
1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"_from": "which@~1.0.5",
"_id": "which@1.0.9",
"_inBundle": false,
"_integrity": "sha1-RgwdoPgQED0DIam2M6+eV15kSG8=",
"_location": "/which",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "which@~1.0.5",
"name": "which",
"escapedName": "which",
"rawSpec": "~1.0.5",
"saveSpec": null,
"fetchSpec": "~1.0.5"
},
"_requiredBy": [
"/grunt",
"/grunt-legacy-util"
],
"_resolved": "https://registry.npmjs.org/which/-/which-1.0.9.tgz",
"_shasum": "460c1da0f810103d0321a9b633af9e575e64486f",
"_spec": "which@~1.0.5",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"bin": {
"which": "./bin/which"
},
"bugs": {
"url": "https://github.com/isaacs/node-which/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"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"
},
"version": "1.0.9"
}