package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "zrender@5.4.3",
  3. "_id": "zrender@5.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DRUM4ZLnoaT0PBVvGBDO9oWIDBKFdAVieNWxWwK0niYzJCMwGchRk21/hsE+RKkIveH3XHCyvXcJDkgLVvfizQ==",
  6. "_location": "/zrender",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "zrender@5.4.3",
  12. "name": "zrender",
  13. "escapedName": "zrender",
  14. "rawSpec": "5.4.3",
  15. "saveSpec": null,
  16. "fetchSpec": "5.4.3"
  17. },
  18. "_requiredBy": [
  19. "/echarts"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.4.3.tgz",
  22. "_shasum": "41ffaf835f3a3210224abd9d6964b48ff01e79f5",
  23. "_spec": "zrender@5.4.3",
  24. "_where": "D:\\公司项目\\witcabonAPP\\node_modules\\echarts",
  25. "bugs": {
  26. "url": "https://github.com/ecomfe/zrender/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "tslib": "2.3.0"
  31. },
  32. "deprecated": false,
  33. "description": "A lightweight graphic library providing 2d draw for Apache ECharts",
  34. "devDependencies": {
  35. "@microsoft/api-extractor": "^7.7.2",
  36. "@rollup/plugin-node-resolve": "^11.0.0",
  37. "@rollup/plugin-replace": "^3.0.0",
  38. "@types/jest": "^27.0.2",
  39. "@typescript-eslint/eslint-plugin": "^4.33.0",
  40. "@typescript-eslint/parser": "^4.33.0",
  41. "chalk": "^3.0.0",
  42. "commander": "2.11.0",
  43. "eslint": "6.3.0",
  44. "fs-extra": "4.0.2",
  45. "globby": "^11.0.4",
  46. "jest": "^27.2.5",
  47. "jsdom": "^16.0.0",
  48. "rollup": "^1.28.0",
  49. "rollup-plugin-typescript2": "^0.25.3",
  50. "rollup-plugin-uglify": "^6.0.4",
  51. "ts-jest": "^27.0.6",
  52. "typescript": "^4.4.3",
  53. "uglify-js": "^3.10.0"
  54. },
  55. "homepage": "https://github.com/ecomfe/zrender#readme",
  56. "keywords": [
  57. "canvas",
  58. "svg",
  59. "2d",
  60. "html5",
  61. "vector-graphics"
  62. ],
  63. "license": "BSD-3-Clause",
  64. "main": "dist/zrender.js",
  65. "module": "index.js",
  66. "name": "zrender",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/ecomfe/zrender.git"
  70. },
  71. "scripts": {
  72. "build": "npm run build:bundle && npm run build:lib",
  73. "build:bundle": "node build/build.js",
  74. "build:lib": "npx tsc -m ES2015 --outDir lib && node build/processLib.js",
  75. "lint": "npx eslint src/**/*.ts",
  76. "prepare:nightly": "node build/prepareNightly.js",
  77. "prepare:nightly-next": "node build/prepareNightly.js --next",
  78. "prepublish": "npm run release",
  79. "release": "node build/build.js --minify && npm run build:lib",
  80. "test": "npx jest --config test/ut/jest.config.js",
  81. "watch:bundle": "node build/build.js --watch",
  82. "watch:lib": "npx tsc-watch -m ES2015 --outDir lib --synchronousWatchDirectory --onSuccess \"node build/processLib.js\""
  83. },
  84. "sideEffects": [
  85. "lib/canvas/canvas.js",
  86. "lib/svg/svg.js"
  87. ],
  88. "types": "index.d.ts",
  89. "version": "5.4.3"
  90. }