Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / which / package.json
1 {
2   "_from": "which@^1.2.9",
3   "_id": "which@1.3.1",
4   "_inBundle": false,
5   "_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
6   "_location": "/which",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "which@^1.2.9",
12     "name": "which",
13     "escapedName": "which",
14     "rawSpec": "^1.2.9",
15     "saveSpec": null,
16     "fetchSpec": "^1.2.9"
17   },
18   "_requiredBy": [
19     "/cross-spawn",
20     "/execa/cross-spawn"
21   ],
22   "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
23   "_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
24   "_spec": "which@^1.2.9",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/cross-spawn",
26   "author": {
27     "name": "Isaac Z. Schlueter",
28     "email": "i@izs.me",
29     "url": "http://blog.izs.me"
30   },
31   "bin": {
32     "which": "bin/which"
33   },
34   "bugs": {
35     "url": "https://github.com/isaacs/node-which/issues"
36   },
37   "bundleDependencies": false,
38   "dependencies": {
39     "isexe": "^2.0.0"
40   },
41   "deprecated": false,
42   "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
43   "devDependencies": {
44     "mkdirp": "^0.5.0",
45     "rimraf": "^2.6.2",
46     "tap": "^12.0.1"
47   },
48   "files": [
49     "which.js",
50     "bin/which"
51   ],
52   "homepage": "https://github.com/isaacs/node-which#readme",
53   "license": "ISC",
54   "main": "which.js",
55   "name": "which",
56   "repository": {
57     "type": "git",
58     "url": "git://github.com/isaacs/node-which.git"
59   },
60   "scripts": {
61     "changelog": "bash gen-changelog.sh",
62     "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
63     "test": "tap test/*.js --cov"
64   },
65   "version": "1.3.1"
66 }