{ "_args": [ [ "retry@^0.12.0", "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/p-retry" ] ], "_from": "retry@>=0.12.0 <0.13.0", "_id": "retry@0.12.0", "_inCache": true, "_installable": true, "_location": "/retry", "_nodeVersion": "6.10.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/retry_0.12.0_1523266527484_0.8738449656621592" }, "_npmUser": { "email": "tim@transloadit.com", "name": "tim-kos" }, "_npmVersion": "4.1.2", "_phantomChildren": {}, "_requested": { "name": "retry", "raw": "retry@^0.12.0", "rawSpec": "^0.12.0", "scope": null, "spec": ">=0.12.0 <0.13.0", "type": "range" }, "_requiredBy": [ "/p-retry" ], "_resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", "_shasum": "1b42a6266a21f07421d1b0b54b7dc167b01c013b", "_shrinkwrap": null, "_spec": "retry@^0.12.0", "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/p-retry", "author": { "email": "tim@debuggable.com", "name": "Tim Koschützki", "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", "istanbul": "^0.4.5", "tape": "^4.8.0" }, "directories": { "lib": "./lib" }, "dist": { "fileCount": 17, "shasum": "1b42a6266a21f07421d1b0b54b7dc167b01c013b", "tarball": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", "unpackedSize": 32210 }, "engines": { "node": ">= 4" }, "gitHead": "f802d9edc2fdbca727d3e368234b6d714db06f8e", "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": { "release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish", "release:major": "env SEMANTIC=major npm run release", "release:minor": "env SEMANTIC=minor npm run release", "release:patch": "env SEMANTIC=patch npm run release", "test": "istanbul cover ./node_modules/tape/bin/tape ./test/integration/*.js" }, "version": "0.12.0" }