fb1c8ae59d829ef7d04f144f76138f38706d35b7
[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     "/coc.nvim",
20     "/cross-spawn",
21     "/execa/cross-spawn",
22     "/global-modules/global-prefix",
23     "/global-prefix"
24   ],
25   "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
26   "_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
27   "_spec": "which@^1.2.9",
28   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/cross-spawn",
29   "author": {
30     "name": "Isaac Z. Schlueter",
31     "email": "i@izs.me",
32     "url": "http://blog.izs.me"
33   },
34   "bin": {
35     "which": "bin/which"
36   },
37   "bugs": {
38     "url": "https://github.com/isaacs/node-which/issues"
39   },
40   "bundleDependencies": false,
41   "dependencies": {
42     "isexe": "^2.0.0"
43   },
44   "deprecated": false,
45   "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
46   "devDependencies": {
47     "mkdirp": "^0.5.0",
48     "rimraf": "^2.6.2",
49     "tap": "^12.0.1"
50   },
51   "files": [
52     "which.js",
53     "bin/which"
54   ],
55   "homepage": "https://github.com/isaacs/node-which#readme",
56   "license": "ISC",
57   "main": "which.js",
58   "name": "which",
59   "repository": {
60     "type": "git",
61     "url": "git://github.com/isaacs/node-which.git"
62   },
63   "scripts": {
64     "changelog": "bash gen-changelog.sh",
65     "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
66     "test": "tap test/*.js --cov"
67   },
68   "version": "1.3.1"
69 }