FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
GeoIP2-node/package.json at main · maxmind/GeoIP2-node · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
maxmind
/
GeoIP2-node
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
280
Code
Issues
0
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
GeoIP2-node
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
69 lines (69 loc) · 1.93 KB
Breadcrumbs
GeoIP2-node
/
package.json
Copy path
File metadata and controls
69 lines (69 loc) · 1.93 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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"
:
"
@maxmind/geoip2-node
"
,
"version"
:
"
7.1.0
"
,
"description"
:
"
Node.js API for GeoIP2 webservice client and database reader
"
,
"type"
:
"
module
"
,
"main"
:
"
dist/src/index.js
"
,
"exports"
: {
"."
: {
"types"
:
"
./dist/src/index.d.ts
"
,
"default"
:
"
./dist/src/index.js
"
}
},
"homepage"
:
"
https://github.com/maxmind/GeoIP2-node
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/maxmind/GeoIP2-node.git
"
},
"author"
:
"
MaxMind
"
,
"license"
:
"
Apache-2.0
"
,
"private"
:
false
,
"keywords"
: [
"
geoip
"
,
"
geoip2
"
,
"
geolite
"
,
"
geolite2
"
,
"
maxmind
"
,
"
maxminddb
"
,
"
mmdb
"
],
"files"
: [
"
dist
"
],
"types"
:
"
dist/src/index.d.ts
"
,
"devDependencies"
: {
"@eslint/js"
:
"
^10.0.1
"
,
"@types/node"
:
"
^26.1.1
"
,
"@vitest/coverage-v8"
:
"
^4.1.10
"
,
"eslint"
:
"
^10.0.2
"
,
"eslint-config-prettier"
:
"
^10.0.1
"
,
"globals"
:
"
^17.0.0
"
,
"prettier"
:
"
^3.0.0
"
,
"typedoc"
:
"
^0.28.1
"
,
"typescript"
:
"
^6.0.2
"
,
"typescript-eslint"
:
"
^8.5.0
"
,
"vitest"
:
"
^4.1.10
"
},
"publishConfig"
: {
"access"
:
"
public
"
},
"scripts"
: {
"build"
:
"
rm -rf dist && tsc
"
,
"build:docs"
:
"
rm -rf docs && typedoc src/index.ts --out docs --exclude
\"
**/*.spec.ts
\"
--readme README.md && ./bin/sanitize-doc-refs.sh
"
,
"lint"
:
"
eslint . && tsc --noEmit && tsc --noEmit -p tsconfig.test.json
"
,
"prettier:ts"
:
"
prettier --parser typescript --write 'src/**/*.ts'
"
,
"prettier:ci"
:
"
prettier --parser typescript --list-different 'src/**/*.ts'
"
,
"prettier:json"
:
"
prettier --parser json --write '**/*.json'
"
,
"test"
:
"
vitest run
"
,
"test:coverage"
:
"
vitest run --coverage
"
,
"test:watch"
:
"
vitest
"
,
"prepublishOnly"
:
"
if [ -z
\"
$GITHUB_ACTIONS
\"
]; then echo 'Manual publishing is disabled. Use ./dev-bin/release.sh instead.' && exit 1; fi
"
},
"engines"
: {
"node"
:
"
>=22
"
,
"pnpm"
:
"
>=11
"
},
"dependencies"
: {
"maxmind"
:
"
^5.0.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL