package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "echarts",
  3. "_id": "echarts@5.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mYKxLxhzy6zyTi/FaEbJMOZU1ULGEQHaeIeuMR5L+JnJTpz+YR03mnnpBhbR4+UYJAgiXgpyTVLffPAjOTLkZA==",
  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.3.tgz",
  23. "_shasum": "f5522ef24419164903eedcfd2b506c6fc91fb20c",
  24. "_spec": "echarts",
  25. "_where": "C:\\preject-ps-git\\git-project\\psychic_pub\\psychic_pub",
  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.4"
  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. "dtslint": "^4.0.5",
  54. "esbuild": "^0.8.39",
  55. "eslint": "^7.15.0",
  56. "fs-extra": "^10.0.0",
  57. "globby": "11.0.0",
  58. "husky": "^8.0.3",
  59. "jest": "^26.6.1",
  60. "jest-canvas-mock": "^2.5.0",
  61. "jshint": "2.13.5",
  62. "magic-string": "^0.25.7",
  63. "open": "6.4.0",
  64. "rollup": "2.34.2",
  65. "rollup-plugin-terser": "^7.0.2",
  66. "seedrandom": "3.0.3",
  67. "semver": "6.3.0",
  68. "terser": "^5.16.1",
  69. "ts-jest": "^26.4.3",
  70. "typescript": "4.4.3"
  71. },
  72. "homepage": "https://echarts.apache.org",
  73. "jsdelivr": "dist/echarts.min.js",
  74. "keywords": [
  75. "echarts",
  76. "data-visualization",
  77. "charts",
  78. "charting-library",
  79. "visualization",
  80. "apache",
  81. "data-viz",
  82. "canvas",
  83. "svg"
  84. ],
  85. "license": "Apache-2.0",
  86. "main": "dist/echarts.js",
  87. "module": "index.js",
  88. "name": "echarts",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/apache/echarts.git"
  92. },
  93. "scripts": {
  94. "build": "node build/build.js --type all,common,simple --min",
  95. "build:esm": "node build/build.js --type all --min --format esm",
  96. "build:extension": "node build/build.js --type extension",
  97. "build:i18n": "node build/build-i18n.js",
  98. "build:lib": "node build/build.js --prepublish",
  99. "checktype": "tsc --noEmit",
  100. "dev": "npx -y concurrently -n build,server \"npm run dev:fast\" \"npx -y http-server -c-1 -s -o test\"",
  101. "dev:fast": "node build/build-i18n.js && node build/dev-fast.js",
  102. "help": "node build/build.js --help",
  103. "lint": "npx eslint --cache --cache-location node_modules/.cache/eslint src/**/*.ts extension-src/**/*.ts",
  104. "lint:dist": "echo 'It might take a while. Please wait ...' && npx jshint --config .jshintrc-dist dist/echarts.js",
  105. "lint:fix": "npx eslint --fix src/**/*.ts extension-src/**/*.ts",
  106. "mktest": "node test/build/mktest.js",
  107. "mktest:help": "node test/build/mktest.js -h",
  108. "prepare": "npm run build:lib && husky install",
  109. "release": "npm run build:lib && npm run build:i18n && npm run build && npm run build:esm && npm run build:extension",
  110. "test": "npx jest --config test/ut/jest.config.js",
  111. "test:dts": "node build/testDts.js",
  112. "test:single": "npx jest --config test/ut/jest.config.js --coverage=false -t",
  113. "test:single:debug": "npx --node-arg=--inspect-brk jest --runInBand --config test/ut/jest.config.js --coverage=false -t",
  114. "test:visual": "node test/runTest/server.js"
  115. },
  116. "sideEffects": [
  117. "index.js",
  118. "index.blank.js",
  119. "index.common.js",
  120. "index.simple.js",
  121. "lib/echarts.js",
  122. "lib/chart/*.js",
  123. "lib/component/*.js",
  124. "extension/**/*.js",
  125. "theme/*.js",
  126. "i18n/*.js"
  127. ],
  128. "types": "index.d.ts",
  129. "version": "5.4.3"
  130. }