{
  "_args": [
    [
      {
        "name": "nodegit-promise",
        "raw": "nodegit-promise@~4.0.0",
        "rawSpec": "~4.0.0",
        "scope": null,
        "spec": ">=4.0.0 <4.1.0",
        "type": "range"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\promisify-node"
    ]
  ],
  "_from": "nodegit-promise@>=4.0.0 <4.1.0",
  "_id": "nodegit-promise@4.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/nodegit-promise",
  "_nodeVersion": "0.12.7",
  "_npmUser": {
    "email": "johnhaley81@gmail.com",
    "name": "johnhaley81"
  },
  "_npmVersion": "2.14.8",
  "_phantomChildren": {},
  "_requested": {
    "name": "nodegit-promise",
    "raw": "nodegit-promise@~4.0.0",
    "rawSpec": "~4.0.0",
    "scope": null,
    "spec": ">=4.0.0 <4.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/promisify-node"
  ],
  "_resolved": "https://registry.npmjs.org/nodegit-promise/-/nodegit-promise-4.0.0.tgz",
  "_shasum": "5722b184f2df7327161064a791d2e842c9167b34",
  "_shrinkwrap": null,
  "_spec": "nodegit-promise@~4.0.0",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\promisify-node",
  "author": {
    "name": "ForbesLindesay"
  },
  "bugs": {
    "url": "https://github.com/nodegit/promise/issues"
  },
  "contributors": [
    {
      "email": "johnhaley81@gmail.com",
      "name": "John Haley"
    },
    {
      "email": "maxkorp@8bytealchemy.com",
      "name": "Max Korp"
    }
  ],
  "dependencies": {
    "asap": "~2.0.3"
  },
  "description": "Bare bones Promises/A+ implementation with synchronous inspection",
  "devDependencies": {
    "acorn": "^1.0.1",
    "better-assert": "*",
    "istanbul": "^0.3.13",
    "mocha": "*",
    "promises-aplus-tests": "*",
    "rimraf": "^2.3.2"
  },
  "directories": {},
  "dist": {
    "shasum": "5722b184f2df7327161064a791d2e842c9167b34",
    "tarball": "https://registry.npmjs.org/nodegit-promise/-/nodegit-promise-4.0.0.tgz"
  },
  "gitHead": "17a482420c03a158a48dc64601143d8057bc17b2",
  "homepage": "https://github.com/nodegit/promise#readme",
  "keywords": [
    "promise",
    "synchronous",
    "inspection"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "johnhaley81@gmail.com",
      "name": "johnhaley81"
    }
  ],
  "name": "nodegit-promise",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodegit/promise.git"
  },
  "scripts": {
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot",
    "prepublish": "node build",
    "pretest": "node build",
    "pretest-extensions": "node build",
    "pretest-memory-leak": "node build",
    "pretest-resolve": "node build",
    "test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
    "test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
    "test-memory-leak": "node --expose-gc test/memory-leak.js",
    "test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999"
  },
  "version": "4.0.0"
}
