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.
58 lines
1.5 KiB
58 lines
1.5 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.",
|
|
"license": "MIT",
|
|
"version": "0.10.0",
|
|
"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"
|
|
},
|
|
"gitHead": "0616e6a6ebc49b5a36b619c8f7c414ced8c3813b",
|
|
"bugs": {
|
|
"url": "https://github.com/tim-kos/node-retry/issues"
|
|
},
|
|
"_id": "retry@0.10.0",
|
|
"scripts": {},
|
|
"_shasum": "649e15ca408422d98318161935e7f7d652d435dd",
|
|
"_from": "retry@0.10.0",
|
|
"_npmVersion": "2.1.7",
|
|
"_nodeVersion": "4.2.1",
|
|
"_npmUser": {
|
|
"name": "tim-kos",
|
|
"email": "tim@debuggable.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "tim-kos",
|
|
"email": "tim@debuggable.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "649e15ca408422d98318161935e7f7d652d435dd",
|
|
"tarball": "https://registry.npmjs.org/retry/-/retry-0.10.0.tgz"
|
|
},
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/retry-0.10.0.tgz_1471682099847_0.5031970851123333"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/retry/-/retry-0.10.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|