{
  "_args": [
    [
      "sinon-chai@2.14.0",
      "D:\\Pytliki\\dom"
    ]
  ],
  "_development": true,
  "_from": "sinon-chai@2.14.0",
  "_id": "sinon-chai@2.14.0",
  "_inBundle": false,
  "_integrity": "sha512-9stIF1utB0ywNHNT7RgiXbdmen8QDCRsrTjw+G9TgKt1Yexjiv8TOWZ6WHsTPz57Yky3DIswZvEqX8fpuHNDtQ==",
  "_location": "/sinon-chai",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sinon-chai@2.14.0",
    "name": "sinon-chai",
    "escapedName": "sinon-chai",
    "rawSpec": "2.14.0",
    "saveSpec": null,
    "fetchSpec": "2.14.0"
  },
  "_requiredBy": [
    "/wct-browser-legacy"
  ],
  "_resolved": "https://registry.npmjs.org/sinon-chai/-/sinon-chai-2.14.0.tgz",
  "_spec": "2.14.0",
  "_where": "D:\\Pytliki\\dom",
  "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.0",
    "eslint": "^3.19.0",
    "istanbul": "~0.4.5",
    "mocha": "^3.4.2",
    "opener": "^1.4.3",
    "sinon": "^4.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": ">=1.9.2 <5",
    "sinon": "^1.4.0 || ^2.1.0 || ^3.0.0 || ^4.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 chai@$CHAI_VERSION && npm install sinon@$SINON_VERSION && npm install && npm test"
  },
  "version": "2.14.0"
}
