feige
2025-05-06 261bb58ad91f703c397c32a089d367ac4170db8c
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
  "_from": "echarts@5.4.0",
  "_id": "echarts@5.4.0",
  "_inBundle": false,
  "_integrity": "sha512-uPsO9VRUIKAdFOoH3B0aNg7NRVdN7aM39/OjovjO9MwmWsAkfGyeXJhK+dbRi51iDrQWliXV60/XwLA7kg3z0w==",
  "_location": "/echarts",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "echarts@5.4.0",
    "name": "echarts",
    "escapedName": "echarts",
    "rawSpec": "5.4.0",
    "saveSpec": null,
    "fetchSpec": "5.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/echarts/-/echarts-5.4.0.tgz",
  "_shasum": "a9a8e5367293a397408d3bf3e2638b869249ce04",
  "_spec": "echarts@5.4.0",
  "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui",
  "bugs": {
    "url": "https://github.com/apache/echarts/issues",
    "email": "dev@echarts.apache.org"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tslib": "2.3.0",
    "zrender": "5.4.0"
  },
  "deprecated": false,
  "description": "Apache ECharts is a powerful, interactive charting and data visualization library for browser",
  "devDependencies": {
    "@babel/code-frame": "7.10.4",
    "@babel/core": "7.3.4",
    "@babel/types": "7.10.5",
    "@definitelytyped/typescript-versions": "0.0.64",
    "@definitelytyped/utils": "0.0.64",
    "@lang/rollup-plugin-dts": "2.0.2",
    "@microsoft/api-extractor": "7.7.2",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-node-resolve": "^11.0.0",
    "@rollup/plugin-replace": "^2.3.4",
    "@types/jest": "^26.0.14",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "chalk": "^3.0.0",
    "commander": "2.11.0",
    "cwebp-bin": "^6.1.1",
    "dtslint": "^4.0.5",
    "esbuild": "^0.8.39",
    "eslint": "^7.15.0",
    "fs-extra": "^10.0.0",
    "glob": "7.0.0",
    "globby": "11.0.0",
    "husky": "^4.2.5",
    "jest": "^26.6.1",
    "jest-canvas-mock": "^2.2.0",
    "jshint": "2.10.2",
    "magic-string": "^0.25.7",
    "open": "6.4.0",
    "pixelmatch": "5.0.2",
    "pngjs": "3.4.0",
    "rollup": "2.34.2",
    "rollup-plugin-terser": "^7.0.2",
    "seedrandom": "3.0.3",
    "semver": "6.3.0",
    "serve-handler": "6.1.1",
    "slugify": "1.3.4",
    "socket.io": "2.5.0",
    "terser": "^5.3.8",
    "ts-jest": "^26.4.3",
    "typescript": "4.4.3"
  },
  "homepage": "https://echarts.apache.org",
  "jsdelivr": "dist/echarts.min.js",
  "keywords": [
    "echarts",
    "data-visualization",
    "charts",
    "charting-library",
    "visualization",
    "apache",
    "data-viz",
    "canvas",
    "svg"
  ],
  "license": "Apache-2.0",
  "main": "dist/echarts.js",
  "module": "index.js",
  "name": "echarts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apache/echarts.git"
  },
  "scripts": {
    "build": "node build/build.js --type all,common,simple --min",
    "build:esm": "node build/build.js --type all --min --format esm",
    "build:extension": "node build/build.js --type extension",
    "build:i18n": "node build/build-i18n.js",
    "build:lib": "node build/build.js --prepublish",
    "checktype": "tsc --noEmit",
    "dev": "npm run dev:fast",
    "dev:fast": "node build/build-i18n.js && node build/dev-fast.js",
    "help": "node build/build.js --help",
    "lint": "npx eslint src/**/*.ts extension-src/**/*.ts",
    "lint:dist": "echo 'It might take a while. Please wait ...' && npx jshint --config .jshintrc-dist dist/echarts.js",
    "lint:fix": "npx eslint --fix src/**/*.ts extension-src/**/*.ts",
    "mktest": "node test/build/mktest.js",
    "mktest:help": "node test/build/mktest.js -h",
    "prepublish": "npm run build:lib",
    "release": "npm run build:lib && npm run build:i18n && npm run build && npm run build:esm && npm run build:extension",
    "test": "npx jest --config test/ut/jest.config.js",
    "test:dts": "node build/testDts.js",
    "test:single": "npx jest --config test/ut/jest.config.js --coverage=false -t",
    "test:single:debug": "npx --node-arg=--inspect-brk jest --runInBand --config test/ut/jest.config.js --coverage=false -t",
    "test:visual": "node test/runTest/server.js"
  },
  "sideEffects": [
    "index.js",
    "index.blank.js",
    "index.common.js",
    "index.simple.js",
    "lib/echarts.js",
    "lib/chart/*.js",
    "lib/component/*.js",
    "extension/**/*.js",
    "theme/*.js",
    "i18n/*.js"
  ],
  "types": "index.d.ts",
  "version": "5.4.0"
}