1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "p-try",
|
3 |
|
|
"version": "2.2.0",
|
4 |
|
|
"description": "`Start a promise chain",
|
5 |
|
|
"license": "MIT",
|
6 |
|
|
"repository": "sindresorhus/p-try",
|
7 |
|
|
"author": {
|
8 |
|
|
"name": "Sindre Sorhus",
|
9 |
|
|
"email": "sindresorhus@gmail.com",
|
10 |
|
|
"url": "sindresorhus.com"
|
11 |
|
|
},
|
12 |
|
|
"engines": {
|
13 |
|
|
"node": ">=6"
|
14 |
|
|
},
|
15 |
|
|
"scripts": {
|
16 |
|
|
"test": "xo && ava && tsd"
|
17 |
|
|
},
|
18 |
|
|
"files": [
|
19 |
|
|
"index.js",
|
20 |
|
|
"index.d.ts"
|
21 |
|
|
],
|
22 |
|
|
"keywords": [
|
23 |
|
|
"promise",
|
24 |
|
|
"try",
|
25 |
|
|
"resolve",
|
26 |
|
|
"function",
|
27 |
|
|
"catch",
|
28 |
|
|
"async",
|
29 |
|
|
"await",
|
30 |
|
|
"promises",
|
31 |
|
|
"settled",
|
32 |
|
|
"ponyfill",
|
33 |
|
|
"polyfill",
|
34 |
|
|
"shim",
|
35 |
|
|
"bluebird"
|
36 |
|
|
],
|
37 |
|
|
"devDependencies": {
|
38 |
|
|
"ava": "^1.4.1",
|
39 |
|
|
"tsd": "^0.7.1",
|
40 |
|
|
"xo": "^0.24.0"
|
41 |
|
|
}
|
42 |
|
|
}
|