执行过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
{
  "_from": "jest-serializer-vue@^2.0.2",
  "_id": "jest-serializer-vue@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-nK/YIFo6qe3i9Ge+hr3h4PpRehuPPGZFt8LDBdTHYldMb7ZWlkanZS8Ls7D8h6qmQP2lBQVDLP0DKn5bJ9QApQ==",
  "_location": "/jest-serializer-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jest-serializer-vue@^2.0.2",
    "name": "jest-serializer-vue",
    "escapedName": "jest-serializer-vue",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/@vue/cli-plugin-unit-jest"
  ],
  "_resolved": "https://registry.npmmirror.com/jest-serializer-vue/-/jest-serializer-vue-2.0.2.tgz",
  "_shasum": "b238ef286357ec6b480421bd47145050987d59b3",
  "_spec": "jest-serializer-vue@^2.0.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@vue\\cli-plugin-unit-jest",
  "author": {
    "name": "Edd Yerburgh"
  },
  "bugs": {
    "url": "https://github.com/eddyerburgh/jest-serializer-vue/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "pretty": "2.0.0"
  },
  "deprecated": false,
  "description": "A jest serializer for Vue snapshots",
  "devDependencies": {
    "@vue/test-utils": "^1.0.0-beta.12",
    "babel-core": "^6.26.0",
    "babel-jest": "^22.4.1",
    "babel-preset-env": "^1.6.1",
    "conventional-changelog": "1.1.6",
    "eslint": "4.10.0",
    "eslint-config-standard": "10.2.1",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-node": "5.2.1",
    "eslint-plugin-promise": "3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "eslint-plugin-vue": "beta",
    "jest": "^22.4.2",
    "semantic-release": "^15.5.0",
    "vue": "2.5.3",
    "vue-jest": "1.0.2",
    "vue-template-compiler": "2.5.3"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/eddyerburgh/jest-serializer-vue#readme",
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "vue"
    ],
    "transform": {
      "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
      ".*\\.vue$": "<rootDir>/node_modules/vue-jest"
    },
    "snapshotSerializers": [
      "<rootDir>/index.js"
    ]
  },
  "keywords": [
    "jest"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "jest-serializer-vue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eddyerburgh/jest-serializer-vue.git"
  },
  "scripts": {
    "lint": "eslint --ext .js,.vue .",
    "lint:fix": "npm run lint -- --fix",
    "publish": "semantic-release",
    "test": "npm run lint && npm run unit",
    "unit": "jest"
  },
  "version": "2.0.2"
}