{ "_args": [ [ "popsicle-retry@^2.0.0", "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core" ] ], "_from": "popsicle-retry@>=2.0.0-0 <3.0.0-0", "_id": "popsicle-retry@2.0.0", "_inCache": true, "_location": "/popsicle-retry", "_nodeVersion": "5.8.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/popsicle-retry-2.0.0.tgz_1459728301238_0.8547375686466694" }, "_npmUser": { "email": "hello@blakeembrey.com", "name": "blakeembrey" }, "_npmVersion": "3.7.3", "_phantomChildren": {}, "_requested": { "name": "popsicle-retry", "raw": "popsicle-retry@^2.0.0", "rawSpec": "^2.0.0", "scope": null, "spec": ">=2.0.0-0 <3.0.0-0", "type": "range" }, "_requiredBy": [ "/typings-core" ], "_resolved": "https://registry.npmjs.org/popsicle-retry/-/popsicle-retry-2.0.0.tgz", "_shasum": "a0b44558c7b5064b50e4abd0a059a199b6ad1a5f", "_shrinkwrap": null, "_spec": "popsicle-retry@^2.0.0", "_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core", "author": { "email": "hello@blakeembrey.com", "name": "Blake Embrey", "url": "http://blakeembrey.me" }, "bugs": { "url": "https://github.com/blakeembrey/popsicle-retry/issues" }, "dependencies": { "any-promise": "^1.1.0" }, "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": "^5.0.1", "tap-spec": "^4.1.1", "tslint": "^3.1.1", "typescript": "^1.7.3", "typings": "^0.7.11" }, "directories": {}, "dist": { "shasum": "a0b44558c7b5064b50e4abd0a059a199b6ad1a5f", "tarball": "https://registry.npmjs.org/popsicle-retry/-/popsicle-retry-2.0.0.tgz" }, "files": [ "LICENSE", "dist/", "typings.json" ], "gitHead": "978d5ef2a94ffba5858b5e479b0404dcd583df3e", "homepage": "https://github.com/blakeembrey/popsicle-retry", "installable": true, "keywords": [ "5xx", "error", "fail", "http", "popsicle", "retry" ], "license": "Apache-2.0", "main": "dist/index.js", "maintainers": [ { "name": "blakeembrey", "email": "hello@blakeembrey.com" } ], "name": "popsicle-retry", "optionalDependencies": {}, "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": "2.0.0" }