.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / p-finally / package.json
1 {
2   "name": "p-finally",
3   "version": "1.0.0",
4   "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
5   "license": "MIT",
6   "repository": "sindresorhus/p-finally",
7   "author": {
8     "name": "Sindre Sorhus",
9     "email": "sindresorhus@gmail.com",
10     "url": "sindresorhus.com"
11   },
12   "engines": {
13     "node": ">=4"
14   },
15   "scripts": {
16     "test": "xo && ava"
17   },
18   "files": [
19     "index.js"
20   ],
21   "keywords": [
22     "promise",
23     "finally",
24     "handler",
25     "function",
26     "async",
27     "await",
28     "promises",
29     "settled",
30     "ponyfill",
31     "polyfill",
32     "shim",
33     "bluebird"
34   ],
35   "devDependencies": {
36     "ava": "*",
37     "xo": "*"
38   },
39   "xo": {
40     "esnext": true
41   }
42 }