asbycountry
Version:
Pre-built lookup table of ASes registered by country
41 lines (40 loc) • 966 B
JSON
{
"name": "asbycountry",
"version": "1.4.3",
"description": "Pre-built lookup table of ASes registered by country",
"main": "index.js",
"scripts": {
"test": "node rebuild.js",
"prepublishOnly": "node rebuild.js",
"postpublish": "rm asbycountry.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willscott/asbycountry.git"
},
"keywords": [
"asn",
"network",
"measurement",
"routing"
],
"author": "Will Scott <willscott@gmail.com> (https://wills.co.tt)",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/willscott/asbycountry/issues"
},
"homepage": "https://github.com/willscott/asbycountry#readme",
"devDependencies": {
"event-stream": "^3.3.4",
"ftp-stream": "0.0.4",
"request": "^2.88.0",
"stream-reduce": "^1.0.3"
},
"resolutions": {
"**/event-stream": "3.3.4"
},
"dependencies": {
"chalk": "^1.1.3",
"fetch": "^1.1.0"
}
}