package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_from": "echarts",
  3. "_id": "echarts@5.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2W3vw3oI2tWJdyAz+b8DuWS0nfXtSDqlDmqgin/lfzbkB01cuMEN66KWBlmur3YMp5nEDEEt5s23pllnAzB4EA==",
  6. "_location": "/echarts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "echarts",
  12. "name": "echarts",
  13. "escapedName": "echarts",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/echarts/-/echarts-5.4.2.tgz",
  23. "_shasum": "9f38781c9c6ae323e896956178f6956952c77a48",
  24. "_spec": "echarts",
  25. "_where": "D:\\公司项目\\witcabonAPP",
  26. "bugs": {
  27. "url": "https://github.com/apache/echarts/issues",
  28. "email": "dev@echarts.apache.org"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "tslib": "2.3.0",
  33. "zrender": "5.4.3"
  34. },
  35. "deprecated": false,
  36. "description": "Apache ECharts is a powerful, interactive charting and data visualization library for browser",
  37. "devDependencies": {
  38. "@babel/code-frame": "7.10.4",
  39. "@babel/core": "7.3.4",
  40. "@babel/types": "7.10.5",
  41. "@definitelytyped/typescript-versions": "0.0.64",
  42. "@definitelytyped/utils": "0.0.64",
  43. "@lang/rollup-plugin-dts": "2.0.2",
  44. "@microsoft/api-extractor": "7.31.2",
  45. "@rollup/plugin-commonjs": "^17.0.0",
  46. "@rollup/plugin-node-resolve": "^11.0.0",
  47. "@rollup/plugin-replace": "^2.3.4",
  48. "@types/jest": "^26.0.14",
  49. "@typescript-eslint/eslint-plugin": "^4.33.0",
  50. "@typescript-eslint/parser": "^4.33.0",
  51. "chalk": "^3.0.0",
  52. "commander": "2.11.0",
  53. "cwebp-bin": "^6.1.1",
  54. "dtslint": "^4.0.5",
  55. "esbuild": "^0.8.39",
  56. "eslint": "^7.15.0",
  57. "fs-extra": "^10.0.0",
  58. "glob": "7.0.0",
  59. "globby": "11.0.0",
  60. "husky": "^4.2.5",
  61. "jest": "^26.6.1",
  62. "jest-canvas-mock": "^2.2.0",
  63. "jshint": "2.13.5",
  64. "magic-string": "^0.25.7",
  65. "open": "6.4.0",
  66. "pixelmatch": "5.0.2",
  67. "pngjs": "3.4.0",
  68. "rollup": "2.34.2",
  69. "rollup-plugin-terser": "^7.0.2",
  70. "seedrandom": "3.0.3",
  71. "semver": "6.3.0",
  72. "serve-handler": "6.1.1",
  73. "slugify": "1.3.4",
  74. "socket.io": "2.5.0",
  75. "terser": "^5.16.1",
  76. "ts-jest": "^26.4.3",
  77. "typescript": "4.4.3"
  78. },
  79. "homepage": "https://echarts.apache.org",
  80. "jsdelivr": "dist/echarts.min.js",
  81. "keywords": [
  82. "echarts",
  83. "data-visualization",
  84. "charts",
  85. "charting-library",
  86. "visualization",
  87. "apache",
  88. "data-viz",
  89. "canvas",
  90. "svg"
  91. ],
  92. "license": "Apache-2.0",
  93. "main": "dist/echarts.js",
  94. "module": "index.js",
  95. "name": "echarts",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/apache/echarts.git"
  99. },
  100. "scripts": {
  101. "build": "node build/build.js --type all,common,simple --min",
  102. "build:esm": "node build/build.js --type all --min --format esm",
  103. "build:extension": "node build/build.js --type extension",
  104. "build:i18n": "node build/build-i18n.js",
  105. "build:lib": "node build/build.js --prepublish",
  106. "checktype": "tsc --noEmit",
  107. "dev": "npx -y concurrently -n build,server \"npm run dev:fast\" \"npx -y http-server -c-1 -s -o test\"",
  108. "dev:fast": "node build/build-i18n.js && node build/dev-fast.js",
  109. "help": "node build/build.js --help",
  110. "lint": "npx eslint src/**/*.ts extension-src/**/*.ts",
  111. "lint:dist": "echo 'It might take a while. Please wait ...' && npx jshint --config .jshintrc-dist dist/echarts.js",
  112. "lint:fix": "npx eslint --fix src/**/*.ts extension-src/**/*.ts",
  113. "mktest": "node test/build/mktest.js",
  114. "mktest:help": "node test/build/mktest.js -h",
  115. "prepublish": "npm run build:lib",
  116. "release": "npm run build:lib && npm run build:i18n && npm run build && npm run build:esm && npm run build:extension",
  117. "test": "npx jest --config test/ut/jest.config.js",
  118. "test:dts": "node build/testDts.js",
  119. "test:single": "npx jest --config test/ut/jest.config.js --coverage=false -t",
  120. "test:single:debug": "npx --node-arg=--inspect-brk jest --runInBand --config test/ut/jest.config.js --coverage=false -t",
  121. "test:visual": "node test/runTest/server.js"
  122. },
  123. "sideEffects": [
  124. "index.js",
  125. "index.blank.js",
  126. "index.common.js",
  127. "index.simple.js",
  128. "lib/echarts.js",
  129. "lib/chart/*.js",
  130. "lib/component/*.js",
  131. "extension/**/*.js",
  132. "theme/*.js",
  133. "i18n/*.js"
  134. ],
  135. "types": "index.d.ts",
  136. "version": "5.4.2"
  137. }