package.json 4.4 KB

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