执行过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
{
  "_from": "@types/estree@*",
  "_id": "@types/estree@0.0.51",
  "_inBundle": false,
  "_integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==",
  "_location": "/@types/estree",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@types/estree@*",
    "name": "@types/estree",
    "escapedName": "@types%2festree",
    "scope": "@types",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "/@types/tern"
  ],
  "_resolved": "https://registry.npmmirror.com/@types/estree/-/estree-0.0.51.tgz",
  "_shasum": "cfd70924a25a3fd32b218e5e420e6897e1ac4f40",
  "_spec": "@types/estree@*",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@types\\tern",
  "bugs": {
    "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "RReverser",
      "url": "https://github.com/RReverser"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "TypeScript definitions for ESTree AST specification",
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree",
  "license": "MIT",
  "main": "",
  "name": "@types/estree",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
    "directory": "types/estree"
  },
  "scripts": {},
  "typeScriptVersion": "3.8",
  "types": "index.d.ts",
  "typesPublisherContentHash": "95cbccd2dde8b8492f61e0e8049641ae05129705d9ba742955b711cfb71f3621",
  "version": "0.0.51"
}