Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / p-finally / package.json
1 {
2   "_from": "p-finally@^1.0.0",
3   "_id": "p-finally@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
6   "_location": "/p-finally",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "p-finally@^1.0.0",
12     "name": "p-finally",
13     "escapedName": "p-finally",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/clipboardy/execa",
20     "/execa",
21     "/os-locale/execa"
22   ],
23   "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
24   "_shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
25   "_spec": "p-finally@^1.0.0",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/execa",
27   "author": {
28     "name": "Sindre Sorhus",
29     "email": "sindresorhus@gmail.com",
30     "url": "sindresorhus.com"
31   },
32   "bugs": {
33     "url": "https://github.com/sindresorhus/p-finally/issues"
34   },
35   "bundleDependencies": false,
36   "deprecated": false,
37   "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
38   "devDependencies": {
39     "ava": "*",
40     "xo": "*"
41   },
42   "engines": {
43     "node": ">=4"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/sindresorhus/p-finally#readme",
49   "keywords": [
50     "promise",
51     "finally",
52     "handler",
53     "function",
54     "async",
55     "await",
56     "promises",
57     "settled",
58     "ponyfill",
59     "polyfill",
60     "shim",
61     "bluebird"
62   ],
63   "license": "MIT",
64   "name": "p-finally",
65   "repository": {
66     "type": "git",
67     "url": "git+https://github.com/sindresorhus/p-finally.git"
68   },
69   "scripts": {
70     "test": "xo && ava"
71   },
72   "version": "1.0.0",
73   "xo": {
74     "esnext": true
75   }
76 }