aws-ip-ranges
Version:
Fetch AWS IP ranges from official JSON source
36 lines (35 loc) • 767 B
JSON
{
"name": "aws-ip-ranges",
"version": "1.3.0",
"description": "Fetch AWS IP ranges from official JSON source",
"main": "index.js",
"scripts": {
"test": "xo && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juristat-oss/aws-ip-ranges.git"
},
"keywords": [
"aws",
"ip",
"ranges",
"amazon",
"ec2",
"route53",
"cloudfront"
],
"author": "Ben Chociej <ben.chociej@juristat.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/juristat-oss/aws-ip-ranges/issues"
},
"homepage": "https://github.com/juristat-oss/aws-ip-ranges#readme",
"dependencies": {
"axios": "^0.21.1",
"pify": "^2.3.0"
},
"devDependencies": {
"xo": "^0.38.2"
}
}