-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
55 lines (55 loc) · 1.8 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
{
"name": "@mapbox/mapbox-tile-copy",
"version": "7.8.0",
"description": "From geodata files to tiles on S3",
"main": "index.js",
"scripts": {
"pretest": "duplicate-module-test mapnik @mapbox/tilelive gdal sqlite3",
"test": "tape test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mapbox/mapbox-tile-copy.git"
},
"author": "Mapbox",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/mapbox-tile-copy/issues"
},
"homepage": "https://github.com/mapbox/mapbox-tile-copy",
"dependencies": {
"@mapbox/mapbox-file-sniff": "~1.0.0",
"@mapbox/mbtiles": "^0.10.0",
"@mapbox/s3urls": "^1.5.3",
"@mapbox/tilejson": "^1.0.1",
"@mapbox/tilelive": "~5.12.2",
"@mapbox/tilelive-omnivore": "^4.3.0",
"@mapbox/tilelive-s3": "6.5.1",
"@mapbox/tilelive-vector": "^4.2.0",
"@mapbox/tiletype": "^0.3.0",
"@mapbox/vector-tile": "^1.3.1",
"@mapbox/vtvalidate": "^0.2.2",
"mapbox-studio-default-fonts": "https://mapbox-npm.s3.amazonaws.com/package/mapbox-studio-default-fonts-0.0.4-4afb5235f457bd1c1a5a70fce6c2aa83bf7a851e.tgz",
"mapbox-studio-pro-fonts": "https://mapbox-npm.s3.amazonaws.com/package/mapbox-studio-pro-fonts-1.0.0-9870a90b713f307b9391829602f4d5857e419615.tgz",
"mapnik": "4.x || 3.x",
"minimist": "~0.2.0",
"pbf": "^1.3.2",
"progress-stream": "^0.5.0",
"queue-async": "^1.0.7",
"stream-combiner": "^0.2.2",
"tilelive-file": "0.0.3"
},
"devDependencies": {
"@mapbox/duplicate-module-test": "^0.2.0",
"@mapbox/mock-aws-sdk-js": "^1.0.1",
"@mapbox/mvt-fixtures": "^3.1.0",
"aws-sdk": "^2.400.0",
"nock": "^13.3.1",
"request": "^2.88.0",
"sinon": "^7.2.3",
"tape": "^4.10.0"
},
"bin": {
"mapbox-tile-copy": "./bin/mapbox-tile-copy.js"
}
}