Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « which « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c45dafee92832e67ccfaf32d84f01fcb84c708ce (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
{
  "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.0.5",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-which.git"
  },
  "main": "which.js",
  "bin": {
    "which": "./bin/which"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {},
  "devDependencies": {},
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "_id": "which@1.0.5",
  "optionalDependencies": {},
  "_engineSupported": true,
  "_npmVersion": "1.1.2",
  "_nodeVersion": "v0.7.6-pre",
  "_defaultsLoaded": true,
  "_from": "which@1"
}