aboutsummaryrefslogtreecommitdiff
path: root/index.json
blob: 5ed2e095d370bfb0d22f1331caa047f355526d09 (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
// SPDX-License-Identifier: CC0-1.0

// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
// Available under the terms of Creative Commons Zero v1.0 Universal.

{
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
    "source_name": "hacktcha-2022.6.21",
    "copyright":  [
	// The text of the LicenseRef- GPL also gets included in the report.
	{"file": "report.spdx"},
	{"file": "LICENSES/CC0-1.0.txt"},
	{"file": "LICENSES/Apache-2.0.txt"}
    ],
    "upstream_url": "https://git.koszko.org/haketilo-packages/hacktcha/",
    "definitions": [{
	"type":                 "mapping_and_resource",
	"identifier":           "hacktcha-anchor",
	"long_name":            "Hacktcha (anchor frame)",
	"version":              [2022, 6, 21],
	"revision":             1,
	"description":          "Make Google reCAPTCHA solvable without nonfree JavaScript.",
	"dependencies":         [],
	"required_mappings":    [{"identifier": "hacktcha-bframe"}],
	"scripts":              [{"file": "captcha-child-anchor.js"}],
	"payloads": {
	    "https://google.com/recaptcha/api2/anchor": {
		"identifier": "hacktcha-anchor"
	    }
	}
    }, {
	"type":                 "mapping_and_resource",
	"identifier":           "hacktcha-bframe",
	"long_name":            "Hacktcha (bframe frame)",
	"version":              [2022, 6, 21],
	"revision":             1,
	"description":          "Make Google reCAPTCHA solvable without nonfree JavaScript.",
	"dependencies":         [],
	"scripts":              [{"file": "captcha-strings.js"},
				 {"file": "captcha-child-bframe.js"}],
	"min_haketilo_version": [2],
	"payloads": {
	    "https://google.com/recaptcha/api2/bframe": {
		"identifier": "hacktcha-bframe"
	    }
	}
    }, {
	"type":                 "resource",
	"identifier":           "hacktcha",
	"long_name":            "Hacktcha (main library)",
	"version":              [2022, 6, 21],
	"revision":             1,
	"description":          "Make Google reCAPTCHA solvable without nonfree JavaScript.",
	"dependencies":         [{"identifier": "cors-bypass"}],
	"required_mappings":    [{"identifier": "hacktcha-anchor"}],
	"scripts":              [{"file": "captcha-parent.js"}]
    }, {
	"type":                 "mapping_and_resource",
	"identifier":           "hacktcha-demo",
	"long_name":            "Hacktcha demo",
	"version":              [2022, 6, 21],
	"revision":             1,
	"description":          "Solve Google reCAPTCHA online demo using Hacktcha.",
	"dependencies":         [{"identifier": "hacktcha"}],
	"scripts":              [{"file": "captcha-demo.js"}],
	"payloads": {
	    "https://google.com/recaptcha/api2/demo": {
		"identifier": "hacktcha-demo"
	    }
	}
    }],
    "additional_files": [
	{"file": "README.txt"},
	{"file": "README.txt.license"},
	{"file": ".reuse/dep5"}
    ],
    "reuse_generate_spdx_report": true
}