{
  "_args": [
    [
      "sinon-chai@3.3.0",
      "/home/luben/code/node-cdrator"
    ]
  ],
  "_development": true,
  "_from": "sinon-chai@3.3.0",
  "_id": "sinon-chai@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-r2JhDY7gbbmh5z3Q62pNbrjxZdOAjpsqW/8yxAZRSqLZqowmfGZPGUZPFf3UX36NLis0cv8VEM5IJh9HgkSOAA==",
  "_location": "/sinon-chai",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sinon-chai@3.3.0",
    "name": "sinon-chai",
    "escapedName": "sinon-chai",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/sinon-chai/-/sinon-chai-3.3.0.tgz",
  "_spec": "3.3.0",
  "_where": "/home/luben/code/node-cdrator",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "url": "https://domenic.me/"
  },
  "bugs": {
    "url": "https://github.com/domenic/sinon-chai/issues"
  },
  "description": "Extends Chai with assertions for the Sinon.JS mocking framework.",
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^3.19.0",
    "istanbul": "~0.4.5",
    "mocha": "^3.5.3",
    "opener": "^1.4.3",
    "sinon": "^7.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/domenic/sinon-chai#readme",
  "keywords": [
    "chai",
    "chai-plugin",
    "browser",
    "vendor",
    "mocks-and-spies",
    "sinon",
    "testing",
    "spies",
    "stubs",
    "mocks"
  ],
  "license": "(BSD-2-Clause OR WTFPL)",
  "main": "./lib/sinon-chai.js",
  "name": "sinon-chai",
  "peerDependencies": {
    "chai": "^4.0.0",
    "sinon": ">=4.0.0 <8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/domenic/sinon-chai.git"
  },
  "scripts": {
    "cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/lcov-report/lib/sinon-chai.js.html",
    "lint": "eslint .",
    "test": "mocha",
    "test-travis": "npm install && npm install chai@$CHAI_VERSION && npm install sinon@$SINON_VERSION && npm test"
  },
  "version": "3.3.0"
}
