mirror of https://github.com/lukechilds/node.git
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.
49 lines
1.2 KiB
49 lines
1.2 KiB
{
|
|
"author": {
|
|
"name": "Tim Koschützki",
|
|
"email": "tim@debuggable.com",
|
|
"url": "http://debuggable.com/"
|
|
},
|
|
"name": "retry",
|
|
"description": "Abstraction for exponential and custom retry strategies for failed operations.",
|
|
"version": "0.6.1",
|
|
"homepage": "https://github.com/tim-kos/node-retry",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tim-kos/node-retry.git"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"main": "index",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"fake": "0.2.0",
|
|
"far": "0.0.1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tim-kos/node-retry/issues"
|
|
},
|
|
"_id": "retry@0.6.1",
|
|
"_shasum": "fdc90eed943fde11b893554b8cc63d0e899ba918",
|
|
"_from": "retry@>=0.6.1 <0.7.0",
|
|
"_npmVersion": "1.4.9",
|
|
"_npmUser": {
|
|
"name": "tim-kos",
|
|
"email": "tim@debuggable.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "tim-kos",
|
|
"email": "tim@debuggable.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "fdc90eed943fde11b893554b8cc63d0e899ba918",
|
|
"tarball": "http://registry.npmjs.org/retry/-/retry-0.6.1.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/retry/-/retry-0.6.1.tgz"
|
|
}
|
|
|