2016-10-21 06:42:17 +00:00
|
|
|
{
|
2019-03-12 08:17:11 +00:00
|
|
|
"name": "p-timeout",
|
2019-04-04 04:59:47 +00:00
|
|
|
"version": "3.1.0",
|
2019-03-12 08:17:11 +00:00
|
|
|
"description": "Timeout a promise after a specified amount of time",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/p-timeout",
|
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-04-04 04:58:41 +00:00
|
|
|
"test": "xo && ava && tsd"
|
2019-03-12 08:17:11 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"index.d.ts"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"promise",
|
|
|
|
"timeout",
|
|
|
|
"error",
|
|
|
|
"invalidate",
|
|
|
|
"async",
|
|
|
|
"await",
|
|
|
|
"promises",
|
|
|
|
"time",
|
|
|
|
"out",
|
|
|
|
"cancel",
|
|
|
|
"bluebird"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"p-finally": "^1.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-04 04:58:41 +00:00
|
|
|
"ava": "^1.4.1",
|
2019-03-12 08:17:11 +00:00
|
|
|
"delay": "^4.1.0",
|
2019-04-04 04:58:41 +00:00
|
|
|
"p-cancelable": "^2.0.0",
|
|
|
|
"tsd": "^0.7.2",
|
2019-03-12 08:17:11 +00:00
|
|
|
"xo": "^0.24.0"
|
|
|
|
}
|
2016-10-21 06:42:17 +00:00
|
|
|
}
|