node-ip-collection
Version:
Nodejs ip collection (fast search ip in custom range)
39 lines (38 loc) • 953 B
JSON
{
"name": "node-ip-collection",
"version": "1.0.4",
"description": "Nodejs ip collection (fast search ip in custom range)",
"main": "index.js",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/sanchezzzhak/node-ip-collection.git"
},
"keywords": [
"check ip in range",
"ip",
"ip-range"
],
"author": "sanchezzzhak",
"license": "MIT",
"bugs": {
"url": "https://github.com/sanchezzzhak/node-ip-collection/issues"
},
"homepage": "https://github.com/sanchezzzhak/node-ip-collection",
"dependencies": {
"ip-address": "^9.0.5"
},
"devDependencies": {
"chai": "^4.5.0",
"mocha": "^11.0.1",
"benchmark": "^2.1.4"
},
"scripts": {
"coverage": "istanbul cover --report html ./node_modules/mocha/bin/_mocha -- -R spec test/*.spec.js",
"test": "mocha -- -R spec tests/*.spec.js"
},
"engines": {
"node": ">= 12.x",
"npm": ">= 10.x"
}
}