forked from lix-project/lix-website
44 lines
751 B
JSON
44 lines
751 B
JSON
|
{
|
||
|
"name": "p-timeout",
|
||
|
"version": "2.0.1",
|
||
|
"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": ">=4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"promise",
|
||
|
"timeout",
|
||
|
"error",
|
||
|
"invalidate",
|
||
|
"async",
|
||
|
"await",
|
||
|
"promises",
|
||
|
"time",
|
||
|
"out",
|
||
|
"cancel",
|
||
|
"bluebird"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"p-finally": "^1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"delay": "^2.0.0",
|
||
|
"p-cancelable": "^0.3.0",
|
||
|
"xo": "*"
|
||
|
}
|
||
|
}
|