license_scout 1.3.7 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +195 -0
  3. data/bin/license_scout +3 -59
  4. data/bin/mix_lock_json +0 -0
  5. data/bin/rebar_lock_json +0 -0
  6. data/lib/license_scout/cli.rb +99 -0
  7. data/lib/license_scout/collector.rb +25 -77
  8. data/lib/license_scout/config.rb +94 -0
  9. data/lib/license_scout/data/dependeny_manifest_v2_schema.json +62 -0
  10. data/lib/license_scout/data/exceptions.json +306 -0
  11. data/lib/license_scout/data/licenses.json +4653 -0
  12. data/lib/license_scout/dependency.rb +79 -7
  13. data/lib/license_scout/dependency_manager/base.rb +74 -42
  14. data/lib/license_scout/dependency_manager/berkshelf.rb +25 -50
  15. data/lib/license_scout/dependency_manager/bundler/_bundler_script.rb +1 -1
  16. data/lib/license_scout/dependency_manager/bundler.rb +47 -69
  17. data/lib/license_scout/dependency_manager/cpanm.rb +62 -112
  18. data/lib/license_scout/dependency_manager/dep.rb +29 -36
  19. data/lib/license_scout/dependency_manager/glide.rb +25 -36
  20. data/lib/license_scout/dependency_manager/godep.rb +27 -26
  21. data/lib/license_scout/dependency_manager/habitat.rb +126 -0
  22. data/lib/license_scout/dependency_manager/mix.rb +105 -0
  23. data/lib/license_scout/dependency_manager/npm.rb +30 -86
  24. data/lib/license_scout/dependency_manager/rebar.rb +26 -45
  25. data/lib/license_scout/dependency_manager.rb +19 -5
  26. data/lib/license_scout/exceptions.rb +2 -43
  27. data/lib/license_scout/license.rb +126 -0
  28. data/lib/license_scout/{license_file_analyzer.rb → log.rb} +4 -6
  29. data/lib/license_scout/reporter.rb +149 -55
  30. data/lib/license_scout/spdx.rb +123 -0
  31. data/lib/license_scout/version.rb +1 -1
  32. data/lib/license_scout.rb +2 -0
  33. data/native_parsers/mix_lock_json/README.md +21 -0
  34. data/native_parsers/mix_lock_json/lib/mix_lock_json.ex +20 -0
  35. data/native_parsers/mix_lock_json/mix.exs +31 -0
  36. data/native_parsers/mix_lock_json/mix.lock +3 -0
  37. data/{erl_src → native_parsers}/rebar_lock_json/rebar.lock +2 -2
  38. metadata +144 -67
  39. data/lib/license_scout/canonical_licenses/BSD-2-Clause.txt +0 -19
  40. data/lib/license_scout/canonical_licenses/BSD-3-Clause.txt +0 -27
  41. data/lib/license_scout/canonical_licenses/BSD-4-Clause.txt +0 -31
  42. data/lib/license_scout/canonical_licenses/Chef-MLSA.txt +0 -5
  43. data/lib/license_scout/canonical_licenses/ISC.txt +0 -14
  44. data/lib/license_scout/canonical_licenses/MIT.txt +0 -20
  45. data/lib/license_scout/dependency_manager/bundler/LICENSE.md +0 -23
  46. data/lib/license_scout/dependency_manager/json/README.md +0 -392
  47. data/lib/license_scout/dependency_manager/manual.rb +0 -67
  48. data/lib/license_scout/license_file_analyzer/any_matcher.rb +0 -37
  49. data/lib/license_scout/license_file_analyzer/definitions.rb +0 -219
  50. data/lib/license_scout/license_file_analyzer/header_matcher.rb +0 -34
  51. data/lib/license_scout/license_file_analyzer/matcher.rb +0 -46
  52. data/lib/license_scout/license_file_analyzer/template.rb +0 -45
  53. data/lib/license_scout/license_file_analyzer/templates/Apache2-short.txt +0 -11
  54. data/lib/license_scout/license_file_analyzer/templates/Apache2.txt +0 -170
  55. data/lib/license_scout/license_file_analyzer/templates/BSD-2-Clause-bullets.txt +0 -18
  56. data/lib/license_scout/license_file_analyzer/templates/BSD-2-Clause.txt +0 -19
  57. data/lib/license_scout/license_file_analyzer/templates/BSD-3-Clause-alt-format.txt +0 -24
  58. data/lib/license_scout/license_file_analyzer/templates/BSD-3-Clause.txt +0 -21
  59. data/lib/license_scout/license_file_analyzer/templates/BSD.txt +0 -24
  60. data/lib/license_scout/license_file_analyzer/templates/Chef-MLSA.txt +0 -5
  61. data/lib/license_scout/license_file_analyzer/templates/EPLICENSE.txt +0 -286
  62. data/lib/license_scout/license_file_analyzer/templates/GPL-2.0.txt +0 -339
  63. data/lib/license_scout/license_file_analyzer/templates/GPL-3.0.txt +0 -674
  64. data/lib/license_scout/license_file_analyzer/templates/ISC.txt +0 -2
  65. data/lib/license_scout/license_file_analyzer/templates/LGPL-3.0.txt +0 -165
  66. data/lib/license_scout/license_file_analyzer/templates/MIT.txt +0 -9
  67. data/lib/license_scout/license_file_analyzer/templates/MPL2.txt +0 -373
  68. data/lib/license_scout/license_file_analyzer/templates/Python-2.0.txt +0 -47
  69. data/lib/license_scout/license_file_analyzer/templates/Ruby.txt +0 -52
  70. data/lib/license_scout/license_file_analyzer/text.rb +0 -46
  71. data/lib/license_scout/net_fetcher.rb +0 -106
  72. data/lib/license_scout/options.rb +0 -47
  73. data/lib/license_scout/overrides.rb +0 -1120
  74. /data/{erl_src → native_parsers}/rebar_lock_json/README.md +0 -0
  75. /data/{erl_src → native_parsers}/rebar_lock_json/rebar.config +0 -0
  76. /data/{erl_src → native_parsers}/rebar_lock_json/src/rebar_lock_json.app.src +0 -0
  77. /data/{erl_src → native_parsers}/rebar_lock_json/src/rebar_lock_json.erl +0 -0
