执行过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
103
104
105
106
107
{
  "_from": "jest-watch-typeahead@^0.4.2",
  "_id": "jest-watch-typeahead@0.4.2",
  "_inBundle": false,
  "_integrity": "sha512-f7VpLebTdaXs81rg/oj4Vg/ObZy2QtGzAmGLNsqUS5G5KtSN68tFcIsbvNODfNyQxU78g7D8x77o3bgfBTR+2Q==",
  "_location": "/jest-watch-typeahead",
  "_phantomChildren": {
    "ansi-regex": "4.1.1",
    "astral-regex": "1.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jest-watch-typeahead@^0.4.2",
    "name": "jest-watch-typeahead",
    "escapedName": "jest-watch-typeahead",
    "rawSpec": "^0.4.2",
    "saveSpec": null,
    "fetchSpec": "^0.4.2"
  },
  "_requiredBy": [
    "/@vue/cli-plugin-unit-jest"
  ],
  "_resolved": "https://registry.npmmirror.com/jest-watch-typeahead/-/jest-watch-typeahead-0.4.2.tgz",
  "_shasum": "e5be959698a7fa2302229a5082c488c3c8780a4a",
  "_spec": "jest-watch-typeahead@^0.4.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@vue\\cli-plugin-unit-jest",
  "author": {
    "name": "Rogelio Guzman",
    "email": "rogelioguzmanh@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jest-community/jest-watch-typeahead/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ansi-escapes": "^4.2.1",
    "chalk": "^2.4.1",
    "jest-regex-util": "^24.9.0",
    "jest-watcher": "^24.3.0",
    "slash": "^3.0.0",
    "string-length": "^3.1.0",
    "strip-ansi": "^5.0.0"
  },
  "deprecated": false,
  "description": "Jest plugin for filtering by filename or test name",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-flow": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.3.0",
    "eslint": "^6.2.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.1.0",
    "eslint-plugin-flowtype": "^4.2.0",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-jest": "^22.1.3",
    "eslint-plugin-prettier": "^3.0.1",
    "flow-bin": "^0.105.2",
    "jest": "^24.3.0",
    "prettier": "^1.13.7",
    "rimraf": "^3.0.0"
  },
  "files": [
    "build/",
    "filename.js",
    "testname.js"
  ],
  "homepage": "https://github.com/jest-community/jest-watch-typeahead",
  "jest": {
    "watchPlugins": [
      "<rootDir>/filename",
      "<rootDir>/testname"
    ],
    "snapshotSerializers": [
      "<rootDir>/node_modules/pretty-format/build/plugins/ConvertAnsi"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/build/.*",
      "<rootDir>/src/__tests__/pluginTester.js"
    ],
    "transformIgnorePatterns": [
      "/node_modules/",
      "/__mocks__/"
    ]
  },
  "license": "MIT",
  "main": "build/index.js",
  "name": "jest-watch-typeahead",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jest-community/jest-watch-typeahead.git"
  },
  "scripts": {
    "build": "babel src --ignore **/*.test.js,integration -d build",
    "format": "prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\"",
    "lint": "eslint .",
    "prebuild": "rimraf build",
    "prepublish": "yarn build",
    "test": "jest",
    "watch": "babel src -w --ignore **/*.test.js,integration -d build"
  },
  "version": "0.4.2"
}