package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "echarts-liquidfill",
  3. "_id": "echarts-liquidfill@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==",
  6. "_location": "/echarts-liquidfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "echarts-liquidfill",
  12. "name": "echarts-liquidfill",
  13. "escapedName": "echarts-liquidfill",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/echarts-liquidfill/-/echarts-liquidfill-3.1.0.tgz",
  23. "_shasum": "4ec70f3697382d0404c95fff9f3e8dd85c8377da",
  24. "_spec": "echarts-liquidfill",
  25. "_where": "D:\\newIdeaProject\\chf_imcs_web",
  26. "author": {
  27. "name": "Ovilia",
  28. "email": "me@zhangwenli.com",
  29. "url": "http://zhangwenli.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/ecomfe/echarts-liquidfill/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "ECharts liquid fill extension",
  37. "devDependencies": {
  38. "echarts": "^5.2.0",
  39. "webpack": "^5.11.1",
  40. "webpack-cli": "^4.3.1"
  41. },
  42. "homepage": "https://github.com/ecomfe/echarts-liquidfill#readme",
  43. "license": "MIT",
  44. "main": "dist/echarts-liquidfill.js",
  45. "module": "index.js",
  46. "name": "echarts-liquidfill",
  47. "peerDependencies": {
  48. "echarts": "^5.0.1"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/ecomfe/echarts-liquidfill.git"
  53. },
  54. "scripts": {
  55. "build": "webpack --mode development",
  56. "dev": "webpack --mode development --watch",
  57. "release": "webpack --mode production && webpack --mode development"
  58. },
  59. "version": "3.1.0"
  60. }