1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
| {
| "_from": "nise@^5.1.0",
| "_id": "nise@5.1.4",
| "_inBundle": false,
| "_integrity": "sha512-8+Ib8rRJ4L0o3kfmyVCL7gzrohyDe0cMFTBa2d364yIrEGMEoetznKJx899YxjybU6bL9SQkYPSBBs1gyYs8Xg==",
| "_location": "/nise",
| "_phantomChildren": {
| "type-detect": "4.0.8"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "nise@^5.1.0",
| "name": "nise",
| "escapedName": "nise",
| "rawSpec": "^5.1.0",
| "saveSpec": null,
| "fetchSpec": "^5.1.0"
| },
| "_requiredBy": [
| "/sinon"
| ],
| "_resolved": "https://registry.npmjs.org/nise/-/nise-5.1.4.tgz",
| "_shasum": "491ce7e7307d4ec546f5a659b2efe94a18b4bbc0",
| "_spec": "nise@^5.1.0",
| "_where": "/home/l/plc/node-red/node_modules/sinon",
| "author": "",
| "browser": {
| "jsdom": false,
| "jsdom-global": false
| },
| "bugs": {
| "url": "https://github.com/sinonjs/nise/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@sinonjs/commons": "^2.0.0",
| "@sinonjs/fake-timers": "^10.0.2",
| "@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/eslint-config": "^4.0.5",
| "@sinonjs/referee": "^9.1.1",
| "browserify": "^16.2.3",
| "husky": "^4.2.1",
| "jsdom": "^16.2.0",
| "jsdom-global": "3.0.2",
| "lint-staged": "^10.5.3",
| "mocha": "^10.1.0",
| "mochify": "^9.2.0",
| "nyc": "^15.0.0",
| "prettier": "^1.19.1",
| "proxyquire": "^2.1.3",
| "proxyquire-universal": "^2.1.0",
| "proxyquireify": "^3.2.1",
| "sinon": ">=9"
| },
| "files": [
| "nise.js",
| "lib/**/*.js",
| "!lib/**/*.test.js"
| ],
| "homepage": "https://github.com/sinonjs/nise#readme",
| "husky": {
| "hooks": {
| "pre-commit": "lint-staged"
| }
| },
| "keywords": [
| "test",
| "testing",
| "fake",
| "mock",
| "xhr",
| "server"
| ],
| "license": "BSD-3-Clause",
| "lint-staged": {
| "*.{js,css,md}": "prettier --check",
| "*.js": "eslint --quiet"
| },
| "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 .",
| "prepare": "npm run bundle",
| "prepublishOnly": "mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
| "prettier:check": "prettier --check '**/*.{js,css,md}'",
| "prettier:write": "prettier --write '**/*.{js,css,md}'",
| "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": "5.1.4"
| }
|
|