Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
StevenBlack
GitHub Repository: StevenBlack/hosts
Path: blob/master/package.json
1181 views
1
{
2
"name": "hosts",
3
"version": "3.16.17",
4
"description": "Extending and consolidating hosts files from several well-curated sources like adaway.org, mvps.org, malwaredomainlist.com, someonewhocares.org, and potentially others. You can optionally invoke extensions to block additional sites by category.",
5
"main": "",
6
"private": true,
7
"scripts": {
8
"test": "python3 testUpdateHostsFile.py",
9
"start": "python3 makeHosts.py",
10
"release": "release-it"
11
},
12
"repository": {
13
"type": "git",
14
"url": "git+https://github.com/StevenBlack/hosts.git"
15
},
16
"keywords": [
17
"python",
18
"unified-hosts",
19
"malware",
20
"ad-blocker",
21
"porn-filter",
22
"social-media-filter",
23
"hosts",
24
"privacy",
25
"protection",
26
"pornblocker",
27
"gambling-filter",
28
"ransomware",
29
"trojans"
30
],
31
"author": "Steven Black (https://github.com/StevenBlack)",
32
"license": "MIT",
33
"bugs": {
34
"url": "https://github.com/StevenBlack/hosts/issues"
35
},
36
"homepage": "https://github.com/StevenBlack/hosts#readme",
37
"devDependencies": {
38
"release-it": "^19.0.3"
39
}
40
}
41
42