package.json 3.6 KB

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