{ "_args": [ [ { "raw": "popsicle-retry@^3.2.0", "scope": null, "escapedName": "popsicle-retry", "name": "popsicle-retry", "rawSpec": "^3.2.0", "spec": ">=3.2.0 <4.0.0", "type": "range" }, "/home/robert/workspace/xmlrpc/node_modules/typings-core" ] ], "_from": "popsicle-retry@>=3.2.0 <4.0.0", "_id": "popsicle-retry@3.2.1", "_inCache": true, "_location": "/popsicle-retry", "_nodeVersion": "6.2.1", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/popsicle-retry-3.2.1.tgz_1466444479612_0.5119327732827514" }, "_npmUser": { "name": "blakeembrey", "email": "hello@blakeembrey.com" }, "_npmVersion": "3.9.3", "_phantomChildren": {}, "_requested": { "raw": "popsicle-retry@^3.2.0", "scope": null, "escapedName": "popsicle-retry", "name": "popsicle-retry", "rawSpec": "^3.2.0", "spec": ">=3.2.0 <4.0.0", "type": "range" }, "_requiredBy": [ "/typings-core" ], "_resolved": "https://registry.npmjs.org/popsicle-retry/-/popsicle-retry-3.2.1.tgz", "_shasum": "e06e866533b42a7a123eb330cbe63a7cebcba10c", "_shrinkwrap": null, "_spec": "popsicle-retry@^3.2.0", "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core", "author": { "name": "Blake Embrey", "email": "hello@blakeembrey.com", "url": "http://blakeembrey.me" }, "bugs": { "url": "https://github.com/blakeembrey/popsicle-retry/issues" }, "dependencies": { "any-promise": "^1.1.0", "xtend": "^4.0.1" }, "description": "Enable request retries for Popsicle", "devDependencies": { "blue-tape": "^0.2.0", "bluebird": "^3.2.2", "express": "^4.13.4", "istanbul": "^0.4.2", "popsicle": "^6.1.0", "tap-spec": "^4.1.1", "tslint": "^3.1.1", "typescript": "^1.7.3", "typings": "^1.2.0" }, "directories": {}, "dist": { "shasum": "e06e866533b42a7a123eb330cbe63a7cebcba10c", "tarball": "https://registry.npmjs.org/popsicle-retry/-/popsicle-retry-3.2.1.tgz" }, "files": [ "dist/", "typings.json", "LICENSE" ], "gitHead": "145e5d2c2f9d09c0836d082da8c37ac0e1faabe5", "homepage": "https://github.com/blakeembrey/popsicle-retry", "keywords": [ "popsicle", "retry", "fail", "5xx", "error", "http" ], "license": "Apache-2.0", "main": "dist/index.js", "maintainers": [ { "name": "blakeembrey", "email": "hello@blakeembrey.com" } ], "name": "popsicle-retry", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/blakeembrey/popsicle-retry.git" }, "scripts": { "build": "rm -rf dist/ && tsc", "lint": "tslint \"src/**/*.ts\"", "prepublish": "typings install && npm run build", "test": "npm run lint && npm run build && npm run test-cov", "test-cov": "istanbul cover --print none blue-tape -- test/index.js | tap-spec", "test-spec": "blue-tape test/index.js | tap-spec" }, "version": "3.2.1" }