执行过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
{
  "_from": "@types/json-schema@^7.0.5",
  "_id": "@types/json-schema@7.0.11",
  "_inBundle": false,
  "_integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==",
  "_location": "/@types/json-schema",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@types/json-schema@^7.0.5",
    "name": "@types/json-schema",
    "escapedName": "@types%2fjson-schema",
    "scope": "@types",
    "rawSpec": "^7.0.5",
    "saveSpec": null,
    "fetchSpec": "^7.0.5"
  },
  "_requiredBy": [
    "/schema-utils"
  ],
  "_resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.11.tgz",
  "_shasum": "d421b6c527a3037f7c84433fd2c4229e016863d3",
  "_spec": "@types/json-schema@^7.0.5",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\schema-utils",
  "bugs": {
    "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Boris Cherny",
      "url": "https://github.com/bcherny"
    },
    {
      "name": "Lucian Buzzo",
      "url": "https://github.com/lucianbuzzo"
    },
    {
      "name": "Roland Groza",
      "url": "https://github.com/rolandjitsu"
    },
    {
      "name": "Jason Kwok",
      "url": "https://github.com/JasonHK"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "TypeScript definitions for json-schema 4.0, 6.0 and",
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema",
  "license": "MIT",
  "main": "",
  "name": "@types/json-schema",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
    "directory": "types/json-schema"
  },
  "scripts": {},
  "typeScriptVersion": "3.9",
  "types": "index.d.ts",
  "typesPublisherContentHash": "84a402b9e31ddb097f08b5c07c08590bf087035c483db7a4071a04903775dc44",
  "version": "7.0.11"
}