执行过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
{
  "_from": "test-exclude@^4.2.1",
  "_id": "test-exclude@4.2.3",
  "_inBundle": false,
  "_integrity": "sha512-SYbXgY64PT+4GAL2ocI3HwPa4Q4TBKm0cwAVeKOt/Aoc0gSpNRjJX8w0pA1LMKZ3LBmd8pYBqApFNQLII9kavA==",
  "_location": "/babel-jest/test-exclude",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "test-exclude@^4.2.1",
    "name": "test-exclude",
    "escapedName": "test-exclude",
    "rawSpec": "^4.2.1",
    "saveSpec": null,
    "fetchSpec": "^4.2.1"
  },
  "_requiredBy": [
    "/babel-jest/babel-plugin-istanbul"
  ],
  "_resolved": "https://registry.npmmirror.com/test-exclude/-/test-exclude-4.2.3.tgz",
  "_shasum": "a9a5e64474e4398339245a0a769ad7c2f4a97c20",
  "_spec": "test-exclude@^4.2.1",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\babel-jest\\node_modules\\babel-plugin-istanbul",
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "bugs": {
    "url": "https://github.com/istanbuljs/istanbuljs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "arrify": "^1.0.1",
    "micromatch": "^2.3.11",
    "object-assign": "^4.1.0",
    "read-pkg-up": "^1.0.1",
    "require-main-filename": "^1.0.1"
  },
  "deprecated": false,
  "description": "test for inclusion or exclusion of paths using pkg-conf and globs",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.1.2",
    "standard": "^9.0.0"
  },
  "files": [
    "index.js"
  ],
  "greenkeeper": {
    "ignore": [
      "read-pkg-up"
    ]
  },
  "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  "keywords": [
    "exclude",
    "include",
    "glob",
    "package",
    "config"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "test-exclude",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/istanbuljs/istanbuljs.git"
  },
  "scripts": {
    "pretest": "standard",
    "test": "mocha"
  },
  "version": "4.2.3"
}