package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "zrender@5.6.0",
  5. "D:\\通防技术部\\jeecg-uniapp"
  6. ]
  7. ],
  8. "_from": "zrender@5.6.0",
  9. "_id": "zrender@5.6.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==",
  12. "_location": "/zrender",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "zrender@5.6.0",
  18. "name": "zrender",
  19. "escapedName": "zrender",
  20. "rawSpec": "5.6.0",
  21. "saveSpec": null,
  22. "fetchSpec": "5.6.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.6.0.tgz",
  28. "_spec": "5.6.0",
  29. "_where": "D:\\通防技术部\\jeecg-uniapp",
  30. "bugs": {
  31. "url": "https://github.com/ecomfe/zrender/issues"
  32. },
  33. "dependencies": {
  34. "tslib": "2.3.0"
  35. },
  36. "description": "A lightweight graphic library providing 2d draw for Apache ECharts",
  37. "devDependencies": {
  38. "@microsoft/api-extractor": "^7.7.2",
  39. "@rollup/plugin-node-resolve": "^11.0.0",
  40. "@rollup/plugin-replace": "^3.0.0",
  41. "@types/jest": "^27.0.2",
  42. "@typescript-eslint/eslint-plugin": "^4.33.0",
  43. "@typescript-eslint/parser": "^4.33.0",
  44. "chalk": "^3.0.0",
  45. "commander": "2.11.0",
  46. "eslint": "6.3.0",
  47. "fs-extra": "4.0.2",
  48. "globby": "^11.0.4",
  49. "jest": "^27.2.5",
  50. "jsdom": "^16.0.0",
  51. "rollup": "^1.28.0",
  52. "rollup-plugin-typescript2": "^0.25.3",
  53. "rollup-plugin-uglify": "^6.0.4",
  54. "ts-jest": "^27.0.6",
  55. "typescript": "^4.4.3",
  56. "uglify-js": "^3.10.0"
  57. },
  58. "exports": {
  59. ".": {
  60. "types": "./index.d.ts",
  61. "require": "./dist/zrender.js",
  62. "import": "./index.js"
  63. },
  64. "./lib/canvas/canvas": "./lib/canvas/canvas.js",
  65. "./lib/svg/svg": "./lib/svg/svg.js",
  66. "./lib/vml/vml": "./lib/vml/vml.js",
  67. "./lib/canvas/Painter": "./lib/canvas/Painter.js",
  68. "./lib/svg/Painter": "./lib/svg/Painter.js",
  69. "./lib/svg/patch": "./lib/svg/patch.js",
  70. "./lib/Storage": "./lib/Storage.js",
  71. "./lib/core/util": "./lib/core/util.js",
  72. "./lib/core/env": "./lib/core/env.js",
  73. "./lib/core/Transformable": "./lib/core/Transformable.js",
  74. "./lib/core/BoundingRect": "./lib/core/BoundingRect.js",
  75. "./lib/core/vector": "./lib/core/vector.js",
  76. "./lib/core/bbox": "./lib/core/bbox.js",
  77. "./lib/contain/polygon": "./lib/contain/polygon.js",
  78. "./lib/tool/color": "./lib/tool/color.js",
  79. "./lib/graphic/LinearGradient": "./lib/graphic/LinearGradient.js",
  80. "./lib/graphic/RadialGradient": "./lib/graphic/RadialGradient.js",
  81. "./*": "./*"
  82. },
  83. "homepage": "https://github.com/ecomfe/zrender#readme",
  84. "keywords": [
  85. "canvas",
  86. "svg",
  87. "2d",
  88. "html5",
  89. "vector-graphics"
  90. ],
  91. "license": "BSD-3-Clause",
  92. "main": "dist/zrender.js",
  93. "module": "index.js",
  94. "name": "zrender",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/ecomfe/zrender.git"
  98. },
  99. "scripts": {
  100. "build": "npm run build:bundle && npm run build:lib",
  101. "build:bundle": "node build/build.js",
  102. "build:lib": "npx tsc -m ES2015 --outDir lib && node build/processLib.js",
  103. "lint": "npx eslint src/**/*.ts",
  104. "prepare": "npm run build:lib",
  105. "prepare:nightly": "node build/prepareNightly.js",
  106. "prepare:nightly-next": "node build/prepareNightly.js --next",
  107. "prepublishOnly": "node build/prepublish.js",
  108. "release": "node build/build.js --minify && npm run build:lib",
  109. "test": "npx jest --config test/ut/jest.config.js",
  110. "watch:bundle": "node build/build.js --watch",
  111. "watch:lib": "npx tsc-watch -m ES2015 --outDir lib --synchronousWatchDirectory --onSuccess \"node build/processLib.js\""
  112. },
  113. "sideEffects": [
  114. "lib/canvas/canvas.js",
  115. "lib/svg/svg.js",
  116. "lib/all.js"
  117. ],
  118. "type": "module",
  119. "types": "index.d.ts",
  120. "version": "5.6.0"
  121. }