@@ -1,1120 +0,0 @@
1
- #
2
- # Copyright:: Copyright 2016-2020, Chef Software Inc.
3
- # License:: Apache License, Version 2.0
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License");
6
- # you may not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- # See the License for the specific language governing permissions and
15
- # limitations under the License.
16
- #
17
-
18
- require "license_scout/net_fetcher"
19
-
20
- require "pathname" unless defined?(Pathname)
21
-
22
- module LicenseScout
23
- class Overrides
24
-
25
- class OverrideLicenseSet
26
-
27
- attr_reader :license_locations
28
-
29
- def initialize(license_locations)
30
- @license_locations = license_locations || []
31
- end
32
-
33
- def empty?
34
- license_locations.empty?
35
- end
36
-
37
- def resolve_locations(dependency_root_dir)
38
- license_locations.map do |license_location|
39
- if NetFetcher.remote?(license_location)
40
- NetFetcher.cache(license_location)
41
- else
42
- normalize_and_verify_path(license_location, dependency_root_dir)
43
- end
44
- end
45
- end
46
-
47
- def normalize_and_verify_path(license_location, dependency_root_dir)
48
- full_path = File.expand_path(license_location, dependency_root_dir)
49
- if File.exist?(full_path)
50
- full_path
51
- else
52
- raise Exceptions::InvalidOverride, "Provided license file path '#{license_location}' can not be found under detected dependency path '#{dependency_root_dir}'."
53
- end
54
- end
55
-
56
- end
57
-
58
- attr_reader :override_rules
59
-
60
- def initialize(exclude_default: false, &rules)
61
- @override_rules = {}
62
- instance_eval(&rules) if block_given?
63
-
64
- default_overrides unless exclude_default
65
- end
66
-
67
- def override_license(dependency_manager, dependency_name, &rule)
68
- override_rules[dependency_manager] ||= {}
69
- override_rules[dependency_manager][dependency_name] = rule
70
- end
71
-
72
- def license_for(dependency_manager, dependency_name, dependency_version)
73
- license_data = license_data_for(dependency_manager, dependency_name, dependency_version)
74
- license_data && license_data[:license]
75
- end
76
-
77
- def license_files_for(dependency_manager, dependency_name, dependency_version)
78
- license_data = license_data_for(dependency_manager, dependency_name, dependency_version)
79
- OverrideLicenseSet.new(license_data && license_data[:license_files])
80
- end
81
-
82
- def have_override_for?(dependency_manager, dependency_name, dependency_version)
83
- override_rules.key?(dependency_manager) && override_rules[dependency_manager].key?(dependency_name)
84
- end
85
-
86
- private
87
-
88
- def license_data_for(dependency_manager, dependency_name, dependency_version)
89
- return nil unless have_override_for?(dependency_manager, dependency_name, dependency_version)
90
-
91
- override_rules[dependency_manager][dependency_name].call(dependency_version)
92
- end
93
-
94
- def canonical(shortname)
95
- File.expand_path("../canonical_licenses/#{shortname}.txt", __FILE__)
96
- end
97
-
98
- def default_overrides
99
- # AWS Ruby SDK
100
- aws_sdk_gems = %w{
101
- aws-eventstream
102
- aws-partitions
103
- aws-sdk
104
- aws-sdk-acm
105
- aws-sdk-acmpca
106
- aws-sdk-alexaforbusiness
107
- aws-sdk-amplify
108
- aws-sdk-apigateway
109
- aws-sdk-apigatewaymanagementapi
110
- aws-sdk-apigatewayv2
111
- aws-sdk-applicationautoscaling
112
- aws-sdk-applicationdiscoveryservice
113
- aws-sdk-appmesh
114
- aws-sdk-appstream
115
- aws-sdk-appsync
116
- aws-sdk-athena
117
- aws-sdk-autoscaling
118
- aws-sdk-autoscalingplans
119
- aws-sdk-backup
120
- aws-sdk-batch
121
- aws-sdk-budgets
122
- aws-sdk-chime
123
- aws-sdk-cloud9
124
- aws-sdk-clouddirectory
125
- aws-sdk-cloudformation
126
- aws-sdk-cloudfront
127
- aws-sdk-cloudhsm
128
- aws-sdk-cloudhsmv2
129
- aws-sdk-cloudsearch
130
- aws-sdk-cloudsearchdomain
131
- aws-sdk-cloudtrail
132
- aws-sdk-cloudwatch
133
- aws-sdk-cloudwatchevents
134
- aws-sdk-cloudwatchlogs
135
- aws-sdk-codebuild
136
- aws-sdk-codecommit
137
- aws-sdk-codedeploy
138
- aws-sdk-codepipeline
139
- aws-sdk-codestar
140
- aws-sdk-cognitoidentity
141
- aws-sdk-cognitoidentityprovider
142
- aws-sdk-cognitosync
143
- aws-sdk-comprehend
144
- aws-sdk-comprehendmedical
145
- aws-sdk-configservice
146
- aws-sdk-connect
147
- aws-sdk-core
148
- aws-sdk-costandusagereportservice
149
- aws-sdk-costexplorer
150
- aws-sdk-databasemigrationservice
151
- aws-sdk-datapipeline
152
- aws-sdk-datasync
153
- aws-sdk-dax
154
- aws-sdk-devicefarm
155
- aws-sdk-directconnect
156
- aws-sdk-directoryservice
157
- aws-sdk-dlm
158
- aws-sdk-docdb
159
- aws-sdk-dynamodb
160
- aws-sdk-dynamodbstreams
161
- aws-sdk-ec2
162
- aws-sdk-ecr
163
- aws-sdk-ecs
164
- aws-sdk-efs
165
- aws-sdk-eks
166
- aws-sdk-elasticache
167
- aws-sdk-elasticbeanstalk
168
- aws-sdk-elasticloadbalancing
169
- aws-sdk-elasticloadbalancingv2
170
- aws-sdk-elasticsearchservice
171
- aws-sdk-elastictranscoder
172
- aws-sdk-emr
173
- aws-sdk-firehose
174
- aws-sdk-fms
175
- aws-sdk-fsx
176
- aws-sdk-gamelift
177
- aws-sdk-glacier
178
- aws-sdk-globalaccelerator
179
- aws-sdk-glue
180
- aws-sdk-greengrass
181
- aws-sdk-guardduty
182
- aws-sdk-health
183
- aws-sdk-iam
184
- aws-sdk-importexport
185
- aws-sdk-inspector
186
- aws-sdk-iot
187
- aws-sdk-iot1clickdevicesservice
188
- aws-sdk-iot1clickprojects
189
- aws-sdk-iotanalytics
190
- aws-sdk-iotdataplane
191
- aws-sdk-iotjobsdataplane
192
- aws-sdk-kafka
193
- aws-sdk-kinesis
194
- aws-sdk-kinesisanalytics
195
- aws-sdk-kinesisanalyticsv2
196
- aws-sdk-kinesisvideo
197
- aws-sdk-kinesisvideoarchivedmedia
198
- aws-sdk-kinesisvideomedia
199
- aws-sdk-kms
200
- aws-sdk-lambda
201
- aws-sdk-lambdapreview
202
- aws-sdk-lex
203
- aws-sdk-lexmodelbuildingservice
204
- aws-sdk-lexruntimeservice
205
- aws-sdk-licensemanager
206
- aws-sdk-lightsail
207
- aws-sdk-machinelearning
208
- aws-sdk-macie
209
- aws-sdk-marketplacecommerceanalytics
210
- aws-sdk-marketplaceentitlementservice
211
- aws-sdk-marketplacemetering
212
- aws-sdk-mediaconnect
213
- aws-sdk-mediaconvert
214
- aws-sdk-medialive
215
- aws-sdk-mediapackage
216
- aws-sdk-mediastore
217
- aws-sdk-mediastoredata
218
- aws-sdk-mediatailor
219
- aws-sdk-migrationhub
220
- aws-sdk-mobile
221
- aws-sdk-mq
222
- aws-sdk-mturk
223
- aws-sdk-neptune
224
- aws-sdk-opsworks
225
- aws-sdk-opsworkscm
226
- aws-sdk-organizations
227
- aws-sdk-pi
228
- aws-sdk-pinpoint
229
- aws-sdk-pinpointemail
230
- aws-sdk-pinpointsmsvoice
231
- aws-sdk-polly
232
- aws-sdk-pricing
233
- aws-sdk-quicksight
234
- aws-sdk-ram
235
- aws-sdk-rds
236
- aws-sdk-rdsdataservice
237
- aws-sdk-redshift
238
- aws-sdk-rekognition
239
- aws-sdk-resourcegroups
240
- aws-sdk-resourcegroupstaggingapi
241
- aws-sdk-resources
242
- aws-sdk-robomaker
243
- aws-sdk-route53
244
- aws-sdk-route53domains
245
- aws-sdk-route53resolver
246
- aws-sdk-s3
247
- aws-sdk-s3control
248
- aws-sdk-sagemaker
249
- aws-sdk-sagemakerruntime
250
- aws-sdk-secretsmanager
251
- aws-sdk-securityhub
252
- aws-sdk-serverlessapplicationrepository
253
- aws-sdk-servicecatalog
254
- aws-sdk-servicediscovery
255
- aws-sdk-ses
256
- aws-sdk-shield
257
- aws-sdk-signer
258
- aws-sdk-simpledb
259
- aws-sdk-sfn
260
- aws-sdk-sms
261
- aws-sdk-snowball
262
- aws-sdk-sns
263
- aws-sdk-sqs
264
- aws-sdk-ssm
265
- aws-sdk-states
266
- aws-sdk-storagegateway
267
- aws-sdk-support
268
- aws-sdk-swf
269
- aws-sdk-textract
270
- aws-sdk-translate
271
- aws-sdk-transcribeservice
272
- aws-sdk-transcribestreamingservice
273
- aws-sdk-transfer
274
- aws-sdk-waf
275
- aws-sdk-wafregional
276
- aws-sdk-workdocs
277
- aws-sdk-worklink
278
- aws-sdk-workmail
279
- aws-sdk-workspaces
280
- aws-sdk-xray
281
- aws-sigv2
282
- aws-sigv4
283
- }.map { |aws_gem| [ aws_gem, nil, ["https://raw.githubusercontent.com/aws/aws-sdk-ruby/master/LICENSE.txt"] ] }
284
-
285
- # Default overrides for ruby_bundler dependency manager.
286
- other_gems = [
287
- ["transit-ruby", "Apache-2.0", ["LICENSE"]],
288
- ["binding_of_caller", "MIT", nil],
289
- ["bunny", "MIT", nil],
290
- ["chef-provisioning-aws", "Apache-2.0", ["LICENSE"]],
291
- ["chef-provisioning", "Apache-2.0", ["LICENSE"]],
292
- ["chef-rewind", "MIT", nil],
293
- ["chef-web-core", "Apache-2.0", nil],
294
- ["chef", "Apache-2.0", ["LICENSE"]],
295
- ["cheffish", "Apache-2.0", ["LICENSE"]],
296
- ["coderay", nil, ["README_INDEX.rdoc"]],
297
- ["debug_inspector", "MIT", ["README.md"]],
298
- ["em-http-request", "MIT", nil],
299
- ["equatable", "MIT", ["LICENSE.txt"]],
300
- ["erubis", "MIT", nil],
301
- ["formatador", "MIT", ["LICENSE.md"]],
302
- ["hana", "MIT", ["README.md"]],
303
- ["highline", "Ruby", ["LICENSE"]],
304
- ["httpclient", "Ruby", ["README.md"]],
305
- ["inifile", "MIT", ["README.md"]],
306
- ["ipaddress", "MIT", nil],
307
- ["jsonschema", "MIT", ["README.rdoc"]],
308
- ["knife-opc", "Apache-2.0", nil],
309
- ["little-plugger", "MIT", ["README.rdoc"]],
310
- ["logging", "MIT", ["README.md"]],
311
- ["lumberjack", "MIT", ["MIT_LICENSE.txt"]],
312
- ["m", "MIT", ["LICENSE"]],
313
- ["method_source", "MIT", nil],
314
- ["mixlib-authentication", "Apache-2.0", ["LICENSE"]],
315
- ["mixlib-cli", "Apache-2.0", ["LICENSE"]],
316
- ["mixlib-log", "Apache-2.0", ["LICENSE"]],
317
- ["mixlib-shellout", "Apache-2.0", ["LICENSE"]],
318
- ["moneta", "MIT", nil],
319
- ["mustermann", "MIT", ["LICENSE"]],
320
- ["mustermann-grape", "MIT", nil],
321
- ["net-http-persistent", "MIT", ["README.rdoc"]],
322
- ["net-http-pipeline", "MIT", ["README.txt"]],
323
- ["net-telnet", "Ruby", nil],
324
- ["netrc", "MIT", nil],
325
- ["oc-chef-pedant", "Apache-2.0", nil],
326
- ["ohai", "Apache-2.0", ["LICENSE"]],
327
- ["plist", "MIT", nil],
328
- ["proxifier", "MIT", nil],
329
- ["proxifier2", "MIT", nil],
330
- ["pry-remote", "MIT", nil],
331
- ["pry-stack_explorer", "MIT", nil],
332
- ["pry", "MIT", nil],
333
- ["puma", "BSD-3-Clause", nil],
334
- ["rack-test", "MIT", nil],
335
- ["rake", "MIT", nil],
336
- ["rb-inotify", "MIT", ["README.md"]],
337
- ["reel", "MIT", nil],
338
- ["rework-visit", "MIT", ["Readme.md"]],
339
- ["rework", "MIT", ["Readme.md"]],
340
- ["rspec", "MIT", nil],
341
- ["sequel", "MIT", nil],
342
- ["source-map-resolve", "MIT", ["LICENSE"]],
343
- ["source-map-url", "MIT", ["LICENSE"]],
344
- ["spork", "MIT", nil],
345
- ["syslog-logger", "MIT", ["README.rdoc"]],
346
- ["systemu", "BSD-2-Clause", nil],
347
- ["timeliness", "MIT", ["LICENSE"]],
348
- ["timers", "MIT", ["README.md"]],
349
- ["ubuntu_ami", "Apache-2.0", ["LICENSE"]],
350
- ["unicode_utils", "BSD-2-Clause", ["LICENSE.txt"]],
351
- ["unicorn", "Ruby", ["LICENSE"]],
352
- ["uuidtools", "Apache-2.0", nil],
353
- ["websocket", "MIT", ["README.md"]],
354
- ["winrm-fs", "Apache-2.0", nil],
355
- ["wisper", "MIT", ["README.md"]],
356
- ["yajl-ruby", "MIT", nil],
357
- # Overrides that require file fetching from internet
358
- ["amqp", "Ruby", ["https://raw.githubusercontent.com/ruby-amqp/amqp/master/README.md"]],
359
- ["aws-sigv4", "MIT", ["https://raw.githubusercontent.com/cmdrkeene/aws4/master/readme.md"]],
360
- ["bigdecimal", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/bigdecimal/v1.3.5/LICENSE.txt"]],
361
- ["blankslate", "MIT", ["https://raw.githubusercontent.com/masover/blankslate/master/MIT-LICENSE"]],
362
- ["codecov", "MIT", ["https://raw.githubusercontent.com/codecov/codecov-ruby/master/LICENSE.txt"]],
363
- ["citrus", "MIT", ["https://raw.githubusercontent.com/mjackson/citrus/master/README.md"]],
364
- ["coffee-script-source", nil, ["https://raw.githubusercontent.com/jessedoyle/coffee-script-source/master/LICENSE"]],
365
- ["compass", "MIT", ["https://raw.githubusercontent.com/Compass/compass/stable/LICENSE.markdown"]],
366
- ["cucumber-wire", nil, ["https://raw.githubusercontent.com/cucumber/cucumber-ruby-wire/master/LICENSE"]],
367
- ["date", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/date/master/README.md"]],
368
- ["dep_selector", nil, ["https://raw.githubusercontent.com/chef/dep-selector/master/LICENSE"]],
369
- ["enumerable-lazy", "MIT", ["https://raw.githubusercontent.com/yhara/enumerable-lazy/master/README.md"]],
370
- ["fast_xs", "MIT", ["https://raw.githubusercontent.com/brianmario/fast_xs/master/LICENSE"]],
371
- ["fuzzyurl", nil, ["https://raw.githubusercontent.com/gamache/fuzzyurl/master/LICENSE.txt"]],
372
- ["github_changelog_generator", nil, ["https://raw.githubusercontent.com/skywinder/github-changelog-generator/master/LICENSE"]],
373
- ["google-cloud-spanner", "Apache-2.0", ["https://raw.githubusercontent.com/GoogleCloudPlatform/google-cloud-ruby/master/LICENSE"]],
374
- ["google-gax", "BSD-3-Clause", ["https://raw.githubusercontent.com/googleapis/gax-ruby/master/LICENSE"]],
375
- ["google-protobuf", nil, ["https://raw.githubusercontent.com/google/protobuf/master/LICENSE"]],
376
- ["googleapis-common-protos-types", "Apache-2.0", ["https://raw.githubusercontent.com/googleapis/api-common-protos/master/LICENSE"]],
377
- ["googleapis-common-protos", "Apache-2.0", ["https://raw.githubusercontent.com/googleapis/googleapis/master/LICENSE"]],
378
- ["grpc-google-iam-v1", "Apache-2.0", ["https://raw.githubusercontent.com/googleapis/googleapis/master/LICENSE"]],
379
- ["grpc", "Apache-2.0", ["https://raw.githubusercontent.com/grpc/grpc/master/LICENSE"]],
380
- ["get_process_mem", "MIT", ["https://raw.githubusercontent.com/schneems/get_process_mem/master/README.md"]],
381
- ["hoe", "MIT", ["https://raw.githubusercontent.com/seattlerb/hoe/master/README.rdoc"]],
382
- ["html-proofer", "MIT", ["https://raw.githubusercontent.com/gjtorikian/html-proofer/main/LICENSE.txt"]],
383
- ["http-accept", "MIT", ["https://raw.githubusercontent.com/socketry/http-accept/master/readme.md"]],
384
- ["http_parser.rb", nil, ["https://raw.githubusercontent.com/tmm1/http_parser.rb/master/LICENSE-MIT"]],
385
- ["inspec-msccm", nil, [canonical("Chef-MLSA")]],
386
- ["inspec-scap", nil, [canonical("Chef-MLSA")]],
387
- ["interception", "MIT", ["https://raw.githubusercontent.com/ConradIrwin/interception/master/LICENSE.MIT"]],
388
- ["io-wait", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/io-wait/master/COPYING"]],
389
- ["jaro_winkler", "MIT", ["https://raw.githubusercontent.com/tonytonyjan/jaro_winkler/master/LICENSE.txt"]],
390
- ["json_pure", nil, ["https://raw.githubusercontent.com/flori/json/master/README.md"]],
391
- ["jwt", nil, ["https://raw.githubusercontent.com/jwt/ruby-jwt/master/LICENSE"]],
392
- ["libv8", "MIT", ["https://raw.githubusercontent.com/rubyjs/libv8/master/README.md"]],
393
- ["lockfile", "Ruby", ["https://rubygems.org/gems/lockfile"]],
394
- ["minitar", "Ruby", ["https://raw.githubusercontent.com/atoulme/minitar/master/README"]],
395
- ["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
396
- ["minitest-sprint", "MIT", ["https://raw.githubusercontent.com/seattlerb/minitest-sprint/master/README.rdoc"]],
397
- ["mocha", "MIT", ["https://raw.githubusercontent.com/freerange/mocha/master/MIT-LICENSE.md"]],
398
- ["multipart-post", "MIT", ["https://raw.githubusercontent.com/socketry/multipart-post/main/license.md"]],
399
- ["net-http-spy", "Public-Domain", ["https://raw.githubusercontent.com/martinbtt/net-http-spy/master/readme.markdown"]],
400
- ["net-protocol", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/net-protocol/master/LICENSE.txt"]],
401
- ["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/readme.md"]],
402
- ["omniauth-chef", nil, ["https://raw.githubusercontent.com/chef/omniauth-chef/master/README.md"]],
403
- ["options", "Ruby", ["https://rubygems.org/gems/options"]],
404
- ["os", "MIT", ["https://raw.githubusercontent.com/rdp/os/master/LICENSE"]],
405
- ["overcommit", nil, ["https://raw.githubusercontent.com/brigade/overcommit/master/MIT-LICENSE"]],
406
- ["parser", "MIT", ["https://raw.githubusercontent.com/whitequark/parser/v2.7.2.0/LICENSE.txt"]],
407
- ["parslet", "MIT", ["https://raw.githubusercontent.com/kschiess/parslet/master/LICENSE"]],
408
- ["path_expander", "MIT", ["https://raw.githubusercontent.com/seattlerb/path_expander/master/README.rdoc"]],
409
- ["pbkdf2", "MIT", ["https://raw.githubusercontent.com/emerose/pbkdf2-ruby/master/LICENSE.TXT"]],
410
- ["rack-accept", "MIT", ["https://raw.githubusercontent.com/mjackson/rack-accept/master/README.md"]],
411
- ["rails-deprecated_sanitizer", nil, ["https://raw.githubusercontent.com/rails/rails-deprecated_sanitizer/master/LICENSE"]],
412
- ["rails-html-sanitizer", nil, ["https://raw.githubusercontent.com/rails/rails-html-sanitizer/master/MIT-LICENSE"]],
413
- ["rails", nil, ["https://raw.githubusercontent.com/rails/rails/master/README.md"]],
414
- ["railties", nil, ["https://raw.githubusercontent.com/rails/rails/master/railties/MIT-LICENSE"]],
415
- ["rchardet", "LGPL", ["https://raw.githubusercontent.com/jmhodges/rchardet/master/LGPL-LICENSE.txt"]],
416
- ["ref", "MIT", ["https://raw.githubusercontent.com/ruby-concurrency/ref/master/MIT_LICENSE"]],
417
- ["rdoc", "Ruby", ["https://raw.githubusercontent.com/ruby/rdoc/master/LICENSE.rdoc"]],
418
- ["rest-client", "MIT", ["https://raw.githubusercontent.com/rest-client/rest-client/master/LICENSE"]],
419
- ["rly", "MIT", ["https://raw.githubusercontent.com/farcaller/rly/master/LICENSE.txt"]],
420
- ["rspec-rerun", nil, ["https://raw.githubusercontent.com/dblock/rspec-rerun/master/LICENSE.md"]],
421
- ["ruby2_keywords", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/ruby2_keywords/master/LICENSE"]],
422
- ["rubyzip", nil, ["https://raw.githubusercontent.com/rubyzip/rubyzip/master/README.md"]],
423
- ["simplecov_json_formatter", "MIT", ["https://raw.githubusercontent.com/codeclimate-community/simplecov_json_formatter/master/LICENSE"]],
424
- ["sfl", "Ruby", ["https://raw.githubusercontent.com/ujihisa/spawn-for-legacy/master/LICENCE.md"]],
425
- ["slack-notifier", "MIT", ["https://raw.githubusercontent.com/stevenosloan/slack-notifier/master/LICENSE"]],
426
- ["sslshake", "MPL-2.0", ["https://raw.githubusercontent.com/arlimus/sslshake/master/README.md"]],
427
- ["sprockets", "MIT", ["https://raw.githubusercontent.com/rails/sprockets/master/MIT-LICENSE"]],
428
- ["sqlite3-ruby", "BSD-3", ["https://raw.githubusercontent.com/sparklemotion/sqlite3-ruby/master/LICENSE"]],
429
- ["strscan", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/strscan/master/LICENSE.txt"]],
430
- ["structured_warnings", "MIT", ["https://raw.githubusercontent.com/schmidt/structured_warnings/master/LICENSE.txt"]],
431
- ["therubyracer", "MIT", ["https://raw.githubusercontent.com/rubyjs/therubyracer/master/README.md"]],
432
- ["thin", "BSD-2-Clause", ["https://raw.githubusercontent.com/macournoyer/thin/master/README.md"]],
433
- ["time", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/time/master/LICENSE.txt"]],
434
- ["timeout", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/timeout/master/LICENSE.txt"]],
435
- ["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
436
- ["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
437
- ["url", "MIT", ["https://raw.githubusercontent.com/tal/URL/master/LICENSE"]],
438
- ["websocket-driver", nil, ["https://raw.githubusercontent.com/faye/websocket-driver-ruby/master/LICENSE.md"]],
439
- ["websocket-extensions", nil, ["https://raw.githubusercontent.com/faye/websocket-extensions-ruby/master/LICENSE.md"]],
440
- ["win32-api", "Artistic-2.0", ["https://raw.githubusercontent.com/cosmo0920/win32-api/master/README.md"]],
441
- ["win32-dir", "Artistic-2.0", ["https://raw.githubusercontent.com/chef/win32-dir/ffi/README.md"]],
442
- ["win32-event", "Artistic-2.0", ["https://raw.githubusercontent.com/chef/win32-event/ffi/README"]],
443
- ["win32-eventlog", "Artistic-2.0", ["https://raw.githubusercontent.com/chef/win32-eventlog/ffi/README"]],
444
- ["win32-ipc", "Artistic-2.0", ["https://raw.githubusercontent.com/chef/win32-ipc/ffi/README.md"]],
445
- ["win32-mmap", "Artistic-2.0", ["https://raw.githubusercontent.com/chef/win32-mmap/ffi/README.md"]],
446
- ["win32-mutex", "Artistic-2.0", ["https://raw.githubusercontent.com/chef/win32-mutex/ffi/README.md"]],
447
- ["win32-process", "Artistic-2.0", ["https://raw.githubusercontent.com/chef/win32-process/ffi/README.md"]],
448
- ["win32-service", "Artistic-2.0", ["https://raw.githubusercontent.com/chef/win32-service/ffi/README.md"]],
449
- ["win32-taskscheduler", "Artistic-2.0", ["https://raw.githubusercontent.com/chef/win32-taskscheduler/ole/README.md"]],
450
- ["windows-api", "Artistic-2.0", ["https://raw.githubusercontent.com/cosmo0920/windows-api/master/README"]],
451
- ["word-salad", "MIT", ["https://raw.githubusercontent.com/alexvollmer/word_salad/master/README.txt"]],
452
- ["xml-simple", "MIT", ["https://raw.githubusercontent.com/maik/xml-simple/master/LICENSE"]],
453
- ["zonefile", "MIT", ["https://raw.githubusercontent.com/boesemar/zonefile/master/LICENSE"]],
454
- ["sync", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/sync/master/LICENSE.txt"]],
455
- ["crack", "MIT", ["https://github.com/jnunemaker/crack/blob/master/LICENSE"]],
456
- ]
457
- (aws_sdk_gems + other_gems).each do |override_data|
458
- override_license "ruby_bundler", override_data[0] do |version|
459
- {}.tap do |d|
460
- d[:license] = override_data[1] if override_data[1]
461
- d[:license_files] = override_data[2] if override_data[2]
462
- end
463
- end
464
- end
465
-
466
- # chef_berkshelf
467
- [
468
- ["apt", nil, ["https://raw.githubusercontent.com/chef-cookbooks/apt/master/LICENSE"]],
469
- ["chef-ha-drbd", nil, ["https://raw.githubusercontent.com/chef/chef-server/master/LICENSE"]],
470
- ["private-chef", nil, ["https://raw.githubusercontent.com/chef/chef-server/master/LICENSE"]],
471
- ["chef-sugar", nil, ["https://raw.githubusercontent.com/chef/chef-sugar/master/LICENSE"]],
472
- ["openssl", nil, ["https://raw.githubusercontent.com/chef-cookbooks/openssl/master/LICENSE"]],
473
- ["runit", nil, ["https://raw.githubusercontent.com/chef-cookbooks/runit/master/LICENSE"]],
474
- ["yum", nil, ["https://raw.githubusercontent.com/chef-cookbooks/yum/master/LICENSE"]],
475
- ["compat_resource", nil, ["https://raw.githubusercontent.com/chef-cookbooks/compat_resource/master/LICENSE"]],
476
- ["yum-epel", nil, ["https://raw.githubusercontent.com/chef-cookbooks/yum-epel/master/LICENSE"]],
477
- ].each do |override_data|
478
- override_license "chef_berkshelf", override_data[0] do |version|
479
- {}.tap do |d|
480
- d[:license] = override_data[1] if override_data[1]
481
- d[:license_files] = override_data[2] if override_data[2]
482
- end
483
- end
484
- end
485
-
486
- # Most of the overrides for perl_cpan are pointing to the README files
487
- # inside the modules we download to inspect for licensing information.
488
- [
489
- ["sqitch", "MIT", ["https://raw.githubusercontent.com/sqitchers/sqitch/develop/LICENSE.md"]],
490
- ["sqitch", "MIT", ["https://raw.githubusercontent.com/theory/sqitch/master/README.md"]],
491
- ["Scalar-List-Utils", nil, ["README"]],
492
- ["perl", nil, ["README"]],
493
- ["IO", nil, ["README"]],
494
- ["ExtUtils-MakeMaker", "Perl-5", ["http://www.perl.com/perl/misc/Artistic.html"]],
495
- ["PathTools", "Perl-5", ["lib/File/Spec.pm"]],
496
- ["Exporter", nil, ["README"]],
497
- ["Carp", nil, ["README"]],
498
- ["lib", nil, ["Artistic"]],
499
- ["Pod-Escapes", "Perl-5", ["lib/Pod/Escapes.pm"]],
500
- ["Pod-Usage", nil, ["README"]],
501
- ["base", "Perl-5", ["http://www.perl.com/perl/misc/Artistic.html"]],
502
- ["Encode", nil, ["AUTHORS"]],
503
- ["Moo", nil, ["README"]],
504
- ["Sub-Quote", nil, ["README"]],
505
- ["Role-Tiny", nil, ["README"]],
506
- ["Try-Tiny", nil, ["LICENCE"]],
507
- ["Module-Metadata", nil, ["LICENCE"]],
508
- ["constant", nil, ["README"]],
509
- ["Module-Runtime", nil, ["README"]],
510
- ["ExtUtils-Install", nil, ["README"]],
511
- ["File-Path", nil, ["README"]],
512
- ["Getopt-Long", "Perl-5", ["README"]],
513
- ["ExtUtils-ParseXS", "Perl-5", ["META.json"]],
514
- ["version", nil, ["README"]],
515
- ["Data-Dumper", "Perl-5", ["Dumper.pm"]],
516
- ["Test-Harness", nil, ["README"]],
517
- ["Text-ParseWords", nil, ["README"]],
518
- ["Devel-GlobalDestruction", nil, ["README"]],
519
- ["XSLoader", nil, ["README"]],
520
- ["IPC-Cmd", nil, ["README"]],
521
- ["Pod-Parser", "Perl-5", ["README"]],
522
- ["Config-GitLike", nil, ["lib/Config/GitLike.pm"]],
523
- ["Test-Exception", nil, ["lib/Test/Exception.pm"]],
524
- ["MooX-Types-MooseLike", nil, ["README"]],
525
- ["String-ShellQuote", "Perl-5", ["README"]],
526
- ["Time-HiRes", nil, ["README"]],
527
- ["Test", "Perl-5", ["README"]],
528
- ["parent", nil, ["lib/parent.pm"]],
529
- ["MIME-Base64", nil, ["README"]],
530
- ["Sub-Identify", nil, ["lib/Sub/Identify.pm"]],
531
- ["namespace-autoclean", nil, ["README"]],
532
- ["B-Hooks-EndOfScope", nil, ["README"]],
533
- ["namespace-clean", nil, ["lib/namespace/clean.pm"]],
534
- ["Test-Deep", nil, ["lib/Test/Deep.pm"]],
535
- ["IO-Pager", "Perl-5", ["README"]],
536
- ["libintl-perl", "GPL-3.0", ["COPYING"]],
537
- ["Storable", "Perl-5", ["README"]],
538
- ["Test-Warnings", "Artistic-1.0", ["LICENCE"]],
539
- ["Test-Dir", nil, ["README"]],
540
- ["Digest-SHA", nil, ["README"]],
541
- ["Test-File-Contents", nil, ["README"]],
542
- ["Digest-MD5", nil, ["README"]],
543
- ["Algorithm-Diff", "Perl-5", ["lib/Algorithm/Diff.pm"]],
544
- ["Encode-Locale", nil, ["README"]],
545
- ["Hash-Merge", nil, ["README.md"]],
546
- ["Clone", nil, ["README"]],
547
- ["Clone-Choose", nil, ["README.md"]],
548
- ["URI-db", nil, ["README"]],
549
- ["URI-Nested", nil, ["README.md"]],
550
- ["Test-utf8", nil, ["README"]],
551
- ["Class-Singleton", "Perl-5", ["README"]],
552
- ["Devel-PPPort", "Perl-5", ["Makefile.PL"]],
553
- ["Digest-SHA1", nil, ["README"]],
554
- ["JSON-PP", nil, ["README"]],
555
- ["MRO-Compat", nil, ["README"]],
556
- ["MouseX-NativeTraits", "Artistic-1.0", ["lib/MouseX/NativeTraits.pm"]],
557
- ["MouseX-Types", "Artistic-1.0", ["lib/MouseX/Types.pm"]],
558
- ["MouseX-Types-Path-Class", "Artistic-1.0", ["lib/MouseX/Types/Path/Class.pm"]],
559
- ["Test-UseAllModules", nil, ["README"]],
560
- ["Variable-Magic", nil, ["README"]],
561
- ["Class-Data-Inheritable", nil, ["https://raw.githubusercontent.com/tmtmtmtm/class-data-inheritable/master/README"]],
562
- ["File-ShareDir", "Perl-5", ["lib/File/ShareDir.pm"]],
563
- ["TermReadKey", "nil", ["README"]],
564
- ].each do |override_data|
565
- override_license "perl_cpanm", override_data[0] do |version|
566
- {}.tap do |d|
567
- d[:license] = override_data[1] if override_data[1]
568
- d[:license_files] = override_data[2] if override_data[2]
569
- end
570
- end
571
- end
572
-
573
- # erlang_rebar
574
- [
575
- ["base16", "BSD-2-Clause", ["LICENSE"]],
576
- ["eini", "Apache-2.0", ["LICENSE"]],
577
- ["fs", "ISC", ["LICENSE"]],
578
- ["goldrush", "ISC", ["LICENSE"]],
579
- ["jsx", "MIT", ["LICENSE"]],
580
- ["recon", "BSD-3-Clause", ["LICENSE"]],
581
- ["sync", "MIT", ["https://raw.githubusercontent.com/rustyio/sync/11df81d196eaab2d84caa3fbe8def5d476ef79d8/src/sync.erl"]],
582
- ["rebar_vsn_plugin", "Apache-2.0", ["https://raw.githubusercontent.com/erlware/rebar_vsn_plugin/master/src/rebar_vsn_plugin.erl"]],
583
- ["edown", "Erlang-Public", ["https://raw.githubusercontent.com/seth/edown/master/NOTICE"]],
584
- ["bcrypt", "Multiple", ["https://raw.githubusercontent.com/chef/erlang-bcrypt/master/LICENSE"]],
585
- ["amqp_client", "MPL-2.0", ["https://raw.githubusercontent.com/seth/amqp_client/7622ad8093a41b7288a1aa44dd16d3e92ce8f833/src/amqp_connection.erl"]],
586
- ["erlsom", "LGPL-3.0", ["https://raw.githubusercontent.com/willemdj/erlsom/c5ca9fca1257f563d78b048e35ac60832ec80584/COPYING", "https://raw.githubusercontent.com/willemdj/erlsom/c5ca9fca1257f563d78b048e35ac60832ec80584/COPYING.LESSER"]],
587
- ["gen_server2", "Public-Domain", ["https://raw.githubusercontent.com/mdaguete/gen_server2/master/README.md"]],
588
- ["opscoderl_folsom", "Apache-2.0", ["https://raw.githubusercontent.com/chef/opscoderl_folsom/master/README.md"]],
589
- ["quickrand", "BSD-2-Clause", ["https://raw.githubusercontent.com/okeuday/quickrand/master/README.markdown"]],
590
- ["rabbit_common", "MPL-2.0", ["https://raw.githubusercontent.com/muxspace/rabbit_common/master/include/rabbit_msg_store.hrl"]],
591
- ["uuid", "BSD-2-Clause", ["https://raw.githubusercontent.com/okeuday/uuid/master/README.markdown"]],
592
- ["ibrowse", "BSD-2-Clause", nil],
593
- ["eunit_formatters", "Apache-2.0", ["https://raw.githubusercontent.com/seancribbs/eunit_formatters/master/README.md"]],
594
- ["erlware_commons", "MIT", ["https://raw.githubusercontent.com/erlware/erlware_commons/master/COPYING"]],
595
- ["erlcloud", "BSD-2-Clause", ["https://raw.githubusercontent.com/erlcloud/erlcloud/master/COPYRIGHT"]],
596
- ["lhttpc", "BSD-3-Clause", ["https://raw.githubusercontent.com/erlcloud/lhttpc/master/LICENCE"]],
597
- ["getopt", "MIT", nil],
598
- ["relx", "Apache-2.0", ["https://raw.githubusercontent.com/erlware/relx/master/LICENSE.md"]],
599
- ].each do |override_data|
600
- override_license "erlang_rebar", override_data[0] do |version|
601
- {}.tap do |d|
602
- d[:license] = override_data[1] if override_data[1]
603
- d[:license_files] = override_data[2] if override_data[2]
604
- end
605
- end
606
- end
607
-
608
- # js_npm
609
- [
610
- ["ignore", "MIT", ["https://raw.githubusercontent.com/kaelzhang/node-ignore/master/LICENSE-MIT"]],
611
- ["hock", "MIT", nil],
612
- ["known-css-properties", nil, [canonical("MIT")]],
613
- ["buffer-indexof", "MIT", nil],
614
- ["stdout-stream", "MIT", nil],
615
- ["thunky", "MIT", [canonical("MIT")]],
616
- ["core-object", nil, [canonical("MIT")]],
617
- ["css-parse", nil, [canonical("MIT")]],
618
- ["denodeify", nil, [canonical("MIT")]],
619
- ["detect-node", nil, [canonical("MIT")]],
620
- ["ember-cli-normalize-entity-name", nil, [canonical("MIT")]],
621
- ["ember-cli-string-utils", nil, [canonical("MIT")]],
622
- ["ensure-posix-path", nil, [canonical("MIT")]],
623
- ["handle-thing", nil, [canonical("MIT")]],
624
- ["hash-base", nil, [canonical("MIT")]],
625
- ["heimdalljs", nil, [canonical("MIT")]],
626
- ["hmac-drbg", nil, [canonical("MIT")]],
627
- ["hpack.js", nil, [canonical("MIT")]],
628
- ["http-deceiver", nil, [canonical("MIT")]],
629
- ["icss-utils", nil, [canonical("MIT")]],
630
- ["inflection", nil, [canonical("MIT")]],
631
- ["ip", nil, [canonical("MIT")]],
632
- ["karma-source-map-support", nil, [canonical("MIT")]],
633
- ["loader-runner", nil, [canonical("MIT")]],
634
- ["magic-string", nil, [canonical("MIT")]],
635
- ["matcher-collection", nil, [canonical("MIT")]],
636
- ["minimalistic-crypto-utils", nil, [canonical("MIT")]],
637
- ["node-modules-path", nil, [canonical("MIT")]],
638
- ["obuf", nil, [canonical("MIT")]],
639
- ["rx-lite-aggregates", nil, [canonical("MIT")]],
640
- ["script-loader", nil, [canonical("MIT")]],
641
- ["select-hose", nil, [canonical("MIT")]],
642
- ["selfsigned", nil, [canonical("MIT")]],
643
- ["silent-error", nil, [canonical("MIT")]],
644
- ["spdy", nil, [canonical("MIT")]],
645
- ["spdy-transport", nil, [canonical("MIT")]],
646
- ["vlq", nil, [canonical("MIT")]],
647
- ["wbuf", nil, [canonical("MIT")]],
648
- ["copy-to-clipboard", nil, [canonical("MIT")]],
649
- ["toggle-selection", nil, [canonical("MIT")]],
650
- ["isarray", nil, [canonical("MIT")]],
651
- ["array-filter", nil, [canonical("MIT")]],
652
- ["cssauron", nil, [canonical("MIT")]],
653
- ["path-parse", nil, [canonical("MIT")]],
654
- ["semver-dsl", nil, [canonical("MIT")]],
655
- ["chokidar", nil, ["README.md"]],
656
- ["set-immediate-shim", "MIT", ["https://raw.githubusercontent.com/sindresorhus/set-immediate-shim/master/license"]],
657
- ["process-nextick-args", nil, [canonical("MIT")]],
658
- ["buffer-shims", nil, [canonical("MIT")]],
659
- ["brace-expansion", nil, ["README.md"]],
660
- ["verror", "MIT", ["https://raw.githubusercontent.com/joyent/node-verror/master/LICENSE"]],
661
- # From the json-schema readme:
662
- # Code is licensed under the AFL or BSD license as part of the
663
- # Persevere project which is administered under the Dojo foundation,
664
- # and all contributions require a Dojo CLA.
665
- ["json-schema", "BSD", ["https://raw.githubusercontent.com/dojo/dojo/master/LICENSE"]],
666
- ["tweetnacl", "BSD", ["https://raw.githubusercontent.com/dchest/tweetnacl-js/master/LICENSE"]],
667
- ["assert-plus", "MIT", ["README.md"]],
668
- ["sntp", "BSD-3-Clause", nil],
669
- ["node-uuid", "MIT", nil],
670
- ["ms", "MIT", nil],
671
- ["jsonpointer", nil, ["https://raw.githubusercontent.com/janl/node-jsonpointer/master/LICENSE.md"]],
672
- ["has-color", nil, ["https://raw.githubusercontent.com/chalk/supports-color/master/license"]],
673
- ["generate-function", nil, ["https://raw.githubusercontent.com/mafintosh/generate-function/master/LICENSE"]],
674
- ["extsprintf", "MIT", nil],
675
- ["dashdash", nil, ["https://raw.githubusercontent.com/trentm/node-dashdash/master/LICENSE.txt"]],
676
- # The link here is what's included in the readme
677
- ["async-each", nil, ["https://raw.githubusercontent.com/paulmillr/mit/master/README.md"]],
678
- # README on https://www.npmjs.com/package/indexof just says "MIT"
679
- ["indexof", "MIT", [canonical("MIT")]],
680
- ["querystring", "MIT", nil],
681
- ["timers-browserify", "MIT", nil],
682
- ["shell-quote", nil, ["https://raw.githubusercontent.com/substack/node-shell-quote/master/LICENSE"]],
683
- ["querystring-es3", "MIT", nil],
684
- ["xtend", "MIT", nil],
685
- ["source-map", nil, ["https://raw.githubusercontent.com/mozilla/source-map/master/LICENSE"]],
686
- ["randombytes", nil, [canonical("MIT")]],
687
- ["public-encrypt", nil, [canonical("MIT")]],
688
- ["parse-asn1", nil, [canonical("ISC")]],
689
- ["evp_bytestokey", nil, [canonical("MIT")]],
690
- ["cipher-base", nil, [canonical("MIT")]],
691
- ["asn1.js", nil, ["README.md"]],
692
- ["minimalistic-assert", nil, [canonical("ISC")]],
693
- ["bn.js", nil, ["README.md"]],
694
- ["diffie-hellman", nil, [canonical("MIT")]],
695
- ["miller-rabin", nil, ["README.md"]],
696
- ["brorand", nil, ["README.md"]],
697
- ["create-hmac", nil, [canonical("MIT")]],
698
- ["create-hash", nil, [canonical("MIT")]],
699
- ["browserify-aes", "MIT", ["https://raw.githubusercontent.com/crypto-browserify/browserify-aes/master/LICENSE"]],
700
- ["ripemd160", nil, ["https://raw.githubusercontent.com/crypto-browserify/ripemd160/master/LICENSE"]],
701
- ["create-ecdh", nil, [canonical("MIT")]],
702
- ["elliptic", nil, ["README.md"]],
703
- ["hash.js", nil, ["README.md"]],
704
- ["adm-zip", nil, ["https://raw.githubusercontent.com/cthackers/adm-zip/master/MIT-LICENSE.txt"]],
705
- ["after", "MIT", nil],
706
- ["agent-base", nil, ["README.md"]],
707
- ["angular2-cookie", "MIT", ["https://raw.githubusercontent.com/salemdar/angular2-cookie/master/LICENSE"]],
708
- ["angular-embedly", "BSD-2-Clause", nil],
709
- ["angular-feature-flags", nil, ["https://mjt01.mit-license.org/"]],
710
- ["angular-restmod", "MIT", nil],
711
- ["angular-spinner", nil, [canonical("MIT")]],
712
- ["angular2-router-loader", "MIT", ["README.md"]],
713
- ["ansi", "MIT", ["https://raw.githubusercontent.com/TooTallNate/ansi.js/master/LICENSE"]],
714
- ["ansi-regex", nil, ["https://raw.githubusercontent.com/chalk/ansi-regex/master/license"]],
715
- ["ansi-styles", nil, [canonical("MIT")]],
716
- ["ansi_up", "MIT", ["Readme.md"]],
717
- ["are-we-there-yet", nil, ["https://raw.githubusercontent.com/iarna/are-we-there-yet/master/LICENSE"]],
718
- ["arraybuffer.slice", "MIT", ["README.md"]],
719
- ["asn1", "MIT", nil],
720
- ["async-foreach", "MIT", nil],
721
- ["aws-sign2", "Apache-2.0", nil],
722
- ["babel", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
723
- ["babel-code-frame", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
724
- ["babel-core", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
725
- ["babel-generator", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
726
- ["babel-helper-call-delegate", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
727
- ["babel-helper-define-map", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
728
- ["babel-helper-function-name", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
729
- ["babel-helper-get-function-arity", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
730
- ["babel-helper-hoist-variables", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
731
- ["babel-helper-optimise-call-expression", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
732
- ["babel-helper-regex", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
733
- ["babel-helper-replace-supers", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
734
- ["babel-helpers", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
735
- ["babel-messages", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
736
- ["babel-plugin-check-es2015-constants", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
737
- ["babel-plugin-syntax-async-functions", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
738
- ["babel-plugin-transform-es2015-arrow-functions", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
739
- ["babel-plugin-transform-es2015-block-scoped-functions", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
740
- ["babel-plugin-transform-es2015-block-scoping", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
741
- ["babel-plugin-transform-es2015-classes", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
742
- ["babel-plugin-transform-es2015-computed-properties", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
743
- ["babel-plugin-transform-es2015-destructuring", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
744
- ["babel-plugin-transform-es2015-duplicate-keys", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
745
- ["babel-plugin-transform-es2015-for-of", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
746
- ["babel-plugin-transform-es2015-function-name", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
747
- ["babel-plugin-transform-es2015-literals", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
748
- ["babel-plugin-transform-es2015-modules-amd", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
749
- ["babel-plugin-transform-es2015-modules-commonjs", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
750
- ["babel-plugin-transform-es2015-modules-systemjs", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
751
- ["babel-plugin-transform-es2015-modules-umd", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
752
- ["babel-plugin-transform-es2015-object-super", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
753
- ["babel-plugin-transform-es2015-parameters", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
754
- ["babel-plugin-transform-es2015-shorthand-properties", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
755
- ["babel-plugin-transform-es2015-spread", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
756
- ["babel-plugin-transform-es2015-sticky-regex", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
757
- ["babel-plugin-transform-es2015-template-literals", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
758
- ["babel-plugin-transform-es2015-typeof-symbol", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
759
- ["babel-plugin-transform-es2015-unicode-regex", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
760
- ["babel-plugin-transform-strict-mode", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
761
- ["babel-preset-es2015", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
762
- ["babel-register", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
763
- ["babel-runtime", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
764
- ["babel-template", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
765
- ["babel-traverse", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
766
- ["babel-types", nil, ["https://raw.githubusercontent.com/babel/babel/master/LICENSE"]],
767
- ["backo2", nil, ["https://raw.githubusercontent.com/mokesmokes/backo/master/LICENSE"]],
768
- ["balanced-match", nil, ["https://raw.githubusercontent.com/juliangruber/balanced-match/master/LICENSE.md"]],
769
- ["base64id", "MIT", ["https://raw.githubusercontent.com/faeldt/base64id/master/LICENSE"]],
770
- ["batch", nil, ["Readme.md"]],
771
- ["bcrypt-pbkdf", nil, [canonical("BSD-4-Clause")]],
772
- ["better-assert", "MIT", ["https://raw.githubusercontent.com/tj/better-assert/master/LICENSE"]],
773
- ["binary", nil, [canonical("MIT")]],
774
- ["bindings", nil, ["README.md"]],
775
- ["blob", "MIT", ["https://raw.githubusercontent.com/webmodules/blob/master/LICENSE"]],
776
- ["bluebird", nil, ["https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE"]],
777
- ["browserify-cipher", nil, [canonical("MIT")]],
778
- ["browserify-des", nil, [canonical("MIT")]],
779
- ["browserify-zlib", nil, ["https://raw.githubusercontent.com/devongovett/browserify-zlib/master/LICENSE"]],
780
- ["buffers", "MIT", [canonical("MIT")]],
781
- ["bufferutil", nil, [canonical("MIT")]],
782
- ["builtins", nil, ["https://raw.githubusercontent.com/juliangruber/builtins/master/License"]],
783
- ["cached-path-relative", "MIT", ["Readme.md"]],
784
- # https://www.npmjs.com/package/callsite
785
- ["callsite", "MIT", [canonical("MIT")]],
786
- ["caseless", nil, ["https://raw.githubusercontent.com/request/caseless/master/LICENSE"]],
787
- ["chainsaw", nil, ["https://raw.githubusercontent.com/substack/node-chainsaw/master/LICENSE", canonical("MIT")]],
788
- ["chalk", nil, ["https://raw.githubusercontent.com/chalk/chalk/master/license"]],
789
- ["cli", nil, ["README.md"]],
790
- ["cloneextend", "MIT", [canonical("MIT")]],
791
- ["combined-stream", "MIT", nil],
792
- ["commander", nil, ["https://raw.githubusercontent.com/tj/commander.js/master/LICENSE"]],
793
- ["commondir", nil, ["https://raw.githubusercontent.com/substack/node-commondir/master/LICENSE"]],
794
- ["component-bind", "MIT", ["https://raw.githubusercontent.com/component/bind/master/LICENSE"]],
795
- ["component-emitter", "MIT", ["https://raw.githubusercontent.com/component/emitter/master/LICENSE"]],
796
- ["component-inherit", "MIT", ["https://raw.githubusercontent.com/component/inherit/master/LICENSE"]],
797
- ["constants-browserify", nil, ["README.md"]],
798
- ["cookie-signature", nil, ["Readme.md"]],
799
- ["core-util-is", nil, ["https://raw.githubusercontent.com/isaacs/core-util-is/master/LICENSE"]],
800
- ["ctype", "MIT", nil],
801
- ["custom-event", nil, [canonical("MIT")]],
802
- ["delayed-stream", "MIT", nil],
803
- ["des.js", nil, ["README.md"]],
804
- ["dom-serialize", nil, [canonical("MIT")]],
805
- ["domelementtype", "BSD-2-Clause", nil],
806
- ["domhandler", "BSD-2-Clause", nil],
807
- ["domutils", "BSD-2-Clause", nil],
808
- ["engine.io-parser", "MIT", nil],
809
- ["esprima-fb", nil, ["https://raw.githubusercontent.com/facebookarchive/esprima/fb-harmony/LICENSE.BSD"]],
810
- ["falafel", nil, [canonical("MIT")]],
811
- ["filename-regex", nil, ["https://raw.githubusercontent.com/regexhq/filename-regex/master/LICENSE"]],
812
- ["font-awesome", nil, ["http://scripts.sil.org/OFL", canonical("MIT")]],
813
- ["get-caller-file", nil, [canonical("ISC")]],
814
- ["get-stdin", nil, ["https://raw.githubusercontent.com/sindresorhus/get-stdin/master/license"]],
815
- ["has-ansi", nil, ["https://raw.githubusercontent.com/chalk/has-ansi/master/license"]],
816
- ["has-cors", nil, [canonical("MIT")]],
817
- ["hat", nil, [canonical("MIT")]],
818
- ["https-proxy-agent", nil, ["README.md"]],
819
- ["inherits", "ISC", nil],
820
- ["invariant", nil, [canonical("BSD-3-Clause")]],
821
- ["invert-kv", nil, ["https://raw.githubusercontent.com/sindresorhus/invert-kv/master/license"]],
822
- ["jasmine", nil, [canonical("MIT")]],
823
- ["jasmine-core", nil, ["https://raw.githubusercontent.com/jasmine/jasmine/master/MIT.LICENSE"]],
824
- ["json5", nil, [canonical("MIT")]],
825
- ["jsonify", nil, ["https://raw.githubusercontent.com/substack/jsonify/master/readme.markdown"]],
826
- ["keymaster", "MIT", nil],
827
- ["loose-envify", nil, [canonical("MIT")]],
828
- ["natives", nil, [canonical("ISC")]],
829
- ["ng2d3", "MIT", ["docs/license.md"]],
830
- ["object-component", "MIT", [canonical("MIT")]],
831
- ["options", "MIT", ["README.md"]],
832
- ["over", nil, ["README.md"]],
833
- ["parse-diff", "MIT", nil],
834
- ["parsejson", nil, ["https://raw.githubusercontent.com/get/parsejson/master/LICENSE"]],
835
- ["parseqs", nil, ["https://raw.githubusercontent.com/get/querystring/master/LICENSE"]],
836
- ["parseuri", nil, ["https://raw.githubusercontent.com/get/parseuri/master/LICENSE"]],
837
- ["regenerator-runtime", nil, ["https://raw.githubusercontent.com/facebook/regenerator/master/LICENSE"]],
838
- ["rx", nil, ["https://raw.githubusercontent.com/Reactive-Extensions/RxJS/master/license.txt"]],
839
- ["sass-graph", nil, [canonical("MIT")]],
840
- ["sauce-connect-launcher", "MIT", ["README.md"]],
841
- ["saucelabs", "MIT", ["README.md"]],
842
- ["slash", nil, ["https://raw.githubusercontent.com/sindresorhus/slash/master/license"]],
843
- ["socket.io-parser", nil, ["https://raw.githubusercontent.com/socketio/socket.io-parser/master/LICENSE"]],
844
- ["stable", nil, ["README.md"]],
845
- ["strip-ansi", nil, ["https://raw.githubusercontent.com/chalk/strip-ansi/master/license"]],
846
- ["stubby", nil, ["https://raw.githubusercontent.com/mrak/stubby4node/master/APACHE.LICENSE"]],
847
- ["supports-color", nil, ["https://raw.githubusercontent.com/chalk/supports-color/master/license"]],
848
- ["tmp", nil, ["https://raw.githubusercontent.com/raszi/node-tmp/master/LICENSE"]],
849
- ["umd", nil, ["https://raw.githubusercontent.com/ForbesLindesay/umd/master/LICENSE"]],
850
- ["underscore.string", nil, ["README.markdown"]],
851
- ["utf-8-validate", nil, [canonical("MIT")]],
852
- ["w3c-blob", nil, [canonical("MIT")]],
853
- ["wordwrap", nil, ["https://raw.githubusercontent.com/substack/node-wordwrap/master/LICENSE"]],
854
- ["ws", nil, ["README.md"]],
855
- ["delivery-web", "Chef-MLSA", [canonical("Chef-MLSA")]],
856
- ["visibility-web", "Chef-MLSA", [canonical("Chef-MLSA")]],
857
- ["compliance-ui-components", "Chef-MLSA", [canonical("Chef-MLSA")]],
858
- ["angular2-moment", nil, ["https://raw.githubusercontent.com/urish/angular2-moment/master/LICENSE"]],
859
- ["array-differ", nil, ["readme.md"]],
860
- ["babel-polyfill", nil, [canonical("MIT")]],
861
- ["boolbase", nil, ["https://raw.githubusercontent.com/fb55/boolbase/master/LICENSE"]],
862
- ["caller-path", nil, ["readme.md"]],
863
- ["callsites", nil, ["readme.md"]],
864
- ["capture-stack-trace", nil, ["readme.md"]],
865
- ["charenc", "MIT", nil],
866
- ["clipboard", nil, ["readme.md"]],
867
- ["closest", nil, ["README.md"]],
868
- ["coa", nil, [canonical("MIT")]],
869
- ["codelyzer", nil, ["README.md"]],
870
- ["color-convert", "MIT", nil],
871
- ["compression-webpack-plugin", nil, ["README.md"]],
872
- ["configstore", nil, ["readme.md"]],
873
- ["crypt", "MIT", nil],
874
- ["cssbeautify", nil, ["https://raw.githubusercontent.com/senchalabs/cssbeautify/master/README.md"]],
875
- ["csslint", nil, ["https://raw.githubusercontent.com/stubbornella/csslint/master/LICENSE"]],
876
- ["css-color-names", nil, ["README.md"]],
877
- ["css-loader", nil, ["README.md"]],
878
- ["css-selector-tokenizer", "MIT", ["README.md"]],
879
- ["delegate", "MIT", ["readme.md"]],
880
- ["enhanced-resolve", nil, ["https://raw.githubusercontent.com/webpack/enhanced-resolve/master/README.md"]],
881
- ["electron-releases", "MIT", ["readme.md"]],
882
- ["errno", nil, ["README.md"]],
883
- ["es6-promise-loader", nil, ["README.md"]],
884
- ["es6-promisify", nil, ["README.md"]],
885
- ["esrecurse", nil, ["https://raw.githubusercontent.com/estools/esrecurse/master/README.md"]],
886
- ["exit-hook", nil, ["readme.md"]],
887
- ["exports-loader", nil, ["README.md"]],
888
- ["expose-loader", nil, ["README.md"]],
889
- ["extract-text-webpack-plugin", nil, ["README.md"]],
890
- ["extract-zip", nil, [canonical("BSD-2-Clause")]],
891
- ["fastparse", nil, ["README.md"]],
892
- ["faye-websocket", "MIT", ["README.md"]],
893
- ["file-loader", nil, ["README.md"]],
894
- ["good-listener", nil, ["readme.md"]],
895
- ["html-comment-regex", nil, ["README.md"]],
896
- ["http-proxy-agent", nil, ["README.md"]],
897
- ["icss-replace-symbols", nil, ["README.md"]],
898
- ["imports-loader", nil, ["README.md"]],
899
- ["imurmurhash", nil, ["README.md"]],
900
- ["inquirer", nil, ["README.md"]],
901
- ["is-npm", nil, ["readme.md"]],
902
- ["is-path-cwd", nil, ["readme.md"]],
903
- ["is-path-in-cwd", nil, ["readme.md"]],
904
- ["is-path-inside", nil, ["readme.md"]],
905
- ["istanbul", nil, ["README.md"]],
906
- ["istanbul-instrumenter-loader", nil, ["README.md"]],
907
- ["karma-webpack", nil, ["README.md"]],
908
- ["lowercase-keys", nil, ["readme.md"]],
909
- ["macaddress", nil, [canonical("MIT")]],
910
- ["make-error", nil, ["README.md"]],
911
- ["matches-selector", nil, ["Readme.md"]],
912
- ["math-random", nil, [canonical("MIT")]],
913
- ["memory-fs", "MIT", ["README.md"]],
914
- ["mime", "MIT", nil],
915
- ["multipipe", nil, ["Readme.md"]],
916
- ["ncname", nil, ["readme.md"]],
917
- ["ng2-gravatar-directive", nil, ["README.md"]],
918
- ["ng2-pagination", nil, ["readme.md"]],
919
- ["node-libs-browser", nil, [canonical("MIT")]],
920
- ["nth-check", nil, ["README.md"]],
921
- ["parserlib", nil, ["https://raw.githubusercontent.com/CSSLint/parser-lib/master/LICENSE"]],
922
- ["phantomjs-polyfill", nil, [canonical("ISC")]],
923
- ["postcss-modules-extract-imports", nil, ["README.md"]],
924
- ["postcss-modules-scope", nil, ["README.md"]],
925
- ["postcss-modules-values", nil, ["README.md"]],
926
- ["progress", "MIT", nil],
927
- ["raw-loader", nil, ["README.md"]],
928
- ["readline2", nil, ["README.md"]],
929
- ["require-uncached", nil, ["readme.md"]],
930
- ["rework", "MIT", ["Readme.md"]],
931
- ["rework-visit", "MIT", ["Readme.md"]],
932
- ["ripemd160", "MIT", ["https://raw.githubusercontent.com/crypto-browserify/ripemd160/master/LICENSE"]],
933
- ["rx-lite", nil, ["readme.md"]],
934
- ["select", "MIT", ["readme.md"]],
935
- ["source-list-map", nil, ["README.md"]],
936
- ["source-map-loader", nil, ["README.md"]],
937
- ["source-map-resolve", "MIT", ["readme.md"]],
938
- ["source-map-url", "MIT", ["readme.md"]],
939
- ["stream-cache", "MIT", ["https://raw.githubusercontent.com/felixge/node-stream-cache/master/License"]],
940
- ["style-loader", nil, ["README.md"]],
941
- ["tapable", nil, [canonical("MIT")]],
942
- ["throttleit", nil, ["Readme.md"]],
943
- ["timed-out", nil, ["readme.md"]],
944
- ["tiny-emitter", nil, [canonical("MIT")]],
945
- ["tryit", nil, ["README.md"]],
946
- ["ts-helper", nil, [canonical("MIT")]],
947
- ["tsify", "MIT", ["README.md"]],
948
- ["tslint-loader", nil, ["README.md"]],
949
- ["tv4", "Public-Domain", ["README.md"]],
950
- ["uglify-js", "MIT", nil],
951
- ["uniqid", nil, ["Readme.md"]],
952
- ["uniqs", nil, ["README.md"]],
953
- ["update-notifier", nil, ["readme.md"]],
954
- ["url-loader", nil, ["README.md"]],
955
- ["utila", nil, ["https://raw.githubusercontent.com/AriaMinaei/utila/master/LICENSE"]],
956
- ["wallaby-webpack", nil, [canonical("MIT")]],
957
- ["watchpack", nil, ["https://raw.githubusercontent.com/webpack/watchpack/master/LICENSE"]],
958
- ["webpack-core", nil, ["README.md"]],
959
- ["webpack-dev-middleware", nil, [canonical("MIT")]],
960
- ["webpack-dev-server", nil, [canonical("MIT")]],
961
- ["webpack-sources", nil, [canonical("MIT")]],
962
- ["websocket-driver", nil, ["README.md"]],
963
- ["websocket-extensions", nil, ["README.md"]],
964
- ["xml-char-classes", nil, ["readme.md"]],
965
- ["zip-object", nil, [canonical("MIT")]],
966
- ["component-closest", nil, ["https://raw.githubusercontent.com/component/closest/master/README.md"]],
967
- ["component-matches-selector", nil, ["https://raw.githubusercontent.com/component/matches-selector/master/Readme.md"]],
968
- ["component-query", nil, ["https://raw.githubusercontent.com/component/query/master/Readme.md"]],
969
- ["webcomponents.js", "BSD-3-Clause", ["https://raw.githubusercontent.com/webcomponents/webcomponentsjs/master/LICENSE.md"]],
970
- ["web-animations-js", "Apache-2.0", ["https://raw.githubusercontent.com/web-animations/web-animations-js/dev/COPYING"]],
971
- ["electron-to-chromium", nil, [canonical("ISC")]],
972
- ["debug", "MIT", ["https://raw.githubusercontent.com/visionmedia/debug/master/LICENSE"]],
973
- ["performance-now", "MIT", ["https://raw.githubusercontent.com/braveg1rl/performance-now/master/license.txt"]],
974
- ["cli-table", "MIT", ["README.md"]],
975
- ["process", "MIT", ["https://raw.githubusercontent.com/defunctzombie/node-process/master/LICENSE"]],
976
- ["rrule", "BSD-3-Clause", ["https://raw.githubusercontent.com/jakubroztocil/rrule/master/LICENCE"]],
977
- # jszip says it is dual licensed under MIT and GPLv3
978
- ["jszip", "MIT", ["https://raw.githubusercontent.com/Stuk/jszip/master/LICENSE.markdown"]],
979
- ["buffer-from", "MIT", ["https://raw.githubusercontent.com/LinusU/buffer-from/master/LICENSE"]],
980
- ["buffer-alloc", nil, [canonical("MIT")]],
981
- ["buffer-alloc-unsafe", nil, [canonical("MIT")]],
982
- ["buffer-fill", nil, [canonical("MIT")]],
983
- ["ipaddr.js", "MIT", ["https://raw.githubusercontent.com/whitequark/ipaddr.js/master/LICENSE"]],
984
- ["psl", "MIT", ["https://raw.githubusercontent.com/wrangr/psl/master/README.md"]],
985
- ["is-my-ip-valid", "MIT", ["https://raw.githubusercontent.com/LinusU/is-my-ip-valid/master/LICENSE"]],
986
- ["minipass", "ISC", ["https://raw.githubusercontent.com/isaacs/minipass/master/LICENSE"]],
987
- ["npm-bundled", "ISC", ["https://raw.githubusercontent.com/npm/npm-bundled/master/LICENSE"]],
988
- ["needle", "MIT", ["https://raw.githubusercontent.com/tomas/needle/master/license.txt"]],
989
- ["uri-js", "BSD-2-Clause", ["https://raw.githubusercontent.com/garycourt/uri-js/master/README.md"]],
990
- ].each do |override_data|
991
- override_license "js_npm", override_data[0] do |version|
992
- {}.tap do |d|
993
- d[:license] = override_data[1] if override_data[1]
994
- d[:license_files] = override_data[2] if override_data[2]
995
- end
996
- end
997
- end
998
-
999
- # go_godep
1000
- [
1001
- ["github.com/agnivade/easy-scrypt", "MIT", ["https://raw.githubusercontent.com/agnivade/easy-scrypt/master/LICENSE.txt"]],
1002
- ["github.com/antonholmquist/jason", "MIT", ["https://raw.githubusercontent.com/antonholmquist/jason/master/LICENSE"]],
1003
- ["github.com/aws/aws-sdk-go", "Apache-2.0", ["https://raw.githubusercontent.com/aws/aws-sdk-go/master/LICENSE.txt"]],
1004
- ["github.com/beevik/etree", "BSD-2-Clause", ["https://raw.githubusercontent.com/beevik/etree/master/LICENSE"]],
1005
- ["github.com/blang/semver", "MIT", ["https://raw.githubusercontent.com/blang/semver/master/LICENSE"]],
1006
- ["github.com/BurntSushi/toml", "WTFPL", ["https://raw.githubusercontent.com/BurntSushi/toml/master/COPYING"]],
1007
- ["github.com/codegangsta/cli", "MIT", ["https://raw.githubusercontent.com/urfave/cli/master/LICENSE"]],
1008
- ["github.com/codegangsta/inject", "MIT", ["https://raw.githubusercontent.com/codegangsta/inject/master/LICENSE"]],
1009
- ["github.com/codeskyblue/go-sh", "Apache-2.0", ["https://raw.githubusercontent.com/codeskyblue/go-sh/master/LICENSE"]],
1010
- ["github.com/coreos/go-oidc", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/go-oidc/master/LICENSE"]],
1011
- ["github.com/coreos/go-oidc/http", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/go-oidc/master/LICENSE"]],
1012
- ["github.com/coreos/go-oidc/jose", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/go-oidc/master/LICENSE"]],
1013
- ["github.com/coreos/go-oidc/key", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/go-oidc/master/LICENSE"]],
1014
- ["github.com/coreos/go-oidc/oauth2", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/go-oidc/master/LICENSE"]],
1015
- ["github.com/coreos/go-oidc/oidc", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/go-oidc/master/LICENSE"]],
1016
- ["github.com/coreos/go-systemd/journal", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/go-systemd/master/LICENSE"]],
1017
- ["github.com/coreos/pkg", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/pkg/master/LICENSE"]],
1018
- ["github.com/coreos/pkg/capnslog", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/pkg/master/LICENSE"]],
1019
- ["github.com/coreos/pkg/health", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/pkg/master/LICENSE"]],
1020
- ["github.com/coreos/pkg/httputil", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/pkg/master/LICENSE"]],
1021
- ["github.com/coreos/pkg/timeutil", "Apache-2.0", ["https://raw.githubusercontent.com/coreos/pkg/master/LICENSE"]],
1022
- ["github.com/ctdk/chefcrypto", "Apache-2.0", ["https://raw.githubusercontent.com/ctdk/chefcrypto/master/LICENSE"]],
1023
- ["github.com/ctdk/go-trie", "MIT", ["https://raw.githubusercontent.com/ctdk/go-trie/master/LICENSE"]],
1024
- ["github.com/ctdk/goiardi", "Apache-2.0", ["https://raw.githubusercontent.com/ctdk/goiardi/master/LICENSE"]],
1025
- ["github.com/dchest/siphash", "CC0-1.0", ["https://raw.githubusercontent.com/dchest/siphash/master/README.md"]],
1026
- ["github.com/dgrijalva/jwt-go", "MIT", ["https://raw.githubusercontent.com/dgrijalva/jwt-go/master/LICENSE"]],
1027
- ["github.com/fatih/structs", "MIT", ["https://raw.githubusercontent.com/fatih/structs/master/LICENSE"]],
1028
- ["github.com/gin-gonic/gin", "MIT", ["https://raw.githubusercontent.com/gin-gonic/gin/master/LICENSE"]],
1029
- ["github.com/gin-gonic/gin/binding", "MIT", ["https://raw.githubusercontent.com/gin-gonic/gin/master/LICENSE"]],
1030
- ["github.com/gin-gonic/gin/render", "MIT", ["https://raw.githubusercontent.com/gin-gonic/gin/master/LICENSE"]],
1031
- ["github.com/go-chef/chef", "Apache-2.0", ["https://raw.githubusercontent.com/go-chef/chef/master/LICENSE"]],
1032
- ["github.com/go-ini/ini", "Apache-2.0", ["https://raw.githubusercontent.com/go-ini/ini/master/LICENSE"]],
1033
- ["github.com/go-sql-driver/mysql", "MPL-2.0", ["https://raw.githubusercontent.com/go-sql-driver/mysql/master/LICENSE"]],
1034
- ["github.com/golang/protobuf", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/protobuf/master/LICENSE"]],
1035
- ["github.com/gorhill/cronexpr", "Apache-2.0", ["https://www.apache.org/licenses/LICENSE-2.0"]],
1036
- ["github.com/gorilla/handlers", "BSD-2-Clause", ["https://raw.githubusercontent.com/gorilla/handlers/master/LICENSE"]],
1037
- ["github.com/hashicorp/errwrap", "MPL-2.0", ["https://raw.githubusercontent.com/hashicorp/errwrap/master/LICENSE"]],
1038
- ["github.com/hashicorp/go-cleanhttp", "MPL-2.0", ["https://raw.githubusercontent.com/hashicorp/go-cleanhttp/master/LICENSE"]],
1039
- ["github.com/hashicorp/go-multierror", "MPL-2.0", ["https://raw.githubusercontent.com/hashicorp/go-multierror/master/LICENSE"]],
1040
- ["github.com/hashicorp/go-rootcerts", "MPL-2.0", ["https://raw.githubusercontent.com/hashicorp/go-rootcerts/master/LICENSE"]],
1041
- ["github.com/hashicorp/hcl", "MPL-2.0", ["https://raw.githubusercontent.com/hashicorp/hcl/master/LICENSE"]],
1042
- ["github.com/hashicorp/vault", "MPL-2.0", ["https://raw.githubusercontent.com/hashicorp/vault/master/LICENSE"]],
1043
- ["github.com/jessevdk/go-flags", "BSD-3-Clause", ["https://raw.githubusercontent.com/jessevdk/go-flags/master/LICENSE"]],
1044
- ["github.com/jmespath/go-jmespath", "Apache-2.0", ["https://raw.githubusercontent.com/jmespath/go-jmespath/master/LICENSE"]],
1045
- ["github.com/jonboulle/clockwork", "Apache-2.0", ["https://raw.githubusercontent.com/jonboulle/clockwork/master/LICENSE"]],
1046
- ["github.com/lib/pq", "MIT", ["https://raw.githubusercontent.com/lib/pq/master/LICENSE.md"]],
1047
- ["github.com/lib/pq/oid", "MIT", ["https://raw.githubusercontent.com/lib/pq/master/LICENSE.md"]],
1048
- ["github.com/manucorporat/sse", "MIT", ["https://raw.githubusercontent.com/manucorporat/sse/master/LICENSE"]],
1049
- ["github.com/mattn/go-colorable", "MIT", ["https://raw.githubusercontent.com/mattn/go-colorable/master/LICENSE"]],
1050
- ["github.com/mattn/go-isatty", "MIT", ["https://raw.githubusercontent.com/mattn/go-isatty/master/LICENSE"]],
1051
- ["github.com/mattn/go-sqlite3", "MIT", ["https://raw.githubusercontent.com/mattn/go-sqlite3/master/LICENSE"]],
1052
- ["github.com/mitchellh/go-homedir", "MIT", ["https://raw.githubusercontent.com/mitchellh/go-homedir/master/LICENSE"]],
1053
- ["github.com/mitchellh/mapstructure", "MIT", ["https://raw.githubusercontent.com/mitchellh/mapstructure/master/LICENSE"]],
1054
- ["github.com/nu7hatch/gouuid", "MIT", ["https://raw.githubusercontent.com/nu7hatch/gouuid/master/COPYING"]],
1055
- ["github.com/open-policy-agent/opa", "Apache-2.0", ["https://raw.githubusercontent.com/open-policy-agent/opa/master/LICENSE"]],
1056
- ["github.com/patrickmn/go-cache", "MIT", ["https://raw.githubusercontent.com/patrickmn/go-cache/master/LICENSE"]],
1057
- ["github.com/peterbourgon/mergemap", "BSD-2-Clause", ["https://raw.githubusercontent.com/peterbourgon/mergemap/master/LICENSE"]],
1058
- ["github.com/philhofer/fwd", "MIT", ["https://raw.githubusercontent.com/philhofer/fwd/master/LICENSE.md"]],
1059
- ["github.com/op/go-logging", "BSD-3-Clause", ["https://raw.githubusercontent.com/op/go-logging/master/LICENSE"]],
1060
- ["github.com/pmylund/go-cache", "MIT", ["https://raw.githubusercontent.com/patrickmn/go-cache/master/LICENSE"]],
1061
- ["github.com/sethgrid/pester", "MIT", ["https://raw.githubusercontent.com/sethgrid/pester/master/LICENSE.md"]],
1062
- ["github.com/Sirupsen/logrus", "MIT", ["https://raw.githubusercontent.com/sirupsen/logrus/master/LICENSE"]],
1063
- ["github.com/davecgh/go-spew", "ISC", ["https://raw.githubusercontent.com/davecgh/go-spew/master/LICENSE"]],
1064
- ["github.com/gin-contrib/sse", "MIT", ["https://raw.githubusercontent.com/gin-contrib/sse/master/LICENSE"]],
1065
- ["github.com/gocarina/gocsv", "MIT", ["https://raw.githubusercontent.com/gocarina/gocsv/master/LICENSE"]],
1066
- ["github.com/pmezard/go-difflib", "BSD 3-clause", ["https://raw.githubusercontent.com/pmezard/go-difflib/master/LICENSE"]],
1067
- ["github.com/stretchr/testify", "MIT", ["https://raw.githubusercontent.com/stretchr/testify/master/LICENSE"]],
1068
- ["github.com/ugorji/go", "MIT", ["https://raw.githubusercontent.com/ugorji/go/master/LICENSE"]],
1069
- ["github.com/tideland/golib", "BSD-3-Clause", ["https://raw.githubusercontent.com/tideland/golib/master/LICENSE"]],
1070
- ["github.com/tinylib/msgp", "MIT", ["https://raw.githubusercontent.com/tinylib/msgp/master/LICENSE"]],
1071
- ["golang.org/x/crypto", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/crypto/master/LICENSE"]],
1072
- ["golang.org/x/crypto/pbkdf2", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/crypto/master/LICENSE"]],
1073
- ["golang.org/x/crypto/scrypt", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/crypto/master/LICENSE"]],
1074
- ["golang.org/x/crypto/ssh", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/crypto/master/LICENSE"]],
1075
- ["golang.org/x/exp", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/exp/master/LICENSE"]],
1076
- ["golang.org/x/net", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/net/master/LICENSE"]],
1077
- ["golang.org/x/net/context", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/net/master/LICENSE"]],
1078
- ["golang.org/x/net/netutil", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/net/master/LICENSE"]],
1079
- ["golang.org/x/net/context", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/net/master/LICENSE"]],
1080
- ["golang.org/x/sys", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/sys/master/LICENSE"]],
1081
- ["golang.org/x/sys/unix", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/sys/master/LICENSE"]],
1082
- ["gopkg.in/bluesuncorp/validator.v5", "MIT", ["https://raw.githubusercontent.com/go-playground/validator/v5/LICENSE"]],
1083
- ["gopkg.in/gorp.v1", "MIT", ["https://raw.githubusercontent.com/go-gorp/gorp/v1.7.1/LICENSE"]],
1084
- ["github.com/go-gorp/gorp", "MIT", ["https://raw.githubusercontent.com/go-gorp/gorp/master/LICENSE"]],
1085
- ["gopkg.in/go-playground/validator.v8", "MIT", ["https://raw.githubusercontent.com/go-playground/validator/v8.18.1/LICENSE"]],
1086
- ["gopkg.in/olivere/elastic.v3", "MIT", ["https://raw.githubusercontent.com/olivere/elastic/v3.0.68/LICENSE"]],
1087
- ["gopkg.in/tylerb/graceful.v1", "MIT", ["https://raw.githubusercontent.com/tylerb/graceful/v1.2.13/LICENSE"]],
1088
- ["gopkg.in/yaml.v2", "Apache-2.0", ["https://raw.githubusercontent.com/go-yaml/yaml/v2/LICENSE"]],
1089
- ["gopkg.in/olivere/elastic.v5", "MIT", ["https://raw.githubusercontent.com/olivere/elastic/v5.0.41/LICENSE"]],
1090
- ["github.com/pkg/errors", "BSD-2-Clause", ["https://raw.githubusercontent.com/pkg/errors/master/LICENSE"]],
1091
- ["github.com/grpc-ecosystem/grpc-gateway", "BSD-3-Clause", ["https://raw.githubusercontent.com/grpc-ecosystem/grpc-gateway/master/LICENSE.txt"]],
1092
- ["github.com/inconshreveable/mousetrap", "MIT", ["https://raw.githubusercontent.com/inconshreveable/mousetrap/master/LICENSE"]],
1093
- ["github.com/spf13/cobra", "Apache-2.0", ["https://raw.githubusercontent.com/spf13/cobra/master/LICENSE.txt"]],
1094
- ["github.com/spf13/pflag", "BSD-3-Clause", ["https://raw.githubusercontent.com/spf13/pflag/master/LICENSE"]],
1095
- ["golang.org/x/text", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/net/master/LICENSE"]],
1096
- ["google.golang.org/genproto", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/net/master/LICENSE"]],
1097
- ["google.golang.org/grpc", "BSD-3-Clause", ["https://raw.githubusercontent.com/golang/net/master/LICENSE"]],
1098
- ["github.com/schollz/closestmatch", "MIT", ["https://raw.githubusercontent.com/schollz/closestmatch/master/LICENSE"]],
1099
- ["github.com/fsnotify/fsnotify", "BSD-3-Clause", ["https://raw.githubusercontent.com/fsnotify/fsnotify/master/LICENSE"]],
1100
- ["github.com/magiconair/properties", "BSD-3-Clause", ["https://raw.githubusercontent.com/magiconair/properties/master/LICENSE"]],
1101
- ["github.com/pelletier/go-toml", "MIT", ["https://raw.githubusercontent.com/pelletier/go-toml/master/LICENSE"]],
1102
- ["github.com/sirupsen/logrus", "MIT", ["https://raw.githubusercontent.com/sirupsen/logrus/master/LICENSE"]],
1103
- ["github.com/spf13/afero", "Apache-2.0", ["https://raw.githubusercontent.com/spf13/afero/master/LICENSE.txt"]],
1104
- ["github.com/spf13/cast", "MIT", ["https://raw.githubusercontent.com/spf13/cast/master/LICENSE"]],
1105
- ["github.com/spf13/jwalterweatherman", "MIT", ["https://raw.githubusercontent.com/spf13/jWalterWeatherman/master/LICENSE"]],
1106
- ["github.com/spf13/viper", "MIT", ["https://raw.githubusercontent.com/spf13/viper/master/LICENSE"]],
1107
- ["github.com/satori/go.uuid", "MIT", ["https://raw.githubusercontent.com/satori/go.uuid/master/LICENSE"]],
1108
- ["github.com/teambition/rrule-go", "MIT", ["https://raw.githubusercontent.com/teambition/rrule-go/master/LICENSE"]],
1109
- ].each do |override_data|
1110
- override_license "go", override_data[0] do |version|
1111
- {}.tap do |d|
1112
- d[:license] = override_data[1] if override_data[1]
1113
- d[:license_files] = override_data[2] if override_data[2]
1114
- end
1115
- end
1116
- end
1117
- end
1118
-
1119
- end
1120
- end