]> gerrit.simantics Code Review - simantics/district.git/blobdiff - 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
diff --git a/org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/which/package.json b/org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/which/package.json
new file mode 100644 (file)
index 0000000..37426be
--- /dev/null
@@ -0,0 +1,67 @@
+{
+  "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.2.11",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/isaacs/node-which.git"
+  },
+  "main": "which.js",
+  "bin": {
+    "which": "./bin/which"
+  },
+  "license": "ISC",
+  "dependencies": {
+    "isexe": "^1.1.1"
+  },
+  "devDependencies": {
+    "mkdirp": "^0.5.0",
+    "rimraf": "^2.3.3",
+    "tap": "^5.1.1"
+  },
+  "scripts": {
+    "test": "tap test/*.js --cov",
+    "changelog": "bash gen-changelog.sh",
+    "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}"
+  },
+  "files": [
+    "which.js",
+    "bin/which"
+  ],
+  "gitHead": "8a7d0aa1ca10173f9f4d84bf528a3efc1f5d0c6f",
+  "bugs": {
+    "url": "https://github.com/isaacs/node-which/issues"
+  },
+  "homepage": "https://github.com/isaacs/node-which#readme",
+  "_id": "which@1.2.11",
+  "_shasum": "c8b2eeea6b8c1659fa7c1dd4fdaabe9533dc5e8b",
+  "_from": "which@1.2.11",
+  "_npmVersion": "3.10.7",
+  "_nodeVersion": "6.5.0",
+  "_npmUser": {
+    "name": "isaacs",
+    "email": "i@izs.me"
+  },
+  "dist": {
+    "shasum": "c8b2eeea6b8c1659fa7c1dd4fdaabe9533dc5e8b",
+    "tarball": "https://registry.npmjs.org/which/-/which-1.2.11.tgz"
+  },
+  "maintainers": [
+    {
+      "name": "isaacs",
+      "email": "i@izs.me"
+    }
+  ],
+  "_npmOperationalInternal": {
+    "host": "packages-12-west.internal.npmjs.com",
+    "tmp": "tmp/which-1.2.11.tgz_1473093398489_0.1032072464004159"
+  },
+  "directories": {},
+  "_resolved": "https://registry.npmjs.org/which/-/which-1.2.11.tgz",
+  "readme": "ERROR: No README data found!"
+}