Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / isexe / package.json
1 {
2   "_from": "isexe@^2.0.0",
3   "_id": "isexe@2.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
6   "_location": "/isexe",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "isexe@^2.0.0",
12     "name": "isexe",
13     "escapedName": "isexe",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/coc.nvim/which",
20     "/webpack-cli/which",
21     "/which"
22   ],
23   "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
24   "_shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10",
25   "_spec": "isexe@^2.0.0",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/which",
27   "author": {
28     "name": "Isaac Z. Schlueter",
29     "email": "i@izs.me",
30     "url": "http://blog.izs.me/"
31   },
32   "bugs": {
33     "url": "https://github.com/isaacs/isexe/issues"
34   },
35   "bundleDependencies": false,
36   "deprecated": false,
37   "description": "Minimal module to check if a file is executable.",
38   "devDependencies": {
39     "mkdirp": "^0.5.1",
40     "rimraf": "^2.5.0",
41     "tap": "^10.3.0"
42   },
43   "directories": {
44     "test": "test"
45   },
46   "homepage": "https://github.com/isaacs/isexe#readme",
47   "keywords": [],
48   "license": "ISC",
49   "main": "index.js",
50   "name": "isexe",
51   "repository": {
52     "type": "git",
53     "url": "git+https://github.com/isaacs/isexe.git"
54   },
55   "scripts": {
56     "postpublish": "git push origin --all; git push origin --tags",
57     "postversion": "npm publish",
58     "preversion": "npm test",
59     "test": "tap test/*.js --100"
60   },
61   "version": "2.0.0"
62 }