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

package.json « which « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea26853b88df433aecb2c259a2835c155692654f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "author": "Isaac Z. Schlueter <i@izs.me> (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.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-which.git"
  },
  "main": "which.js",
  "bin": "./bin/which",
  "engines": {
    "node": "*"
  },
  "dependencies": {},
  "devDependencies": {}
}