123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- {
- "_args": [
- [
- "vue-baidu-map@0.21.22",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "vue-baidu-map@0.21.22",
- "_id": "vue-baidu-map@0.21.22",
- "_inBundle": false,
- "_integrity": "sha512-WQMPCih4UTh0AZCKKH/OVOYnyAWjfRNeK6BIeoLmscyY5aF8zzlJhz/NOHLb3mdztIpB0Z6aohn4Jd9mfCSjQw==",
- "_location": "/vue-baidu-map",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "vue-baidu-map@0.21.22",
- "name": "vue-baidu-map",
- "escapedName": "vue-baidu-map",
- "rawSpec": "0.21.22",
- "saveSpec": null,
- "fetchSpec": "0.21.22"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/vue-baidu-map/-/vue-baidu-map-0.21.22.tgz",
- "_spec": "0.21.22",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Dafrok",
- "email": "o.o@mug.dog"
- },
- "bugs": {
- "url": "https://github.com/Dafrok/vue-baidu-map/issues"
- },
- "dependencies": {
- "bmaplib.curveline": "^1.0.0",
- "bmaplib.heatmap": "^1.0.4",
- "bmaplib.lushu": "^1.0.7",
- "bmaplib.markerclusterer": "^1.0.13",
- "markdown-it": "^8.4.0"
- },
- "description": "Baidu Map Component for Vue 2.0",
- "devDependencies": {
- "babel-core": "^6.26.0",
- "babel-eslint": "^7.2.3",
- "babel-loader": "^6.2.10",
- "babel-plugin-add-module-exports": "^0.2.1",
- "babel-plugin-module-alias": "^1.6.0",
- "babel-plugin-syntax-dynamic-import": "^6.18.0",
- "babel-plugin-transform-es2015-modules-umd": "^6.24.0",
- "babel-preset-es2015": "^6.18.0",
- "bmaplib.distancetool": "^1.0.2",
- "bulma": "^0.3.0",
- "chai": "^4.0.2",
- "css-loader": "^0.26.1",
- "eslint": "^3.19.0",
- "eslint-config-standard": "^10.2.1",
- "eslint-loader": "^1.7.1",
- "eslint-plugin-html": "^2.0.1",
- "eslint-plugin-import": "^2.2.0",
- "eslint-plugin-node": "^4.2.2",
- "eslint-plugin-promise": "^3.5.0",
- "eslint-plugin-standard": "^3.0.1",
- "file-loader": "^0.10.0",
- "github-markdown-css": "^2.4.1",
- "html-webpack-plugin": "^2.26.0",
- "inline-manifest-webpack-plugin": "^3.0.1",
- "karma": "^1.7.0",
- "karma-chrome-launcher": "^2.1.1",
- "karma-coverage": "^1.1.1",
- "karma-mocha": "^1.3.0",
- "karma-webpack": "^2.0.3",
- "material-design-icons": "^3.0.1",
- "mocha": "^3.4.2",
- "prismjs": "^1.6.0",
- "pug": "^2.0.0-beta6",
- "requirejs": "^2.3.3",
- "rmdir": "^1.2.0",
- "roboto-fontface": "^0.7.0",
- "style-loader": "^0.13.1",
- "stylus": "^0.54.5",
- "stylus-loader": "^3.0.1",
- "url-loader": "^0.5.7",
- "vue": "^2.4.3",
- "vue-loader": "^10.0.2",
- "vue-markdown-loader": "^0.6.2",
- "vue-material": "^0.7.4",
- "vue-router": "^2.7.0",
- "vue-template-compiler": "^2.1.8",
- "webpack": "^2.4.1",
- "webpack-dev-server": "^2.4.4"
- },
- "directories": {
- "doc": "docs"
- },
- "homepage": "https://github.com/Dafrok/vue-baidu-map#readme",
- "keywords": [
- "vue",
- "baidu-map",
- "bmap",
- "vue-baidu-map",
- "baidu",
- "map"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "vue-baidu-map",
- "peerDependencies": {
- "vue": "^2.1.8"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Dafrok/vue-baidu-map.git"
- },
- "scripts": {
- "build": "webpack -p --config ./build/webpack.prod.config.js",
- "build:docs": "webpack -p --config ./build/webpack.docs.config.js",
- "deploy": "npm run build && npm run build:docs",
- "dev": "webpack-dev-server --content-base docs --config ./build/webpack.docs.config.js --hot --inline",
- "lint": "eslint --ext .js,.vue src docs build",
- "prepublishOnly": "npm run build",
- "test": "karma start"
- },
- "version": "0.21.22"
- }
|