-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.52 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
{
"name": "hapi-geo-locate",
"description": "Provide IP geo location for incoming requests in hapi",
"version": "4.1.1",
"author": "Marcus Pöhls <[email protected]>",
"bugs": {
"url": "https://github.com/futurestudio/hapi-geo-locate/issues"
},
"dependencies": {
"@supercharge/request-ip": "~1.2.0",
"ipinfo": "~1.5.0"
},
"devDependencies": {
"@hapi/code": "9.0.3",
"@hapi/hapi": "21.2.1",
"@hapi/code": "9.0.3",
"@hapi/hapi": "21.3.10",
"@hapi/lab": "26.0.0",
"eslint": "~7.32.0",
"eslint-config-standard": "~16.0.1",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~7.1.0",
"eslint-plugin-standard": "~5.0.0",
"husky": "~9.1.1"
},
"engines": {
"node": ">=12"
},
"homepage": "https://github.com/futurestudio/hapi-geo-locate#readme",
"keywords": [
"IP location",
"geo",
"geo-location",
"hapi",
"hapijs",
"ipLocation",
"location",
"plugin"
],
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/futurestudio/hapi-geo-locate.git"
},
"scripts": {
"list-tests": "lab -dv",
"test": "lab --assert @hapi/code --leaks --coverage --lint",
"test-single": "lab --assert @hapi/code --leaks --coverage --lint --id"
}
}