hostile
Version:
Simple /etc/hosts manipulation
54 lines (53 loc) • 1.12 kB
JSON
{
"name": "hostile",
"description": "Simple /etc/hosts manipulation",
"version": "1.4.0",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bin": "bin/cmd.js",
"bugs": {
"url": "https://github.com/feross/hostile/issues"
},
"dependencies": {
"@ljharb/through": "^2.3.11",
"chalk": "^4.1.2",
"minimist": "^1.2.8",
"once": "^1.4.0",
"split": "^1.0.1"
},
"devDependencies": {
"standard": "*",
"tape": "^5.7.2"
},
"homepage": "https://github.com/feross/hostile",
"keywords": [
"/etc/hosts",
"change hosts",
"etc hosts",
"hostname",
"hosts file"
],
"license": "MIT",
"main": "index.js",
"repository": "git://github.com/feross/hostile",
"scripts": {
"test": "standard && tape test/*.js"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}