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
| {
| "_from": "@sinonjs/fake-timers@^8.0.1",
| "_id": "@sinonjs/fake-timers@8.1.0",
| "_inBundle": false,
| "_integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
| "_location": "/@sinonjs/fake-timers",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@sinonjs/fake-timers@^8.0.1",
| "name": "@sinonjs/fake-timers",
| "escapedName": "@sinonjs%2ffake-timers",
| "scope": "@sinonjs",
| "rawSpec": "^8.0.1",
| "saveSpec": null,
| "fetchSpec": "^8.0.1"
| },
| "_requiredBy": [
| "/@jest/fake-timers"
| ],
| "_resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
| "_shasum": "3fdc2b6cb58935b21bfb8d1625eb1300484316e7",
| "_spec": "@sinonjs/fake-timers@^8.0.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@jest\\fake-timers",
| "author": {
| "name": "Christian Johansen"
| },
| "bugs": {
| "url": "https://github.com/sinonjs/fake-timers/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@sinonjs/commons": "^1.7.0"
| },
| "deprecated": false,
| "description": "Fake JavaScript timers",
| "devDependencies": {
| "@sinonjs/eslint-config": "4.0.2",
| "@sinonjs/referee-sinon": "6.0.1",
| "eslint-config-prettier": "8.3.0",
| "eslint-plugin-prettier": "3.4.1",
| "husky": "4.2.1",
| "jsdom": "16.5.2",
| "lint-staged": "10.0.7",
| "mocha": "8.3.2",
| "mochify": "7.0.0",
| "nyc": "14.1.1",
| "prettier": "2.2.1"
| },
| "files": [
| "src/"
| ],
| "homepage": "https://github.com/sinonjs/fake-timers",
| "husky": {
| "hooks": {
| "pre-commit": "npm run lint"
| }
| },
| "license": "BSD-3-Clause",
| "lint-staged": {
| "*.{js,css,md}": "prettier --check",
| "*.js": "eslint"
| },
| "main": "./src/fake-timers-src.js",
| "name": "@sinonjs/fake-timers",
| "nyc": {
| "branches": 85,
| "lines": 92,
| "functions": 92,
| "statements": 92,
| "exclude": [
| "**/*-test.js",
| "coverage/**",
| "types/**",
| "fake-timers.js"
| ]
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/sinonjs/fake-timers.git"
| },
| "scripts": {
| "lint": "eslint .",
| "postversion": "./scripts/postversion.sh",
| "prettier:check": "prettier --check '**/*.{js,css,md}'",
| "prettier:write": "prettier --write '**/*.{js,css,md}'",
| "preversion": "./scripts/preversion.sh",
| "test": "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 --timeout 200 test/ integration-test/ -R dot --check-leaks",
| "version": "./scripts/version.sh"
| },
| "version": "8.1.0"
| }
|
|