执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
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
{
  "_from": "jest-environment-jsdom-fifteen@^1.0.2",
  "_id": "jest-environment-jsdom-fifteen@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-nfrnAfwklE1872LIB31HcjM65cWTh1wzvMSp10IYtPJjLDUbTTvDpajZgIxUnhRmzGvogdHDayCIlerLK0OBBg==",
  "_location": "/jest-environment-jsdom-fifteen",
  "_phantomChildren": {
    "abab": "2.0.6",
    "acorn-globals": "4.3.4",
    "array-equal": "1.0.0",
    "data-urls": "1.1.0",
    "domexception": "1.0.1",
    "escodegen": "1.14.3",
    "html-encoding-sniffer": "1.0.2",
    "ip-regex": "2.1.0",
    "lodash.sortby": "4.7.0",
    "nwsapi": "2.2.0",
    "pn": "1.1.0",
    "psl": "1.8.0",
    "punycode": "2.1.1",
    "request": "2.88.2",
    "request-promise-native": "1.0.9",
    "saxes": "3.1.11",
    "symbol-tree": "3.2.4",
    "tr46": "1.0.1",
    "w3c-hr-time": "1.0.2",
    "w3c-xmlserializer": "1.1.2",
    "webidl-conversions": "4.0.2",
    "whatwg-encoding": "1.0.5",
    "whatwg-mimetype": "2.3.0",
    "xml-name-validator": "3.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jest-environment-jsdom-fifteen@^1.0.2",
    "name": "jest-environment-jsdom-fifteen",
    "escapedName": "jest-environment-jsdom-fifteen",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/@vue/cli-plugin-unit-jest"
  ],
  "_resolved": "https://registry.npmmirror.com/jest-environment-jsdom-fifteen/-/jest-environment-jsdom-fifteen-1.0.2.tgz",
  "_shasum": "49a0af55e0d32737a6114a1575dd714702ad63b0",
  "_spec": "jest-environment-jsdom-fifteen@^1.0.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@vue\\cli-plugin-unit-jest",
  "author": {
    "name": "Ian Schmitz",
    "email": "ianschmitz@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ianschmitz/jest-environment-jsdom-fifteen/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@jest/environment": "^24.3.0",
    "@jest/fake-timers": "^24.3.0",
    "@jest/types": "^24.3.0",
    "jest-mock": "^24.0.0",
    "jest-util": "^24.0.0",
    "jsdom": "^15.2.1"
  },
  "deprecated": false,
  "description": "JSDOM environment for Jest with JSDOM 15",
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "@types/jsdom": "^12.2.3",
    "@types/node": "^11.11.3",
    "husky": "^1.3.1",
    "jest": "^24.1.0",
    "mkdirp": "^0.5.1",
    "prettier": "^1.16.4",
    "pretty-quick": "^1.10.0",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.0.0",
    "typescript": "~3.3.3333"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/ianschmitz/jest-environment-jsdom-fifteen#readme",
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "license": "MIT",
  "main": "lib/index.js",
  "name": "jest-environment-jsdom-fifteen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ianschmitz/jest-environment-jsdom-fifteen.git"
  },
  "scripts": {
    "build": "rimraf lib && tsc -p ./tsconfig.build.json",
    "test": "jest"
  },
  "version": "1.0.2"
}