| Current Path : /var/www/html/wetty/node_modules/nise/ |
| Current File : /var/www/html/wetty/node_modules/nise/package.json |
{
"_from": "nise@^1.5.2",
"_id": "nise@1.5.3",
"_inBundle": false,
"_integrity": "sha512-Ymbac/94xeIrMf59REBPOv0thr+CJVFMhrlAkW/gjCIE58BGQdCj0x7KRCb3yz+Ga2Rz3E9XXSvUyyxqqhjQAQ==",
"_location": "/nise",
"_phantomChildren": {
"@sinonjs/commons": "1.7.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "nise@^1.5.2",
"name": "nise",
"escapedName": "nise",
"rawSpec": "^1.5.2",
"saveSpec": null,
"fetchSpec": "^1.5.2"
},
"_requiredBy": [
"/sinon"
],
"_resolved": "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz",
"_shasum": "9d2cfe37d44f57317766c6e9408a359c5d3ac1f7",
"_spec": "nise@^1.5.2",
"_where": "/var/www/html/wetty/node_modules/sinon",
"author": "",
"browser": {
"jsdom": false,
"jsdom-global": false,
"@sinonjs/text-encoding": false
},
"bugs": {
"url": "https://github.com/sinonjs/nise/issues"
},
"bundleDependencies": false,
"dependencies": {
"@sinonjs/formatio": "^3.2.1",
"@sinonjs/text-encoding": "^0.7.1",
"just-extend": "^4.0.2",
"lolex": "^5.0.1",
"path-to-regexp": "^1.7.0"
},
"deprecated": false,
"description": "Fake XHR and server",
"devDependencies": {
"@sinonjs/referee": "^3.2.0",
"browserify": "^16.2.3",
"eslint": "^6.1.0",
"eslint-config-sinon": "^1.0.1",
"eslint-plugin-ie11": "1.0.0",
"eslint-plugin-mocha": "^6.1.1",
"husky": "^3.0.7",
"jsdom": "^15.1.1",
"jsdom-global": "3.0.2",
"mocha": "^6.2.0",
"mochify": "^6.6.0",
"nyc": "^14.1.1",
"proxyquire": "^1.8.0",
"proxyquire-universal": "^2.1.0",
"proxyquireify": "^3.2.1",
"sinon": "^7.3.2"
},
"files": [
"nise.js",
"lib/**/*.js"
],
"homepage": "https://github.com/sinonjs/nise#readme",
"husky": {
"hooks": {
"pre-commit": "npm run lint -- --fix && npm run test",
"pre-push": "npm run lint && npm run test"
}
},
"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 --no-detect-globals -s nise -o nise.js lib/index.js",
"lint": "eslint .",
"prepublish": "npm run bundle",
"prepublishOnly": "mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
"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 ] --no-detect-globals test/global-hack.js lib/**/*.test.js"
},
"version": "1.5.3"
}