package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "zrender@5.5.0",
  3. "_id": "zrender@5.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-O3MilSi/9mwoovx77m6ROZM7sXShR/O/JIanvzTwjN3FORfLSr81PsUGd7jlaYOeds9d8tw82oP44+3YucVo+w==",
  6. "_location": "/zrender",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "zrender@5.5.0",
  12. "name": "zrender",
  13. "escapedName": "zrender",
  14. "rawSpec": "5.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "5.5.0"
  17. },
  18. "_requiredBy": [
  19. "/echarts"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.5.0.tgz",
  22. "_shasum": "54d0d6c4eda81a96d9f60a9cd74dc48ea026bc1e",
  23. "_spec": "zrender@5.5.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\zgcx\\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. "exports": {
  56. ".": {
  57. "types": "./index.d.ts",
  58. "require": "./dist/zrender.js",
  59. "import": "./index.js"
  60. },
  61. "./lib/canvas/canvas": "./lib/canvas/canvas.js",
  62. "./lib/svg/svg": "./lib/svg/svg.js",
  63. "./lib/vml/vml": "./lib/vml/vml.js",
  64. "./lib/canvas/Painter": "./lib/canvas/Painter.js",
  65. "./lib/svg/Painter": "./lib/svg/Painter.js",
  66. "./lib/svg/patch": "./lib/svg/patch.js",
  67. "./lib/Storage": "./lib/Storage.js",
  68. "./lib/core/util": "./lib/core/util.js",
  69. "./lib/core/env": "./lib/core/env.js",
  70. "./lib/core/Transformable": "./lib/core/Transformable.js",
  71. "./lib/core/BoundingRect": "./lib/core/BoundingRect.js",
  72. "./lib/core/vector": "./lib/core/vector.js",
  73. "./lib/core/bbox": "./lib/core/bbox.js",
  74. "./lib/contain/polygon": "./lib/contain/polygon.js",
  75. "./lib/tool/color": "./lib/tool/color.js",
  76. "./lib/graphic/LinearGradient": "./lib/graphic/LinearGradient.js",
  77. "./lib/graphic/RadialGradient": "./lib/graphic/RadialGradient.js",
  78. "./*": "./*"
  79. },
  80. "homepage": "https://github.com/ecomfe/zrender#readme",
  81. "keywords": [
  82. "canvas",
  83. "svg",
  84. "2d",
  85. "html5",
  86. "vector-graphics"
  87. ],
  88. "license": "BSD-3-Clause",
  89. "main": "dist/zrender.js",
  90. "module": "index.js",
  91. "name": "zrender",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/ecomfe/zrender.git"
  95. },
  96. "scripts": {
  97. "build": "npm run build:bundle && npm run build:lib",
  98. "build:bundle": "node build/build.js",
  99. "build:lib": "npx tsc -m ES2015 --outDir lib && node build/processLib.js",
  100. "lint": "npx eslint src/**/*.ts",
  101. "prepare": "npm run build:lib",
  102. "prepare:nightly": "node build/prepareNightly.js",
  103. "prepare:nightly-next": "node build/prepareNightly.js --next",
  104. "prepublishOnly": "node build/prepublish.js",
  105. "release": "node build/build.js --minify && npm run build:lib",
  106. "test": "npx jest --config test/ut/jest.config.js",
  107. "watch:bundle": "node build/build.js --watch",
  108. "watch:lib": "npx tsc-watch -m ES2015 --outDir lib --synchronousWatchDirectory --onSuccess \"node build/processLib.js\""
  109. },
  110. "sideEffects": [
  111. "lib/canvas/canvas.js",
  112. "lib/svg/svg.js",
  113. "lib/all.js"
  114. ],
  115. "type": "module",
  116. "types": "index.d.ts",
  117. "version": "5.5.0"
  118. }