-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathrubygems_mock_data.json
More file actions
79 lines (79 loc) · 2.34 KB
/
rubygems_mock_data.json
File metadata and controls
79 lines (79 loc) · 2.34 KB
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
79
{
"name": "rubocop",
"downloads": 281548679,
"version": "1.40.0",
"version_created_at": "2022-12-08T07:50:52.498Z",
"version_downloads": 198668,
"platform": "ruby",
"authors": "Bozhidar Batsov, Jonas Arvidsson, Yuji Nakayama",
"info": " RuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the community-driven Ruby Style Guide. ",
"licenses": [
"MIT"
],
"metadata": {
"homepage_uri": "https://rubocop.org/",
"changelog_uri": "https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md",
"bug_tracker_uri": "https://github.com/rubocop/rubocop/issues",
"source_code_uri": "https://github.com/rubocop/rubocop/",
"documentation_uri": "https://docs.rubocop.org/rubocop/1.40/",
"rubygems_mfa_required": "true"
},
"yanked": false,
"sha": "031881f824594fdb08713d5187c7bf07a11ff83fda869a7dd2d7765f92846a35",
"project_uri": "https://rubygems.org/gems/rubocop",
"gem_uri": "https://rubygems.org/gems/rubocop-1.40.0.gem",
"homepage_uri": "https://rubocop.org/",
"wiki_uri": null,
"documentation_uri": "https://docs.rubocop.org/rubocop/1.40/",
"mailing_list_uri": null,
"source_code_uri": "https://github.com/rubocop/rubocop/",
"bug_tracker_uri": "https://github.com/rubocop/rubocop/issues",
"changelog_uri": "https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md",
"funding_uri": null,
"dependencies": {
"development": [
{
"name": "bundler",
"requirements": ">= 1.15.0, < 3.0"
}
],
"runtime": [
{
"name": "json",
"requirements": "~> 2.3"
},
{
"name": "parallel",
"requirements": "~> 1.10"
},
{
"name": "parser",
"requirements": ">= 3.1.2.1"
},
{
"name": "rainbow",
"requirements": ">= 2.2.2, < 4.0"
},
{
"name": "regexp_parser",
"requirements": ">= 1.8, < 3.0"
},
{
"name": "rexml",
"requirements": ">= 3.2.5, < 4.0"
},
{
"name": "rubocop-ast",
"requirements": ">= 1.23.0, < 2.0"
},
{
"name": "ruby-progressbar",
"requirements": "~> 1.7"
},
{
"name": "unicode-display_width",
"requirements": ">= 1.4.0, < 3.0"
}
]
}
}