
| Current Path : /proc/thread-self/root/usr/share/nodejs/p-is-promise/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/usr/share/nodejs/p-is-promise/package.json |
{
"name": "p-is-promise",
"version": "3.0.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": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"promise",
"is",
"detect",
"check",
"kind",
"type",
"thenable",
"es2015",
"async",
"await",
"promises",
"bluebird"
],
"devDependencies": {
"ava": "^2.1.0",
"bluebird": "^3.5.4",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"xo": {
"rules": {
"promise/prefer-await-to-then": "off"
}
}
}