package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "vue-echarts@4.1.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "vue-echarts@4.1.0",
  9. "_id": "vue-echarts@4.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-am2vsAjEYGz3JqqMaSqIR35HIxr/TjxYPoKWTorgi10rzwl7+f+uBvpj7AkCJ6HVL8zR3exYpyo881aG+24Rfg==",
  12. "_location": "/vue-echarts",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-echarts@4.1.0",
  18. "name": "vue-echarts",
  19. "escapedName": "vue-echarts",
  20. "rawSpec": "4.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-4.1.0.tgz",
  28. "_spec": "4.1.0",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "author": {
  31. "name": "Justineo",
  32. "url": "justice360@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ecomfe/vue-echarts/issues"
  36. },
  37. "dependencies": {
  38. "lodash": "^4.17.15",
  39. "resize-detector": "^0.1.10"
  40. },
  41. "description": "ECharts component for Vue.js.",
  42. "devDependencies": {
  43. "@vue/cli-plugin-babel": "^3.12.1",
  44. "@vue/cli-plugin-eslint": "^3.12.1",
  45. "@vue/cli-service": "^3.12.1",
  46. "@vue/eslint-config-standard": "^4.0.0",
  47. "babel-eslint": "^10.0.3",
  48. "echarts": "^4.5.0",
  49. "echarts-liquidfill": "^2.0.5",
  50. "eslint": "^5.16.0",
  51. "eslint-plugin-vue": "^5.2.3",
  52. "promise-polyfill": "^8.1.3",
  53. "raw-loader": "^1.0.0",
  54. "rollup": "^1.27.8",
  55. "rollup-plugin-buble": "^0.19.8",
  56. "rollup-plugin-commonjs": "^9.3.4",
  57. "rollup-plugin-node-resolve": "^4.2.4",
  58. "rollup-plugin-terser": "^4.0.4",
  59. "rollup-plugin-vue": "^4.7.2",
  60. "stylus": "^0.54.7",
  61. "stylus-loader": "^3.0.2",
  62. "vue": "^2.6.10",
  63. "vue-template-compiler": "^2.6.10",
  64. "vuex": "^3.1.2"
  65. },
  66. "homepage": "https://github.com/ecomfe/vue-echarts#readme",
  67. "keywords": [
  68. "ECharts",
  69. "Vue.js"
  70. ],
  71. "license": "MIT",
  72. "main": "dist/vue-echarts.js",
  73. "module": "components/ECharts.vue",
  74. "name": "vue-echarts",
  75. "peerDependencies": {
  76. "echarts": "^4.1.0",
  77. "vue": "^2.2.6"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/ecomfe/vue-echarts.git"
  82. },
  83. "scripts": {
  84. "build": "cross-env NODE_ENV=production rollup -c",
  85. "demo": "vue-cli-service build",
  86. "lint": "vue-cli-service lint",
  87. "pub": "sh ./publish.sh",
  88. "serve": "vue-cli-service serve"
  89. },
  90. "version": "4.1.0"
  91. }