doipjs/node_modules/nise/package.json
Yarmo Mackenbach e996bc8023 Initial commit
2020-10-23 22:35:53 +02:00

108 lines
2.9 KiB
JSON

{
"_from": "nise@^4.0.4",
"_id": "nise@4.0.4",
"_inBundle": false,
"_integrity": "sha512-bTTRUNlemx6deJa+ZyoCUTRvH3liK5+N6VQZ4NIw90AgDXY6iPnsqplNFf6STcj+ePk0H/xqxnP75Lr0J0Fq3A==",
"_location": "/nise",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nise@^4.0.4",
"name": "nise",
"escapedName": "nise",
"rawSpec": "^4.0.4",
"saveSpec": null,
"fetchSpec": "^4.0.4"
},
"_requiredBy": [
"/sinon"
],
"_resolved": "https://registry.npmjs.org/nise/-/nise-4.0.4.tgz",
"_shasum": "d73dea3e5731e6561992b8f570be9e363c4512dd",
"_spec": "nise@^4.0.4",
"_where": "/home/yarmo/dev/keyoxide/doipjs/node_modules/sinon",
"author": "",
"browser": {
"jsdom": false,
"jsdom-global": false
},
"bugs": {
"url": "https://github.com/sinonjs/nise/issues"
},
"bundleDependencies": false,
"dependencies": {
"@sinonjs/commons": "^1.7.0",
"@sinonjs/fake-timers": "^6.0.0",
"@sinonjs/text-encoding": "^0.7.1",
"just-extend": "^4.0.2",
"path-to-regexp": "^1.7.0"
},
"deprecated": false,
"description": "Fake XHR and server",
"devDependencies": {
"@sinonjs/referee": "^5.0.0",
"browserify": "^16.2.3",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-sinon": "^3.0.1",
"eslint-plugin-ie11": "1.0.0",
"eslint-plugin-mocha": "^6.1.1",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.2.1",
"jsdom": "^16.2.0",
"jsdom-global": "3.0.2",
"mocha": "^7.0.1",
"mochify": "^6.6.0",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"proxyquire": "^2.1.3",
"proxyquire-universal": "^2.1.0",
"proxyquireify": "^3.2.1",
"sinon": "^9.0.0"
},
"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": "4.0.4"
}