Initial commit
[yaffs-website] / node_modules / which / package.json
1 {
2   "_args": [
3     [
4       "which@~1.2.1",
5       "/var/www/yaffs/node_modules/grunt-legacy-util"
6     ]
7   ],
8   "_from": "which@>=1.2.1 <1.3.0",
9   "_id": "which@1.2.12",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/which",
13   "_nodeVersion": "6.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/which-1.2.12.tgz_1478902859933_0.6313941152766347"
17   },
18   "_npmUser": {
19     "email": "i@izs.me",
20     "name": "isaacs"
21   },
22   "_npmVersion": "3.10.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "which",
26     "raw": "which@~1.2.1",
27     "rawSpec": "~1.2.1",
28     "scope": null,
29     "spec": ">=1.2.1 <1.3.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/grunt-legacy-util"
34   ],
35   "_resolved": "https://registry.npmjs.org/which/-/which-1.2.12.tgz",
36   "_shasum": "de67b5e450269f194909ef23ece4ebe416fa1192",
37   "_shrinkwrap": null,
38   "_spec": "which@~1.2.1",
39   "_where": "/var/www/yaffs/node_modules/grunt-legacy-util",
40   "author": {
41     "email": "i@izs.me",
42     "name": "Isaac Z. Schlueter",
43     "url": "http://blog.izs.me"
44   },
45   "bin": {
46     "which": "./bin/which"
47   },
48   "bugs": {
49     "url": "https://github.com/isaacs/node-which/issues"
50   },
51   "dependencies": {
52     "isexe": "^1.1.1"
53   },
54   "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
55   "devDependencies": {
56     "mkdirp": "^0.5.0",
57     "rimraf": "^2.3.3",
58     "tap": "^5.1.1"
59   },
60   "directories": {},
61   "dist": {
62     "shasum": "de67b5e450269f194909ef23ece4ebe416fa1192",
63     "tarball": "https://registry.npmjs.org/which/-/which-1.2.12.tgz"
64   },
65   "files": [
66     "bin/which",
67     "which.js"
68   ],
69   "gitHead": "5db2078bc2ec50d5c5f3d324e1ffcc2348b9cbbd",
70   "homepage": "https://github.com/isaacs/node-which#readme",
71   "license": "ISC",
72   "main": "which.js",
73   "maintainers": [
74     {
75       "name": "isaacs",
76       "email": "i@izs.me"
77     }
78   ],
79   "name": "which",
80   "optionalDependencies": {},
81   "readme": "ERROR: No README data found!",
82   "repository": {
83     "type": "git",
84     "url": "git://github.com/isaacs/node-which.git"
85   },
86   "scripts": {
87     "changelog": "bash gen-changelog.sh",
88     "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
89     "test": "tap test/*.js --cov"
90   },
91   "version": "1.2.12"
92 }