You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

42 lines
675 B

{
"name": "p-is-promise",
"version": "1.1.0",
"description": "Check if something is a promise",
"license": "MIT",
"repository": "sindresorhus/p-is-promise",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava && tsd-check"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"promise",
"is",
"detect",
"check",
"kind",
"type",
"thenable",
"es2015",
"async",
"await",
"promises",
"bluebird"
],
"devDependencies": {
"ava": "^0.25.0",
"bluebird": "^3.4.6",
"tsd-check": "^0.2.1",
"xo": "^0.23.0"
}
}