-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
69 lines (69 loc) · 1.82 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
{
"name": "pelias-wof-admin-lookup",
"version": "0.0.0-development",
"description": "A fast, local, streaming Who's On First administrative hierarchy lookup.",
"engines": {
"node": ">=10.0.0"
},
"main": "index.js",
"scripts": {
"test": "./bin/units",
"testDependencyMode": "node test/pip/testDependencyMode.js",
"testLayerLookup": "node test/pip/testLayerLookup.js",
"testLayerLookupLocalizedNames": "node test/pip/testLayerLookupLocalizedNames.js",
"functional": "npm run testDependencyMode && npm run testLayerLookup && npm run testLayerLookupLocalizedNames",
"lint": "jshint .",
"validate": "npm ls",
"ci": "npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/pelias/wof-admin-lookup.git"
},
"keywords": [
"who's on first"
],
"dependencies": {
"@hapi/joi": "^16.1.8",
"async": "^3.0.1",
"csv-parse": "^4.0.0",
"lodash": "^4.17.4",
"parallel-transform": "^1.1.0",
"pelias-config": "^4.0.0",
"pelias-logger": "^1.2.1",
"pelias-microservice-wrapper": "^1.2.1",
"pelias-whosonfirst": "^5.0.0",
"polygon-lookup": "^2.1.0",
"request": "^2.83.0",
"simplify-js": "^1.2.1",
"stable": "^0.1.8",
"through2": "^3.0.0",
"through2-filter": "^3.0.0",
"through2-map": "^3.0.0",
"through2-sink": "^1.0.0"
},
"devDependencies": {
"deep-diff": "^1.0.0",
"intercept-stdout": "^0.1.2",
"jshint": "^2.8.0",
"nock": "^12.0.0",
"pelias-mock-logger": "^1.3.0",
"pelias-model": "^7.0.0",
"precommit-hook": "^3.0.0",
"proxyquire": "^2.0.0",
"stream-mock": "^2.0.5",
"tap-dot": "^2.0.0",
"tape": "^5.0.0",
"temp": "^0.9.0"
},
"pre-commit": [
"lint",
"validate",
"test"
],
"author": "mapzen",
"license": "MIT",
"release": {
"success": []
}
}