-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
187 lines (187 loc) · 7.81 KB
/
package.json
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
"version": "2.1.3",
"main": "dist/mapbox-gl.js",
"module": "dist/mapbox-gl.js",
"style": "dist/mapbox-gl.css",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/mapbox-gl-js.git"
},
"engines": {
"node": ">=6.4.0"
},
"dependencies": {
"@mapbox/gl-matrix": "^0.0.1",
"@mapbox/mapbox-gl-supported": "^1.3.0",
"@mapbox/point-geometry": "^0.1.0",
"@mapbox/shelf-pack": "=3.1.0",
"@mapbox/sphericalmercator": "github:landtechnologies/sphericalmercator#24a1b89b4edc26fcfd6171d61c27e3a9ea2f885c",
"@mapbox/tiny-sdf": "^1.1.0",
"@mapbox/unitbezier": "^0.0.0",
"@mapbox/vector-tile": "^1.3.0",
"@mapbox/whoots-js": "^3.0.0",
"brfs": "^1.4.0",
"bubleify": "^0.7.0",
"csscolorparser": "~1.0.2",
"earcut": "^2.1.3",
"geojson-rewind": "^0.3.0",
"geojson-vt": "^3.0.0",
"gray-matter": "^3.0.8",
"grid-index": "^1.0.0",
"jsonlint-lines-primitives": "~1.6.0",
"mapbox-gl-supported": "^1.2.0",
"minimist": "0.0.8",
"package-json-versionify": "^1.0.2",
"pbf": "^3.0.5",
"point-geometry": "^0.0.0",
"quickselect": "^1.0.0",
"rw": "^1.3.3",
"shuffle-seed": "^1.1.6",
"sort-object": "^0.3.2",
"supercluster": "^2.3.0",
"through2": "^2.0.3",
"tinyqueue": "^1.1.0",
"unassertify": "^2.0.0",
"unflowify": "^1.0.0",
"vt-pbf": "^3.0.1",
"webworkify": "^1.5.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@mapbox/batfish": "^0.13.3",
"@mapbox/mapbox-gl-rtl-text": "^0.1.1",
"@mapbox/mapbox-gl-test-suite": "file:test/integration",
"babel-eslint": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-preset-es2015": "^6.24.1",
"benchmark": "~2.1.0",
"browserify": "^14.0.0",
"coveralls": "^2.11.8",
"d3": "^4.12.0",
"derequire": "^2.0.6",
"documentation": "5.3.3",
"ejs": "^2.5.7",
"envify": "^4.0.0",
"eslint": "4.1.1",
"eslint-config-mourner": "^2.0.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"execcommand-copy": "^1.1.0",
"flow-bin": "^0.62.0",
"flow-coverage-report": "^0.3.0",
"flow-remove-types": "^1.0.4",
"github-slugger": "^1.1.1",
"gl": "^4.0.1",
"glob": "^7.0.3",
"in-publish": "^2.0.0",
"is-builtin-module": "^1.0.0",
"jsdom": "^11.2.0",
"json-stringify-pretty-compact": "^1.0.4",
"lodash": "^4.16.0",
"minifyify": "^7.0.1",
"mock-geolocation": "^1.0.11",
"npm-run-all": "^4.0.1",
"nyc": "^10.1.2",
"object.entries": "^1.0.4",
"pngjs": "^3.0.0",
"prismjs": "^1.8.1",
"prop-types": "^15.6.0",
"proxyquire": "^1.7.9",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-helmet": "^5.2.0",
"remark": "^8.0.0",
"remark-html": "^5.0.1",
"remark-react": "^4.0.1",
"request": "^2.79.0",
"sinon": "^2.1.0",
"slugg": "^1.2.1",
"st": "^1.2.0",
"stylelint": "^7.10.1",
"tap": "^10.3.0",
"watchify": "^3.7.0",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"worker-loader": "^2.0.0"
},
"browserify": {
"transform": [
"unflowify",
[
"bubleify",
{
"bubleError": true,
"transforms": {
"dangerousForOf": true
},
"objectAssign": "Object.assign"
}
],
"package-json-versionify",
"unassertify",
"brfs",
"./build/minifyify_style_spec",
"./build/strictify"
]
},
"browser": {
"./src/util/window.js": "./src/util/browser/window.js",
"./src/util/web_worker.js": "./src/util/browser/web_worker.js"
},
"scripts": {
"build-dev": "browserify src/index.js --debug --ignore-transform unassertify --standalone mapboxgl > dist/mapbox-gl-dev.js && tap --no-coverage test/build/dev.test.js",
"watch-dev": "watchify src/index.js --debug --ignore-transform unassertify --standalone mapboxgl --outfile dist/mapbox-gl-dev.js --verbose",
"watch-style-property-editor": "watchify debug/style_property_editor.js --debug -o debug/style_property_editor_generated.js --standalone StylePropertyEditor --verbose",
"build-min": "browserify src/index.js --debug --plugin [minifyify --map mapbox-gl.js.map --output dist/mapbox-gl.js.map] --standalone mapboxgl | derequire > dist/mapbox-gl.js && tap --no-coverage test/build/min.test.js",
"build-token": "browserify debug/access_token.js --debug --transform envify > debug/access_token_generated.js",
"build-benchmarks": "BENCHMARK_VERSION=\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\" browserify bench/benchmarks.js --debug --transform envify --outfile bench/benchmarks_generated.js --verbose",
"watch-benchmarks": "BENCHMARK_VERSION=\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\" watchify bench/benchmarks.js --debug --transform envify --outfile bench/benchmarks_generated.js --verbose",
"watch-benchmarks-view": "watchify bench/benchmarks_view.js --debug --outfile bench/benchmarks_view_generated.js --verbose",
"start-server": "st --no-cache --localhost --port 9966 --index index.html .",
"start": "run-p build-token watch-dev watch-style-property-editor watch-benchmarks watch-benchmarks-view start-server",
"start-debug": "run-p build-token watch-dev watch-style-property-editor start-server",
"start-bench": "run-p build-token watch-benchmarks watch-benchmarks-view start-server",
"build-docs": "documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js",
"build": "run-s build-docs && DEPLOY_ENV=production batfish build # invoked by publisher when publishing docs on the mb-pages branch",
"start-docs": "run-s build-min build-docs && DEPLOY_ENV=local batfish start",
"lint": "eslint --cache --ignore-path .gitignore src test bench docs docs/pages/example/*.html debug/*.html",
"lint-docs": "documentation lint src/index.js",
"lint-css": "stylelint 'dist/mapbox-gl.css'",
"open-changed-examples": "git diff --name-only mb-pages HEAD -- docs/pages/example/*.html | awk '{print \"http://127.0.0.1:4000/mapbox-gl-js/example/\" substr($0,33,length($0)-37)}' | xargs open",
"test": "run-s lint lint-css test-flow test-unit",
"test-suite": "run-s test-render test-query",
"test-suite-clean": "find test/integration/{render,query}-tests -mindepth 2 -type d -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r",
"test-unit": "tap --reporter classic --no-coverage test/unit",
"test-render": "node --max-old-space-size=2048 test/render.test.js",
"test-query": "node test/query.test.js",
"test-expressions": "node test/expression.test.js",
"test-flow": "node build/generate-flow-typed-style-spec && flow .",
"test-flow-cov": "flow-coverage-report -i 'src/**/*.js' -t html",
"test-cov": "nyc --require=flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render",
"prepublish": "in-publish && run-s build-dev build-min || not-in-publish",
"codegen": "node build/generate-style-code.js && flow-node build/generate-struct-arrays.js"
},
"bin": {
"gl-style-migrate": "src/style-spec/bin/gl-style-migrate",
"gl-style-validate": "src/style-spec/bin/gl-style-validate",
"gl-style-format": "src/style-spec/bin/gl-style-format",
"gl-style-composite": "src/style-spec/bin/gl-style-composite"
},
"files": [
"build/",
"dist/",
"flow-typed/",
"src/",
".flowconfig"
]
}