Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / load-json-file / node_modules / pify / package.json
1 {
2   "_from": "pify@^2.0.0",
3   "_id": "pify@2.3.0",
4   "_inBundle": false,
5   "_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
6   "_location": "/load-json-file/pify",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "pify@^2.0.0",
12     "name": "pify",
13     "escapedName": "pify",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/load-json-file"
20   ],
21   "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
22   "_shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
23   "_spec": "pify@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/load-json-file",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/pify/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Promisify a callback-style function",
36   "devDependencies": {
37     "ava": "*",
38     "pinkie-promise": "^1.0.0",
39     "v8-natives": "0.0.2",
40     "xo": "*"
41   },
42   "engines": {
43     "node": ">=0.10.0"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/sindresorhus/pify#readme",
49   "keywords": [
50     "promise",
51     "promises",
52     "promisify",
53     "denodify",
54     "denodeify",
55     "callback",
56     "cb",
57     "node",
58     "then",
59     "thenify",
60     "convert",
61     "transform",
62     "wrap",
63     "wrapper",
64     "bind",
65     "to",
66     "async",
67     "es2015"
68   ],
69   "license": "MIT",
70   "name": "pify",
71   "repository": {
72     "type": "git",
73     "url": "git+https://github.com/sindresorhus/pify.git"
74   },
75   "scripts": {
76     "optimization-test": "node --allow-natives-syntax optimization-test.js",
77     "test": "xo && ava && npm run optimization-test"
78   },
79   "version": "2.3.0"
80 }