forked from pelias/wof-admin-lookup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.06 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-semantic-release",
"description": "A fast, local, streaming Who's On First administrative hierarchy lookup.",
"engines": {
"node": ">=4.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",
"travis": "npm run check-dependencies && npm run test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"check-dependencies": "node_modules/.bin/npm-check --production"
},
"repository": {
"type": "git",
"url": "https://github.com/pelias/wof-admin-lookup.git"
},
"keywords": [
"who's on first"
],
"dependencies": {
"async": "^2.1.4",
"joi": "^12.0.0",
"lodash": "^4.17.4",
"pelias-config": "2.13.0",
"pelias-logger": "0.3.0",
"pelias-microservice-wrapper": "^1.2.1",
"pelias-parallel-stream": "0.1.0",
"pelias-whosonfirst": "2.21.2",
"polygon-lookup": "^2.1.0",
"request": "^2.83.0",
"simplify-js": "^1.2.1",
"temp": "^0.8.3",
"through2": "^2.0.0",
"through2-filter": "^2.0.0",
"through2-map": "^3.0.0",
"through2-sink": "^1.0.0"
},
"devDependencies": {
"deep-diff": "^0.3.4",
"event-stream": "^3.3.2",
"intercept-stdout": "^0.1.2",
"jshint": "^2.8.0",
"nock": "^9.0.22",
"npm-check": "git://github.com/orangejulius/npm-check.git#disable-update-check",
"pelias-mock-logger": "1.2.0",
"pelias-model": "5.2.0",
"precommit-hook": "^3.0.0",
"proxyquire": "^1.7.10",
"semantic-release": "^8.0.0",
"tap-dot": "^1.0.1",
"tape": "^4.2.2"
},
"pre-commit": [
"lint",
"validate",
"test",
"check-dependencies"
],
"author": "mapzen",
"license": "MIT"
}