-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacquire.json
executable file
·40 lines (40 loc) · 1.5 KB
/
acquire.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"analytics": "common/analytics.js",
"basic-endpoint-wrangler": "common/basic-endpoint-wrangler.js",
"blacklist": "common/blacklist.js",
"campaigns": "common/campaigns.js",
"clients": "common/clients.js",
"confidence-aggregator": "common/confidence-aggregator.js",
"config": "common/config.js",
"cowmangler": "common/cowmangler/cowmangler.js",
"database": "common/database.js",
"endpoint-wrangler": "common/endpoint-wrangler.js",
"hosts": "common/hosts.js",
"iframe-exploder": "common/iframe-exploder.js",
"infringements": "common/infringements.js",
"jobs": "common/jobs.js",
"kat-parser": "common/kat-parser.js",
"links": "common/links.js",
"logger": "common/logger.js",
"notices": "common/notices.js",
"redis": "common/redis.js",
"role": "common/role.js",
"roles": "common/roles.js",
"scraper": "common/scraper.js",
"scrapers": "common/scrapers.js",
"settings": "common/settings.js",
"shorteners": "common/shorteners.js",
"spider": "common/spider.js",
"spiders": "common/spiders.js",
"states": "common/states.js",
"storage": "common/storage.js",
"useragents": "common/useragents.js",
"users": "common/users.js",
"utilities": "common/utilities.js",
"spidered": "common/spidered.js",
"torrent-downloader": "common/torrent-downloader.js",
"torrent-inspector": "common/torrent-inspector.js",
"verifications": "common/verifications.js",
"webform-engine-resource": "common/roles/noticesender/webform-engine-resource.js",
"wrangler-rules": "common/wrangler-rules.js"
}