node_js_ipqs_db_reader
Version:
A Node JS implementation of the IPQualityScore flat file IP reputation database reader.
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "node_js_ipqs_db_reader",
"version": "1.0.7",
"description": "A Node JS implementation of the IPQualityScore flat file IP reputation database reader.",
"main": "index.js",
"types": "index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "jest --config jestconfig.json",
"version": "git add -A src",
"postversion": "git push && git push --tags",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IPQualityScore/NodeJSIPQSDBReader.git"
},
"keywords": [
"ip",
"reputation",
"flat",
"file",
"database",
"IP",
"Address",
"IPQualityScore"
],
"author": "IPQualityScore LLC <support@ipqualityscore.com> (https://www.ipqualityscore.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IPQualityScore/NodeJSIPQSDBReader/issues"
},
"homepage": "https://www.ipqualityscore.com",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^24.0.4",
"jest": "^27.3.1",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
}