-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.34 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
{
"name": "tileblaster",
"version": "1.1.0",
"description": "a quick and versatile map tile caching proxy",
"main": "tileblaster.js",
"bin": {
"tileblaster": "bin/tileblaster.js"
},
"scripts": {
"dev": "DEBUG=tileblaster node bin/tileblaster-dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yetzt/tileblaster.git"
},
"author": "yetzt <[email protected]>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/yetzt/tileblaster/issues"
},
"homepage": "https://github.com/yetzt/tileblaster#readme",
"dependencies": {
"colrz": "^0.0.5",
"dur": "^1.0.1",
"fs-xattr": "^0.3.1",
"klaw": "^4.1.0",
"minimist": "^1.2.8",
"node-watch": "^0.7.4",
"phn": "^0.1.1",
"quu": "^0.5.0"
},
"optionalDependencies": {
"fzstd": "^0.1.1",
"js-mozjpeg": "^0.1.2",
"mbg": "^0.0.2",
"node-liblzma": "^1.1.9",
"optipng-js": "^0.1.2",
"pmtiles": "^2.11.0",
"sharp": "^0.33.5",
"versatiles": "^0.3.1",
"vtt": "^0.0.3"
},
"engines": {
"node": ">=14"
},
"os": [
"darwin",
"linux"
],
"keywords": [
"tileblaster",
"tileserver",
"map",
"tiles",
"tile",
"mbtiles",
"versatiles",
"pmtiles",
"server",
"proxy",
"cache",
"vectortiles",
"rastertiles",
"mvt",
"pbf"
]
}