{ "_from": "nise@^1.4.10", "_id": "nise@1.4.10", "_inBundle": false, "_integrity": "sha1-rkagmiZDb66Ro4pgkZNWrm2xQ7Y=", "_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": "http://registry.npm.taobao.org/nise/download/nise-1.4.10.tgz", "_shasum": "ae46a09a26436fae91a38a60919356ae6db143b6", "_spec": "nise@^1.4.10", "_where": "E:\\dev\\007\\node_module\\node10\\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" }