执行过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
{
  "_from": "@types/istanbul-reports@^1.1.1",
  "_id": "@types/istanbul-reports@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==",
  "_location": "/@types/istanbul-reports",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@types/istanbul-reports@^1.1.1",
    "name": "@types/istanbul-reports",
    "escapedName": "@types%2fistanbul-reports",
    "scope": "@types",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "/@jest/types"
  ],
  "_resolved": "https://registry.npmmirror.com/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz",
  "_shasum": "e875cc689e47bce549ec81f3df5e6f6f11cfaeb2",
  "_spec": "@types/istanbul-reports@^1.1.1",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@jest\\types",
  "bugs": {
    "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jason Cheatham",
      "url": "https://github.com/jason0x43"
    }
  ],
  "dependencies": {
    "@types/istanbul-lib-coverage": "*",
    "@types/istanbul-lib-report": "*"
  },
  "deprecated": false,
  "description": "TypeScript definitions for istanbul-reports",
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
  "license": "MIT",
  "main": "",
  "name": "@types/istanbul-reports",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
    "directory": "types/istanbul-reports"
  },
  "scripts": {},
  "typeScriptVersion": "3.0",
  "types": "index.d.ts",
  "typesPublisherContentHash": "c13cd090c027208710520a039ec004ef0045ea12516dc4c71d648e4fce9ff9f7",
  "version": "1.1.2"
}