package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "mpvue-echarts",
  3. "_id": "mpvue-echarts@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KULGS1DOMNhXu3nBkBv6BtmnqjyHLc+2Dur7eW+2s2aic1NCOygglCMmAmMEU6/TGSR67ttFA2NYxXPUYbNhWQ==",
  6. "_location": "/mpvue-echarts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "mpvue-echarts",
  12. "name": "mpvue-echarts",
  13. "escapedName": "mpvue-echarts",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mpvue-echarts/-/mpvue-echarts-0.3.2.tgz",
  23. "_shasum": "e08a9dd8233dce306e248a3470bf7f0279422ac2",
  24. "_spec": "mpvue-echarts",
  25. "_where": "F:\\Lanse\\demo\\zhou-qian\\sancan-miniapp",
  26. "author": {
  27. "name": "F-loat",
  28. "email": "chaimaoyuan@foxmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/F-loat/mpvue-echarts/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "适用于 Mpvue 的 ECharts 组件",
  36. "devDependencies": {
  37. "babel-eslint": "^8.2.2",
  38. "eslint": "^4.19.1",
  39. "eslint-config-airbnb-base": "^12.1.0",
  40. "eslint-friendly-formatter": "^4.0.1",
  41. "eslint-plugin-html": "^4.0.3",
  42. "eslint-plugin-import": "^2.10.0"
  43. },
  44. "files": [
  45. "src",
  46. "types"
  47. ],
  48. "homepage": "https://github.com/F-loat/mpvue-echarts#readme",
  49. "keywords": [
  50. "mpvue",
  51. "echarts",
  52. "wxapp"
  53. ],
  54. "license": "MIT",
  55. "main": "src/echarts.vue",
  56. "name": "mpvue-echarts",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/F-loat/mpvue-echarts.git"
  60. },
  61. "scripts": {
  62. "lint": "eslint --format node_modules/eslint-friendly-formatter --ext .js,.vue src",
  63. "test": "echo \"Error: no test specified\" && exit 1"
  64. },
  65. "typings": "types/index.d.ts",
  66. "version": "0.3.2"
  67. }