@voodoo.io/maxmind-reader
Version:
Simple module to read a maxmind db from S3 a keep it into memory! You can also retrieve the file periodically.
56 lines (55 loc) • 1.39 kB
JSON
{
"name": "@voodoo.io/maxmind-reader",
"version": "1.0.12",
"description": "Simple module to read a maxmind db from S3 a keep it into memory! You can also retrieve the file periodically.",
"main": "index.js",
"bin": "./index.js",
"types": "./index.d.ts",
"exports": {
"require": "./index.js",
"import": "./index.js"
},
"files": [
"src/**"
],
"keywords": [
"retry",
"maxmind",
"geoloc"
],
"homepage": "https://github.com/VoodooTeam/maxmind-reader",
"repository": {
"type": "git",
"url": "git+https://github.com/VoodooTeam/maxmind-reader.git"
},
"scripts": {
"test": "./node_modules/.bin/jest",
"linter": "./node_modules/.bin/eslint -c ./.eslintrc ./",
"all": "npm run lint && npm run test"
},
"engines": {
"nodes": ">=8.0.0"
},
"engineStrict": true,
"author": {
"name": "Vincent Vallet",
"email": "wallet77@gmail.com",
"url": "https://github.com/wallet77"
},
"license": "MIT",
"dependencies": {
"async-await-retry": "2.0.1",
"maxmind": "4.3.8"
},
"devDependencies": {
"@voodoo.io/aws-utils": "^3.0.3",
"aws-sdk": "^2.1282.0",
"aws-sdk-mock": "^5.8.0",
"eslint": "^8.30.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.3.1"
}
}