vs/v5.0.0/node_modules/npm/node_modules/retry/package.json

{
  "_args": [
    [
      "retry@~0.8.0",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "retry@>=0.8.0 <0.9.0",
  "_id": "retry@0.8.0",
  "_inCache": true,
  "_location": "/retry",
  "_nodeVersion": "0.10.33",
  "_npmUser": {
    "email": "tim@debuggable.com",
    "name": "tim-kos"
  },
  "_npmVersion": "2.1.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "retry",
    "raw": "retry@~0.8.0",
    "rawSpec": "~0.8.0",
    "scope": null,
    "spec": ">=0.8.0 <0.9.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/retry/-/retry-0.8.0.tgz",
  "_shasum": "2367628dc0edb247b1eab649dc53ac8628ac2d5f",
  "_shrinkwrap": null,
  "_spec": "retry@~0.8.0",
  "_where": "/Users/rebecca/code/npm",
  "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",
    "far": "0.0.1"
  },
  "directories": {
    "lib": "./lib"
  },
  "dist": {
    "shasum": "2367628dc0edb247b1eab649dc53ac8628ac2d5f",
    "tarball": "http://registry.npmjs.org/retry/-/retry-0.8.0.tgz"
  },
  "engines": {
    "node": "*"
  },
  "gitHead": "9446e803d6a41ae08732a4a215ae5bf1ff1ccfdd",
  "homepage": "https://github.com/tim-kos/node-retry",
  "installable": true,
  "license": "MIT",
  "main": "index",
  "maintainers": [
    {
      "name": "tim-kos",
      "email": "tim@debuggable.com"
    }
  ],
  "name": "retry",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/tim-kos/node-retry.git"
  },
  "scripts": {},
  "version": "0.8.0"
}