-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 KB
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": "hsl-map-server",
"version": "1.0.2",
"description": "HSL map server",
"main": "config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HSLdevcom/hsl-map-server.git"
},
"author": "HSLdevcom",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/HSLdevcom/hsl-map-server/issues"
},
"homepage": "https://github.com/HSLdevcom/hsl-map-server#readme",
"dependencies": {
"@mapbox/mbtiles": "^0.12.1",
"@turf/centroid": "^6.5.0",
"forever": "^4.0.3",
"hsl-map-style": "hsldevcom/hsl-map-style#master",
"lodash": "^4.18.1",
"request": "^2.88.2",
"requestretry": "^7.1.0",
"tessera": "hsldevcom/tessera",
"tilelive-geojson": "hsldevcom/tilelive-geojson",
"tilelive-gl": "hsldevcom/tilelive-gl"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
},
"resolutions": {
"minimist": "^1.2.8",
"form-data": "^4.0.5",
"cross-spawn": "^7.0.6",
"minimatch": "^9.0.5",
"tar": "^7.5.11",
"tar-fs": "^2.1.4",
"semver": "^7.7.4",
"body-parser": "^1.20.3",
"path-to-regexp": "0.1.13",
"express": "^4.21.2",
"flatted": "^3.4.2",
"nconf": "^0.13.0",
"braces": "^3.0.3",
"sharp": "^0.32.6",
"socks": "^2.8.7",
"lodash": "^4.18.1",
"handlebars": "^4.7.9"
}
}