Blame view

node_modules/vue-baidu-map/package.json 3.62 KB
290144e9   易尊强   第一次
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
  {
    "_from": "vue-baidu-map",
    "_id": "vue-baidu-map@0.21.22",
    "_inBundle": false,
    "_integrity": "sha512-WQMPCih4UTh0AZCKKH/OVOYnyAWjfRNeK6BIeoLmscyY5aF8zzlJhz/NOHLb3mdztIpB0Z6aohn4Jd9mfCSjQw==",
    "_location": "/vue-baidu-map",
    "_phantomChildren": {},
    "_requested": {
      "type": "tag",
      "registry": true,
      "raw": "vue-baidu-map",
      "name": "vue-baidu-map",
      "escapedName": "vue-baidu-map",
      "rawSpec": "",
      "saveSpec": null,
      "fetchSpec": "latest"
    },
    "_requiredBy": [
      "#USER",
      "/"
    ],
    "_resolved": "https://registry.npmjs.org/vue-baidu-map/-/vue-baidu-map-0.21.22.tgz",
    "_shasum": "6b76a91ef34f18a782d732ab0f541a1a3aa069e0",
    "_spec": "vue-baidu-map",
    "_where": "E:\\my-project\\antis-uni-app",
    "author": {
      "name": "Dafrok",
      "email": "o.o@mug.dog"
    },
    "bugs": {
      "url": "https://github.com/Dafrok/vue-baidu-map/issues"
    },
    "bundleDependencies": false,
    "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"
    },
    "deprecated": false,
    "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"
  }