执行过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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
  "_from": "tui-chart@^3.0.1",
  "_id": "tui-chart@3.11.3",
  "_inBundle": false,
  "_integrity": "sha512-DsRzC1vcwZE5S3z2SGCWiQdiHL0VCon2zQthk3SmDRQwrrA/LB2aOrIZjFWsn3HjPt+rsu7hg+2Cmgp9e2C4KA==",
  "_location": "/tui-chart",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tui-chart@^3.0.1",
    "name": "tui-chart",
    "escapedName": "tui-chart",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/tui-editor"
  ],
  "_resolved": "https://registry.npmmirror.com/tui-chart/-/tui-chart-3.11.3.tgz",
  "_shasum": "496385b84c261392992da6d5dd6adc46d3b94a1b",
  "_spec": "tui-chart@^3.0.1",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\tui-editor",
  "author": {
    "name": "NHN. FE Development Lab",
    "email": "dl_javascript@nhn.com"
  },
  "bugs": {
    "url": "https://github.com/nhn/tui.chart/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "core-js": "^3.6.4",
    "raphael": "git+https://github.com/nhn/raphael.git#2.2.0-c",
    "tui-code-snippet": "^2.3.1"
  },
  "deprecated": false,
  "description": "TOAST UI Application: Chart",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^6.2.7",
    "babel-plugin-transform-es2015-classes": "^6.7.7",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
    "babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
    "babel-plugin-transform-es3-property-literals": "^6.5.0",
    "babel-preset-es2015": "^6.6.0",
    "codemirror": "5.24.0",
    "copy-webpack-plugin": "^4.3.1",
    "cpy-cli": "^1.0.1",
    "css-loader": "^0.25.0",
    "es3ify-webpack-plugin": "0.0.1",
    "es5-shim": "^4.5.10",
    "eslint": "^4.19.1",
    "eslint-config-prettier": "^6.9.0",
    "eslint-config-tui": "^1.0.3",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-prettier": "^2.7.0",
    "extract-text-webpack-plugin": "^1.0.1",
    "istanbul-instrumenter-loader": "^1.2.0",
    "jasmine-core": "^2.8.0",
    "karma": "1.3.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-es5-shim": "0.0.4",
    "karma-firefox-launcher": "^1.1.0",
    "karma-jasmine": "^1.1.1",
    "karma-junit-reporter": "^1.2.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-narrow-reporter": "^2.0.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webdriver-launcher": "git+https://github.com/nhnent/karma-webdriver-launcher.git#v1.1.0",
    "karma-webpack": "^1.8.1",
    "less": "^2.7.3",
    "less-loader": "^2.2.3",
    "prettier": "^1.19.1",
    "safe-umd-webpack-plugin": "^0.0.1",
    "style-loader": "^0.19.1",
    "tslint": "^5.12.0",
    "typescript": "^3.2.2",
    "webpack": "^1.15.0",
    "webpack-dev-server": "^1.16.5",
    "webpack-polyfills-plugin": "^0.2.0"
  },
  "files": [
    "dist",
    "index.d.ts"
  ],
  "homepage": "https://github.com/nhn/tui.chart#readme",
  "keywords": [
    "nhn",
    "tui",
    "application",
    "chart",
    "tui-chart"
  ],
  "license": "MIT",
  "main": "dist/tui-chart",
  "name": "tui-chart",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nhn/tui.chart.git"
  },
  "scripts": {
    "deploy": "npm run deploy:all && npm run deploy:polyfill && npm run deploy:nodepth && cp -R ./maps ./dist && node tsBannerGenerator.js",
    "deploy:all": "webpack --production --alldepth && webpack --production --alldepth --minify",
    "deploy:nodepth": "webpack --production --nodepth && webpack --production --nodepth --minify",
    "deploy:polyfill": "webpack --production --polyfill && webpack --production --polyfill --minify",
    "doc": "tuidoc",
    "doc:dev": "tuidoc --dev",
    "eslint": "eslint src/js test/",
    "serve": "webpack-dev-server --inline --hot -d",
    "serve:ie8": "webpack-dev-server -d",
    "test": "karma start",
    "test:ne": "KARMA_SERVER=ne karma start",
    "test:types": "tsc --project test/types",
    "tslint": "tslint index.d.ts"
  },
  "version": "3.11.3"
}