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
| {
| "_from": "time-fix-plugin@^2.0.7",
| "_id": "time-fix-plugin@2.0.7",
| "_inBundle": false,
| "_integrity": "sha512-uVFet1LQToeUX0rTcSiYVYVoGuBpc8gP/2jnlUzuHMHe+gux6XLsNzxLUweabMwiUj5ejhoIMsUI55nVSEa/Vw==",
| "_location": "/time-fix-plugin",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "time-fix-plugin@^2.0.7",
| "name": "time-fix-plugin",
| "escapedName": "time-fix-plugin",
| "rawSpec": "^2.0.7",
| "saveSpec": null,
| "fetchSpec": "^2.0.7"
| },
| "_requiredBy": [
| "/@nuxt/webpack"
| ],
| "_resolved": "https://registry.npmjs.org/time-fix-plugin/-/time-fix-plugin-2.0.7.tgz",
| "_shasum": "4ba70ae2e40cedf34dabe505eda7b71b1b244f50",
| "_spec": "time-fix-plugin@^2.0.7",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\webpack",
| "author": {
| "name": "egoist",
| "email": "0x142857@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/egoist/time-fix-plugin/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Fix startTime for webpack watcher",
| "devDependencies": {
| "eslint-config-rem": "^3.0.0",
| "webpack": "^4.31.0",
| "xo": "^0.18.0"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/egoist/time-fix-plugin#readme",
| "license": "MIT",
| "main": "index.js",
| "name": "time-fix-plugin",
| "peerDependencies": {
| "webpack": ">=4.0.0"
| },
| "repository": {
| "url": "git+https://github.com/egoist/time-fix-plugin.git",
| "type": "git"
| },
| "scripts": {
| "lint": "xo",
| "test": "npm run lint && echo 'no tests!'"
| },
| "version": "2.0.7",
| "xo": {
| "extends": "rem",
| "ignores": [
| "example/**"
| ]
| }
| }
|
|