]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/which/package.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / which / package.json
1 {
2   "author": {
3     "name": "Isaac Z. Schlueter",
4     "email": "i@izs.me",
5     "url": "http://blog.izs.me"
6   },
7   "name": "which",
8   "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
9   "version": "1.2.11",
10   "repository": {
11     "type": "git",
12     "url": "git://github.com/isaacs/node-which.git"
13   },
14   "main": "which.js",
15   "bin": {
16     "which": "./bin/which"
17   },
18   "license": "ISC",
19   "dependencies": {
20     "isexe": "^1.1.1"
21   },
22   "devDependencies": {
23     "mkdirp": "^0.5.0",
24     "rimraf": "^2.3.3",
25     "tap": "^5.1.1"
26   },
27   "scripts": {
28     "test": "tap test/*.js --cov",
29     "changelog": "bash gen-changelog.sh",
30     "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}"
31   },
32   "files": [
33     "which.js",
34     "bin/which"
35   ],
36   "gitHead": "8a7d0aa1ca10173f9f4d84bf528a3efc1f5d0c6f",
37   "bugs": {
38     "url": "https://github.com/isaacs/node-which/issues"
39   },
40   "homepage": "https://github.com/isaacs/node-which#readme",
41   "_id": "which@1.2.11",
42   "_shasum": "c8b2eeea6b8c1659fa7c1dd4fdaabe9533dc5e8b",
43   "_from": "which@1.2.11",
44   "_npmVersion": "3.10.7",
45   "_nodeVersion": "6.5.0",
46   "_npmUser": {
47     "name": "isaacs",
48     "email": "i@izs.me"
49   },
50   "dist": {
51     "shasum": "c8b2eeea6b8c1659fa7c1dd4fdaabe9533dc5e8b",
52     "tarball": "https://registry.npmjs.org/which/-/which-1.2.11.tgz"
53   },
54   "maintainers": [
55     {
56       "name": "isaacs",
57       "email": "i@izs.me"
58     }
59   ],
60   "_npmOperationalInternal": {
61     "host": "packages-12-west.internal.npmjs.com",
62     "tmp": "tmp/which-1.2.11.tgz_1473093398489_0.1032072464004159"
63   },
64   "directories": {},
65   "_resolved": "https://registry.npmjs.org/which/-/which-1.2.11.tgz",
66   "readme": "ERROR: No README data found!"
67 }