1
|
{
|
2
|
"name": "p-is-promise",
|
3
|
"version": "2.1.0",
|
4
|
"description": "Check if something is a promise",
|
5
|
"license": "MIT",
|
6
|
"repository": "sindresorhus/p-is-promise",
|
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
|
"is",
|
25
|
"detect",
|
26
|
"check",
|
27
|
"kind",
|
28
|
"type",
|
29
|
"thenable",
|
30
|
"es2015",
|
31
|
"async",
|
32
|
"await",
|
33
|
"promises",
|
34
|
"bluebird"
|
35
|
],
|
36
|
"devDependencies": {
|
37
|
"ava": "^1.4.1",
|
38
|
"bluebird": "^3.5.4",
|
39
|
"tsd": "^0.7.2",
|
40
|
"xo": "^0.24.0"
|
41
|
}
|
42
|
}
|