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.
93 lines
2.2 KiB
93 lines
2.2 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "retry@0.10.1",
|
|
"scope": null,
|
|
"escapedName": "retry",
|
|
"name": "retry",
|
|
"rawSpec": "0.10.1",
|
|
"spec": "0.10.1",
|
|
"type": "version"
|
|
},
|
|
"/Users/rebecca/code/npm"
|
|
]
|
|
],
|
|
"_from": "retry@0.10.1",
|
|
"_id": "retry@0.10.1",
|
|
"_inCache": true,
|
|
"_location": "/retry",
|
|
"_nodeVersion": "4.6.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/retry-0.10.1.tgz_1481556523726_0.45345148630440235"
|
|
},
|
|
"_npmUser": {
|
|
"name": "tim-kos",
|
|
"email": "tim@debuggable.com"
|
|
},
|
|
"_npmVersion": "2.15.9",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "retry@0.10.1",
|
|
"scope": null,
|
|
"escapedName": "retry",
|
|
"name": "retry",
|
|
"rawSpec": "0.10.1",
|
|
"spec": "0.10.1",
|
|
"type": "version"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/",
|
|
"/npm-registry-client"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz",
|
|
"_shasum": "e76388d217992c252750241d3d3956fed98d8ff4",
|
|
"_shrinkwrap": null,
|
|
"_spec": "retry@0.10.1",
|
|
"_where": "/Users/rebecca/code/npm",
|
|
"author": {
|
|
"name": "Tim Koschützki",
|
|
"email": "tim@debuggable.com",
|
|
"url": "http://debuggable.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tim-kos/node-retry/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Abstraction for exponential and custom retry strategies for failed operations.",
|
|
"devDependencies": {
|
|
"fake": "0.2.0",
|
|
"far": "0.0.1"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"dist": {
|
|
"shasum": "e76388d217992c252750241d3d3956fed98d8ff4",
|
|
"tarball": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"gitHead": "3dbe5189b48786e56d1d1807731adfc53a70eeae",
|
|
"homepage": "https://github.com/tim-kos/node-retry",
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"maintainers": [
|
|
{
|
|
"name": "tim-kos",
|
|
"email": "tim@debuggable.com"
|
|
}
|
|
],
|
|
"name": "retry",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tim-kos/node-retry.git"
|
|
},
|
|
"scripts": {},
|
|
"version": "0.10.1"
|
|
}
|
|
|