@mapgis/mapbox-gl 16.2.0 → 16.6.0
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/mapbox-gl.js +4 -4
- package/dist/mapbox-gl.js.map +1 -1
- package/package.json +170 -170
package/package.json
CHANGED
|
@@ -1,170 +1,170 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@mapgis/mapbox-gl",
|
|
3
|
-
"description": "A WebGL interactive maps library",
|
|
4
|
-
"version":"16.
|
|
5
|
-
"main": "dist/mapbox-gl.js",
|
|
6
|
-
"style": "dist/mapbox-gl.css",
|
|
7
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "git://github.com/mapbox/mapbox-gl-js.git"
|
|
11
|
-
},
|
|
12
|
-
"engines": {
|
|
13
|
-
"node": ">=6.4.0"
|
|
14
|
-
},
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"@mapbox/geojson-rewind": "^0.5.0",
|
|
17
|
-
"@mapbox/geojson-types": "^1.0.2",
|
|
18
|
-
"@mapbox/jsonlint-lines-primitives": "^2.0.2",
|
|
19
|
-
"@mapbox/mapbox-gl-supported": "^1.5.0",
|
|
20
|
-
"@mapbox/point-geometry": "^0.1.0",
|
|
21
|
-
"@mapbox/tiny-sdf": "^1.1.1",
|
|
22
|
-
"@mapbox/unitbezier": "^0.0.0",
|
|
23
|
-
"@
|
|
24
|
-
"@mapbox/whoots-js": "^3.1.0",
|
|
25
|
-
"@mapgis/geojson-vt": "^
|
|
26
|
-
"@mapgis/supercluster": "^16.
|
|
27
|
-
"base64-js": "^1.5.1",
|
|
28
|
-
"csscolorparser": "~1.0.3",
|
|
29
|
-
"earcut": "^2.2.2",
|
|
30
|
-
"gl-matrix": "^3.2.1",
|
|
31
|
-
"grid-index": "^1.1.0",
|
|
32
|
-
"minimist": "^1.2.5",
|
|
33
|
-
"murmurhash-js": "^1.0.0",
|
|
34
|
-
"pako": "^2.0.2",
|
|
35
|
-
"pbf": "^3.2.1",
|
|
36
|
-
"potpack": "^1.0.1",
|
|
37
|
-
"quickselect": "^2.0.0",
|
|
38
|
-
"rw": "^1.3.3",
|
|
39
|
-
"supercluster": "^7.0.0",
|
|
40
|
-
"tinyqueue": "^2.0.3",
|
|
41
|
-
"vt-pbf": "^3.1.1"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
44
|
-
"@babel/core": "^7.9.0",
|
|
45
|
-
"@mapbox/flow-remove-types": "^1.3.0-await.upstream.2",
|
|
46
|
-
"@mapbox/gazetteer": "^4.0.4",
|
|
47
|
-
"@mapbox/mapbox-gl-rtl-text": "^0.2.1",
|
|
48
|
-
"@mapbox/mvt-fixtures": "^3.6.0",
|
|
49
|
-
"@octokit/rest": "^16.30.1",
|
|
50
|
-
"@rollup/plugin-strip": "^1.3.1",
|
|
51
|
-
"address": "^1.1.2",
|
|
52
|
-
"babel-eslint": "^10.0.1",
|
|
53
|
-
"babelify": "^10.0.0",
|
|
54
|
-
"benchmark": "^2.1.4",
|
|
55
|
-
"browserify": "^16.5.0",
|
|
56
|
-
"canvas": "^2.6.1",
|
|
57
|
-
"chalk": "^3.0.0",
|
|
58
|
-
"chokidar": "^3.0.2",
|
|
59
|
-
"cssnano": "^4.1.10",
|
|
60
|
-
"d3": "^4.12.0",
|
|
61
|
-
"diff": "^4.0.1",
|
|
62
|
-
"documentation": "~12.1.1",
|
|
63
|
-
"ejs": "^2.5.7",
|
|
64
|
-
"eslint": "^5.15.3",
|
|
65
|
-
"eslint-config-mourner": "^3.0.0",
|
|
66
|
-
"eslint-plugin-flowtype": "^3.9.1",
|
|
67
|
-
"eslint-plugin-html": "^5.0.5",
|
|
68
|
-
"eslint-plugin-import": "^2.16.0",
|
|
69
|
-
"eslint-plugin-jsdoc": "^17.1.2",
|
|
70
|
-
"eslint-plugin-react": "^7.12.4",
|
|
71
|
-
"esm": "~3.0.84",
|
|
72
|
-
"flow-bin": "^0.100.0",
|
|
73
|
-
"gl": "~4.3.3",
|
|
74
|
-
"glob": "^7.1.4",
|
|
75
|
-
"is-builtin-module": "^3.0.0",
|
|
76
|
-
"jsdom": "^13.0.0",
|
|
77
|
-
"json-stringify-pretty-compact": "^2.0.0",
|
|
78
|
-
"jsonwebtoken": "^8.3.0",
|
|
79
|
-
"lodash.template": "^4.5.0",
|
|
80
|
-
"mapbox-gl-styles": "^2.0.2",
|
|
81
|
-
"mock-geolocation": "^1.0.11",
|
|
82
|
-
"node-notifier": "^5.4.3",
|
|
83
|
-
"npm-font-open-sans": "^1.1.0",
|
|
84
|
-
"npm-run-all": "^4.1.5",
|
|
85
|
-
"nyc": "^13.3.0",
|
|
86
|
-
"pirates": "^4.0.1",
|
|
87
|
-
"pixelmatch": "^5.1.0",
|
|
88
|
-
"pngjs": "^3.4.0",
|
|
89
|
-
"postcss-cli": "^6.1.2",
|
|
90
|
-
"postcss-inline-svg": "^3.1.1",
|
|
91
|
-
"pretty-bytes": "^5.1.0",
|
|
92
|
-
"puppeteer": "^1.18.0",
|
|
93
|
-
"qrcode-terminal": "^0.12.0",
|
|
94
|
-
"react": "^16.8.6",
|
|
95
|
-
"react-dom": "^16.8.6",
|
|
96
|
-
"request": "^2.88.0",
|
|
97
|
-
"rollup": "^1.23.1",
|
|
98
|
-
"rollup-plugin-buble": "^0.19.8",
|
|
99
|
-
"rollup-plugin-commonjs": "^10.1.0",
|
|
100
|
-
"rollup-plugin-json": "^4.0.0",
|
|
101
|
-
"rollup-plugin-node-resolve": "^5.2.0",
|
|
102
|
-
"rollup-plugin-replace": "^2.2.0",
|
|
103
|
-
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
104
|
-
"rollup-plugin-terser": "^5.1.2",
|
|
105
|
-
"rollup-plugin-unassert": "^0.3.0",
|
|
106
|
-
"selenium-webdriver": "^4.0.0-alpha.5",
|
|
107
|
-
"shuffle-seed": "^1.1.6",
|
|
108
|
-
"sinon": "^7.3.2",
|
|
109
|
-
"st": "^1.2.2",
|
|
110
|
-
"stylelint": "^9.10.1",
|
|
111
|
-
"stylelint-config-standard": "^18.2.0",
|
|
112
|
-
"tap": "~12.4.1",
|
|
113
|
-
"tap-parser": "^10.0.1",
|
|
114
|
-
"tape": "^4.13.2",
|
|
115
|
-
"tape-filter": "^1.0.4",
|
|
116
|
-
"testem": "^3.0.0"
|
|
117
|
-
},
|
|
118
|
-
"browser": {
|
|
119
|
-
"./src/shaders/index.js": "./src/shaders/shaders.js",
|
|
120
|
-
"./src/util/window.js": "./src/util/browser/window.js",
|
|
121
|
-
"./src/util/web_worker.js": "./src/util/browser/web_worker.js"
|
|
122
|
-
},
|
|
123
|
-
"esm": true,
|
|
124
|
-
"scripts": {
|
|
125
|
-
"build-dev": "rollup -c --environment BUILD:dev",
|
|
126
|
-
"watch-dev": "rollup -c --environment BUILD:dev --watch",
|
|
127
|
-
"build-prod": "rollup -c --environment BUILD:production",
|
|
128
|
-
"build-prod-min": "rollup -c --environment BUILD:production,MINIFY:true",
|
|
129
|
-
"build-csp": "rollup -c rollup.config.csp.js",
|
|
130
|
-
"build-query-suite": "rollup -c test/integration/rollup.config.test.js",
|
|
131
|
-
"build-flow-types": "cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow",
|
|
132
|
-
"build-css": "postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css",
|
|
133
|
-
"build-style-spec": "cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec",
|
|
134
|
-
"watch-css": "postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css",
|
|
135
|
-
"build-token": "node build/generate-access-token-script.js",
|
|
136
|
-
"build-benchmarks": "BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js",
|
|
137
|
-
"watch-benchmarks": "BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w",
|
|
138
|
-
"start-server": "st --no-cache -H 0.0.0.0 --port 9966 --index index.html .",
|
|
139
|
-
"start": "run-p build-token watch-css watch-query watch-benchmarks start-server",
|
|
140
|
-
"start-debug": "run-p build-token watch-css watch-dev start-server",
|
|
141
|
-
"start-tests": "run-p build-token watch-css watch-query start-server",
|
|
142
|
-
"start-bench": "run-p build-token watch-benchmarks start-server",
|
|
143
|
-
"start-release": "run-s build-token build-prod-min build-css print-release-url start-server",
|
|
144
|
-
"lint": "eslint --cache --ignore-path .gitignore src test bench debug/*.html",
|
|
145
|
-
"lint-docs": "documentation lint src/index.js",
|
|
146
|
-
"lint-css": "stylelint 'src/css/mapbox-gl.css'",
|
|
147
|
-
"test": "run-s lint lint-css lint-docs test-flow test-unit",
|
|
148
|
-
"test-suite": "run-s test-render test-query test-expressions",
|
|
149
|
-
"test-suite-clean": "find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r",
|
|
150
|
-
"test-unit": "build/run-tap --reporter classic --no-coverage test/unit",
|
|
151
|
-
"test-build": "build/run-tap --no-coverage test/build/**/*.test.js",
|
|
152
|
-
"test-browser": "build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js",
|
|
153
|
-
"test-render": "node --max-old-space-size=2048 test/render.test.js",
|
|
154
|
-
"test-query-node": "node test/query.test.js",
|
|
155
|
-
"watch-query": "testem -f test/integration/testem.js",
|
|
156
|
-
"test-query": "testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml",
|
|
157
|
-
"test-expressions": "build/run-node test/expression.test.js",
|
|
158
|
-
"test-flow": "build/run-node build/generate-flow-typed-style-spec && flow .",
|
|
159
|
-
"test-cov": "nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render",
|
|
160
|
-
"print-release-url": "node build/print-release-url.js",
|
|
161
|
-
"codegen": "build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"
|
|
162
|
-
},
|
|
163
|
-
"files": [
|
|
164
|
-
"build/",
|
|
165
|
-
"dist/",
|
|
166
|
-
"flow-typed/",
|
|
167
|
-
"src/",
|
|
168
|
-
".flowconfig"
|
|
169
|
-
]
|
|
170
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@mapgis/mapbox-gl",
|
|
3
|
+
"description": "A WebGL interactive maps library",
|
|
4
|
+
"version":"16.6.0",
|
|
5
|
+
"main": "dist/mapbox-gl.js",
|
|
6
|
+
"style": "dist/mapbox-gl.css",
|
|
7
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git://github.com/mapbox/mapbox-gl-js.git"
|
|
11
|
+
},
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=6.4.0"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@mapbox/geojson-rewind": "^0.5.0",
|
|
17
|
+
"@mapbox/geojson-types": "^1.0.2",
|
|
18
|
+
"@mapbox/jsonlint-lines-primitives": "^2.0.2",
|
|
19
|
+
"@mapbox/mapbox-gl-supported": "^1.5.0",
|
|
20
|
+
"@mapbox/point-geometry": "^0.1.0",
|
|
21
|
+
"@mapbox/tiny-sdf": "^1.1.1",
|
|
22
|
+
"@mapbox/unitbezier": "^0.0.0",
|
|
23
|
+
"@mapgis/vector-tile": "^16.6.0",
|
|
24
|
+
"@mapbox/whoots-js": "^3.1.0",
|
|
25
|
+
"@mapgis/geojson-vt": "^16.6.0",
|
|
26
|
+
"@mapgis/supercluster": "^16.6.0",
|
|
27
|
+
"base64-js": "^1.5.1",
|
|
28
|
+
"csscolorparser": "~1.0.3",
|
|
29
|
+
"earcut": "^2.2.2",
|
|
30
|
+
"gl-matrix": "^3.2.1",
|
|
31
|
+
"grid-index": "^1.1.0",
|
|
32
|
+
"minimist": "^1.2.5",
|
|
33
|
+
"murmurhash-js": "^1.0.0",
|
|
34
|
+
"pako": "^2.0.2",
|
|
35
|
+
"pbf": "^3.2.1",
|
|
36
|
+
"potpack": "^1.0.1",
|
|
37
|
+
"quickselect": "^2.0.0",
|
|
38
|
+
"rw": "^1.3.3",
|
|
39
|
+
"supercluster": "^7.0.0",
|
|
40
|
+
"tinyqueue": "^2.0.3",
|
|
41
|
+
"vt-pbf": "^3.1.1"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@babel/core": "^7.9.0",
|
|
45
|
+
"@mapbox/flow-remove-types": "^1.3.0-await.upstream.2",
|
|
46
|
+
"@mapbox/gazetteer": "^4.0.4",
|
|
47
|
+
"@mapbox/mapbox-gl-rtl-text": "^0.2.1",
|
|
48
|
+
"@mapbox/mvt-fixtures": "^3.6.0",
|
|
49
|
+
"@octokit/rest": "^16.30.1",
|
|
50
|
+
"@rollup/plugin-strip": "^1.3.1",
|
|
51
|
+
"address": "^1.1.2",
|
|
52
|
+
"babel-eslint": "^10.0.1",
|
|
53
|
+
"babelify": "^10.0.0",
|
|
54
|
+
"benchmark": "^2.1.4",
|
|
55
|
+
"browserify": "^16.5.0",
|
|
56
|
+
"canvas": "^2.6.1",
|
|
57
|
+
"chalk": "^3.0.0",
|
|
58
|
+
"chokidar": "^3.0.2",
|
|
59
|
+
"cssnano": "^4.1.10",
|
|
60
|
+
"d3": "^4.12.0",
|
|
61
|
+
"diff": "^4.0.1",
|
|
62
|
+
"documentation": "~12.1.1",
|
|
63
|
+
"ejs": "^2.5.7",
|
|
64
|
+
"eslint": "^5.15.3",
|
|
65
|
+
"eslint-config-mourner": "^3.0.0",
|
|
66
|
+
"eslint-plugin-flowtype": "^3.9.1",
|
|
67
|
+
"eslint-plugin-html": "^5.0.5",
|
|
68
|
+
"eslint-plugin-import": "^2.16.0",
|
|
69
|
+
"eslint-plugin-jsdoc": "^17.1.2",
|
|
70
|
+
"eslint-plugin-react": "^7.12.4",
|
|
71
|
+
"esm": "~3.0.84",
|
|
72
|
+
"flow-bin": "^0.100.0",
|
|
73
|
+
"gl": "~4.3.3",
|
|
74
|
+
"glob": "^7.1.4",
|
|
75
|
+
"is-builtin-module": "^3.0.0",
|
|
76
|
+
"jsdom": "^13.0.0",
|
|
77
|
+
"json-stringify-pretty-compact": "^2.0.0",
|
|
78
|
+
"jsonwebtoken": "^8.3.0",
|
|
79
|
+
"lodash.template": "^4.5.0",
|
|
80
|
+
"mapbox-gl-styles": "^2.0.2",
|
|
81
|
+
"mock-geolocation": "^1.0.11",
|
|
82
|
+
"node-notifier": "^5.4.3",
|
|
83
|
+
"npm-font-open-sans": "^1.1.0",
|
|
84
|
+
"npm-run-all": "^4.1.5",
|
|
85
|
+
"nyc": "^13.3.0",
|
|
86
|
+
"pirates": "^4.0.1",
|
|
87
|
+
"pixelmatch": "^5.1.0",
|
|
88
|
+
"pngjs": "^3.4.0",
|
|
89
|
+
"postcss-cli": "^6.1.2",
|
|
90
|
+
"postcss-inline-svg": "^3.1.1",
|
|
91
|
+
"pretty-bytes": "^5.1.0",
|
|
92
|
+
"puppeteer": "^1.18.0",
|
|
93
|
+
"qrcode-terminal": "^0.12.0",
|
|
94
|
+
"react": "^16.8.6",
|
|
95
|
+
"react-dom": "^16.8.6",
|
|
96
|
+
"request": "^2.88.0",
|
|
97
|
+
"rollup": "^1.23.1",
|
|
98
|
+
"rollup-plugin-buble": "^0.19.8",
|
|
99
|
+
"rollup-plugin-commonjs": "^10.1.0",
|
|
100
|
+
"rollup-plugin-json": "^4.0.0",
|
|
101
|
+
"rollup-plugin-node-resolve": "^5.2.0",
|
|
102
|
+
"rollup-plugin-replace": "^2.2.0",
|
|
103
|
+
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
104
|
+
"rollup-plugin-terser": "^5.1.2",
|
|
105
|
+
"rollup-plugin-unassert": "^0.3.0",
|
|
106
|
+
"selenium-webdriver": "^4.0.0-alpha.5",
|
|
107
|
+
"shuffle-seed": "^1.1.6",
|
|
108
|
+
"sinon": "^7.3.2",
|
|
109
|
+
"st": "^1.2.2",
|
|
110
|
+
"stylelint": "^9.10.1",
|
|
111
|
+
"stylelint-config-standard": "^18.2.0",
|
|
112
|
+
"tap": "~12.4.1",
|
|
113
|
+
"tap-parser": "^10.0.1",
|
|
114
|
+
"tape": "^4.13.2",
|
|
115
|
+
"tape-filter": "^1.0.4",
|
|
116
|
+
"testem": "^3.0.0"
|
|
117
|
+
},
|
|
118
|
+
"browser": {
|
|
119
|
+
"./src/shaders/index.js": "./src/shaders/shaders.js",
|
|
120
|
+
"./src/util/window.js": "./src/util/browser/window.js",
|
|
121
|
+
"./src/util/web_worker.js": "./src/util/browser/web_worker.js"
|
|
122
|
+
},
|
|
123
|
+
"esm": true,
|
|
124
|
+
"scripts": {
|
|
125
|
+
"build-dev": "rollup -c --environment BUILD:dev",
|
|
126
|
+
"watch-dev": "rollup -c --environment BUILD:dev --watch",
|
|
127
|
+
"build-prod": "rollup -c --environment BUILD:production",
|
|
128
|
+
"build-prod-min": "rollup -c --environment BUILD:production,MINIFY:true",
|
|
129
|
+
"build-csp": "rollup -c rollup.config.csp.js",
|
|
130
|
+
"build-query-suite": "rollup -c test/integration/rollup.config.test.js",
|
|
131
|
+
"build-flow-types": "cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow",
|
|
132
|
+
"build-css": "postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css",
|
|
133
|
+
"build-style-spec": "cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec",
|
|
134
|
+
"watch-css": "postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css",
|
|
135
|
+
"build-token": "node build/generate-access-token-script.js",
|
|
136
|
+
"build-benchmarks": "BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js",
|
|
137
|
+
"watch-benchmarks": "BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w",
|
|
138
|
+
"start-server": "st --no-cache -H 0.0.0.0 --port 9966 --index index.html .",
|
|
139
|
+
"start": "run-p build-token watch-css watch-query watch-benchmarks start-server",
|
|
140
|
+
"start-debug": "run-p build-token watch-css watch-dev start-server",
|
|
141
|
+
"start-tests": "run-p build-token watch-css watch-query start-server",
|
|
142
|
+
"start-bench": "run-p build-token watch-benchmarks start-server",
|
|
143
|
+
"start-release": "run-s build-token build-prod-min build-css print-release-url start-server",
|
|
144
|
+
"lint": "eslint --cache --ignore-path .gitignore src test bench debug/*.html",
|
|
145
|
+
"lint-docs": "documentation lint src/index.js",
|
|
146
|
+
"lint-css": "stylelint 'src/css/mapbox-gl.css'",
|
|
147
|
+
"test": "run-s lint lint-css lint-docs test-flow test-unit",
|
|
148
|
+
"test-suite": "run-s test-render test-query test-expressions",
|
|
149
|
+
"test-suite-clean": "find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r",
|
|
150
|
+
"test-unit": "build/run-tap --reporter classic --no-coverage test/unit",
|
|
151
|
+
"test-build": "build/run-tap --no-coverage test/build/**/*.test.js",
|
|
152
|
+
"test-browser": "build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js",
|
|
153
|
+
"test-render": "node --max-old-space-size=2048 test/render.test.js",
|
|
154
|
+
"test-query-node": "node test/query.test.js",
|
|
155
|
+
"watch-query": "testem -f test/integration/testem.js",
|
|
156
|
+
"test-query": "testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml",
|
|
157
|
+
"test-expressions": "build/run-node test/expression.test.js",
|
|
158
|
+
"test-flow": "build/run-node build/generate-flow-typed-style-spec && flow .",
|
|
159
|
+
"test-cov": "nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render",
|
|
160
|
+
"print-release-url": "node build/print-release-url.js",
|
|
161
|
+
"codegen": "build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"
|
|
162
|
+
},
|
|
163
|
+
"files": [
|
|
164
|
+
"build/",
|
|
165
|
+
"dist/",
|
|
166
|
+
"flow-typed/",
|
|
167
|
+
"src/",
|
|
168
|
+
".flowconfig"
|
|
169
|
+
]
|
|
170
|
+
}
|