datacenter-ip-checker/package.json

34 lines
782 B
JSON

{
"name": "datacenters-ip-addresses",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/rate-limit": "^9.1.0",
"@fastify/static": "^7.0.4",
"axios": "^1.6.8",
"csv": "^6.3.9",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"fastify": "^4.27.0",
"gulp": "^5.0.0",
"ip": "^2.0.1",
"ip-address": "^9.0.5",
"lodash": "^4.17.21",
"node-html-parser": "^6.1.13",
"progress": "^2.0.3",
"range-inclusive": "^1.0.2",
"rocksdb": "^5.2.1",
"whois": "^2.14.0"
}
}