summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/which/package.json
blob: 8cffb7986e7ab6b905525d509247b4d5cce76c1a (plain)
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
50
51
52
53
54
55
56
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "name": "which",
  "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  "version": "1.1.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-which.git"
  },
  "main": "which.js",
  "bin": {
    "which": "./bin/which"
  },
  "license": "ISC",
  "dependencies": {
    "is-absolute": "^0.1.7"
  },
  "devDependencies": {
    "mkdirp": "^0.5.0",
    "rimraf": "^2.3.3",
    "tap": "^1.0.2"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "gitHead": "c80a08e9f8cf7a5c0f39c2e2f87f18f153b118a8",
  "bugs": {
    "url": "https://github.com/isaacs/node-which/issues"
  },
  "homepage": "https://github.com/isaacs/node-which#readme",
  "_id": "which@1.1.1",
  "_shasum": "9ce512459946166e12c083f08ec073380fc8cbbb",
  "_from": "which@>=1.1.1 <1.2.0",
  "_npmVersion": "2.9.1",
  "_nodeVersion": "2.0.1",
  "_npmUser": {
    "name": "isaacs",
    "email": "isaacs@npmjs.com"
  },
  "dist": {
    "shasum": "9ce512459946166e12c083f08ec073380fc8cbbb",
    "tarball": "http://registry.npmjs.org/which/-/which-1.1.1.tgz"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/which/-/which-1.1.1.tgz"
}