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