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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
| {
| "_args": [
| [
| "lolex@5.1.2",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "lolex@5.1.2",
| "_id": "lolex@5.1.2",
| "_inBundle": false,
| "_integrity": "sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==",
| "_location": "/lolex",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "lolex@5.1.2",
| "name": "lolex",
| "escapedName": "lolex",
| "rawSpec": "5.1.2",
| "saveSpec": null,
| "fetchSpec": "5.1.2"
| },
| "_requiredBy": [
| "/@jest/fake-timers"
| ],
| "_resolved": "https://registry.npmmirror.com/lolex/-/lolex-5.1.2.tgz",
| "_spec": "5.1.2",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Christian Johansen"
| },
| "bugs": {
| "url": "http://github.com/sinonjs/lolex/issues"
| },
| "dependencies": {
| "@sinonjs/commons": "^1.7.0"
| },
| "description": "Fake JavaScript timers",
| "devDependencies": {
| "@sinonjs/referee-sinon": "5.0.0",
| "browserify": "16.5.0",
| "eslint": "6.5.1",
| "eslint-config-prettier": "6.4.0",
| "eslint-config-sinon": "3.0.1",
| "eslint-plugin-ie11": "1.0.0",
| "eslint-plugin-mocha": "6.1.1",
| "eslint-plugin-prettier": "3.1.1",
| "husky": "3.0.8",
| "jsdom": "15.1.1",
| "lint-staged": "9.4.1",
| "mocha": "6.2.1",
| "mochify": "6.6.0",
| "npm-run-all": "4.1.5",
| "nyc": "14.1.1",
| "prettier": "1.18.2"
| },
| "eslintConfig": {
| "extends": "eslint-config-sinon",
| "plugins": [
| "ie11"
| ],
| "rules": {
| "ie11/no-collection-args": [
| "error"
| ],
| "ie11/no-for-in-const": [
| "error"
| ],
| "ie11/no-loop-func": [
| "warn"
| ],
| "ie11/no-weak-collections": [
| "error"
| ]
| }
| },
| "files": [
| "src/",
| "lolex.js"
| ],
| "homepage": "http://github.com/sinonjs/lolex",
| "husky": {
| "hooks": {
| "pre-commit": "run-p lint test-node"
| }
| },
| "license": "BSD-3-Clause",
| "lint-staged": {
| "*.js": "eslint"
| },
| "main": "./src/lolex-src.js",
| "module": "./lolex.js",
| "name": "lolex",
| "nyc": {
| "branches": 85,
| "lines": 92,
| "functions": 92,
| "statements": 92,
| "exclude": [
| "**/*-test.js",
| "coverage/**",
| "lolex.js"
| ]
| },
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/sinonjs/lolex.git"
| },
| "scripts": {
| "bundle": "browserify --no-detect-globals -s lolex -o lolex.js src/lolex-src.js",
| "lint": "eslint .",
| "postversion": "./scripts/postversion.sh",
| "prepublishOnly": "npm run bundle",
| "preversion": "./scripts/preversion.sh",
| "test": "npm run lint && npm run test-node && npm run test-headless",
| "test-check-coverage": "npm run test-coverage && nyc check-coverage",
| "test-cloud": "mochify --wd --no-detect-globals --timeout=10000",
| "test-coverage": "nyc --all --reporter text --reporter html --reporter lcovonly npm run test-node",
| "test-headless": "mochify --no-detect-globals --timeout=10000",
| "test-node": "mocha test/ integration-test/ -R dot --check-leaks",
| "version": "./scripts/version.sh"
| },
| "version": "5.1.2"
| }
|
|