@maptalks/vt 0.84.0 → 0.84.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/dist/maptalks.vt.es.js +12 -9
- package/dist/maptalks.vt.js +12 -9
- package/package.json +66 -66
package/package.json
CHANGED
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@maptalks/vt",
|
|
3
|
-
"version": "0.84.
|
|
4
|
-
"description": "The vector-tile plugin for maptalks.js",
|
|
5
|
-
"main": "dist/maptalks.vt.js",
|
|
6
|
-
"module": "dist/maptalks.vt.es.js",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist/maptalks.vt.js",
|
|
9
|
-
"dist/maptalks.vt.es.js"
|
|
10
|
-
],
|
|
11
|
-
"scripts": {
|
|
12
|
-
"lint": "eslint src/**/*.js test/**/*.js",
|
|
13
|
-
"dev": "rollup -w -c build/rollup.config.js",
|
|
14
|
-
"build": "cd ../vector-packer && npm run build && cd ../vt && rollup --environment BUILD:production -c build/rollup.config.js",
|
|
15
|
-
"build-dev": "rollup -c build/rollup.config.js",
|
|
16
|
-
"test": "electron-mocha --require-main ./test/ignore-gpu-blacklist.js --renderer ./test/**/*.spec.js",
|
|
17
|
-
"tdd": "electron-mocha --interactive --renderer ./test/**/*.spec.js",
|
|
18
|
-
"pretest": "npm run lint && npm run build",
|
|
19
|
-
"prepare": "npm run build"
|
|
20
|
-
},
|
|
21
|
-
"dependencies": {
|
|
22
|
-
"@mapbox/point-geometry": "^0.1.0",
|
|
23
|
-
"@mapbox/vector-tile": "^1.3.1",
|
|
24
|
-
"@maptalks/feature-filter": "^1.3.0",
|
|
25
|
-
"@maptalks/function-type": "^1.2.3",
|
|
26
|
-
"@maptalks/geojson-bbox": "^1.0.4",
|
|
27
|
-
"@maptalks/geojson-vt": "^3.4.1",
|
|
28
|
-
"@maptalks/gl": "^0.86.0",
|
|
29
|
-
"@maptalks/tbn-packer": "^1.2.8",
|
|
30
|
-
"@maptalks/vector-packer": "^0.84.0",
|
|
31
|
-
"@maptalks/vt-plugin": "^0.84.0",
|
|
32
|
-
"animation-easings": "^0.1.0",
|
|
33
|
-
"color": "^3.0.0",
|
|
34
|
-
"earcut": "^2.2.4",
|
|
35
|
-
"fast-deep-equal": "^2.0.1",
|
|
36
|
-
"gl-matrix": "^2.6.1",
|
|
37
|
-
"pbf": "^3.2.1",
|
|
38
|
-
"point-in-polygon": "^1.1.0",
|
|
39
|
-
"quickselect": "^1.0.0",
|
|
40
|
-
"rbush": "^3.0.1",
|
|
41
|
-
"robust-predicates": "^2.0.4",
|
|
42
|
-
"tinyqueue": "^2.0.3",
|
|
43
|
-
"vt-pbf": "^3.1.0"
|
|
44
|
-
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"@babel/eslint-parser": "^7.15.0",
|
|
47
|
-
"@babel/preset-env": "^7.15.0",
|
|
48
|
-
"@maptalks/rollup-plugin-glsl-minify": "^0.1.7",
|
|
49
|
-
"@rollup/plugin-commonjs": "^20.0.0",
|
|
50
|
-
"@rollup/plugin-json": "^4.1.0",
|
|
51
|
-
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
52
|
-
"@rollup/plugin-replace": "4.0.0",
|
|
53
|
-
"electron": "^4.2.12",
|
|
54
|
-
"electron-mocha": "^6.0.4",
|
|
55
|
-
"eslint": "^7.32.0",
|
|
56
|
-
"eslint-plugin-mocha": "^9.0.0",
|
|
57
|
-
"express": "^4.17.1",
|
|
58
|
-
"happen": "^0.3.1",
|
|
59
|
-
"maptalks": "^1.0.0-rc.21",
|
|
60
|
-
"mocha": "^9.0.3",
|
|
61
|
-
"pixelmatch": "^4.0.2",
|
|
62
|
-
"rollup": "^2.56.2",
|
|
63
|
-
"rollup-plugin-terser": "^5.3.1"
|
|
64
|
-
},
|
|
65
|
-
"gitHead": "
|
|
66
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@maptalks/vt",
|
|
3
|
+
"version": "0.84.3",
|
|
4
|
+
"description": "The vector-tile plugin for maptalks.js",
|
|
5
|
+
"main": "dist/maptalks.vt.js",
|
|
6
|
+
"module": "dist/maptalks.vt.es.js",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist/maptalks.vt.js",
|
|
9
|
+
"dist/maptalks.vt.es.js"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"lint": "eslint src/**/*.js test/**/*.js",
|
|
13
|
+
"dev": "rollup -w -c build/rollup.config.js",
|
|
14
|
+
"build": "cd ../vector-packer && npm run build && cd ../vt && rollup --environment BUILD:production -c build/rollup.config.js",
|
|
15
|
+
"build-dev": "rollup -c build/rollup.config.js",
|
|
16
|
+
"test": "electron-mocha --require-main ./test/ignore-gpu-blacklist.js --renderer ./test/**/*.spec.js",
|
|
17
|
+
"tdd": "electron-mocha --interactive --renderer ./test/**/*.spec.js",
|
|
18
|
+
"pretest": "npm run lint && npm run build",
|
|
19
|
+
"prepare": "npm run build"
|
|
20
|
+
},
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@mapbox/point-geometry": "^0.1.0",
|
|
23
|
+
"@mapbox/vector-tile": "^1.3.1",
|
|
24
|
+
"@maptalks/feature-filter": "^1.3.0",
|
|
25
|
+
"@maptalks/function-type": "^1.2.3",
|
|
26
|
+
"@maptalks/geojson-bbox": "^1.0.4",
|
|
27
|
+
"@maptalks/geojson-vt": "^3.4.1",
|
|
28
|
+
"@maptalks/gl": "^0.86.0",
|
|
29
|
+
"@maptalks/tbn-packer": "^1.2.8",
|
|
30
|
+
"@maptalks/vector-packer": "^0.84.0",
|
|
31
|
+
"@maptalks/vt-plugin": "^0.84.0",
|
|
32
|
+
"animation-easings": "^0.1.0",
|
|
33
|
+
"color": "^3.0.0",
|
|
34
|
+
"earcut": "^2.2.4",
|
|
35
|
+
"fast-deep-equal": "^2.0.1",
|
|
36
|
+
"gl-matrix": "^2.6.1",
|
|
37
|
+
"pbf": "^3.2.1",
|
|
38
|
+
"point-in-polygon": "^1.1.0",
|
|
39
|
+
"quickselect": "^1.0.0",
|
|
40
|
+
"rbush": "^3.0.1",
|
|
41
|
+
"robust-predicates": "^2.0.4",
|
|
42
|
+
"tinyqueue": "^2.0.3",
|
|
43
|
+
"vt-pbf": "^3.1.0"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@babel/eslint-parser": "^7.15.0",
|
|
47
|
+
"@babel/preset-env": "^7.15.0",
|
|
48
|
+
"@maptalks/rollup-plugin-glsl-minify": "^0.1.7",
|
|
49
|
+
"@rollup/plugin-commonjs": "^20.0.0",
|
|
50
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
51
|
+
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
52
|
+
"@rollup/plugin-replace": "4.0.0",
|
|
53
|
+
"electron": "^4.2.12",
|
|
54
|
+
"electron-mocha": "^6.0.4",
|
|
55
|
+
"eslint": "^7.32.0",
|
|
56
|
+
"eslint-plugin-mocha": "^9.0.0",
|
|
57
|
+
"express": "^4.17.1",
|
|
58
|
+
"happen": "^0.3.1",
|
|
59
|
+
"maptalks": "^1.0.0-rc.21",
|
|
60
|
+
"mocha": "^9.0.3",
|
|
61
|
+
"pixelmatch": "^4.0.2",
|
|
62
|
+
"rollup": "^2.56.2",
|
|
63
|
+
"rollup-plugin-terser": "^5.3.1"
|
|
64
|
+
},
|
|
65
|
+
"gitHead": "36a6954658f5a3aff0fe84dd79964ee7f1317b06"
|
|
66
|
+
}
|