{
  "_args": [
    [
      "chai-as-promised@^5.1.0",
      "/Users/nick/codes/twreporter-react"
    ]
  ],
  "_from": "chai-as-promised@>=5.1.0 <6.0.0",
  "_id": "chai-as-promised@5.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/chai-as-promised",
  "_nodeVersion": "5.1.1",
  "_npmUser": {
    "email": "d@domenic.me",
    "name": "domenic"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "chai-as-promised",
    "raw": "chai-as-promised@^5.1.0",
    "rawSpec": "^5.1.0",
    "scope": null,
    "spec": ">=5.1.0 <6.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-5.2.0.tgz",
  "_shasum": "a51b0314330c98d25f9372cf5d7fd3690964cf7b",
  "_shrinkwrap": null,
  "_spec": "chai-as-promised@^5.1.0",
  "_where": "/Users/nick/codes/twreporter-react",
  "author": {
    "email": "d@domenic.me",
    "name": "Domenic Denicola",
    "url": "https://domenic.me"
  },
  "bugs": {
    "url": "https://github.com/domenic/chai-as-promised/issues"
  },
  "dependencies": {},
  "description": "Extends Chai with assertions about promises.",
  "devDependencies": {
    "chai": "^3.0.0",
    "coffee-script": "1.10.0",
    "ecstatic": "^1.3.1",
    "glob": "^6.0.1",
    "istanbul": "0.4.1",
    "jshint": "^2.8.0",
    "mocha": "^2.3.4",
    "opener": "^1.4.1",
    "q": "^1.4.1",
    "underscore": "1.8.3"
  },
  "directories": {},
  "dist": {
    "shasum": "a51b0314330c98d25f9372cf5d7fd3690964cf7b",
    "tarball": "http://registry.npmjs.org/chai-as-promised/-/chai-as-promised-5.2.0.tgz"
  },
  "files": [
    "lib"
  ],
  "gitHead": "c0d887605a6df879d7ff1700600ad450e6e09a84",
  "homepage": "https://github.com/domenic/chai-as-promised#readme",
  "keywords": [
    "assertions",
    "async",
    "browser",
    "chai",
    "chai-plugin",
    "promises",
    "promises-aplus",
    "testing"
  ],
  "license": "WTFPL",
  "main": "./lib/chai-as-promised.js",
  "maintainers": [
    {
      "name": "domenic",
      "email": "domenic@domenicdenicola.com"
    }
  ],
  "name": "chai-as-promised",
  "optionalDependencies": {},
  "peerDependencies": {
    "chai": ">= 2.1.2 < 4"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/domenic/chai-as-promised.git"
  },
  "scripts": {
    "cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/lcov-report/lib/chai-as-promised.js.html",
    "lint": "jshint ./lib",
    "test": "npm run test-plugin && npm run test-intercompatibility",
    "test-browser-q": "coffee ./test/browser/runner.coffee q",
    "test-browser-when": "coffee ./test/browser/runner.coffee when",
    "test-intercompatibility": "mocha test-intercompatibility --opts test-intercompatibility/mocha.opts",
    "test-plugin": "mocha"
  },
  "version": "5.2.0"
}
