package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "vue-baidu-map@^0.21.22",
  3. "_id": "vue-baidu-map@0.21.22",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WQMPCih4UTh0AZCKKH/OVOYnyAWjfRNeK6BIeoLmscyY5aF8zzlJhz/NOHLb3mdztIpB0Z6aohn4Jd9mfCSjQw==",
  6. "_location": "/vue-baidu-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-baidu-map@^0.21.22",
  12. "name": "vue-baidu-map",
  13. "escapedName": "vue-baidu-map",
  14. "rawSpec": "^0.21.22",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.21.22"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vue-baidu-map/-/vue-baidu-map-0.21.22.tgz",
  22. "_shasum": "6b76a91ef34f18a782d732ab0f541a1a3aa069e0",
  23. "_spec": "vue-baidu-map@^0.21.22",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "Dafrok",
  27. "email": "o.o@mug.dog"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Dafrok/vue-baidu-map/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "bmaplib.curveline": "^1.0.0",
  35. "bmaplib.heatmap": "^1.0.4",
  36. "bmaplib.lushu": "^1.0.7",
  37. "bmaplib.markerclusterer": "^1.0.13",
  38. "markdown-it": "^8.4.0"
  39. },
  40. "deprecated": false,
  41. "description": "Baidu Map Component for Vue 2.0",
  42. "devDependencies": {
  43. "babel-core": "^6.26.0",
  44. "babel-eslint": "^7.2.3",
  45. "babel-loader": "^6.2.10",
  46. "babel-plugin-add-module-exports": "^0.2.1",
  47. "babel-plugin-module-alias": "^1.6.0",
  48. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  49. "babel-plugin-transform-es2015-modules-umd": "^6.24.0",
  50. "babel-preset-es2015": "^6.18.0",
  51. "bmaplib.distancetool": "^1.0.2",
  52. "bulma": "^0.3.0",
  53. "chai": "^4.0.2",
  54. "css-loader": "^0.26.1",
  55. "eslint": "^3.19.0",
  56. "eslint-config-standard": "^10.2.1",
  57. "eslint-loader": "^1.7.1",
  58. "eslint-plugin-html": "^2.0.1",
  59. "eslint-plugin-import": "^2.2.0",
  60. "eslint-plugin-node": "^4.2.2",
  61. "eslint-plugin-promise": "^3.5.0",
  62. "eslint-plugin-standard": "^3.0.1",
  63. "file-loader": "^0.10.0",
  64. "github-markdown-css": "^2.4.1",
  65. "html-webpack-plugin": "^2.26.0",
  66. "inline-manifest-webpack-plugin": "^3.0.1",
  67. "karma": "^1.7.0",
  68. "karma-chrome-launcher": "^2.1.1",
  69. "karma-coverage": "^1.1.1",
  70. "karma-mocha": "^1.3.0",
  71. "karma-webpack": "^2.0.3",
  72. "material-design-icons": "^3.0.1",
  73. "mocha": "^3.4.2",
  74. "prismjs": "^1.6.0",
  75. "pug": "^2.0.0-beta6",
  76. "requirejs": "^2.3.3",
  77. "rmdir": "^1.2.0",
  78. "roboto-fontface": "^0.7.0",
  79. "style-loader": "^0.13.1",
  80. "stylus": "^0.54.5",
  81. "stylus-loader": "^3.0.1",
  82. "url-loader": "^0.5.7",
  83. "vue": "^2.4.3",
  84. "vue-loader": "^10.0.2",
  85. "vue-markdown-loader": "^0.6.2",
  86. "vue-material": "^0.7.4",
  87. "vue-router": "^2.7.0",
  88. "vue-template-compiler": "^2.1.8",
  89. "webpack": "^2.4.1",
  90. "webpack-dev-server": "^2.4.4"
  91. },
  92. "directories": {
  93. "doc": "docs"
  94. },
  95. "homepage": "https://github.com/Dafrok/vue-baidu-map#readme",
  96. "keywords": [
  97. "vue",
  98. "baidu-map",
  99. "bmap",
  100. "vue-baidu-map",
  101. "baidu",
  102. "map"
  103. ],
  104. "license": "MIT",
  105. "main": "index.js",
  106. "name": "vue-baidu-map",
  107. "peerDependencies": {
  108. "vue": "^2.1.8"
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/Dafrok/vue-baidu-map.git"
  113. },
  114. "scripts": {
  115. "build": "webpack -p --config ./build/webpack.prod.config.js",
  116. "build:docs": "webpack -p --config ./build/webpack.docs.config.js",
  117. "deploy": "npm run build && npm run build:docs",
  118. "dev": "webpack-dev-server --content-base docs --config ./build/webpack.docs.config.js --hot --inline",
  119. "lint": "eslint --ext .js,.vue src docs build",
  120. "prepublishOnly": "npm run build",
  121. "test": "karma start"
  122. },
  123. "version": "0.21.22"
  124. }