执行过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
{
  "_from": "tui-code-snippet@^2.3.1",
  "_id": "tui-code-snippet@2.3.3",
  "_inBundle": false,
  "_integrity": "sha512-5NEHTDFKillDNPy6MCgpXDNBTB7SZkHBFOF6vXfCDIFZcBdFYFXTd2xvAVvIeM3UYFRWu27xUf/Kxl5f9+RooQ==",
  "_location": "/tui-chart/tui-code-snippet",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tui-code-snippet@^2.3.1",
    "name": "tui-code-snippet",
    "escapedName": "tui-code-snippet",
    "rawSpec": "^2.3.1",
    "saveSpec": null,
    "fetchSpec": "^2.3.1"
  },
  "_requiredBy": [
    "/tui-chart"
  ],
  "_resolved": "https://registry.npmmirror.com/tui-code-snippet/-/tui-code-snippet-2.3.3.tgz",
  "_shasum": "87e2e31a6396a1ea1ae0f401fd84833a9bca8535",
  "_spec": "tui-code-snippet@^2.3.1",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\tui-chart",
  "author": {
    "name": "NHN. FE Development Lab",
    "email": "dl_javascript@nhn.com"
  },
  "bugs": {
    "url": "https://github.com/nhn/tui.code-snippet/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "TOAST UI Utility: CodeSnippet",
  "devDependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.8.3",
    "@babel/plugin-transform-member-expression-literals": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@toast-ui/release-notes": "^2.0.1",
    "babel-plugin-add-module-exports": "^1.0.2",
    "eslint": "^6.7.1",
    "eslint-config-prettier": "^6.7.0",
    "eslint-config-tui": "^3.0.0",
    "eslint-loader": "^3.0.2",
    "eslint-plugin-jest": "^24.3.6",
    "eslint-plugin-prettier": "^3.1.2",
    "jest": "^27.0.4",
    "jest-extended": "^0.11.5",
    "prettier": "^1.19.1",
    "webpack": "^4.0.0",
    "webpack-cli": "^3.3.10"
  },
  "files": [
    "ajax",
    "array",
    "browser",
    "collection",
    "customEvents",
    "defineClass",
    "domEvent",
    "domUtil",
    "enum",
    "formatDate",
    "inheritance",
    "object",
    "request",
    "string",
    "tricks",
    "type"
  ],
  "homepage": "https://github.com/nhn/tui.code-snippet#readme",
  "keywords": [
    "nhn",
    "tui",
    "utility",
    "code-snippet"
  ],
  "license": "MIT",
  "main": "dist/tui-code-snippet.js",
  "name": "tui-code-snippet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nhn/tui.code-snippet.git"
  },
  "scripts": {
    "bundle": "webpack --mode=production & webpack --mode=production --minify",
    "doc": "tuidoc",
    "doc:serve": "tuidoc --serv",
    "eslint": "eslint \"**/*.js\"",
    "note": "tui-note",
    "test": "jest",
    "transpile": "babel --plugins babel-plugin-add-module-exports ajax/index.mjs --out-file ajax/index.js && babel --plugins @babel/plugin-transform-member-expression-literals ajax/index.js --out-file ajax/index.js"
  },
  "version": "2.3.3"
}