Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / node_modules / which / package.json
1 {
2   "_from": "which@^2.0.2",
3   "_id": "which@2.0.2",
4   "_inBundle": false,
5   "_integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
6   "_location": "/which",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "which@^2.0.2",
12     "name": "which",
13     "escapedName": "which",
14     "rawSpec": "^2.0.2",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.2"
17   },
18   "_requiredBy": [
19     "/",
20     "/coc.nvim",
21     "/cross-spawn",
22     "/mocha"
23   ],
24   "_resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
25   "_shasum": "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1",
26   "_spec": "which@^2.0.2",
27   "_where": "/tmp/nvimaDCUyp/coc-go-i4qq5C",
28   "author": {
29     "name": "Isaac Z. Schlueter",
30     "email": "i@izs.me",
31     "url": "http://blog.izs.me"
32   },
33   "bin": {
34     "node-which": "bin/node-which"
35   },
36   "bugs": {
37     "url": "https://github.com/isaacs/node-which/issues"
38   },
39   "bundleDependencies": false,
40   "dependencies": {
41     "isexe": "^2.0.0"
42   },
43   "deprecated": false,
44   "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
45   "devDependencies": {
46     "mkdirp": "^0.5.0",
47     "rimraf": "^2.6.2",
48     "tap": "^14.6.9"
49   },
50   "engines": {
51     "node": ">= 8"
52   },
53   "files": [
54     "which.js",
55     "bin/node-which"
56   ],
57   "homepage": "https://github.com/isaacs/node-which#readme",
58   "license": "ISC",
59   "main": "which.js",
60   "name": "which",
61   "repository": {
62     "type": "git",
63     "url": "git://github.com/isaacs/node-which.git"
64   },
65   "scripts": {
66     "changelog": "git add CHANGELOG.md",
67     "postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
68     "postpublish": "git push origin --follow-tags",
69     "postversion": "npm publish",
70     "prechangelog": "bash gen-changelog.sh",
71     "prepublish": "npm run changelog",
72     "preversion": "npm test",
73     "test": "tap"
74   },
75   "tap": {
76     "check-coverage": true
77   },
78   "version": "2.0.2"
79 }