vue2-openlayers 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-openlayers",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  "lint": "vue-cli-service lint",
10
10
  "docs:dev": "vuepress dev docs",
11
11
  "docs:build": "vuepress build docs",
12
- "lib": "vue-cli-service build --target lib ./packages/index.js --name vue2-openlayers --dest vue2-opnelayers && npm run lib-init",
12
+ "lib": "vue-cli-service build --target lib ./packages/index.js --name vue2-openlayers --dest vue2-openlayers && npm run lib-init",
13
13
  "lib-init": "node -e \"const pkg = require('./package.json'); require('fs').writeFileSync('./vue2-openlayers/package.json', JSON.stringify(Object.assign({}, pkg, { version: pkg.version }), null, 2))\""
14
14
  },
15
15
  "dependencies": {
@@ -0,0 +1 @@
1
+ <!doctype html><meta charset="utf-8"><title>vue2-openlayers demo</title><script src="./vue2-openlayers.umd.js"></script><link rel="stylesheet" href="./vue2-openlayers.css"><script>console.log(vue2-openlayers)</script>
@@ -0,0 +1,56 @@
1
+ {
2
+ "name": "vue2-openlayers",
3
+ "version": "0.1.3",
4
+ "private": false,
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "dev": "vue-cli-service serve",
8
+ "build": "vue-cli-service build",
9
+ "lint": "vue-cli-service lint",
10
+ "docs:dev": "vuepress dev docs",
11
+ "docs:build": "vuepress build docs",
12
+ "lib": "vue-cli-service build --target lib ./packages/index.js --name vue2-openlayers --dest vue2-openlayers && npm run lib-init",
13
+ "lib-init": "node -e \"const pkg = require('./package.json'); require('fs').writeFileSync('./vue2-openlayers/package.json', JSON.stringify(Object.assign({}, pkg, { version: pkg.version }), null, 2))\""
14
+ },
15
+ "dependencies": {
16
+ "@turf/turf": "^7.0.0",
17
+ "core-js": "^3.8.3",
18
+ "ol": "^9.2.4",
19
+ "vue": "^2.6.14"
20
+ },
21
+ "devDependencies": {
22
+ "@babel/core": "^7.12.16",
23
+ "@babel/eslint-parser": "^7.12.16",
24
+ "@vue/cli-plugin-babel": "~5.0.0",
25
+ "@vue/cli-plugin-eslint": "~5.0.0",
26
+ "@vue/cli-service": "~5.0.0",
27
+ "eslint": "^7.32.0",
28
+ "eslint-plugin-vue": "^8.0.3",
29
+ "postcss-pxtorem": "^6.1.0",
30
+ "vue-template-compiler": "^2.6.14",
31
+ "vuepress": "^1.9.10",
32
+ "echarts": "4.9.0",
33
+ "px2rem-loader": "^0.1.9",
34
+ "sass": "^1.43.4",
35
+ "sass-loader": "^14.2.1"
36
+ },
37
+ "eslintConfig": {
38
+ "root": true,
39
+ "env": {
40
+ "node": true
41
+ },
42
+ "extends": [
43
+ "plugin:vue/essential",
44
+ "eslint:recommended"
45
+ ],
46
+ "parserOptions": {
47
+ "parser": "@babel/eslint-parser"
48
+ },
49
+ "rules": {}
50
+ },
51
+ "browserslist": [
52
+ "> 1%",
53
+ "last 2 versions",
54
+ "not dead"
55
+ ]
56
+ }
@@ -103,7 +103,7 @@ var getIterator = __webpack_require__(4552);
103
103
  var getSideChannel = __webpack_require__(920);
104
104
  var is = __webpack_require__(7653);
105
105
  var isArguments = __webpack_require__(7244);
106
- var isArray = __webpack_require__(1451);
106
+ var isArray = __webpack_require__(4634);
107
107
  var isArrayBuffer = __webpack_require__(4670);
108
108
  var isDate = __webpack_require__(2120);
109
109
  var isRegex = __webpack_require__(4035);
@@ -487,18 +487,6 @@ module.exports = function deepEqual(a, b, opts) {
487
487
  };
488
488
 
489
489
 
490
- /***/ }),
491
-
492
- /***/ 1451:
493
- /***/ (function(module) {
494
-
495
- var toString = {}.toString;
496
-
497
- module.exports = Array.isArray || function (arr) {
498
- return toString.call(arr) == '[object Array]';
499
- };
500
-
501
-
502
490
  /***/ }),
503
491
 
504
492
  /***/ 41:
@@ -726,18 +714,6 @@ module.exports = TypeError;
726
714
  module.exports = URIError;
727
715
 
728
716
 
729
- /***/ }),
730
-
731
- /***/ 7738:
732
- /***/ (function(module) {
733
-
734
- var toString = {}.toString;
735
-
736
- module.exports = Array.isArray || function (arr) {
737
- return toString.call(arr) == '[object Array]';
738
- };
739
-
740
-
741
717
  /***/ }),
742
718
 
743
719
  /***/ 2682:
@@ -2309,6 +2285,18 @@ if ($setHas) {
2309
2285
  }
2310
2286
 
2311
2287
 
2288
+ /***/ }),
2289
+
2290
+ /***/ 4634:
2291
+ /***/ (function(module) {
2292
+
2293
+ var toString = {}.toString;
2294
+
2295
+ module.exports = Array.isArray || function (arr) {
2296
+ return toString.call(arr) == '[object Array]';
2297
+ };
2298
+
2299
+
2312
2300
  /***/ }),
2313
2301
 
2314
2302
  /***/ 8859:
@@ -5634,7 +5622,7 @@ if (__webpack_require__(4039)() || __webpack_require__(1333)()) {
5634
5622
  };
5635
5623
  } else {
5636
5624
  // Symbol is not available, native or shammed
5637
- var isArray = __webpack_require__(7738);
5625
+ var isArray = __webpack_require__(4634);
5638
5626
  var isString = __webpack_require__(4761);
5639
5627
  var GetIntrinsic = __webpack_require__(453);
5640
5628
  var $Map = GetIntrinsic('%Map%', true);
@@ -58658,4 +58646,4 @@ if (typeof window !== 'undefined' && window.Vue) {
58658
58646
  module.exports = __webpack_exports__;
58659
58647
  /******/ })()
58660
58648
  ;
58661
- //# sourceMappingURL=vue-openlayers.common.js.map
58649
+ //# sourceMappingURL=vue2-openlayers.common.js.map