summaryrefslogtreecommitdiff
path: root/test/results/ruby-bundler-v2.json
blob: e9e5ba018217c02f48b286bfdbb752c075e4ae47 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
{
  "version": "2.0",
  "licenses": [
    {
      "id": "MIT",
      "name": "MIT License",
      "url": "https://opensource.org/licenses/MIT",
      "count": 13
    },
    {
      "id": "BSD-3-Clause",
      "name": "BSD 3-Clause \"New\" or \"Revised\" License",
      "url": "https://opensource.org/licenses/BSD-3-Clause",
      "count": 2
    },
    {
      "id": "LGPL-3.0-only",
      "name": "GNU Lesser General Public License v3.0 only",
      "url": "https://opensource.org/licenses/LGPL-3.0",
      "count": 1
    }
  ],
  "dependencies": [
    {
      "name": "bundler",
      "url": "http://bundler.io",
      "description": "The best way to manage your application's dependencies",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "concurrent-ruby",
      "url": "http://www.concurrent-ruby.com",
      "description": "Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java, and classic concurrency patterns.",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "connection_pool",
      "url": "https://github.com/mperham/connection_pool",
      "description": "Generic connection pool for Ruby",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "mini_portile2",
      "url": "http://github.com/flavorjones/mini_portile",
      "description": "Simplistic port-like solution for developers",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "mustermann",
      "url": "https://github.com/sinatra/mustermann",
      "description": "Your personal string matching expert.",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "nokogiri",
      "url": "http://nokogiri.org",
      "description": "Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "pg",
      "url": "https://bitbucket.org/ged/ruby-pg",
      "description": "Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]",
      "paths": [
        "."
      ],
      "licenses": [
        "BSD-3-Clause"
      ]
    },
    {
      "name": "puma",
      "url": "http://puma.io",
      "description": "Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications",
      "paths": [
        "."
      ],
      "licenses": [
        "BSD-3-Clause"
      ]
    },
    {
      "name": "rack",
      "url": "https://rack.github.io/",
      "description": "a modular Ruby webserver interface",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "rack-protection",
      "url": "http://github.com/sinatra/sinatra/tree/master/rack-protection",
      "description": "Protect against typical web attacks, works with all Rack apps, including Rails.",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "redis",
      "url": "https://github.com/redis/redis-rb",
      "description": "A Ruby client library for Redis",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "sidekiq",
      "url": "http://sidekiq.org",
      "description": "Simple, efficient background processing for Ruby",
      "paths": [
        "."
      ],
      "licenses": [
        "LGPL-3.0-only"
      ]
    },
    {
      "name": "sinatra",
      "url": "http://www.sinatrarb.com/",
      "description": "Classy web-development dressed in a DSL",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "slim",
      "url": "http://slim-lang.com/",
      "description": "Slim is a template language.",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "temple",
      "url": "https://github.com/judofyr/temple",
      "description": "Template compilation framework in Ruby",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "tilt",
      "url": "http://github.com/rtomayko/tilt/",
      "description": "Generic interface to multiple Ruby template engines",
      "paths": [
        "."
      ],
      "licenses": [
        "MIT"
      ]
    }
  ]
}