{
  "_from": "nise@^1.4.10",
  "_id": "nise@1.4.10",
  "_inBundle": false,
  "_integrity": "sha512-sa0RRbj53dovjc7wombHmVli9ZihXbXCQ2uH3TNm03DyvOSIQbxg+pbqDKrk2oxMK1rtLGVlKxcB9rrc6X5YjA==",
  "_location": "/nise",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nise@^1.4.10",
    "name": "nise",
    "escapedName": "nise",
    "rawSpec": "^1.4.10",
    "saveSpec": null,
    "fetchSpec": "^1.4.10"
  },
  "_requiredBy": [
    "/sinon"
  ],
  "_resolved": "https://registry.npmjs.org/nise/-/nise-1.4.10.tgz",
  "_shasum": "ae46a09a26436fae91a38a60919356ae6db143b6",
  "_spec": "nise@^1.4.10",
  "_where": "/Users/josh.burman/Projects/braid/node_modules/sinon",
  "author": "",
  "bugs": {
    "url": "https://github.com/sinonjs/nise/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@sinonjs/formatio": "^3.1.0",
    "@sinonjs/text-encoding": "^0.7.1",
    "just-extend": "^4.0.2",
    "lolex": "^2.3.2",
    "path-to-regexp": "^1.7.0"
  },
  "deprecated": false,
  "description": "Fake XHR and server",
  "devDependencies": {
    "@sinonjs/referee": "^2.0.0",
    "browserify": "^16.2.3",
    "eslint": "^4.17.0",
    "eslint-config-sinon": "^1.0.1",
    "eslint-plugin-ie11": "1.0.0",
    "eslint-plugin-mocha": "^4.9.0",
    "husky": "^0.14.3",
    "jsdom": "11.6.2",
    "jsdom-global": "3.0.2",
    "mocha": "^5.0.0",
    "mochify": "^5.8.1",
    "nyc": "^13.3.0",
    "proxyquire": "^1.8.0",
    "proxyquire-universal": "^1.0.8",
    "proxyquireify": "^3.2.1",
    "sinon": "^7"
  },
  "files": [
    "nise.js",
    "lib/**/*.js"
  ],
  "homepage": "https://github.com/sinonjs/nise#readme",
  "keywords": [
    "test",
    "testing",
    "fake",
    "mock",
    "xhr",
    "server"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "module": "nise.js",
  "name": "nise",
  "nyc": {
    "exclude": [
      "nise.js",
      "coverage/**",
      "**/*.test.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sinonjs/nise.git"
  },
  "scripts": {
    "bundle": "browserify -s nise -o nise.js lib/index.js",
    "lint": "eslint .",
    "precommit": "npm run lint -- --fix && npm run test",
    "prepublish": "npm run bundle",
    "prepublishOnly": "mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
    "prepush": "npm run lint && npm run test",
    "test": "mocha lib/**/*.test.js",
    "test:coverage": "nyc --reporter=lcov --reporter=text --all npm test -- --reporter dot",
    "test:headless": "mochify --https-server --plugin [ proxyquire-universal ] lib/**/*.test.js"
  },
  "version": "1.4.10"
}