summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-06-02 22:00:31 -0600
committermo khan <mo@mokhan.ca>2021-06-02 22:00:31 -0600
commit698323bcc87a8397427391f89fbd72a92375c5b6 (patch)
treead1587a5a78e849b40a61973effec36e29866b3e
parentd1c49431578807c57cd3c5ace82e236b3bbabfe4 (diff)
parentf846263a67f63aa9b95c3ef27e95d35222817d0e (diff)
Merge branch 'hcl-v1'
-rw-r--r--.github/licensed/bundler/bundler.dep.yml19
-rw-r--r--.github/licensed/bundler/mini_portile2.dep.yml4
-rw-r--r--.github/licensed/bundler/nokogiri.dep.yml2
-rw-r--r--CHANGELOG.md9
-rw-r--r--Gemfile.lock4
-rw-r--r--lib/spandx/terraform/parsers/hcl.rb31
-rw-r--r--lib/spandx/version.rb2
-rw-r--r--spec/fixtures.expected3710
-rw-r--r--spec/fixtures/terraform/multiple_providers/.terraform.lock.hcl40
-rw-r--r--spec/fixtures/terraform/multiple_providers/main.tf12
-rw-r--r--spec/unit/terraform/parsers/hcl_spec.rb200
11 files changed, 2145 insertions, 1888 deletions
diff --git a/.github/licensed/bundler/bundler.dep.yml b/.github/licensed/bundler/bundler.dep.yml
index 6376d61..f0ab125 100644
--- a/.github/licensed/bundler/bundler.dep.yml
+++ b/.github/licensed/bundler/bundler.dep.yml
@@ -1,17 +1,14 @@
---
name: bundler
-version: 2.2.3
+version: 2.2.19
type: bundler
summary: The best way to manage your application's dependencies
homepage: https://bundler.io
license: mit
licenses:
-- sources: LICENSE.md
+- sources: Auto-generated MIT license text
text: |
- The MIT License
-
- Portions copyright (c) 2010-2019 André Arko
- Portions copyright (c) 2009 Engine Yard
+ MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -20,16 +17,14 @@ licenses:
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-- sources: README.md
- text: Bundler is available under an [MIT License](https://github.com/rubygems/rubygems/blob/master/bundler/LICENSE.md).
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
notices: []
diff --git a/.github/licensed/bundler/mini_portile2.dep.yml b/.github/licensed/bundler/mini_portile2.dep.yml
index d4581c1..76b34be 100644
--- a/.github/licensed/bundler/mini_portile2.dep.yml
+++ b/.github/licensed/bundler/mini_portile2.dep.yml
@@ -1,9 +1,9 @@
---
name: mini_portile2
-version: 2.5.0
+version: 2.5.1
type: bundler
summary: Simplistic port-like solution for developers
-homepage: http://github.com/flavorjones/mini_portile
+homepage: https://github.com/flavorjones/mini_portile
license: mit
licenses:
- sources: LICENSE.txt
diff --git a/.github/licensed/bundler/nokogiri.dep.yml b/.github/licensed/bundler/nokogiri.dep.yml
index 887cf65..8686811 100644
--- a/.github/licensed/bundler/nokogiri.dep.yml
+++ b/.github/licensed/bundler/nokogiri.dep.yml
@@ -1,6 +1,6 @@
---
name: nokogiri
-version: 1.11.3
+version: 1.11.5
type: bundler
summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.
homepage: https://nokogiri.org
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4258a9d..2714de8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 0.18.0
+Version 0.18.1
# Changelog
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.18.1] - 2021-06-02
+### Fixed
+- Parse `.terraform.lock.hcl` files with multiple providers.
+
## [0.18.0] - 2021-05-10
### Added
- Add support for parsing `.terraform.lock.hcl` files.
@@ -228,7 +232,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Provide ruby API to the latest SPDX catalogue.
-[Unreleased]: https://github.com/spandx/spandx/compare/v0.18.0...HEAD
+[Unreleased]: https://github.com/spandx/spandx/compare/v0.18.1...HEAD
+[0.18.1]: https://github.com/spandx/spandx/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/spandx/spandx/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/spandx/spandx/compare/v0.16.1...v0.17.0
[0.16.1]: https://github.com/spandx/spandx/compare/v0.16.0...v0.16.1
diff --git a/Gemfile.lock b/Gemfile.lock
index fb1ff89..68b9eec 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- spandx (0.18.0)
+ spandx (0.18.1)
addressable (~> 2.7)
bundler (>= 1.16, < 3.0.0)
net-hippie (~> 1.0)
@@ -158,4 +158,4 @@ DEPENDENCIES
webmock (~> 3.7)
BUNDLED WITH
- 2.2.3
+ 2.2.19
diff --git a/lib/spandx/terraform/parsers/hcl.rb b/lib/spandx/terraform/parsers/hcl.rb
index 6e170fd..68ab244 100644
--- a/lib/spandx/terraform/parsers/hcl.rb
+++ b/lib/spandx/terraform/parsers/hcl.rb
@@ -6,6 +6,7 @@ module Spandx
class Hcl < Parslet::Parser
rule(:alpha) { match['a-zA-Z'] }
rule(:assign) { str('=') }
+ rule(:colon) { str(':') }
rule(:comma) { str(',') }
rule(:comment) { (str('#') | str('//')) >> ((str("\n") >> str("\r").maybe).absent? >> any).repeat >> eol }
rule(:crlf) { match('[\r\n]') }
@@ -21,11 +22,13 @@ module Spandx
rule(:major_minor_patch) { number >> dot >> number >> dot >> number }
rule(:multiline_comment) { str('/*') >> (str('*/').absent? >> any).repeat >> str('*/') }
rule(:number) { digit.repeat }
+ rule(:plus) { str('+') }
rule(:pre_release) { hyphen >> (alpha | digit).repeat }
rule(:pre_release?) { pre_release.maybe }
rule(:quote) { str('"') }
rule(:rbracket) { str(']') }
rule(:rcurly) { str('}') }
+ rule(:slash) { str('/') }
rule(:space) { match('\s') }
rule(:tilda_wacka) { str('~>') }
rule(:version) { number >> dot >> number >> dot >> number >> pre_release? }
@@ -61,39 +64,41 @@ module Spandx
end
rule :string do
- quote >> match('[0-9A-Za-z.~> :=/]').repeat.as(:value) >> quote
+ quote >> (
+ digit | dot | alpha | str('~> ') | slash | colon | assign | plus
+ ).repeat(1).as(:value) >> quote
end
rule :array_item do
- whitespace >> string >> comma >> eol
+ whitespace? >> string >> comma.maybe >> eol
end
rule :array do
- lbracket >> eol >> array_item.repeat >> rbracket
+ lbracket >> eol >> array_item.repeat >> whitespace >> rbracket
end
- rule :argument do
- alpha.repeat.as(:name) >> whitespace >> assign >> whitespace >> (array.as(:values) | string)
+ rule :argument_value do
+ (array.as(:values) | string) >> eol
end
- rule :arguments do
- (argument >> eol).repeat
+ rule :argument do
+ whitespace >> alpha.repeat(1).as(:name) >> whitespace >> assign >> whitespace >> argument_value
end
- rule :identifier do
- whitespace >> quote >> ((alpha | match('[./]')).repeat).as(:name) >> quote >> whitespace
+ rule :block_body do
+ lcurly >> crlf >> argument.repeat.as(:arguments) >> rcurly
end
- rule :block_body do
- arguments.as(:arguments)
+ rule :identifier do
+ whitespace >> quote >> (alpha | dot | slash).repeat(1).as(:name) >> quote >> whitespace
end
rule :block do
- whitespace? >> (alpha.repeat).as(:type) >> identifier >> whitespace >> lcurly >> eol >> block_body >> rcurly >> eol
+ alpha.repeat(1).as(:type) >> identifier >> block_body
end
rule :blocks do
- block.repeat.as(:blocks)
+ whitespace? >> (block >> eol.maybe).repeat(1).as(:blocks)
end
root(:blocks)
diff --git a/lib/spandx/version.rb b/lib/spandx/version.rb
index e3a59d0..c4a4f51 100644
--- a/lib/spandx/version.rb
+++ b/lib/spandx/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Spandx
- VERSION = '0.18.0'
+ VERSION = '0.18.1'
end
diff --git a/spec/fixtures.expected b/spec/fixtures.expected
index cca0a0f..be8381a 100644
--- a/spec/fixtures.expected
+++ b/spec/fixtures.expected
@@ -1,1854 +1,1856 @@
-+----------------------------------------------------------+------------------------+-----------------------------------+----------------------------------------------------+
-| Name | Version | Licenses | Location |
-+----------------------------------------------------------+------------------------+-----------------------------------+----------------------------------------------------+
-| @babel/code-frame | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/compat-data | 7.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/core | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/generator | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-annotate-as-pure | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-builder-binary-assignment-operator-visitor | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-call-delegate | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-compilation-targets | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-create-class-features-plugin | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-create-regexp-features-plugin | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-define-map | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-explode-assignable-expression | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-function-name | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-get-function-arity | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-hoist-variables | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-member-expression-to-functions | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-module-imports | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-module-transforms | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-optimise-call-expression | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-plugin-utils | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-remap-async-to-generator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-replace-supers | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-simple-access | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-split-export-declaration | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helper-wrap-function | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/helpers | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/highlight | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/parser | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-proposal-async-generator-functions | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-proposal-class-properties | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-proposal-dynamic-import | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-proposal-json-strings | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-proposal-nullish-coalescing-operator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-proposal-object-rest-spread | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-proposal-optional-catch-binding | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-proposal-optional-chaining | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-proposal-private-methods | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-proposal-unicode-property-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-syntax-async-generators | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-syntax-dynamic-import | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-syntax-import-meta | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-syntax-json-strings | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-syntax-nullish-coalescing-operator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-syntax-object-rest-spread | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-syntax-optional-catch-binding | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-syntax-optional-chaining | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-syntax-top-level-await | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-arrow-functions | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-async-to-generator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-block-scoped-functions | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-block-scoping | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-classes | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-computed-properties | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-destructuring | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-dotall-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-duplicate-keys | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-exponentiation-operator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-for-of | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-function-name | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-literals | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-member-expression-literals | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-modules-amd | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-modules-commonjs | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-modules-systemjs | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-modules-umd | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-named-capturing-groups-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-new-target | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-object-super | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-parameters | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-property-literals | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-regenerator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-reserved-words | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-shorthand-properties | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-spread | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-sticky-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-template-literals | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-typeof-symbol | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/plugin-transform-unicode-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/preset-env | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/standalone | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/template | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/traverse | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| @babel/types | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| @braintree/sanitize-url | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| @cnakazawa/watch | 1.0.3 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| @gitlab/at.js | 1.5.5 | MIT | spec/fixtures/js/yarn.lock |
-| @gitlab/eslint-plugin | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| @gitlab/svgs | 1.117.0 | MIT | spec/fixtures/js/yarn.lock |
-| @gitlab/ui | 11.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| @gitlab/visual-review-tools | 1.5.1 | MIT | spec/fixtures/js/yarn.lock |
-| @gitlab/vue-toasted | 1.3.0 | | spec/fixtures/js/yarn.lock |
-| @jest/console | 24.7.1 | MIT | spec/fixtures/js/yarn.lock |
-| @jest/core | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| @jest/environment | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| @jest/fake-timers | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| @jest/reporters | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| @jest/source-map | 24.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| @jest/test-result | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| @jest/test-sequencer | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| @jest/transform | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| @jest/types | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| @mrmlnc/readdir-enhanced | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| @nodelib/fs.stat | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| @nuxt/opencollective | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| @sentry/browser | 5.10.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| @sentry/core | 5.10.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| @sentry/hub | 5.10.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| @sentry/minimal | 5.10.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| @sentry/types | 5.10.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| @sentry/utils | 5.10.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| @sourcegraph/code-host-integration | 0.0.34 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| @types/anymatch | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| @types/babel__core | 7.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| @types/babel__generator | 7.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| @types/babel__template | 7.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| @types/babel__traverse | 7.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| @types/events | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| @types/glob | 7.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| @types/istanbul-lib-coverage | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| @types/istanbul-lib-report | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| @types/istanbul-reports | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| @types/minimatch | 3.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| @types/node | 10.12.9 | MIT | spec/fixtures/js/yarn.lock |
-| @types/parse5 | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| @types/stack-utils | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| @types/tapable | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| @types/uglify-js | 3.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| @types/unist | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| @types/vfile | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| @types/vfile-message | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| @types/webpack | 4.4.23 | MIT | spec/fixtures/js/yarn.lock |
-| @types/yargs | 12.0.12 | MIT | spec/fixtures/js/yarn.lock |
-| @types/zen-observable | 0.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| @vue/component-compiler-utils | 2.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| @vue/component-compiler-utils | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| @vue/test-utils | 1.0.0-beta.30 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/ast | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/floating-point-hex-parser | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/helper-api-error | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/helper-buffer | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/helper-code-frame | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/helper-fsm | 1.8.5 | ISC | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/helper-module-context | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/helper-wasm-bytecode | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/helper-wasm-section | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/ieee754 | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/leb128 | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/utf8 | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/wasm-edit | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/wasm-gen | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/wasm-opt | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/wasm-parser | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/wast-parser | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @webassemblyjs/wast-printer | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| @wry/context | 0.4.4 | MIT | spec/fixtures/js/yarn.lock |
-| @wry/equality | 0.1.9 | MIT | spec/fixtures/js/yarn.lock |
-| @xtuc/ieee754 | 1.2.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| @xtuc/long | 4.2.2 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| @yarnpkg/lockfile | 1.1.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| MSBuild.ProjectCreation | 1.3.1 | MIT | spec/fixtures/nuget/Packages.props |
-| McMaster.Extensions.CommandLineUtils | 2.5.0 | Apache-2.0 | spec/fixtures/nuget/Packages.props |
-| Microsoft.Build | 16.4.0 | MIT | spec/fixtures/nuget/Packages.props |
-| Microsoft.Build.Artifacts | 2.0.1 | MIT | spec/fixtures/nuget/Packages.props |
-| Microsoft.Build.Locator | 1.2.6 | Nonstandard | spec/fixtures/nuget/Packages.props |
-| Microsoft.Build.Runtime | 16.4.0 | MIT | spec/fixtures/nuget/Packages.props |
-| Microsoft.Build.Utilities.Core | 16.4.0 | MIT | spec/fixtures/nuget/Packages.props |
-| Microsoft.NET.Test.Sdk | 16.4.0 | Nonstandard | spec/fixtures/nuget/Packages.props |
-| Microsoft.NETFramework.ReferenceAssemblies | 1.0.0 | Nonstandard | spec/fixtures/nuget/Packages.props |
-| Microsoft.VisualStudio.Telemetry | 16.3.2 | Nonstandard | spec/fixtures/nuget/Packages.props |
-| NHibernate | 5.2.6 | LGPL-2.1-only | spec/fixtures/nuget/packages.config |
-| Nerdbank.GitVersioning | 3.0.28 | MIT | spec/fixtures/nuget/Packages.props |
-| Shouldly | 3.0.2 | Nonstandard | spec/fixtures/nuget/Packages.props |
-| SlnGen | 2.2.30 | MIT | spec/fixtures/nuget/Packages.props |
-| StyleCop.Analyzers | 1.1.118 | Apache-2.0 | spec/fixtures/nuget/Packages.props |
-| System.Security.Principal.Windows | 4.3.0 | Nonstandard | spec/fixtures/nuget/Nancy.Hosting.Self.csproj |
-| abab | 2.0.0 | Nonstandard | spec/fixtures/js/yarn.lock |
-| abbrev | 1.0.9 | ISC | spec/fixtures/js/yarn.lock |
-| accepts | 1.3.7 | MIT | spec/fixtures/js/npm/package-lock.json |
-| accepts | 1.3.7 | MIT | spec/fixtures/js/yarn.lock |
-| acorn | 5.7.3 | MIT | spec/fixtures/js/yarn.lock |
-| acorn | 6.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| acorn | 7.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| acorn-globals | 4.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| acorn-jsx | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| acorn-walk | 6.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| adduser | 3.118 | | spec/fixtures/os/var/lib/dpkg/status |
-| after | 0.8.2 | MIT | spec/fixtures/js/yarn.lock |
-| aggregate-error | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| ajv | 6.11.0 | MIT | spec/fixtures/js/yarn.lock |
-| ajv-errors | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| ajv-keywords | 3.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| alpine-baselayout | 3.2.0-r7 | GPL-2.0-only | spec/fixtures/os/lib/apk/db/installed |
-| alpine-keys | 2.2-r0 | MIT | spec/fixtures/os/lib/apk/db/installed |
-| amdefine | 1.0.1 | BSD-3-Clause OR MIT | spec/fixtures/js/yarn.lock |
-| ansi-align | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| ansi-colors | 3.2.4 | MIT | spec/fixtures/js/yarn.lock |
-| ansi-escapes | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| ansi-escapes | 4.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| ansi-html | 0.0.7 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| ansi-regex | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| ansi-regex | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| ansi-regex | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| ansi-styles | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| ansi-styles | 3.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| anymatch | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| anymatch | 3.0.3 | ISC | spec/fixtures/js/yarn.lock |
-| apk-tools | 2.10.5-r1 | GPL-2.0-only | spec/fixtures/os/lib/apk/db/installed |
-| apollo-cache | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| apollo-cache-inmemory | 1.6.3 | MIT | spec/fixtures/js/yarn.lock |
-| apollo-client | 2.6.4 | MIT | spec/fixtures/js/yarn.lock |
-| apollo-link | 1.2.11 | MIT | spec/fixtures/js/yarn.lock |
-| apollo-link-batch | 1.1.12 | MIT | spec/fixtures/js/yarn.lock |
-| apollo-link-batch-http | 1.2.11 | MIT | spec/fixtures/js/yarn.lock |
-| apollo-link-http-common | 0.2.13 | MIT | spec/fixtures/js/yarn.lock |
-| apollo-upload-client | 10.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| apollo-utilities | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| append-transform | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| aproba | 1.2.0 | ISC | spec/fixtures/js/yarn.lock |
-| apt | 1.8.2.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| are-we-there-yet | 1.1.5 | ISC | spec/fixtures/js/yarn.lock |
-| argparse | 1.0.10 | MIT | spec/fixtures/js/yarn.lock |
-| arr-diff | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| arr-flatten | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| arr-union | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| array-equal | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| array-find | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| array-find-index | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| array-flatten | 1.1.1 | MIT | spec/fixtures/js/npm/package-lock.json |
-| array-flatten | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| array-flatten | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| array-includes | 3.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| array-union | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| array-uniq | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| array-unique | 0.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| array.prototype.flat | 1.2.3 | MIT | spec/fixtures/js/yarn.lock |
-| arraybuffer.slice | 0.0.7 | MIT | spec/fixtures/js/yarn.lock |
-| arrify | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| asn1 | 0.2.4 | MIT | spec/fixtures/js/yarn.lock |
-| asn1.js | 4.10.1 | MIT | spec/fixtures/js/yarn.lock |
-| assert | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| assert-plus | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| assign-symbols | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| astral-regex | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| async | 2.6.3 | MIT | spec/fixtures/js/yarn.lock |
-| async-each | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| async-foreach | 0.1.3 | | spec/fixtures/js/yarn.lock |
-| async-limiter | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| asynckit | 0.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| atob | 2.1.2 | MIT OR Apache-2.0 | spec/fixtures/js/yarn.lock |
-| autoprefixer | 9.6.1 | MIT | spec/fixtures/js/yarn.lock |
-| autosize | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| aws-sdk | 2.637.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| aws-sign2 | 0.7.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| aws4 | 1.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| axios | 0.19.0 | MIT | spec/fixtures/js/yarn.lock |
-| axios-mock-adapter | 1.15.0 | MIT | spec/fixtures/js/yarn.lock |
-| babel-code-frame | 6.26.0 | MIT | spec/fixtures/js/yarn.lock |
-| babel-eslint | 10.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| babel-jest | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| babel-loader | 8.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| babel-plugin-dynamic-import-node | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| babel-plugin-istanbul | 5.1.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| babel-plugin-jest-hoist | 24.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| babel-plugin-lodash | 3.3.4 | MIT | spec/fixtures/js/yarn.lock |
-| babel-plugin-rewire | 1.2.0 | ISC | spec/fixtures/js/yarn.lock |
-| babel-preset-jest | 24.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| babylon | 7.0.0-beta.19 | MIT | spec/fixtures/js/yarn.lock |
-| backo2 | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| bail | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| balanced-match | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| base | 0.11.2 | MIT | spec/fixtures/js/yarn.lock |
-| base-files | 10.3+deb10u6 | | spec/fixtures/os/var/lib/dpkg/status |
-| base-passwd | 3.5.46 | | spec/fixtures/os/var/lib/dpkg/status |
-| base64-arraybuffer | 0.1.5 | | spec/fixtures/js/yarn.lock |
-| base64-js | 1.2.3 | MIT | spec/fixtures/js/yarn.lock |
-| base64id | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| bash | 5.0-4 | | spec/fixtures/os/var/lib/dpkg/status |
-| batch | 0.6.1 | MIT | spec/fixtures/js/yarn.lock |
-| bcrypt-pbkdf | 1.0.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| better-assert | 1.0.2 | | spec/fixtures/js/yarn.lock |
-| bfj | 6.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| big.js | 5.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| binary-extensions | 1.11.0 | MIT | spec/fixtures/js/yarn.lock |
-| binary-extensions | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| binaryextensions | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| blob | 0.0.4 | | spec/fixtures/js/yarn.lock |
-| block-stream | 0.0.9 | ISC | spec/fixtures/js/yarn.lock |
-| bluebird | 3.5.5 | MIT | spec/fixtures/js/yarn.lock |
-| bn.js | 4.11.8 | MIT | spec/fixtures/js/yarn.lock |
-| body-parser | 1.19.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| body-parser | 1.19.0 | MIT | spec/fixtures/js/yarn.lock |
-| bonjour | 3.5.0 | MIT | spec/fixtures/js/yarn.lock |
-| bootstrap | 4.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| bootstrap-vue | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| boxen | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| brace-expansion | 1.1.11 | MIT | spec/fixtures/js/yarn.lock |
-| braces | 2.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| braces | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| brorand | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| browser-process-hrtime | 0.1.3 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| browser-resolve | 1.11.3 | MIT | spec/fixtures/js/yarn.lock |
-| browserify-aes | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| browserify-cipher | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| browserify-des | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| browserify-rsa | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| browserify-sign | 4.0.4 | ISC | spec/fixtures/js/yarn.lock |
-| browserify-zlib | 0.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| browserslist | 4.8.7 | MIT | spec/fixtures/js/yarn.lock |
-| bs-logger | 0.2.6 | MIT | spec/fixtures/js/yarn.lock |
-| bsdutils | 1:2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| bser | 2.0.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| buffer | 4.9.1 | MIT | spec/fixtures/js/yarn.lock |
-| buffer-from | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| buffer-indexof | 1.1.0 | | spec/fixtures/js/yarn.lock |
-| buffer-json | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| buffer-xor | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| builtin-status-codes | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| busybox | 1.31.1-r19 | GPL-2.0-only | spec/fixtures/os/lib/apk/db/installed |
-| bytes | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| bytes | 3.1.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| bytes | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| ca-certificates | 20191127-r4 | Nonstandard | spec/fixtures/os/lib/apk/db/installed |
-| ca-certificates-bundle | 20191127-r4 | Nonstandard | spec/fixtures/os/lib/apk/db/installed |
-| cacache | 12.0.3 | ISC | spec/fixtures/js/yarn.lock |
-| cacache | 13.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| cache-base | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| cache-loader | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| call-me-maybe | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| caller-callsite | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| caller-path | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| callsite | 1.0.0 | | spec/fixtures/js/yarn.lock |
-| callsites | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| callsites | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| camel-case | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| camelcase | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| camelcase | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| camelcase | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| camelcase | 5.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| camelcase-keys | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| camelcase-keys | 4.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| caniuse-lite | 1.0.30001030 | CC-BY-4.0 | spec/fixtures/js/yarn.lock |
-| capture-exit | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| capture-stack-trace | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| caseless | 0.12.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| catharsis | 0.8.9 | MIT | spec/fixtures/js/yarn.lock |
-| ccount | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| chalk | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| chalk | 2.4.2 | MIT | spec/fixtures/js/yarn.lock |
-| character-entities | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| character-entities-html4 | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| character-entities-legacy | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| character-reference-invalid | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| chardet | 0.7.0 | MIT | spec/fixtures/js/yarn.lock |
-| charenc | 0.0.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| chart.js | 2.7.2 | MIT | spec/fixtures/js/yarn.lock |
-| chartjs-color | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| chartjs-color-string | 0.5.0 | MIT | spec/fixtures/js/yarn.lock |
-| check-types | 7.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| chokidar | 2.1.8 | MIT | spec/fixtures/js/yarn.lock |
-| chokidar | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| chownr | 1.1.3 | ISC | spec/fixtures/js/yarn.lock |
-| chrome-trace-event | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| ci-info | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| ci-info | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| cipher-base | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| class-utils | 0.3.6 | MIT | spec/fixtures/js/yarn.lock |
-| classlist-polyfill | 1.2.0 | Unlicense | spec/fixtures/js/yarn.lock |
-| clean-css | 4.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| clean-stack | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| cli-boxes | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| cli-cursor | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| cli-width | 2.2.0 | ISC | spec/fixtures/js/yarn.lock |
-| clipboard | 1.7.1 | MIT | spec/fixtures/js/yarn.lock |
-| cliui | 3.2.0 | ISC | spec/fixtures/js/yarn.lock |
-| cliui | 4.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| cliui | 5.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| clone-deep | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| clone-regexp | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| co | 4.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| code-point-at | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| codesandbox-api | 0.0.23 | MIT | spec/fixtures/js/yarn.lock |
-| codesandbox-import-util-types | 1.2.11 | | spec/fixtures/js/yarn.lock |
-| codesandbox-import-utils | 1.2.11 | | spec/fixtures/js/yarn.lock |
-| collapse-white-space | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| collection-visit | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| color-convert | 0.5.3 | | spec/fixtures/js/yarn.lock |
-| color-convert | 1.9.3 | MIT | spec/fixtures/js/yarn.lock |
-| color-name | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| colors | 1.3.3 | MIT | spec/fixtures/js/yarn.lock |
-| combined-stream | 1.0.7 | MIT | spec/fixtures/js/yarn.lock |
-| commander | 2.20.0 | MIT | spec/fixtures/js/yarn.lock |
-| commander | 2.9.0 | MIT | spec/fixtures/js/yarn.lock |
-| commondir | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| compare-versions | 3.5.1 | MIT | spec/fixtures/js/yarn.lock |
-| component-bind | 1.0.0 | | spec/fixtures/js/yarn.lock |
-| component-emitter | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| component-inherit | 0.0.3 | | spec/fixtures/js/yarn.lock |
-| compressible | 2.0.17 | MIT | spec/fixtures/js/yarn.lock |
-| compression | 1.7.4 | MIT | spec/fixtures/js/yarn.lock |
-| compression-webpack-plugin | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| concat-map | 0.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| concat-stream | 1.6.2 | MIT | spec/fixtures/js/yarn.lock |
-| condense-newlines | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| config-chain | 1.1.12 | | spec/fixtures/js/yarn.lock |
-| configstore | 3.1.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| confusing-browser-globals | 1.0.9 | MIT | spec/fixtures/js/yarn.lock |
-| connect | 3.6.6 | MIT | spec/fixtures/js/yarn.lock |
-| connect-history-api-fallback | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| consola | 2.10.1 | MIT | spec/fixtures/js/yarn.lock |
-| console-browserify | 1.1.0 | | spec/fixtures/js/yarn.lock |
-| console-control-strings | 1.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| consolidate | 0.15.1 | MIT | spec/fixtures/js/yarn.lock |
-| constants-browserify | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| contains-path | 0.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| content-disposition | 0.5.3 | MIT | spec/fixtures/js/npm/package-lock.json |
-| content-disposition | 0.5.3 | MIT | spec/fixtures/js/yarn.lock |
-| content-type | 1.0.4 | MIT | spec/fixtures/js/npm/package-lock.json |
-| content-type | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| convert-source-map | 1.7.0 | MIT | spec/fixtures/js/yarn.lock |
-| cookie | 0.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| cookie | 0.4.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| cookie | 0.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| cookie-signature | 1.0.6 | MIT | spec/fixtures/js/npm/package-lock.json |
-| cookie-signature | 1.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| copy-concurrently | 1.0.5 | ISC | spec/fixtures/js/yarn.lock |
-| copy-descriptor | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| copy-to-clipboard | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| copy-webpack-plugin | 5.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| core-js | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| core-js | 3.6.4 | MIT | spec/fixtures/js/yarn.lock |
-| core-js-compat | 3.6.4 | MIT | spec/fixtures/js/yarn.lock |
-| core-util-is | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| coreutils | 8.30-3 | | spec/fixtures/os/var/lib/dpkg/status |
-| cosmiconfig | 5.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| create-ecdh | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| create-error-class | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| create-hash | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| create-hmac | 1.1.6 | MIT | spec/fixtures/js/yarn.lock |
-| cropper | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| cross-spawn | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| cross-spawn | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| cross-spawn | 6.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| crypt | 0.0.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| crypto-browserify | 3.12.0 | MIT | spec/fixtures/js/yarn.lock |
-| crypto-random-string | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| crypto-random-string | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| css | 2.2.4 | MIT | spec/fixtures/js/yarn.lock |
-| css-b64-images | 0.2.5 | | spec/fixtures/js/yarn.lock |
-| css-loader | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| css-selector-parser | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| css-selector-tokenizer | 0.7.2 | MIT | spec/fixtures/js/yarn.lock |
-| cssesc | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| cssesc | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| cssfontparser | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| cssom | 0.3.4 | MIT | spec/fixtures/js/yarn.lock |
-| cssstyle | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| currently-unhandled | 0.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| custom-event | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| custom-jquery-matchers | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| cyclist | 0.2.2 | | spec/fixtures/js/yarn.lock |
-| d3 | 5.15.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-array | 1.2.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-axis | 1.0.8 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-brush | 1.0.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-chord | 1.0.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-collection | 1.0.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-color | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-contour | 1.3.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-dispatch | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-drag | 1.2.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-dsv | 1.0.8 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-ease | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-fetch | 1.1.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-force | 1.1.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-format | 1.2.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-geo | 1.9.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-hierarchy | 1.1.5 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-interpolate | 1.1.6 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-path | 1.0.5 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-polygon | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-quadtree | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-random | 1.1.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-scale | 2.2.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-scale-chromatic | 1.3.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-selection | 1.3.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-shape | 1.2.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-time | 1.0.8 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-time-format | 2.1.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-timer | 1.0.7 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-transition | 1.1.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-voronoi | 1.1.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| d3-zoom | 1.7.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| dagre | 0.8.5 | MIT | spec/fixtures/js/yarn.lock |
-| dagre-d3 | 0.6.4 | MIT | spec/fixtures/js/yarn.lock |
-| dash | 0.5.10.2-5 | | spec/fixtures/os/var/lib/dpkg/status |
-| dashdash | 1.14.1 | MIT | spec/fixtures/js/yarn.lock |
-| data-urls | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| date-format | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| date-now | 0.1.4 | | spec/fixtures/js/yarn.lock |
-| dateformat | 3.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| de-indent | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| debconf | 1.5.71 | | spec/fixtures/os/var/lib/dpkg/status |
-| debian-archive-keyring | 2019.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| debianutils | 4.8.6.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| debug | 2.6.9 | MIT | spec/fixtures/js/npm/package-lock.json |
-| debug | 2.6.9 | MIT | spec/fixtures/js/yarn.lock |
-| debug | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| debug | 3.2.6 | MIT | spec/fixtures/js/yarn.lock |
-| debug | 4.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| decamelize | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| decamelize-keys | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| deckar01-task_list | 2.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| decode-uri-component | 0.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| deep-equal | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| deep-extend | 0.5.1 | MIT | spec/fixtures/js/yarn.lock |
-| deep-extend | 0.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| deep-is | 0.1.3 | Nonstandard | spec/fixtures/js/yarn.lock |
-| default-gateway | 4.2.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| default-require-extensions | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| define-properties | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| define-property | 0.2.5 | MIT | spec/fixtures/js/yarn.lock |
-| define-property | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| define-property | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| del | 4.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| delayed-stream | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| delegate | 3.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| delegates | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| depd | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| depd | 1.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
-| depd | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| des.js | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| destroy | 1.0.4 | MIT | spec/fixtures/js/npm/package-lock.json |
-| destroy | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| detect-file | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| detect-libc | 1.0.3 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| detect-newline | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| detect-node | 2.0.4 | ISC | spec/fixtures/js/yarn.lock |
-| di | 0.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| diff | 3.5.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| diff-sequences | 24.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| diffie-hellman | 5.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| diffutils | 1:3.7-3 | | spec/fixtures/os/var/lib/dpkg/status |
-| dir-glob | 2.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| dns-equal | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| dns-packet | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| dns-txt | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| docdash | 1.0.2 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| doctrine | 1.5.0 | | spec/fixtures/js/yarn.lock |
-| doctrine | 3.0.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| doctrine/instantiator | 1.3.0 | MIT | spec/fixtures/composer/composer.lock |
-| document-register-element | 1.14.3 | ISC | spec/fixtures/js/yarn.lock |
-| dom-event-types | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| dom-serialize | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| dom-serializer | 0.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| domain-browser | 1.1.7 | MIT | spec/fixtures/js/yarn.lock |
-| domelementtype | 1.3.0 | | spec/fixtures/js/yarn.lock |
-| domelementtype | 2.0.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| domexception | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| domhandler | 2.4.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| domhandler | 3.0.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| domutils | 1.6.2 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| domutils | 2.0.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| dot-prop | 4.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| dpkg | 1.19.7 | | spec/fixtures/os/var/lib/dpkg/status |
-| dropzone | 4.2.0 | | spec/fixtures/js/yarn.lock |
-| duplexer | 0.1.1 | | spec/fixtures/js/yarn.lock |
-| duplexer3 | 0.1.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| duplexify | 3.7.1 | MIT | spec/fixtures/js/yarn.lock |
-| e2fsprogs | 1.44.5-1+deb10u3 | | spec/fixtures/os/var/lib/dpkg/status |
-| ecc-jsbn | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| echarts | 4.6.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| editions | 1.3.4 | MIT | spec/fixtures/js/yarn.lock |
-| editorconfig | 0.15.3 | MIT | spec/fixtures/js/yarn.lock |
-| ee-first | 1.1.1 | MIT | spec/fixtures/js/npm/package-lock.json |
-| ee-first | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| ejs | 2.6.1 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| electron-to-chromium | 1.3.360 | ISC | spec/fixtures/js/yarn.lock |
-| elliptic | 6.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| emoji-regex | 7.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| emoji-regex | 8.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| emoji-unicode-version | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| emojis-list | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| emojis-list | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| encodeurl | 1.0.2 | MIT | spec/fixtures/js/npm/package-lock.json |
-| encodeurl | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| end-of-stream | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| engine.io | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| engine.io-client | 3.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| engine.io-parser | 2.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| enhanced-resolve | 0.9.1 | | spec/fixtures/js/yarn.lock |
-| enhanced-resolve | 4.1.0 | | spec/fixtures/js/yarn.lock |
-| ent | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| entities | 1.1.1 | Nonstandard | spec/fixtures/js/yarn.lock |
-| entities | 2.0.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| errno | 0.1.7 | MIT | spec/fixtures/js/yarn.lock |
-| error-ex | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| es-abstract | 1.17.4 | MIT | spec/fixtures/js/yarn.lock |
-| es-to-primitive | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| es6-promise | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| escape-html | 1.0.3 | MIT | spec/fixtures/js/npm/package-lock.json |
-| escape-html | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| escape-string-regexp | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| escaper | 2.5.3 | MIT | spec/fixtures/js/yarn.lock |
-| escodegen | 1.11.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| eslint | 6.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-config-airbnb-base | 14.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-config-prettier | 6.10.0 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-import-resolver-jest | 2.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-import-resolver-node | 0.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-import-resolver-webpack | 0.12.1 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-module-utils | 2.5.2 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-plugin-babel | 5.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-plugin-filenames | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-plugin-import | 2.20.1 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-plugin-jasmine | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-plugin-jest | 22.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-plugin-no-jquery | 2.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-plugin-promise | 4.2.1 | ISC | spec/fixtures/js/yarn.lock |
-| eslint-plugin-vue | 6.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-rule-composer | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-scope | 4.0.3 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| eslint-scope | 5.0.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| eslint-utils | 1.4.3 | MIT | spec/fixtures/js/yarn.lock |
-| eslint-visitor-keys | 1.1.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| espree | 6.1.2 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| esprima | 3.1.3 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| esprima | 4.0.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| esquery | 1.0.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| esrecurse | 4.2.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| estraverse | 4.2.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| esutils | 2.0.3 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| etag | 1.8.1 | MIT | spec/fixtures/js/npm/package-lock.json |
-| etag | 1.8.1 | MIT | spec/fixtures/js/yarn.lock |
-| eve-raphael | 0.5.0 | | spec/fixtures/js/yarn.lock |
-| eventemitter3 | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| events | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| events | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| eventsource | 1.0.7 | MIT | spec/fixtures/js/yarn.lock |
-| evp_bytestokey | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| exec-sh | 0.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| execa | 0.7.0 | MIT | spec/fixtures/js/yarn.lock |
-| execa | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| execall | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| exit | 0.1.2 | | spec/fixtures/js/yarn.lock |
-| expand-brackets | 2.1.4 | MIT | spec/fixtures/js/yarn.lock |
-| expand-tilde | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| expat | 2.2.9-r1 | MIT | spec/fixtures/os/lib/apk/db/installed |
-| expect | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| exports-loader | 0.7.0 | MIT | spec/fixtures/js/yarn.lock |
-| express | 4.17.1 | MIT | spec/fixtures/js/npm/package-lock.json |
-| express | 4.17.1 | MIT | spec/fixtures/js/yarn.lock |
-| extend | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| extend-shallow | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| extend-shallow | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| external-editor | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| extglob | 2.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| extract-files | 5.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| extract-from-css | 0.4.4 | MIT | spec/fixtures/js/yarn.lock |
-| extsprintf | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| fast-deep-equal | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| fast-glob | 2.2.6 | MIT | spec/fixtures/js/yarn.lock |
-| fast-json-stable-stringify | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| fast-levenshtein | 2.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| fastparse | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| fault | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| faye-websocket | 0.10.0 | MIT | spec/fixtures/js/yarn.lock |
-| faye-websocket | 0.11.1 | MIT | spec/fixtures/js/yarn.lock |
-| fb-watchman | 2.0.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| fdisk | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| figgy-pudding | 3.5.1 | ISC | spec/fixtures/js/yarn.lock |
-| figures | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| file-entry-cache | 5.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| file-loader | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| fileset | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| filesize | 3.6.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| fill-range | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| fill-range | 7.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| finalhandler | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| finalhandler | 1.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
-| finalhandler | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| find-cache-dir | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| find-cache-dir | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| find-root | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| find-up | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| find-up | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| find-up | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| find-up | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| findup-sync | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| findutils | 4.6.0+git+20190209-2 | | spec/fixtures/os/var/lib/dpkg/status |
-| flat-cache | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| flatted | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| flush-write-stream | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| follow-redirects | 1.5.10 | MIT | spec/fixtures/js/yarn.lock |
-| for-in | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| forever-agent | 0.6.1 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| form-data | 2.3.3 | MIT | spec/fixtures/js/yarn.lock |
-| format | 0.2.2 | | spec/fixtures/js/yarn.lock |
-| formdata-polyfill | 3.0.19 | MIT | spec/fixtures/js/yarn.lock |
-| forwarded | 0.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
-| forwarded | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| fragment-cache | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| fresh | 0.5.2 | MIT | spec/fixtures/js/npm/package-lock.json |
-| fresh | 0.5.2 | MIT | spec/fixtures/js/yarn.lock |
-| from2 | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| fs-extra | 7.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| fs-minipass | 1.2.6 | ISC | spec/fixtures/js/yarn.lock |
-| fs-minipass | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| fs-write-stream-atomic | 1.0.10 | ISC | spec/fixtures/js/yarn.lock |
-| fs.realpath | 1.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| fsevents | 1.2.9 | MIT | spec/fixtures/js/yarn.lock |
-| fsevents | 2.0.7 | MIT | spec/fixtures/js/yarn.lock |
-| fstream | 1.0.12 | ISC | spec/fixtures/js/yarn.lock |
-| function-bind | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| functional-red-black-tree | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| fuzzaldrin-plus | 0.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| gauge | 2.7.4 | ISC | spec/fixtures/js/yarn.lock |
-| gaze | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| gcc-8-base | 8.3.0-6 | | spec/fixtures/os/var/lib/dpkg/status |
-| gensync | 1.0.0-beta.1 | MIT | spec/fixtures/js/yarn.lock |
-| get-caller-file | 1.0.3 | ISC | spec/fixtures/js/yarn.lock |
-| get-caller-file | 2.0.5 | ISC | spec/fixtures/js/yarn.lock |
-| get-stdin | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| get-stdin | 5.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| get-stdin | 6.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| get-stdin | 7.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| get-stream | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| get-stream | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| get-value | 2.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| getpass | 0.1.7 | MIT | spec/fixtures/js/yarn.lock |
-| gettext-extractor | 3.4.3 | MIT | spec/fixtures/js/yarn.lock |
-| gettext-extractor-vue | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| git | 2.26.2-r0 | GPL-2.0-or-later | spec/fixtures/os/lib/apk/db/installed |
-| glob | 7.1.6 | ISC | spec/fixtures/js/yarn.lock |
-| glob-parent | 3.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| glob-parent | 5.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| glob-to-regexp | 0.3.0 | Nonstandard | spec/fixtures/js/yarn.lock |
-| glob-to-regexp | 0.4.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| global-dirs | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| global-modules | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| global-modules | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| global-prefix | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| global-prefix | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| globals | 11.12.0 | MIT | spec/fixtures/js/yarn.lock |
-| globals | 12.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| globby | 6.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| globby | 7.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| globby | 9.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| globjoin | 0.1.4 | MIT | spec/fixtures/js/yarn.lock |
-| globule | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| gonzales-pe | 4.2.3 | MIT | spec/fixtures/js/yarn.lock |
-| good-listener | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| got | 6.7.1 | MIT | spec/fixtures/js/yarn.lock |
-| gpgv | 2.2.12-1+deb10u1 | | spec/fixtures/os/var/lib/dpkg/status |
-| graceful-fs | 4.2.3 | ISC | spec/fixtures/js/yarn.lock |
-| graceful-readlink | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| graphlib | 2.1.8 | MIT | spec/fixtures/js/yarn.lock |
-| graphql | 14.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| graphql-tag | 2.10.0 | MIT | spec/fixtures/js/yarn.lock |
-| grep | 3.3-1 | | spec/fixtures/os/var/lib/dpkg/status |
-| growly | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| gzip | 1.9-3 | | spec/fixtures/os/var/lib/dpkg/status |
-| gzip-size | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| hamcrest/hamcrest-php | v2.0.0 | Nonstandard | spec/fixtures/composer/composer.lock |
-| handle-thing | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| handlebars | 4.7.2 | MIT | spec/fixtures/js/yarn.lock |
-| har-schema | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| har-validator | 5.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| has | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| has-ansi | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| has-binary2 | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| has-cors | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| has-flag | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| has-flag | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| has-symbols | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| has-unicode | 2.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| has-value | 0.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| has-value | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| has-values | 0.1.4 | MIT | spec/fixtures/js/yarn.lock |
-| has-values | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| hash-base | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| hash-base | 3.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| hash-sum | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| hash.js | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| he | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| highlight.js | 9.13.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| hmac-drbg | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| homedir-polyfill | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| hoopy | 0.1.4 | MIT | spec/fixtures/js/yarn.lock |
-| hosted-git-info | 2.2.0 | ISC | spec/fixtures/js/yarn.lock |
-| hostname | 3.21 | | spec/fixtures/os/var/lib/dpkg/status |
-| hpack.js | 2.1.6 | MIT | spec/fixtures/js/yarn.lock |
-| html-encoding-sniffer | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| html-entities | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| html-escaper | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| html-minifier | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| html-tags | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| htmlparser2 | 3.10.0 | MIT | spec/fixtures/js/yarn.lock |
-| htmlparser2 | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| http-deceiver | 1.2.7 | MIT | spec/fixtures/js/yarn.lock |
-| http-errors | 1.6.2 | MIT | spec/fixtures/js/yarn.lock |
-| http-errors | 1.7.2 | MIT | spec/fixtures/js/npm/package-lock.json |
-| http-errors | 1.7.2 | MIT | spec/fixtures/js/yarn.lock |
-| http-proxy | 1.18.0 | MIT | spec/fixtures/js/yarn.lock |
-| http-proxy-middleware | 0.19.1 | MIT | spec/fixtures/js/yarn.lock |
-| http-signature | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| https-browserify | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| iconv-lite | 0.4.24 | MIT | spec/fixtures/js/npm/package-lock.json |
-| iconv-lite | 0.4.24 | MIT | spec/fixtures/js/yarn.lock |
-| icss-replace-symbols | 1.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| icss-utils | 2.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| ieee754 | 1.1.13 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| iferr | 0.1.5 | MIT | spec/fixtures/js/yarn.lock |
-| ignore | 3.3.10 | MIT | spec/fixtures/js/yarn.lock |
-| ignore | 4.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| ignore | 5.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| ignore-by-default | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| ignore-walk | 3.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| immediate | 3.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| immer | 5.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| import-fresh | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| import-fresh | 3.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| import-lazy | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| import-lazy | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| import-local | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| imports-loader | 0.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| imurmurhash | 0.1.4 | MIT | spec/fixtures/js/yarn.lock |
-| in-publish | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| indent-string | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| indent-string | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| indent-string | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| indexes-of | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| indexof | 0.0.1 | | spec/fixtures/js/yarn.lock |
-| infer-owner | 1.0.4 | ISC | spec/fixtures/js/yarn.lock |
-| inflight | 1.0.6 | ISC | spec/fixtures/js/yarn.lock |
-| inherits | 2.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| inherits | 2.0.3 | ISC | spec/fixtures/js/npm/package-lock.json |
-| inherits | 2.0.3 | ISC | spec/fixtures/js/yarn.lock |
-| ini | 1.3.5 | ISC | spec/fixtures/js/yarn.lock |
-| init-system-helpers | 1.56+nmu1 | | spec/fixtures/os/var/lib/dpkg/status |
-| inquirer | 7.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| internal-ip | 4.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| interpret | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| invariant | 2.2.4 | MIT | spec/fixtures/js/yarn.lock |
-| invert-kv | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| invert-kv | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| ip | 1.1.5 | MIT | spec/fixtures/js/yarn.lock |
-| ip-regex | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| ipaddr.js | 1.9.0 | MIT | spec/fixtures/js/yarn.lock |
-| ipaddr.js | 1.9.1 | MIT | spec/fixtures/js/npm/package-lock.json |
-| is-absolute-url | 3.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| is-accessor-descriptor | 0.1.6 | MIT | spec/fixtures/js/yarn.lock |
-| is-accessor-descriptor | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-alphabetical | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| is-alphanumeric | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-alphanumerical | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| is-arrayish | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| is-binary-path | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| is-binary-path | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-buffer | 1.1.6 | MIT | spec/fixtures/js/yarn.lock |
-| is-buffer | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| is-callable | 1.1.5 | MIT | spec/fixtures/js/yarn.lock |
-| is-ci | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| is-ci | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-data-descriptor | 0.1.4 | MIT | spec/fixtures/js/yarn.lock |
-| is-data-descriptor | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-date-object | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| is-decimal | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| is-descriptor | 0.1.6 | MIT | spec/fixtures/js/yarn.lock |
-| is-descriptor | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| is-directory | 0.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| is-extendable | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| is-extendable | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| is-extglob | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| is-finite | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| is-fullwidth-code-point | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-fullwidth-code-point | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-fullwidth-code-point | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-generator-fn | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-glob | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-glob | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| is-hexadecimal | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| is-installed-globally | 0.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-npm | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-number | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-number | 7.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-obj | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| is-path-cwd | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-path-in-cwd | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-path-inside | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-path-inside | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-plain-obj | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-plain-object | 2.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| is-promise | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-redirect | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-regex | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| is-regexp | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-regexp | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-retry-allowed | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-stream | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-symbol | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| is-typedarray | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-utf8 | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| is-whitespace | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| is-whitespace-character | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| is-windows | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| is-word-character | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| is-wsl | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| isarray | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| isarray | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| isbinaryfile | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| isexe | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| isobject | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| isobject | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| isstream | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| istanbul-api | 2.1.6 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| istanbul-lib-coverage | 2.0.5 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| istanbul-lib-coverage | 3.0.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| istanbul-lib-hook | 2.0.7 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| istanbul-lib-instrument | 3.3.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| istanbul-lib-report | 2.0.8 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| istanbul-lib-report | 3.0.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| istanbul-lib-source-maps | 3.0.6 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| istanbul-reports | 2.2.6 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| istanbul-reports | 3.0.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| istextorbinary | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| iterall | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| jasmine-core | 2.9.0 | MIT | spec/fixtures/js/yarn.lock |
-| jasmine-diff | 0.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| jasmine-jquery | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| jed | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| jest | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-canvas-mock | 2.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| jest-changed-files | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-cli | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-config | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-diff | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-docblock | 24.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-each | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-environment-jsdom | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-environment-node | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-get-type | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-haste-map | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-jasmine2 | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-junit | 6.3.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| jest-leak-detector | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-matcher-utils | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-message-util | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-mock | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-pnp-resolver | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| jest-regex-util | 24.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-resolve | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-resolve-dependencies | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-runner | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-runtime | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-serializer | 24.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-snapshot | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-transform-graphql | 2.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| jest-util | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-validate | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-watcher | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| jest-worker | 24.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| jive | 0.1.0 | MIT | spec/fixtures/nuget/example.csproj |
-| jive | 0.1.0 | MIT | spec/fixtures/nuget/nested/test.csproj |
-| jmespath | 0.15.0 | | spec/fixtures/js/yarn.lock |
-| jquery | 3.4.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| jquery | 3.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| jquery-ujs | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| jquery.caret | 0.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| jquery.waitforimages | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| js-base64 | 2.5.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| js-beautify | 1.10.3 | MIT | spec/fixtures/js/yarn.lock |
-| js-cookie | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| js-tokens | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| js-tokens | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| js-yaml | 3.13.1 | MIT | spec/fixtures/js/yarn.lock |
-| js2xmlparser | 3.0.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| jsbn | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| jsdoc | 3.5.5 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| jsdoc-vue | 1.0.0 | WTFPL | spec/fixtures/js/yarn.lock |
-| jsdom | 11.12.0 | MIT | spec/fixtures/js/yarn.lock |
-| jsesc | 0.5.0 | | spec/fixtures/js/yarn.lock |
-| jsesc | 2.5.2 | MIT | spec/fixtures/js/yarn.lock |
-| json-parse-better-errors | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| json-schema | 0.2.3 | | spec/fixtures/js/yarn.lock |
-| json-schema-traverse | 0.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| json-stable-stringify-without-jsonify | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| json-stringify-safe | 5.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| json3 | 3.3.2 | | spec/fixtures/js/yarn.lock |
-| json5 | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| json5 | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| jsonfile | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| jsprim | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| jszip | 3.1.3 | MIT OR GPL-3.0 | spec/fixtures/js/yarn.lock |
-| jszip-utils | 0.0.2 | MIT OR Nonstandard | spec/fixtures/js/yarn.lock |
-| karma | 4.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| karma-chrome-launcher | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| karma-coverage-istanbul-reporter | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| karma-jasmine | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| karma-junit-reporter | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| karma-mocha-reporter | 2.2.5 | MIT | spec/fixtures/js/yarn.lock |
-| karma-sourcemap-loader | 0.3.7 | MIT | spec/fixtures/js/yarn.lock |
-| karma-webpack | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| katex | 0.10.0 | MIT | spec/fixtures/js/yarn.lock |
-| killable | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| kind-of | 3.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| kind-of | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| kind-of | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| kind-of | 6.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| klaw | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| kleur | 3.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| known-css-properties | 0.14.0 | MIT | spec/fixtures/js/yarn.lock |
-| latest-version | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| lcid | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| lcid | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| left-pad | 1.3.0 | WTFPL | spec/fixtures/js/yarn.lock |
-| leven | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| leven | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| levenary | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| levn | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| libacl1 | 2.2.53-4 | | spec/fixtures/os/var/lib/dpkg/status |
-| libapt-pkg5.0 | 1.8.2.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libattr1 | 1:2.4.48-4 | | spec/fixtures/os/var/lib/dpkg/status |
-| libaudit-common | 1:2.8.4-3 | | spec/fixtures/os/var/lib/dpkg/status |
-| libaudit1 | 1:2.8.4-3 | | spec/fixtures/os/var/lib/dpkg/status |
-| libblkid1 | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libbz2-1.0 | 1.0.6-9.2~deb10u1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libc-bin | 2.28-10 | | spec/fixtures/os/var/lib/dpkg/status |
-| libc-utils | 0.7.2-r3 | BSD-2-Clause AND BSD-3-Clause | spec/fixtures/os/lib/apk/db/installed |
-| libc6 | 2.28-10 | | spec/fixtures/os/var/lib/dpkg/status |
-| libcap-ng0 | 0.7.9-2 | | spec/fixtures/os/var/lib/dpkg/status |
-| libcom-err2 | 1.44.5-1+deb10u3 | | spec/fixtures/os/var/lib/dpkg/status |
-| libcrypto1.1 | 1.1.1g-r0 | OpenSSL | spec/fixtures/os/lib/apk/db/installed |
-| libcurl | 7.69.1-r1 | MIT | spec/fixtures/os/lib/apk/db/installed |
-| libdb5.3 | 5.3.28+dfsg1-0.5 | | spec/fixtures/os/var/lib/dpkg/status |
-| libdebconfclient0 | 0.249 | | spec/fixtures/os/var/lib/dpkg/status |
-| libext2fs2 | 1.44.5-1+deb10u3 | | spec/fixtures/os/var/lib/dpkg/status |
-| libfdisk1 | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libffi6 | 3.2.1-9 | | spec/fixtures/os/var/lib/dpkg/status |
-| libgcc1 | 1:8.3.0-6 | | spec/fixtures/os/var/lib/dpkg/status |
-| libgcrypt20 | 1.8.4-5 | | spec/fixtures/os/var/lib/dpkg/status |
-| libgmp10 | 2:6.1.2+dfsg-4 | | spec/fixtures/os/var/lib/dpkg/status |
-| libgnutls30 | 3.6.7-4+deb10u5 | | spec/fixtures/os/var/lib/dpkg/status |
-| libgpg-error0 | 1.35-1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libhogweed4 | 3.4.1-1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libidn2-0 | 2.0.5-1+deb10u1 | | spec/fixtures/os/var/lib/dpkg/status |
-| liblz4-1 | 1.8.3-1 | | spec/fixtures/os/var/lib/dpkg/status |
-| liblzma5 | 5.2.4-1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libmount1 | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libncursesw6 | 6.1+20181013-2+deb10u2 | | spec/fixtures/os/var/lib/dpkg/status |
-| libnettle6 | 3.4.1-1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libp11-kit0 | 0.23.15-2 | | spec/fixtures/os/var/lib/dpkg/status |
-| libpam-modules | 1.3.1-5 | | spec/fixtures/os/var/lib/dpkg/status |
-| libpam-modules-bin | 1.3.1-5 | | spec/fixtures/os/var/lib/dpkg/status |
-| libpam-runtime | 1.3.1-5 | | spec/fixtures/os/var/lib/dpkg/status |
-| libpam0g | 1.3.1-5 | | spec/fixtures/os/var/lib/dpkg/status |
-| libpcre3 | 2:8.39-12 | | spec/fixtures/os/var/lib/dpkg/status |
-| libseccomp2 | 2.3.3-4 | | spec/fixtures/os/var/lib/dpkg/status |
-| libselinux1 | 2.8-1+b1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libsemanage-common | 2.8-2 | | spec/fixtures/os/var/lib/dpkg/status |
-| libsemanage1 | 2.8-2 | | spec/fixtures/os/var/lib/dpkg/status |
-| libsepol1 | 2.8-1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libsmartcols1 | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libss2 | 1.44.5-1+deb10u3 | | spec/fixtures/os/var/lib/dpkg/status |
-| libssl1.1 | 1.1.1g-r0 | OpenSSL | spec/fixtures/os/lib/apk/db/installed |
-| libstdc++6 | 8.3.0-6 | | spec/fixtures/os/var/lib/dpkg/status |
-| libsystemd0 | 241-7~deb10u4 | | spec/fixtures/os/var/lib/dpkg/status |
-| libtasn1-6 | 4.13-3 | | spec/fixtures/os/var/lib/dpkg/status |
-| libtinfo6 | 6.1+20181013-2+deb10u2 | | spec/fixtures/os/var/lib/dpkg/status |
-| libtls-standalone | 2.9.1-r1 | ISC | spec/fixtures/os/lib/apk/db/installed |
-| libudev1 | 241-7~deb10u4 | | spec/fixtures/os/var/lib/dpkg/status |
-| libunistring2 | 0.9.10-1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libuuid1 | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| libzstd1 | 1.3.8+dfsg-3 | | spec/fixtures/os/var/lib/dpkg/status |
-| lie | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| lightercollective | 0.3.0 | ISC | spec/fixtures/js/yarn.lock |
-| linkify-it | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| load-json-file | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| load-json-file | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| load-json-file | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| loader-runner | 2.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| loader-utils | 1.2.3 | MIT | spec/fixtures/js/yarn.lock |
-| loader-utils | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| locate-path | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| locate-path | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| locate-path | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| lodash | 4.17.15 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.camelcase | 4.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.clonedeep | 4.5.0 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.differencewith | 4.5.0 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.escaperegexp | 4.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.flatten | 4.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.isequal | 4.5.0 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.isplainobject | 4.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.isstring | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.kebabcase | 4.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.mergewith | 4.6.2 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.snakecase | 4.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.sortby | 4.7.0 | MIT | spec/fixtures/js/yarn.lock |
-| lodash.upperfirst | 4.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| log-symbols | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| log-symbols | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| log4js | 4.5.1 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| login | 1:4.5-1.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| loglevel | 1.6.7 | MIT | spec/fixtures/js/yarn.lock |
-| longest-streak | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| loose-envify | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| loud-rejection | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| lower-case | 1.1.4 | MIT | spec/fixtures/js/yarn.lock |
-| lowercase-keys | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| lowlight | 1.11.0 | MIT | spec/fixtures/js/yarn.lock |
-| lru-cache | 4.1.5 | ISC | spec/fixtures/js/yarn.lock |
-| lru-cache | 5.1.1 | ISC | spec/fixtures/js/yarn.lock |
-| lz-string | 1.4.4 | WTFPL | spec/fixtures/js/yarn.lock |
-| make-dir | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| make-dir | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| make-dir | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| make-error | 1.3.5 | ISC | spec/fixtures/js/yarn.lock |
-| makeerror | 1.0.11 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| mamacro | 0.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| map-age-cleaner | 0.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| map-cache | 0.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| map-obj | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| map-obj | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| map-visit | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| markdown-escapes | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| markdown-it | 8.4.2 | MIT | spec/fixtures/js/yarn.lock |
-| markdown-it | 9.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| markdown-table | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| markdownlint | 0.16.0 | MIT | spec/fixtures/js/yarn.lock |
-| markdownlint-cli | 0.18.0 | MIT | spec/fixtures/js/yarn.lock |
-| marked | 0.3.19 | MIT | spec/fixtures/js/yarn.lock |
-| mathml-tag-names | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| mawk | 1.3.3-17+b3 | | spec/fixtures/os/var/lib/dpkg/status |
-| md5 | 2.2.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| md5.js | 1.3.4 | MIT | spec/fixtures/js/yarn.lock |
-| mdast-util-compact | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| mdurl | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| media-typer | 0.3.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| media-typer | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| mem | 4.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| memory-fs | 0.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| memory-fs | 0.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| meow | 3.7.0 | MIT | spec/fixtures/js/yarn.lock |
-| meow | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| merge-descriptors | 1.0.1 | MIT | spec/fixtures/js/npm/package-lock.json |
-| merge-descriptors | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| merge-source-map | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| merge-stream | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| merge2 | 1.2.3 | MIT | spec/fixtures/js/yarn.lock |
-| mermaid | 8.4.8 | MIT | spec/fixtures/js/yarn.lock |
-| methods | 1.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
-| methods | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| micromatch | 3.1.10 | MIT | spec/fixtures/js/yarn.lock |
-| micromatch | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| miller-rabin | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| mime | 1.6.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| mime | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| mime | 2.4.4 | MIT | spec/fixtures/js/yarn.lock |
-| mime-db | 1.40.0 | MIT | spec/fixtures/js/yarn.lock |
-| mime-db | 1.43.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| mime-types | 2.1.24 | MIT | spec/fixtures/js/yarn.lock |
-| mime-types | 2.1.26 | MIT | spec/fixtures/js/npm/package-lock.json |
-| mimic-fn | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| minify | 4.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| minimalistic-assert | 1.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| minimalistic-crypto-utils | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| minimatch | 3.0.4 | ISC | spec/fixtures/js/yarn.lock |
-| minimist | 0.0.8 | MIT | spec/fixtures/js/yarn.lock |
-| minimist | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| minimist | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| minimist-options | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| minipass | 2.3.5 | ISC | spec/fixtures/js/yarn.lock |
-| minipass | 3.1.1 | ISC | spec/fixtures/js/yarn.lock |
-| minipass-collect | 1.0.2 | ISC | spec/fixtures/js/yarn.lock |
-| minipass-flush | 1.0.5 | ISC | spec/fixtures/js/yarn.lock |
-| minipass-pipeline | 1.2.2 | ISC | spec/fixtures/js/yarn.lock |
-| minizlib | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| mississippi | 3.0.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| mixin-deep | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| mkdirp | 0.5.1 | MIT | spec/fixtures/js/yarn.lock |
-| mockery/mockery | 1.3.1 | BSD-3-Clause | spec/fixtures/composer/composer.lock |
-| moment | 2.24.0 | MIT | spec/fixtures/js/yarn.lock |
-| moment-mini | 2.22.1 | MIT | spec/fixtures/js/yarn.lock |
-| monaco-editor | 0.18.1 | MIT | spec/fixtures/js/yarn.lock |
-| monaco-editor-webpack-plugin | 1.7.0 | MIT | spec/fixtures/js/yarn.lock |
-| mount | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| mousetrap | 1.4.6 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| move-concurrently | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| ms | 2.0.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| ms | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| ms | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| multicast-dns | 6.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| multicast-dns-service-types | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| musl | 1.1.24-r9 | MIT | spec/fixtures/os/lib/apk/db/installed |
-| musl-utils | 1.1.24-r9 | Nonstandard | spec/fixtures/os/lib/apk/db/installed |
-| mute-stream | 0.0.8 | ISC | spec/fixtures/js/yarn.lock |
-| nan | 2.14.0 | MIT | spec/fixtures/js/yarn.lock |
-| nanomatch | 1.2.13 | MIT | spec/fixtures/js/yarn.lock |
-| natural-compare | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| ncurses-base | 6.1+20181013-2+deb10u2 | | spec/fixtures/os/var/lib/dpkg/status |
-| ncurses-bin | 6.1+20181013-2+deb10u2 | | spec/fixtures/os/var/lib/dpkg/status |
-| needle | 2.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| negotiator | 0.6.2 | MIT | spec/fixtures/js/npm/package-lock.json |
-| negotiator | 0.6.2 | MIT | spec/fixtures/js/yarn.lock |
-| neo-async | 2.6.1 | MIT | spec/fixtures/js/yarn.lock |
-| net-hippie | 0.2.7 | MIT | spec/fixtures/bundler/Gemfile.lock |
-| net-hippie | 0.2.7 | MIT | spec/fixtures/bundler/gems.lock |
-| nghttp2-libs | 1.41.0-r0 | MIT | spec/fixtures/os/lib/apk/db/installed |
-| nice-try | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| no-case | 2.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| node-ensure | 0.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| node-fetch | 2.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| node-forge | 0.9.0 | BSD-3-Clause OR GPL-2.0 | spec/fixtures/js/yarn.lock |
-| node-gyp | 3.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| node-int64 | 0.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| node-libs-browser | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| node-modules-regexp | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| node-notifier | 5.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| node-pre-gyp | 0.12.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| node-releases | 1.1.50 | MIT | spec/fixtures/js/yarn.lock |
-| node-sass | 4.12.0 | MIT | spec/fixtures/js/yarn.lock |
-| nodemon | 1.18.9 | MIT | spec/fixtures/js/yarn.lock |
-| nopt | 1.0.10 | MIT | spec/fixtures/js/yarn.lock |
-| nopt | 3.0.6 | ISC | spec/fixtures/js/yarn.lock |
-| nopt | 4.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| normalize-package-data | 2.5.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| normalize-path | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| normalize-path | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| normalize-range | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| normalize-selector | 0.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| npm-bundled | 1.0.6 | ISC | spec/fixtures/js/yarn.lock |
-| npm-packlist | 1.4.1 | ISC | spec/fixtures/js/yarn.lock |
-| npm-run-path | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| npmlog | 4.1.2 | ISC | spec/fixtures/js/yarn.lock |
-| num2fraction | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| number-is-nan | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| nwsapi | 2.0.9 | MIT | spec/fixtures/js/yarn.lock |
-| oauth-sign | 0.9.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| object-assign | 4.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| object-component | 0.0.3 | | spec/fixtures/js/yarn.lock |
-| object-copy | 0.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| object-inspect | 1.7.0 | MIT | spec/fixtures/js/yarn.lock |
-| object-keys | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| object-visit | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| object.assign | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| object.entries | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| object.getownpropertydescriptors | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| object.pick | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| object.values | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| obuf | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| on-finished | 2.3.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| on-finished | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| on-headers | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| once | 1.4.0 | ISC | spec/fixtures/js/yarn.lock |
-| onetime | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| opener | 1.5.1 | WTFPL OR MIT | spec/fixtures/js/yarn.lock |
-| opn | 5.5.0 | MIT | spec/fixtures/js/yarn.lock |
-| optimism | 0.10.3 | MIT | spec/fixtures/js/yarn.lock |
-| optimist | 0.6.1 | Nonstandard | spec/fixtures/js/yarn.lock |
-| optionator | 0.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| orderedmap | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| original | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| os-browserify | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| os-homedir | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| os-locale | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| os-locale | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| os-tmpdir | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| osenv | 0.1.5 | ISC | spec/fixtures/js/yarn.lock |
-| p-defer | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-each-series | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-finally | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-is-promise | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-limit | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-limit | 2.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| p-locate | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-locate | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-locate | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-map | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-map | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-reduce | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-retry | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| p-try | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| p-try | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| package-json | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| pako | 1.0.6 | MIT AND Zlib | spec/fixtures/js/yarn.lock |
-| parallel-transform | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| param-case | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| parent-module | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| parse-asn1 | 5.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| parse-color | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| parse-entities | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| parse-json | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| parse-json | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| parse-passwd | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| parse5 | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| parse5 | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| parseqs | 0.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| parseuri | 0.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| parseurl | 1.3.3 | MIT | spec/fixtures/js/npm/package-lock.json |
-| parseurl | 1.3.3 | MIT | spec/fixtures/js/yarn.lock |
-| pascalcase | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| passwd | 1:4.5-1.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| path-browserify | 0.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| path-dirname | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| path-exists | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| path-exists | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| path-exists | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| path-is-absolute | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| path-is-inside | 1.0.2 | WTFPL OR MIT | spec/fixtures/js/yarn.lock |
-| path-key | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| path-parse | 1.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| path-to-regexp | 0.1.7 | MIT | spec/fixtures/js/npm/package-lock.json |
-| path-to-regexp | 0.1.7 | MIT | spec/fixtures/js/yarn.lock |
-| path-type | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| path-type | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| path-type | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| pbkdf2 | 3.0.14 | MIT | spec/fixtures/js/yarn.lock |
-| pcre2 | 10.35-r0 | BSD-3-Clause | spec/fixtures/os/lib/apk/db/installed |
-| pdfjs-dist | 2.1.266 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| performance-now | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| perl-base | 5.28.1-6+deb10u1 | | spec/fixtures/os/var/lib/dpkg/status |
-| phpdocumentor/reflection-common | 2.0.0 | MIT | spec/fixtures/composer/composer.lock |
-| phpdocumentor/type-resolver | 1.0.1 | MIT | spec/fixtures/composer/composer.lock |
-| picomatch | 2.0.7 | MIT | spec/fixtures/js/yarn.lock |
-| pify | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| pify | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| pify | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| pikaday | 1.8.0 | 0BSD OR MIT | spec/fixtures/js/yarn.lock |
-| pinkie | 2.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| pinkie-promise | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| pirates | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| pixelmatch | 4.0.2 | ISC | spec/fixtures/js/yarn.lock |
-| pkg-dir | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| pkg-dir | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| pkg-dir | 4.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| pn | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| pngjs | 3.3.3 | MIT | spec/fixtures/js/yarn.lock |
-| pofile | 1.0.11 | | spec/fixtures/js/yarn.lock |
-| popper.js | 1.16.1 | MIT | spec/fixtures/js/yarn.lock |
-| portal-vue | 2.1.6 | MIT | spec/fixtures/js/yarn.lock |
-| portfinder | 1.0.25 | MIT | spec/fixtures/js/yarn.lock |
-| posix-character-classes | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| postcss | 6.0.23 | MIT | spec/fixtures/js/yarn.lock |
-| postcss | 7.0.27 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-html | 0.36.0 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-jsx | 0.36.2 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-less | 3.1.4 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-markdown | 0.36.0 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-media-query-parser | 0.2.3 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-modules-extract-imports | 1.2.1 | ISC | spec/fixtures/js/yarn.lock |
-| postcss-modules-local-by-default | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-modules-scope | 1.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| postcss-modules-values | 1.3.0 | ISC | spec/fixtures/js/yarn.lock |
-| postcss-reporter | 6.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-resolve-nested-selector | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-safe-parser | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-sass | 0.3.5 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-scss | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-selector-parser | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-selector-parser | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-selector-parser | 6.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-syntax | 0.36.2 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-value-parser | 3.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| postcss-value-parser | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| prelude-ls | 1.1.2 | | spec/fixtures/js/yarn.lock |
-| prepend-http | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| prettier | 1.16.3 | MIT | spec/fixtures/js/yarn.lock |
-| prettier | 1.18.2 | MIT | spec/fixtures/js/yarn.lock |
-| pretty | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| pretty-format | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| prismjs | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| private | 0.1.8 | MIT | spec/fixtures/js/yarn.lock |
-| process | 0.11.10 | MIT | spec/fixtures/js/yarn.lock |
-| process-nextick-args | 1.0.7 | MIT | spec/fixtures/js/yarn.lock |
-| process-nextick-args | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| progress | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| promise-inflight | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| prompts | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-commands | 1.0.7 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-dropcursor | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-gapcursor | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-history | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-inputrules | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-keymap | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-markdown | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-model | 1.6.4 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-schema-list | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-state | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-tables | 0.7.10 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-transform | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| prosemirror-utils | 0.7.5 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| prosemirror-view | 1.6.8 | MIT | spec/fixtures/js/yarn.lock |
-| proto-list | 1.2.4 | ISC | spec/fixtures/js/yarn.lock |
-| proxy-addr | 2.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| proxy-addr | 2.0.6 | MIT | spec/fixtures/js/npm/package-lock.json |
-| prr | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| pseudomap | 1.0.2 | ISC | spec/fixtures/js/yarn.lock |
-| psl | 1.1.29 | MIT | spec/fixtures/js/yarn.lock |
-| pstree.remy | 1.1.6 | MIT | spec/fixtures/js/yarn.lock |
-| public-encrypt | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| pump | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| pump | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| pumpify | 1.5.1 | MIT | spec/fixtures/js/yarn.lock |
-| punycode | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| punycode | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| punycode | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| qjobs | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| qs | 6.5.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| qs | 6.7.0 | BSD-3-Clause | spec/fixtures/js/npm/package-lock.json |
-| qs | 6.7.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| querystring | 0.2.0 | | spec/fixtures/js/yarn.lock |
-| querystring-es3 | 0.2.1 | | spec/fixtures/js/yarn.lock |
-| querystringify | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| quick-lru | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| randombytes | 2.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| randomfill | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| range-parser | 1.2.1 | MIT | spec/fixtures/js/npm/package-lock.json |
-| range-parser | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| raphael | 2.2.7 | MIT | spec/fixtures/js/yarn.lock |
-| raw-body | 2.4.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| raw-body | 2.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| raw-loader | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| rc | 1.2.8 | BSD-2-Clause OR MIT OR Apache-2.0 | spec/fixtures/js/yarn.lock |
-| react-is | 16.8.6 | MIT | spec/fixtures/js/yarn.lock |
-| read-pkg | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| read-pkg | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| read-pkg | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| read-pkg-up | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| read-pkg-up | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| read-pkg-up | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| read-pkg-up | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| readable-stream | 2.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| readable-stream | 2.3.6 | MIT | spec/fixtures/js/yarn.lock |
-| readable-stream | 3.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| readdir-enhanced | 2.2.4 | MIT | spec/fixtures/js/yarn.lock |
-| readdirp | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| readdirp | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| realpath-native | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| redent | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| redent | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| regenerate | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| regenerate-unicode-properties | 8.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| regenerator-transform | 0.14.1 | MIT | spec/fixtures/js/yarn.lock |
-| regex-not | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| regexpp | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| regexpu-core | 4.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| registry-auth-token | 3.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| registry-url | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| registry.terraform.io/hashicorp/aws | 3.39.0 | | spec/fixtures/terraform/simple/.terraform.lock.hcl |
-| regjsgen | 0.5.0 | MIT | spec/fixtures/js/yarn.lock |
-| regjsparser | 0.6.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| relateurl | 0.2.7 | MIT | spec/fixtures/js/yarn.lock |
-| remark | 10.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| remark-parse | 6.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| remark-stringify | 6.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| remove-trailing-separator | 1.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| repeat-element | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| repeat-string | 1.6.1 | MIT | spec/fixtures/js/yarn.lock |
-| repeating | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| replace-ext | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| request | 2.88.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| request-promise-core | 1.1.1 | ISC | spec/fixtures/js/yarn.lock |
-| request-promise-native | 1.0.5 | ISC | spec/fixtures/js/yarn.lock |
-| require-directory | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| require-main-filename | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| require-main-filename | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| require-package-name | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| requires-port | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| requizzle | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| resize-observer-polyfill | 1.5.1 | MIT | spec/fixtures/js/yarn.lock |
-| resolve | 1.1.7 | MIT | spec/fixtures/js/yarn.lock |
-| resolve | 1.15.0 | MIT | spec/fixtures/js/yarn.lock |
-| resolve-cwd | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| resolve-dir | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| resolve-from | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| resolve-from | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| resolve-from | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| resolve-url | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| restore-cursor | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| ret | 0.1.15 | MIT | spec/fixtures/js/yarn.lock |
-| retry | 0.12.0 | MIT | spec/fixtures/js/yarn.lock |
-| rfdc | 1.1.4 | MIT | spec/fixtures/js/yarn.lock |
-| rimraf | 2.6.3 | ISC | spec/fixtures/js/yarn.lock |
-| rimraf | 2.7.1 | ISC | spec/fixtures/js/yarn.lock |
-| ripemd160 | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| rope-sequence | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| rsvp | 4.8.4 | MIT | spec/fixtures/js/yarn.lock |
-| run-async | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| run-queue | 1.0.3 | ISC | spec/fixtures/js/yarn.lock |
-| rw | 1.3.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| rxjs | 6.5.4 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| safe-buffer | 5.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
-| safe-buffer | 5.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| safe-regex | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| safer-buffer | 2.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
-| safer-buffer | 2.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| sane | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| sanitize-html | 1.22.0 | MIT | spec/fixtures/js/yarn.lock |
-| sass-graph | 2.2.4 | MIT | spec/fixtures/js/yarn.lock |
-| sax | 1.2.1 | ISC | spec/fixtures/js/yarn.lock |
-| sax | 1.2.4 | ISC | spec/fixtures/js/yarn.lock |
-| scanelf | 1.2.6-r0 | GPL-2.0-only | spec/fixtures/os/lib/apk/db/installed |
-| schema-utils | 0.4.5 | MIT | spec/fixtures/js/yarn.lock |
-| schema-utils | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| schema-utils | 2.6.4 | MIT | spec/fixtures/js/yarn.lock |
-| scope-css | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| scss-tokenizer | 0.2.3 | MIT | spec/fixtures/js/yarn.lock |
-| sed | 4.7-1 | | spec/fixtures/os/var/lib/dpkg/status |
-| select | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| select-hose | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| select2 | 3.5.2-browserify | | spec/fixtures/js/yarn.lock |
-| selfsigned | 1.10.7 | MIT | spec/fixtures/js/yarn.lock |
-| semver | 5.3.0 | ISC | spec/fixtures/js/yarn.lock |
-| semver | 5.7.1 | ISC | spec/fixtures/js/yarn.lock |
-| semver | 6.3.0 | ISC | spec/fixtures/js/yarn.lock |
-| semver | 7.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| semver-diff | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| send | 0.17.1 | MIT | spec/fixtures/js/npm/package-lock.json |
-| send | 0.17.1 | MIT | spec/fixtures/js/yarn.lock |
-| serialize-javascript | 2.1.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| serve-index | 1.9.1 | MIT | spec/fixtures/js/yarn.lock |
-| serve-static | 1.14.1 | MIT | spec/fixtures/js/npm/package-lock.json |
-| serve-static | 1.14.1 | MIT | spec/fixtures/js/yarn.lock |
-| set-blocking | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| set-value | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| setimmediate | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| setprototypeof | 1.0.3 | ISC | spec/fixtures/js/yarn.lock |
-| setprototypeof | 1.1.1 | ISC | spec/fixtures/js/npm/package-lock.json |
-| setprototypeof | 1.1.1 | ISC | spec/fixtures/js/yarn.lock |
-| sha.js | 2.4.10 | MIT | spec/fixtures/js/yarn.lock |
-| shallow-clone | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| shebang-command | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| shebang-regex | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| shellwords | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| sigmund | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| signal-exit | 3.0.2 | ISC | spec/fixtures/js/yarn.lock |
-| sisteransi | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| six | 1.13.0 | MIT | spec/fixtures/pip/Pipfile.lock |
-| slash | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| slash | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| slash | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| slice-ansi | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| slugify | 1.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| smooshpack | 0.0.62 | Nonstandard | spec/fixtures/js/yarn.lock |
-| snapdragon | 0.8.2 | MIT | spec/fixtures/js/yarn.lock |
-| snapdragon-node | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| snapdragon-util | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| socket.io | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| socket.io-adapter | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| socket.io-client | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| socket.io-parser | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| sockjs | 0.3.19 | MIT | spec/fixtures/js/yarn.lock |
-| sockjs-client | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| sortablejs | 1.10.2 | MIT | spec/fixtures/js/yarn.lock |
-| source-list-map | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| source-map | 0.4.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| source-map | 0.5.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| source-map | 0.5.7 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| source-map | 0.6.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| source-map | 0.7.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| source-map-resolve | 0.5.2 | MIT | spec/fixtures/js/yarn.lock |
-| source-map-support | 0.5.13 | MIT | spec/fixtures/js/yarn.lock |
-| source-map-url | 0.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| spdx-correct | 1.0.2 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| spdx-expression-parse | 1.0.4 | MIT AND CC-BY-3.0 | spec/fixtures/js/yarn.lock |
-| spdx-license-ids | 1.2.2 | Unlicense | spec/fixtures/js/yarn.lock |
-| spdy | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| spdy-transport | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| specificity | 0.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| split-string | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| sprintf-js | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| sql.js | 0.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| srcset | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| sshpk | 1.15.2 | MIT | spec/fixtures/js/yarn.lock |
-| ssl_client | 1.31.1-r19 | GPL-2.0-only | spec/fixtures/os/lib/apk/db/installed |
-| ssri | 6.0.1 | ISC | spec/fixtures/js/yarn.lock |
-| ssri | 7.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| stack-utils | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| state-toggle | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| static-extend | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| statuses | 1.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| statuses | 1.5.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| statuses | 1.5.0 | MIT | spec/fixtures/js/yarn.lock |
-| stdout-stream | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| stealthy-require | 1.1.1 | ISC | spec/fixtures/js/yarn.lock |
-| stickyfilljs | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| stream-browserify | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| stream-each | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| stream-http | 2.8.2 | MIT | spec/fixtures/js/yarn.lock |
-| stream-shift | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| streamroller | 1.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| string-length | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| string-width | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| string-width | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| string-width | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| string-width | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| string.prototype.trimleft | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| string.prototype.trimright | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| string_decoder | 0.10.31 | MIT | spec/fixtures/js/yarn.lock |
-| string_decoder | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| stringify-entities | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| strip-ansi | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| strip-ansi | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| strip-ansi | 5.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| strip-bom | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| strip-bom | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| strip-css-comments | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| strip-eof | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| strip-indent | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| strip-indent | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| strip-json-comments | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| strip-json-comments | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| style-loader | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| style-search | 0.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| stylelint | 10.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| stylelint-config-recommended | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| stylelint-scss | 3.9.2 | MIT | spec/fixtures/js/yarn.lock |
-| sugarss | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| supports-color | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| supports-color | 5.5.0 | MIT | spec/fixtures/js/yarn.lock |
-| supports-color | 6.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| supports-color | 7.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| svg-tags | 1.0.0 | | spec/fixtures/js/yarn.lock |
-| svg4everybody | 2.1.9 | CC0-1.0 | spec/fixtures/js/yarn.lock |
-| swagger-ui-dist | 3.24.3 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| symbol-observable | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| symbol-tree | 3.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| symfony/polyfill-ctype | v1.14.0 | MIT | spec/fixtures/composer/composer.lock |
-| sysvinit-utils | 2.93-8 | | spec/fixtures/os/var/lib/dpkg/status |
-| table | 5.4.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| taffydb | 2.6.2 | | spec/fixtures/js/yarn.lock |
-| tapable | 0.1.10 | MIT | spec/fixtures/js/yarn.lock |
-| tapable | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| tar | 1.30+dfsg-6 | | spec/fixtures/os/var/lib/dpkg/status |
-| tar | 2.2.2 | ISC | spec/fixtures/js/yarn.lock |
-| tar | 4.4.8 | ISC | spec/fixtures/js/yarn.lock |
-| term-size | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| terser | 4.3.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| terser-webpack-plugin | 1.4.3 | MIT | spec/fixtures/js/yarn.lock |
-| test-exclude | 5.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| text-table | 0.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| textextensions | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| three | 0.84.0 | MIT | spec/fixtures/js/yarn.lock |
-| three-orbit-controls | 82.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| three-stl-loader | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| throat | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| throttle-debounce | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| through | 2.3.8 | MIT | spec/fixtures/js/yarn.lock |
-| through2 | 2.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| thunky | 0.1.0 | | spec/fixtures/js/yarn.lock |
-| timeago.js | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| timed-out | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| timers-browserify | 2.0.10 | | spec/fixtures/js/yarn.lock |
-| timezone-mock | 1.0.8 | MIT | spec/fixtures/js/yarn.lock |
-| tiny-emitter | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| tiptap | 1.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| tiptap-commands | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
-| tiptap-extensions | 1.8.0 | MIT | spec/fixtures/js/yarn.lock |
-| tiptap-utils | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| tmp | 0.0.33 | MIT | spec/fixtures/js/yarn.lock |
-| tmpl | 1.0.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| to-array | 0.1.4 | | spec/fixtures/js/yarn.lock |
-| to-arraybuffer | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| to-fast-properties | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| to-object-path | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| to-regex | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| to-regex-range | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| to-regex-range | 5.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| toggle-selection | 1.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| toidentifier | 1.0.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| toidentifier | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| touch | 3.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| tough-cookie | 2.4.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-| tr46 | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| tributejs | 4.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| trim | 0.0.1 | | spec/fixtures/js/yarn.lock |
-| trim-newlines | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| trim-newlines | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| trim-trailing-lines | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| trough | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| true-case-path | 1.0.3 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| try-catch | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| try-to-catch | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| tryer | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| ts-invariant | 0.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| ts-invariant | 0.4.4 | MIT | spec/fixtures/js/yarn.lock |
-| ts-jest | 24.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| tslib | 1.9.3 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| tty-browserify | 0.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| tunnel-agent | 0.6.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| tweetnacl | 0.14.5 | Unlicense | spec/fixtures/js/yarn.lock |
-| type-check | 0.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| type-fest | 0.5.2 | MIT OR CC0-1.0 | spec/fixtures/js/yarn.lock |
-| type-fest | 0.8.1 | MIT OR CC0-1.0 | spec/fixtures/js/yarn.lock |
-| type-is | 1.6.18 | MIT | spec/fixtures/js/npm/package-lock.json |
-| type-is | 1.6.18 | MIT | spec/fixtures/js/yarn.lock |
-| typedarray | 0.0.6 | MIT | spec/fixtures/js/yarn.lock |
-| typescript | 3.3.4000 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| tzdata | 2020a-0+deb10u1 | | spec/fixtures/os/var/lib/dpkg/status |
-| uc.micro | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| uglify-js | 3.6.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| ultron | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| undefsafe | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| underscore | 1.6.0 | | spec/fixtures/js/yarn.lock |
-| underscore | 1.8.3 | MIT | spec/fixtures/js/yarn.lock |
-| underscore | 1.9.2 | MIT | spec/fixtures/js/yarn.lock |
-| underscore-contrib | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| unfetch | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| unherit | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| unicode-canonical-property-names-ecmascript | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| unicode-match-property-ecmascript | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| unicode-match-property-value-ecmascript | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| unicode-property-aliases-ecmascript | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| unified | 7.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| union-value | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| uniq | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| unique-filename | 1.1.1 | ISC | spec/fixtures/js/yarn.lock |
-| unique-slug | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| unique-string | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| unist-util-find-all-after | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| unist-util-is | 2.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| unist-util-remove-position | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| unist-util-stringify-position | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| unist-util-visit | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
-| unist-util-visit-parents | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| universalify | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| unpipe | 1.0.0 | MIT | spec/fixtures/js/npm/package-lock.json |
-| unpipe | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| unset-value | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| unzip-response | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| upath | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| update-notifier | 2.5.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| upper-case | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
-| uri-js | 4.2.2 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| urix | 0.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| url | 0.10.3 | MIT | spec/fixtures/js/yarn.lock |
-| url | 0.11.0 | MIT | spec/fixtures/js/yarn.lock |
-| url-loader | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| url-parse | 1.4.4 | MIT | spec/fixtures/js/yarn.lock |
-| url-parse-lax | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| url-search-params-polyfill | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| use | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| useragent | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| util | 0.10.3 | MIT | spec/fixtures/js/yarn.lock |
-| util | 0.11.1 | MIT | spec/fixtures/js/yarn.lock |
-| util-deprecate | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| util-linux | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
-| util.promisify | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| utils-merge | 1.0.1 | MIT | spec/fixtures/js/npm/package-lock.json |
-| utils-merge | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| uuid | 3.3.2 | MIT | spec/fixtures/js/yarn.lock |
-| v8-compile-cache | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| validate-npm-package-license | 3.0.1 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| vary | 1.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
-| vary | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| verror | 1.10.0 | MIT | spec/fixtures/js/yarn.lock |
-| vfile | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| vfile-location | 2.0.4 | MIT | spec/fixtures/js/yarn.lock |
-| vfile-message | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| visibilityjs | 1.2.4 | MIT | spec/fixtures/js/yarn.lock |
-| vm-browserify | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| void-elements | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| vue | 2.6.10 | MIT | spec/fixtures/js/yarn.lock |
-| vue-apollo | 3.0.0-beta.28 | ISC | spec/fixtures/js/yarn.lock |
-| vue-eslint-parser | 7.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| vue-functional-data-merge | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| vue-hot-reload-api | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| vue-jest | 4.0.0-beta.2 | MIT | spec/fixtures/js/yarn.lock |
-| vue-loader | 15.9.0 | MIT | spec/fixtures/js/yarn.lock |
-| vue-router | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| vue-runtime-helpers | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| vue-style-loader | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| vue-template-compiler | 2.6.10 | MIT | spec/fixtures/js/yarn.lock |
-| vue-template-es2015-compiler | 1.9.1 | MIT | spec/fixtures/js/yarn.lock |
-| vue-virtual-scroll-list | 1.4.4 | MIT | spec/fixtures/js/yarn.lock |
-| vuedraggable | 2.23.0 | MIT | spec/fixtures/js/yarn.lock |
-| vuex | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| w3c-hr-time | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| w3c-keyname | 1.1.8 | MIT | spec/fixtures/js/yarn.lock |
-| walker | 1.0.7 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| watchpack | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| wbuf | 1.7.3 | MIT | spec/fixtures/js/yarn.lock |
-| webidl-conversions | 4.0.2 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
-| webmozart/assert | 1.7.0 | MIT | spec/fixtures/composer/composer.lock |
-| webpack | 4.42.0 | MIT | spec/fixtures/js/yarn.lock |
-| webpack-bundle-analyzer | 3.6.0 | MIT | spec/fixtures/js/yarn.lock |
-| webpack-cli | 3.3.11 | MIT | spec/fixtures/js/yarn.lock |
-| webpack-dev-middleware | 3.7.2 | MIT | spec/fixtures/js/yarn.lock |
-| webpack-dev-server | 3.10.3 | MIT | spec/fixtures/js/yarn.lock |
-| webpack-log | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| webpack-sources | 1.4.3 | MIT | spec/fixtures/js/yarn.lock |
-| webpack-stats-plugin | 0.3.1 | MIT | spec/fixtures/js/yarn.lock |
-| websocket-driver | 0.6.5 | MIT | spec/fixtures/js/yarn.lock |
-| websocket-extensions | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
-| whatwg-encoding | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| whatwg-mimetype | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
-| whatwg-url | 6.5.0 | MIT | spec/fixtures/js/yarn.lock |
-| whatwg-url | 7.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| which | 1.3.1 | ISC | spec/fixtures/js/yarn.lock |
-| which-module | 1.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| which-module | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| wide-align | 1.1.3 | ISC | spec/fixtures/js/yarn.lock |
-| widest-line | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| word-wrap | 1.2.3 | MIT | spec/fixtures/js/yarn.lock |
-| wordwrap | 0.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| worker-farm | 1.7.0 | MIT | spec/fixtures/js/yarn.lock |
-| worker-loader | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| wrap-ansi | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| wrap-ansi | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| wrappy | 1.0.2 | ISC | spec/fixtures/js/yarn.lock |
-| write | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
-| write-file-atomic | 2.4.1 | ISC | spec/fixtures/js/yarn.lock |
-| ws | 3.3.3 | MIT | spec/fixtures/js/yarn.lock |
-| ws | 5.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| ws | 6.2.1 | MIT | spec/fixtures/js/yarn.lock |
-| x-is-string | 0.1.0 | | spec/fixtures/js/yarn.lock |
-| xdg-basedir | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
-| xml | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
-| xml-name-validator | 3.0.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| xml2js | 0.4.19 | MIT | spec/fixtures/js/yarn.lock |
-| xmlbuilder | 8.2.2 | MIT | spec/fixtures/js/yarn.lock |
-| xmlbuilder | 9.0.7 | MIT | spec/fixtures/js/yarn.lock |
-| xmlcreate | 1.0.2 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| xmlhttprequest-ssl | 1.5.5 | | spec/fixtures/js/yarn.lock |
-| xtend | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
-| xterm | 3.5.0 | MIT | spec/fixtures/js/yarn.lock |
-| xunit | 2.4.0 | Nonstandard | spec/fixtures/nuget/nested/test.csproj |
-| xunit | 2.4.1 | Nonstandard | spec/fixtures/nuget/Packages.props |
-| xunit.runner.visualstudio | 2.4.1 | Nonstandard | spec/fixtures/nuget/Packages.props |
-| y18n | 3.2.1 | ISC | spec/fixtures/js/yarn.lock |
-| y18n | 4.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| yallist | 2.1.2 | ISC | spec/fixtures/js/yarn.lock |
-| yallist | 3.0.3 | ISC | spec/fixtures/js/yarn.lock |
-| yallist | 4.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| yargs | 12.0.5 | MIT | spec/fixtures/js/yarn.lock |
-| yargs | 13.2.4 | MIT | spec/fixtures/js/yarn.lock |
-| yargs | 7.1.0 | MIT | spec/fixtures/js/yarn.lock |
-| yargs-parser | 10.1.0 | ISC | spec/fixtures/js/yarn.lock |
-| yargs-parser | 11.1.1 | ISC | spec/fixtures/js/yarn.lock |
-| yargs-parser | 13.1.1 | ISC | spec/fixtures/js/yarn.lock |
-| yargs-parser | 5.0.0 | ISC | spec/fixtures/js/yarn.lock |
-| yarn-check-webpack-plugin | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
-| yarn-deduplicate | 1.1.1 | Apache-2.0 | spec/fixtures/js/yarn.lock |
-| yeast | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
-| zen-observable | 0.8.11 | MIT | spec/fixtures/js/yarn.lock |
-| zen-observable-ts | 0.8.18 | MIT | spec/fixtures/js/yarn.lock |
-| zlib | 1.2.11-r3 | Zlib | spec/fixtures/os/lib/apk/db/installed |
-| zlib1g | 1:1.2.11.dfsg-1 | | spec/fixtures/os/var/lib/dpkg/status |
-| zrender | 4.2.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
-+----------------------------------------------------------+------------------------+-----------------------------------+----------------------------------------------------+
++----------------------------------------------------------+------------------------+-----------------------------------+----------------------------------------------------------------+
+| Name | Version | Licenses | Location |
++----------------------------------------------------------+------------------------+-----------------------------------+----------------------------------------------------------------+
+| @babel/code-frame | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/compat-data | 7.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/core | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/generator | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-annotate-as-pure | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-builder-binary-assignment-operator-visitor | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-call-delegate | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-compilation-targets | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-create-class-features-plugin | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-create-regexp-features-plugin | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-define-map | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-explode-assignable-expression | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-function-name | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-get-function-arity | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-hoist-variables | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-member-expression-to-functions | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-module-imports | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-module-transforms | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-optimise-call-expression | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-plugin-utils | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-remap-async-to-generator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-replace-supers | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-simple-access | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-split-export-declaration | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helper-wrap-function | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/helpers | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/highlight | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/parser | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-proposal-async-generator-functions | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-proposal-class-properties | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-proposal-dynamic-import | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-proposal-json-strings | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-proposal-nullish-coalescing-operator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-proposal-object-rest-spread | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-proposal-optional-catch-binding | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-proposal-optional-chaining | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-proposal-private-methods | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-proposal-unicode-property-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-syntax-async-generators | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-syntax-dynamic-import | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-syntax-import-meta | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-syntax-json-strings | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-syntax-nullish-coalescing-operator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-syntax-object-rest-spread | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-syntax-optional-catch-binding | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-syntax-optional-chaining | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-syntax-top-level-await | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-arrow-functions | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-async-to-generator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-block-scoped-functions | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-block-scoping | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-classes | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-computed-properties | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-destructuring | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-dotall-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-duplicate-keys | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-exponentiation-operator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-for-of | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-function-name | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-literals | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-member-expression-literals | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-modules-amd | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-modules-commonjs | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-modules-systemjs | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-modules-umd | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-named-capturing-groups-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-new-target | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-object-super | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-parameters | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-property-literals | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-regenerator | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-reserved-words | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-shorthand-properties | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-spread | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-sticky-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-template-literals | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-typeof-symbol | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/plugin-transform-unicode-regex | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/preset-env | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/standalone | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/template | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/traverse | 7.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| @babel/types | 7.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| @braintree/sanitize-url | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| @cnakazawa/watch | 1.0.3 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| @gitlab/at.js | 1.5.5 | MIT | spec/fixtures/js/yarn.lock |
+| @gitlab/eslint-plugin | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| @gitlab/svgs | 1.117.0 | MIT | spec/fixtures/js/yarn.lock |
+| @gitlab/ui | 11.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| @gitlab/visual-review-tools | 1.5.1 | MIT | spec/fixtures/js/yarn.lock |
+| @gitlab/vue-toasted | 1.3.0 | | spec/fixtures/js/yarn.lock |
+| @jest/console | 24.7.1 | MIT | spec/fixtures/js/yarn.lock |
+| @jest/core | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| @jest/environment | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| @jest/fake-timers | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| @jest/reporters | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| @jest/source-map | 24.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| @jest/test-result | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| @jest/test-sequencer | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| @jest/transform | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| @jest/types | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| @mrmlnc/readdir-enhanced | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| @nodelib/fs.stat | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| @nuxt/opencollective | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| @sentry/browser | 5.10.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| @sentry/core | 5.10.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| @sentry/hub | 5.10.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| @sentry/minimal | 5.10.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| @sentry/types | 5.10.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| @sentry/utils | 5.10.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| @sourcegraph/code-host-integration | 0.0.34 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| @types/anymatch | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| @types/babel__core | 7.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| @types/babel__generator | 7.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| @types/babel__template | 7.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| @types/babel__traverse | 7.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| @types/events | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| @types/glob | 7.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| @types/istanbul-lib-coverage | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| @types/istanbul-lib-report | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| @types/istanbul-reports | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| @types/minimatch | 3.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| @types/node | 10.12.9 | MIT | spec/fixtures/js/yarn.lock |
+| @types/parse5 | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| @types/stack-utils | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| @types/tapable | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| @types/uglify-js | 3.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| @types/unist | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| @types/vfile | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| @types/vfile-message | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| @types/webpack | 4.4.23 | MIT | spec/fixtures/js/yarn.lock |
+| @types/yargs | 12.0.12 | MIT | spec/fixtures/js/yarn.lock |
+| @types/zen-observable | 0.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| @vue/component-compiler-utils | 2.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| @vue/component-compiler-utils | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| @vue/test-utils | 1.0.0-beta.30 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/ast | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/floating-point-hex-parser | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/helper-api-error | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/helper-buffer | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/helper-code-frame | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/helper-fsm | 1.8.5 | ISC | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/helper-module-context | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/helper-wasm-bytecode | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/helper-wasm-section | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/ieee754 | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/leb128 | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/utf8 | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/wasm-edit | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/wasm-gen | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/wasm-opt | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/wasm-parser | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/wast-parser | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @webassemblyjs/wast-printer | 1.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| @wry/context | 0.4.4 | MIT | spec/fixtures/js/yarn.lock |
+| @wry/equality | 0.1.9 | MIT | spec/fixtures/js/yarn.lock |
+| @xtuc/ieee754 | 1.2.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| @xtuc/long | 4.2.2 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| @yarnpkg/lockfile | 1.1.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| MSBuild.ProjectCreation | 1.3.1 | MIT | spec/fixtures/nuget/Packages.props |
+| McMaster.Extensions.CommandLineUtils | 2.5.0 | Apache-2.0 | spec/fixtures/nuget/Packages.props |
+| Microsoft.Build | 16.4.0 | MIT | spec/fixtures/nuget/Packages.props |
+| Microsoft.Build.Artifacts | 2.0.1 | MIT | spec/fixtures/nuget/Packages.props |
+| Microsoft.Build.Locator | 1.2.6 | Nonstandard | spec/fixtures/nuget/Packages.props |
+| Microsoft.Build.Runtime | 16.4.0 | MIT | spec/fixtures/nuget/Packages.props |
+| Microsoft.Build.Utilities.Core | 16.4.0 | MIT | spec/fixtures/nuget/Packages.props |
+| Microsoft.NET.Test.Sdk | 16.4.0 | Nonstandard | spec/fixtures/nuget/Packages.props |
+| Microsoft.NETFramework.ReferenceAssemblies | 1.0.0 | Nonstandard | spec/fixtures/nuget/Packages.props |
+| Microsoft.VisualStudio.Telemetry | 16.3.2 | Nonstandard | spec/fixtures/nuget/Packages.props |
+| NHibernate | 5.2.6 | LGPL-2.1-only | spec/fixtures/nuget/packages.config |
+| Nerdbank.GitVersioning | 3.0.28 | MIT | spec/fixtures/nuget/Packages.props |
+| Shouldly | 3.0.2 | Nonstandard | spec/fixtures/nuget/Packages.props |
+| SlnGen | 2.2.30 | MIT | spec/fixtures/nuget/Packages.props |
+| StyleCop.Analyzers | 1.1.118 | Apache-2.0 | spec/fixtures/nuget/Packages.props |
+| System.Security.Principal.Windows | 4.3.0 | Nonstandard | spec/fixtures/nuget/Nancy.Hosting.Self.csproj |
+| abab | 2.0.0 | Nonstandard | spec/fixtures/js/yarn.lock |
+| abbrev | 1.0.9 | ISC | spec/fixtures/js/yarn.lock |
+| accepts | 1.3.7 | MIT | spec/fixtures/js/npm/package-lock.json |
+| accepts | 1.3.7 | MIT | spec/fixtures/js/yarn.lock |
+| acorn | 5.7.3 | MIT | spec/fixtures/js/yarn.lock |
+| acorn | 6.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| acorn | 7.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| acorn-globals | 4.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| acorn-jsx | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| acorn-walk | 6.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| adduser | 3.118 | | spec/fixtures/os/var/lib/dpkg/status |
+| after | 0.8.2 | MIT | spec/fixtures/js/yarn.lock |
+| aggregate-error | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| ajv | 6.11.0 | MIT | spec/fixtures/js/yarn.lock |
+| ajv-errors | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| ajv-keywords | 3.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| alpine-baselayout | 3.2.0-r7 | GPL-2.0-only | spec/fixtures/os/lib/apk/db/installed |
+| alpine-keys | 2.2-r0 | MIT | spec/fixtures/os/lib/apk/db/installed |
+| amdefine | 1.0.1 | BSD-3-Clause OR MIT | spec/fixtures/js/yarn.lock |
+| ansi-align | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| ansi-colors | 3.2.4 | MIT | spec/fixtures/js/yarn.lock |
+| ansi-escapes | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| ansi-escapes | 4.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| ansi-html | 0.0.7 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| ansi-regex | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| ansi-regex | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| ansi-regex | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| ansi-styles | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| ansi-styles | 3.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| anymatch | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| anymatch | 3.0.3 | ISC | spec/fixtures/js/yarn.lock |
+| apk-tools | 2.10.5-r1 | GPL-2.0-only | spec/fixtures/os/lib/apk/db/installed |
+| apollo-cache | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| apollo-cache-inmemory | 1.6.3 | MIT | spec/fixtures/js/yarn.lock |
+| apollo-client | 2.6.4 | MIT | spec/fixtures/js/yarn.lock |
+| apollo-link | 1.2.11 | MIT | spec/fixtures/js/yarn.lock |
+| apollo-link-batch | 1.1.12 | MIT | spec/fixtures/js/yarn.lock |
+| apollo-link-batch-http | 1.2.11 | MIT | spec/fixtures/js/yarn.lock |
+| apollo-link-http-common | 0.2.13 | MIT | spec/fixtures/js/yarn.lock |
+| apollo-upload-client | 10.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| apollo-utilities | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| append-transform | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| aproba | 1.2.0 | ISC | spec/fixtures/js/yarn.lock |
+| apt | 1.8.2.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| are-we-there-yet | 1.1.5 | ISC | spec/fixtures/js/yarn.lock |
+| argparse | 1.0.10 | MIT | spec/fixtures/js/yarn.lock |
+| arr-diff | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| arr-flatten | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| arr-union | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| array-equal | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| array-find | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| array-find-index | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| array-flatten | 1.1.1 | MIT | spec/fixtures/js/npm/package-lock.json |
+| array-flatten | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| array-flatten | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| array-includes | 3.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| array-union | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| array-uniq | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| array-unique | 0.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| array.prototype.flat | 1.2.3 | MIT | spec/fixtures/js/yarn.lock |
+| arraybuffer.slice | 0.0.7 | MIT | spec/fixtures/js/yarn.lock |
+| arrify | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| asn1 | 0.2.4 | MIT | spec/fixtures/js/yarn.lock |
+| asn1.js | 4.10.1 | MIT | spec/fixtures/js/yarn.lock |
+| assert | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| assert-plus | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| assign-symbols | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| astral-regex | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| async | 2.6.3 | MIT | spec/fixtures/js/yarn.lock |
+| async-each | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| async-foreach | 0.1.3 | | spec/fixtures/js/yarn.lock |
+| async-limiter | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| asynckit | 0.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| atob | 2.1.2 | MIT OR Apache-2.0 | spec/fixtures/js/yarn.lock |
+| autoprefixer | 9.6.1 | MIT | spec/fixtures/js/yarn.lock |
+| autosize | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| aws-sdk | 2.637.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| aws-sign2 | 0.7.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| aws4 | 1.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| axios | 0.19.0 | MIT | spec/fixtures/js/yarn.lock |
+| axios-mock-adapter | 1.15.0 | MIT | spec/fixtures/js/yarn.lock |
+| babel-code-frame | 6.26.0 | MIT | spec/fixtures/js/yarn.lock |
+| babel-eslint | 10.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| babel-jest | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| babel-loader | 8.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| babel-plugin-dynamic-import-node | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| babel-plugin-istanbul | 5.1.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| babel-plugin-jest-hoist | 24.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| babel-plugin-lodash | 3.3.4 | MIT | spec/fixtures/js/yarn.lock |
+| babel-plugin-rewire | 1.2.0 | ISC | spec/fixtures/js/yarn.lock |
+| babel-preset-jest | 24.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| babylon | 7.0.0-beta.19 | MIT | spec/fixtures/js/yarn.lock |
+| backo2 | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| bail | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| balanced-match | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| base | 0.11.2 | MIT | spec/fixtures/js/yarn.lock |
+| base-files | 10.3+deb10u6 | | spec/fixtures/os/var/lib/dpkg/status |
+| base-passwd | 3.5.46 | | spec/fixtures/os/var/lib/dpkg/status |
+| base64-arraybuffer | 0.1.5 | | spec/fixtures/js/yarn.lock |
+| base64-js | 1.2.3 | MIT | spec/fixtures/js/yarn.lock |
+| base64id | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| bash | 5.0-4 | | spec/fixtures/os/var/lib/dpkg/status |
+| batch | 0.6.1 | MIT | spec/fixtures/js/yarn.lock |
+| bcrypt-pbkdf | 1.0.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| better-assert | 1.0.2 | | spec/fixtures/js/yarn.lock |
+| bfj | 6.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| big.js | 5.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| binary-extensions | 1.11.0 | MIT | spec/fixtures/js/yarn.lock |
+| binary-extensions | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| binaryextensions | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| blob | 0.0.4 | | spec/fixtures/js/yarn.lock |
+| block-stream | 0.0.9 | ISC | spec/fixtures/js/yarn.lock |
+| bluebird | 3.5.5 | MIT | spec/fixtures/js/yarn.lock |
+| bn.js | 4.11.8 | MIT | spec/fixtures/js/yarn.lock |
+| body-parser | 1.19.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| body-parser | 1.19.0 | MIT | spec/fixtures/js/yarn.lock |
+| bonjour | 3.5.0 | MIT | spec/fixtures/js/yarn.lock |
+| bootstrap | 4.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| bootstrap-vue | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| boxen | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| brace-expansion | 1.1.11 | MIT | spec/fixtures/js/yarn.lock |
+| braces | 2.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| braces | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| brorand | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| browser-process-hrtime | 0.1.3 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| browser-resolve | 1.11.3 | MIT | spec/fixtures/js/yarn.lock |
+| browserify-aes | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| browserify-cipher | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| browserify-des | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| browserify-rsa | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| browserify-sign | 4.0.4 | ISC | spec/fixtures/js/yarn.lock |
+| browserify-zlib | 0.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| browserslist | 4.8.7 | MIT | spec/fixtures/js/yarn.lock |
+| bs-logger | 0.2.6 | MIT | spec/fixtures/js/yarn.lock |
+| bsdutils | 1:2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| bser | 2.0.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| buffer | 4.9.1 | MIT | spec/fixtures/js/yarn.lock |
+| buffer-from | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| buffer-indexof | 1.1.0 | | spec/fixtures/js/yarn.lock |
+| buffer-json | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| buffer-xor | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| builtin-status-codes | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| busybox | 1.31.1-r19 | GPL-2.0-only | spec/fixtures/os/lib/apk/db/installed |
+| bytes | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| bytes | 3.1.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| bytes | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| ca-certificates | 20191127-r4 | Nonstandard | spec/fixtures/os/lib/apk/db/installed |
+| ca-certificates-bundle | 20191127-r4 | Nonstandard | spec/fixtures/os/lib/apk/db/installed |
+| cacache | 12.0.3 | ISC | spec/fixtures/js/yarn.lock |
+| cacache | 13.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| cache-base | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| cache-loader | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| call-me-maybe | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| caller-callsite | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| caller-path | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| callsite | 1.0.0 | | spec/fixtures/js/yarn.lock |
+| callsites | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| callsites | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| camel-case | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| camelcase | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| camelcase | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| camelcase | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| camelcase | 5.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| camelcase-keys | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| camelcase-keys | 4.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| caniuse-lite | 1.0.30001030 | CC-BY-4.0 | spec/fixtures/js/yarn.lock |
+| capture-exit | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| capture-stack-trace | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| caseless | 0.12.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| catharsis | 0.8.9 | MIT | spec/fixtures/js/yarn.lock |
+| ccount | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| chalk | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| chalk | 2.4.2 | MIT | spec/fixtures/js/yarn.lock |
+| character-entities | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| character-entities-html4 | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| character-entities-legacy | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| character-reference-invalid | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| chardet | 0.7.0 | MIT | spec/fixtures/js/yarn.lock |
+| charenc | 0.0.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| chart.js | 2.7.2 | MIT | spec/fixtures/js/yarn.lock |
+| chartjs-color | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| chartjs-color-string | 0.5.0 | MIT | spec/fixtures/js/yarn.lock |
+| check-types | 7.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| chokidar | 2.1.8 | MIT | spec/fixtures/js/yarn.lock |
+| chokidar | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| chownr | 1.1.3 | ISC | spec/fixtures/js/yarn.lock |
+| chrome-trace-event | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| ci-info | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| ci-info | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| cipher-base | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| class-utils | 0.3.6 | MIT | spec/fixtures/js/yarn.lock |
+| classlist-polyfill | 1.2.0 | Unlicense | spec/fixtures/js/yarn.lock |
+| clean-css | 4.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| clean-stack | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| cli-boxes | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| cli-cursor | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| cli-width | 2.2.0 | ISC | spec/fixtures/js/yarn.lock |
+| clipboard | 1.7.1 | MIT | spec/fixtures/js/yarn.lock |
+| cliui | 3.2.0 | ISC | spec/fixtures/js/yarn.lock |
+| cliui | 4.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| cliui | 5.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| clone-deep | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| clone-regexp | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| co | 4.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| code-point-at | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| codesandbox-api | 0.0.23 | MIT | spec/fixtures/js/yarn.lock |
+| codesandbox-import-util-types | 1.2.11 | | spec/fixtures/js/yarn.lock |
+| codesandbox-import-utils | 1.2.11 | | spec/fixtures/js/yarn.lock |
+| collapse-white-space | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| collection-visit | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| color-convert | 0.5.3 | | spec/fixtures/js/yarn.lock |
+| color-convert | 1.9.3 | MIT | spec/fixtures/js/yarn.lock |
+| color-name | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| colors | 1.3.3 | MIT | spec/fixtures/js/yarn.lock |
+| combined-stream | 1.0.7 | MIT | spec/fixtures/js/yarn.lock |
+| commander | 2.20.0 | MIT | spec/fixtures/js/yarn.lock |
+| commander | 2.9.0 | MIT | spec/fixtures/js/yarn.lock |
+| commondir | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| compare-versions | 3.5.1 | MIT | spec/fixtures/js/yarn.lock |
+| component-bind | 1.0.0 | | spec/fixtures/js/yarn.lock |
+| component-emitter | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| component-inherit | 0.0.3 | | spec/fixtures/js/yarn.lock |
+| compressible | 2.0.17 | MIT | spec/fixtures/js/yarn.lock |
+| compression | 1.7.4 | MIT | spec/fixtures/js/yarn.lock |
+| compression-webpack-plugin | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| concat-map | 0.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| concat-stream | 1.6.2 | MIT | spec/fixtures/js/yarn.lock |
+| condense-newlines | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| config-chain | 1.1.12 | | spec/fixtures/js/yarn.lock |
+| configstore | 3.1.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| confusing-browser-globals | 1.0.9 | MIT | spec/fixtures/js/yarn.lock |
+| connect | 3.6.6 | MIT | spec/fixtures/js/yarn.lock |
+| connect-history-api-fallback | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| consola | 2.10.1 | MIT | spec/fixtures/js/yarn.lock |
+| console-browserify | 1.1.0 | | spec/fixtures/js/yarn.lock |
+| console-control-strings | 1.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| consolidate | 0.15.1 | MIT | spec/fixtures/js/yarn.lock |
+| constants-browserify | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| contains-path | 0.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| content-disposition | 0.5.3 | MIT | spec/fixtures/js/npm/package-lock.json |
+| content-disposition | 0.5.3 | MIT | spec/fixtures/js/yarn.lock |
+| content-type | 1.0.4 | MIT | spec/fixtures/js/npm/package-lock.json |
+| content-type | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| convert-source-map | 1.7.0 | MIT | spec/fixtures/js/yarn.lock |
+| cookie | 0.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| cookie | 0.4.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| cookie | 0.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| cookie-signature | 1.0.6 | MIT | spec/fixtures/js/npm/package-lock.json |
+| cookie-signature | 1.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| copy-concurrently | 1.0.5 | ISC | spec/fixtures/js/yarn.lock |
+| copy-descriptor | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| copy-to-clipboard | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| copy-webpack-plugin | 5.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| core-js | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| core-js | 3.6.4 | MIT | spec/fixtures/js/yarn.lock |
+| core-js-compat | 3.6.4 | MIT | spec/fixtures/js/yarn.lock |
+| core-util-is | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| coreutils | 8.30-3 | | spec/fixtures/os/var/lib/dpkg/status |
+| cosmiconfig | 5.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| create-ecdh | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| create-error-class | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| create-hash | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| create-hmac | 1.1.6 | MIT | spec/fixtures/js/yarn.lock |
+| cropper | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| cross-spawn | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| cross-spawn | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| cross-spawn | 6.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| crypt | 0.0.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| crypto-browserify | 3.12.0 | MIT | spec/fixtures/js/yarn.lock |
+| crypto-random-string | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| crypto-random-string | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| css | 2.2.4 | MIT | spec/fixtures/js/yarn.lock |
+| css-b64-images | 0.2.5 | | spec/fixtures/js/yarn.lock |
+| css-loader | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| css-selector-parser | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| css-selector-tokenizer | 0.7.2 | MIT | spec/fixtures/js/yarn.lock |
+| cssesc | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| cssesc | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| cssfontparser | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| cssom | 0.3.4 | MIT | spec/fixtures/js/yarn.lock |
+| cssstyle | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| currently-unhandled | 0.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| custom-event | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| custom-jquery-matchers | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| cyclist | 0.2.2 | | spec/fixtures/js/yarn.lock |
+| d3 | 5.15.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-array | 1.2.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-axis | 1.0.8 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-brush | 1.0.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-chord | 1.0.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-collection | 1.0.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-color | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-contour | 1.3.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-dispatch | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-drag | 1.2.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-dsv | 1.0.8 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-ease | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-fetch | 1.1.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-force | 1.1.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-format | 1.2.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-geo | 1.9.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-hierarchy | 1.1.5 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-interpolate | 1.1.6 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-path | 1.0.5 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-polygon | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-quadtree | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-random | 1.1.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-scale | 2.2.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-scale-chromatic | 1.3.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-selection | 1.3.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-shape | 1.2.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-time | 1.0.8 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-time-format | 2.1.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-timer | 1.0.7 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-transition | 1.1.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-voronoi | 1.1.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| d3-zoom | 1.7.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| dagre | 0.8.5 | MIT | spec/fixtures/js/yarn.lock |
+| dagre-d3 | 0.6.4 | MIT | spec/fixtures/js/yarn.lock |
+| dash | 0.5.10.2-5 | | spec/fixtures/os/var/lib/dpkg/status |
+| dashdash | 1.14.1 | MIT | spec/fixtures/js/yarn.lock |
+| data-urls | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| date-format | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| date-now | 0.1.4 | | spec/fixtures/js/yarn.lock |
+| dateformat | 3.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| de-indent | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| debconf | 1.5.71 | | spec/fixtures/os/var/lib/dpkg/status |
+| debian-archive-keyring | 2019.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| debianutils | 4.8.6.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| debug | 2.6.9 | MIT | spec/fixtures/js/npm/package-lock.json |
+| debug | 2.6.9 | MIT | spec/fixtures/js/yarn.lock |
+| debug | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| debug | 3.2.6 | MIT | spec/fixtures/js/yarn.lock |
+| debug | 4.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| decamelize | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| decamelize-keys | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| deckar01-task_list | 2.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| decode-uri-component | 0.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| deep-equal | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| deep-extend | 0.5.1 | MIT | spec/fixtures/js/yarn.lock |
+| deep-extend | 0.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| deep-is | 0.1.3 | Nonstandard | spec/fixtures/js/yarn.lock |
+| default-gateway | 4.2.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| default-require-extensions | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| define-properties | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| define-property | 0.2.5 | MIT | spec/fixtures/js/yarn.lock |
+| define-property | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| define-property | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| del | 4.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| delayed-stream | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| delegate | 3.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| delegates | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| depd | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| depd | 1.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
+| depd | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| des.js | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| destroy | 1.0.4 | MIT | spec/fixtures/js/npm/package-lock.json |
+| destroy | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| detect-file | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| detect-libc | 1.0.3 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| detect-newline | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| detect-node | 2.0.4 | ISC | spec/fixtures/js/yarn.lock |
+| di | 0.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| diff | 3.5.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| diff-sequences | 24.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| diffie-hellman | 5.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| diffutils | 1:3.7-3 | | spec/fixtures/os/var/lib/dpkg/status |
+| dir-glob | 2.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| dns-equal | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| dns-packet | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| dns-txt | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| docdash | 1.0.2 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| doctrine | 1.5.0 | | spec/fixtures/js/yarn.lock |
+| doctrine | 3.0.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| doctrine/instantiator | 1.3.0 | MIT | spec/fixtures/composer/composer.lock |
+| document-register-element | 1.14.3 | ISC | spec/fixtures/js/yarn.lock |
+| dom-event-types | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| dom-serialize | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| dom-serializer | 0.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| domain-browser | 1.1.7 | MIT | spec/fixtures/js/yarn.lock |
+| domelementtype | 1.3.0 | | spec/fixtures/js/yarn.lock |
+| domelementtype | 2.0.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| domexception | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| domhandler | 2.4.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| domhandler | 3.0.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| domutils | 1.6.2 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| domutils | 2.0.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| dot-prop | 4.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| dpkg | 1.19.7 | | spec/fixtures/os/var/lib/dpkg/status |
+| dropzone | 4.2.0 | | spec/fixtures/js/yarn.lock |
+| duplexer | 0.1.1 | | spec/fixtures/js/yarn.lock |
+| duplexer3 | 0.1.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| duplexify | 3.7.1 | MIT | spec/fixtures/js/yarn.lock |
+| e2fsprogs | 1.44.5-1+deb10u3 | | spec/fixtures/os/var/lib/dpkg/status |
+| ecc-jsbn | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| echarts | 4.6.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| editions | 1.3.4 | MIT | spec/fixtures/js/yarn.lock |
+| editorconfig | 0.15.3 | MIT | spec/fixtures/js/yarn.lock |
+| ee-first | 1.1.1 | MIT | spec/fixtures/js/npm/package-lock.json |
+| ee-first | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| ejs | 2.6.1 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| electron-to-chromium | 1.3.360 | ISC | spec/fixtures/js/yarn.lock |
+| elliptic | 6.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| emoji-regex | 7.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| emoji-regex | 8.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| emoji-unicode-version | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| emojis-list | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| emojis-list | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| encodeurl | 1.0.2 | MIT | spec/fixtures/js/npm/package-lock.json |
+| encodeurl | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| end-of-stream | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| engine.io | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| engine.io-client | 3.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| engine.io-parser | 2.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| enhanced-resolve | 0.9.1 | | spec/fixtures/js/yarn.lock |
+| enhanced-resolve | 4.1.0 | | spec/fixtures/js/yarn.lock |
+| ent | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| entities | 1.1.1 | Nonstandard | spec/fixtures/js/yarn.lock |
+| entities | 2.0.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| errno | 0.1.7 | MIT | spec/fixtures/js/yarn.lock |
+| error-ex | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| es-abstract | 1.17.4 | MIT | spec/fixtures/js/yarn.lock |
+| es-to-primitive | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| es6-promise | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| escape-html | 1.0.3 | MIT | spec/fixtures/js/npm/package-lock.json |
+| escape-html | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| escape-string-regexp | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| escaper | 2.5.3 | MIT | spec/fixtures/js/yarn.lock |
+| escodegen | 1.11.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| eslint | 6.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-config-airbnb-base | 14.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-config-prettier | 6.10.0 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-import-resolver-jest | 2.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-import-resolver-node | 0.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-import-resolver-webpack | 0.12.1 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-module-utils | 2.5.2 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-plugin-babel | 5.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-plugin-filenames | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-plugin-import | 2.20.1 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-plugin-jasmine | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-plugin-jest | 22.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-plugin-no-jquery | 2.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-plugin-promise | 4.2.1 | ISC | spec/fixtures/js/yarn.lock |
+| eslint-plugin-vue | 6.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-rule-composer | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-scope | 4.0.3 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| eslint-scope | 5.0.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| eslint-utils | 1.4.3 | MIT | spec/fixtures/js/yarn.lock |
+| eslint-visitor-keys | 1.1.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| espree | 6.1.2 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| esprima | 3.1.3 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| esprima | 4.0.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| esquery | 1.0.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| esrecurse | 4.2.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| estraverse | 4.2.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| esutils | 2.0.3 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| etag | 1.8.1 | MIT | spec/fixtures/js/npm/package-lock.json |
+| etag | 1.8.1 | MIT | spec/fixtures/js/yarn.lock |
+| eve-raphael | 0.5.0 | | spec/fixtures/js/yarn.lock |
+| eventemitter3 | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| events | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| events | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| eventsource | 1.0.7 | MIT | spec/fixtures/js/yarn.lock |
+| evp_bytestokey | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| exec-sh | 0.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| execa | 0.7.0 | MIT | spec/fixtures/js/yarn.lock |
+| execa | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| execall | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| exit | 0.1.2 | | spec/fixtures/js/yarn.lock |
+| expand-brackets | 2.1.4 | MIT | spec/fixtures/js/yarn.lock |
+| expand-tilde | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| expat | 2.2.9-r1 | MIT | spec/fixtures/os/lib/apk/db/installed |
+| expect | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| exports-loader | 0.7.0 | MIT | spec/fixtures/js/yarn.lock |
+| express | 4.17.1 | MIT | spec/fixtures/js/npm/package-lock.json |
+| express | 4.17.1 | MIT | spec/fixtures/js/yarn.lock |
+| extend | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| extend-shallow | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| extend-shallow | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| external-editor | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| extglob | 2.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| extract-files | 5.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| extract-from-css | 0.4.4 | MIT | spec/fixtures/js/yarn.lock |
+| extsprintf | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| fast-deep-equal | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| fast-glob | 2.2.6 | MIT | spec/fixtures/js/yarn.lock |
+| fast-json-stable-stringify | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| fast-levenshtein | 2.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| fastparse | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| fault | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| faye-websocket | 0.10.0 | MIT | spec/fixtures/js/yarn.lock |
+| faye-websocket | 0.11.1 | MIT | spec/fixtures/js/yarn.lock |
+| fb-watchman | 2.0.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| fdisk | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| figgy-pudding | 3.5.1 | ISC | spec/fixtures/js/yarn.lock |
+| figures | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| file-entry-cache | 5.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| file-loader | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| fileset | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| filesize | 3.6.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| fill-range | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| fill-range | 7.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| finalhandler | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| finalhandler | 1.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
+| finalhandler | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| find-cache-dir | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| find-cache-dir | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| find-root | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| find-up | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| find-up | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| find-up | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| find-up | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| findup-sync | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| findutils | 4.6.0+git+20190209-2 | | spec/fixtures/os/var/lib/dpkg/status |
+| flat-cache | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| flatted | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| flush-write-stream | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| follow-redirects | 1.5.10 | MIT | spec/fixtures/js/yarn.lock |
+| for-in | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| forever-agent | 0.6.1 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| form-data | 2.3.3 | MIT | spec/fixtures/js/yarn.lock |
+| format | 0.2.2 | | spec/fixtures/js/yarn.lock |
+| formdata-polyfill | 3.0.19 | MIT | spec/fixtures/js/yarn.lock |
+| forwarded | 0.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
+| forwarded | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| fragment-cache | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| fresh | 0.5.2 | MIT | spec/fixtures/js/npm/package-lock.json |
+| fresh | 0.5.2 | MIT | spec/fixtures/js/yarn.lock |
+| from2 | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| fs-extra | 7.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| fs-minipass | 1.2.6 | ISC | spec/fixtures/js/yarn.lock |
+| fs-minipass | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| fs-write-stream-atomic | 1.0.10 | ISC | spec/fixtures/js/yarn.lock |
+| fs.realpath | 1.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| fsevents | 1.2.9 | MIT | spec/fixtures/js/yarn.lock |
+| fsevents | 2.0.7 | MIT | spec/fixtures/js/yarn.lock |
+| fstream | 1.0.12 | ISC | spec/fixtures/js/yarn.lock |
+| function-bind | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| functional-red-black-tree | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| fuzzaldrin-plus | 0.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| gauge | 2.7.4 | ISC | spec/fixtures/js/yarn.lock |
+| gaze | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| gcc-8-base | 8.3.0-6 | | spec/fixtures/os/var/lib/dpkg/status |
+| gensync | 1.0.0-beta.1 | MIT | spec/fixtures/js/yarn.lock |
+| get-caller-file | 1.0.3 | ISC | spec/fixtures/js/yarn.lock |
+| get-caller-file | 2.0.5 | ISC | spec/fixtures/js/yarn.lock |
+| get-stdin | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| get-stdin | 5.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| get-stdin | 6.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| get-stdin | 7.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| get-stream | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| get-stream | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| get-value | 2.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| getpass | 0.1.7 | MIT | spec/fixtures/js/yarn.lock |
+| gettext-extractor | 3.4.3 | MIT | spec/fixtures/js/yarn.lock |
+| gettext-extractor-vue | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| git | 2.26.2-r0 | GPL-2.0-or-later | spec/fixtures/os/lib/apk/db/installed |
+| glob | 7.1.6 | ISC | spec/fixtures/js/yarn.lock |
+| glob-parent | 3.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| glob-parent | 5.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| glob-to-regexp | 0.3.0 | Nonstandard | spec/fixtures/js/yarn.lock |
+| glob-to-regexp | 0.4.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| global-dirs | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| global-modules | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| global-modules | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| global-prefix | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| global-prefix | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| globals | 11.12.0 | MIT | spec/fixtures/js/yarn.lock |
+| globals | 12.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| globby | 6.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| globby | 7.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| globby | 9.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| globjoin | 0.1.4 | MIT | spec/fixtures/js/yarn.lock |
+| globule | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| gonzales-pe | 4.2.3 | MIT | spec/fixtures/js/yarn.lock |
+| good-listener | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| got | 6.7.1 | MIT | spec/fixtures/js/yarn.lock |
+| gpgv | 2.2.12-1+deb10u1 | | spec/fixtures/os/var/lib/dpkg/status |
+| graceful-fs | 4.2.3 | ISC | spec/fixtures/js/yarn.lock |
+| graceful-readlink | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| graphlib | 2.1.8 | MIT | spec/fixtures/js/yarn.lock |
+| graphql | 14.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| graphql-tag | 2.10.0 | MIT | spec/fixtures/js/yarn.lock |
+| grep | 3.3-1 | | spec/fixtures/os/var/lib/dpkg/status |
+| growly | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| gzip | 1.9-3 | | spec/fixtures/os/var/lib/dpkg/status |
+| gzip-size | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| hamcrest/hamcrest-php | v2.0.0 | Nonstandard | spec/fixtures/composer/composer.lock |
+| handle-thing | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| handlebars | 4.7.2 | MIT | spec/fixtures/js/yarn.lock |
+| har-schema | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| har-validator | 5.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| has | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| has-ansi | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| has-binary2 | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| has-cors | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| has-flag | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| has-flag | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| has-symbols | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| has-unicode | 2.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| has-value | 0.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| has-value | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| has-values | 0.1.4 | MIT | spec/fixtures/js/yarn.lock |
+| has-values | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| hash-base | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| hash-base | 3.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| hash-sum | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| hash.js | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| he | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| highlight.js | 9.13.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| hmac-drbg | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| homedir-polyfill | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| hoopy | 0.1.4 | MIT | spec/fixtures/js/yarn.lock |
+| hosted-git-info | 2.2.0 | ISC | spec/fixtures/js/yarn.lock |
+| hostname | 3.21 | | spec/fixtures/os/var/lib/dpkg/status |
+| hpack.js | 2.1.6 | MIT | spec/fixtures/js/yarn.lock |
+| html-encoding-sniffer | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| html-entities | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| html-escaper | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| html-minifier | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| html-tags | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| htmlparser2 | 3.10.0 | MIT | spec/fixtures/js/yarn.lock |
+| htmlparser2 | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| http-deceiver | 1.2.7 | MIT | spec/fixtures/js/yarn.lock |
+| http-errors | 1.6.2 | MIT | spec/fixtures/js/yarn.lock |
+| http-errors | 1.7.2 | MIT | spec/fixtures/js/npm/package-lock.json |
+| http-errors | 1.7.2 | MIT | spec/fixtures/js/yarn.lock |
+| http-proxy | 1.18.0 | MIT | spec/fixtures/js/yarn.lock |
+| http-proxy-middleware | 0.19.1 | MIT | spec/fixtures/js/yarn.lock |
+| http-signature | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| https-browserify | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| iconv-lite | 0.4.24 | MIT | spec/fixtures/js/npm/package-lock.json |
+| iconv-lite | 0.4.24 | MIT | spec/fixtures/js/yarn.lock |
+| icss-replace-symbols | 1.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| icss-utils | 2.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| ieee754 | 1.1.13 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| iferr | 0.1.5 | MIT | spec/fixtures/js/yarn.lock |
+| ignore | 3.3.10 | MIT | spec/fixtures/js/yarn.lock |
+| ignore | 4.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| ignore | 5.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| ignore-by-default | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| ignore-walk | 3.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| immediate | 3.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| immer | 5.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| import-fresh | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| import-fresh | 3.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| import-lazy | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| import-lazy | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| import-local | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| imports-loader | 0.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| imurmurhash | 0.1.4 | MIT | spec/fixtures/js/yarn.lock |
+| in-publish | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| indent-string | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| indent-string | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| indent-string | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| indexes-of | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| indexof | 0.0.1 | | spec/fixtures/js/yarn.lock |
+| infer-owner | 1.0.4 | ISC | spec/fixtures/js/yarn.lock |
+| inflight | 1.0.6 | ISC | spec/fixtures/js/yarn.lock |
+| inherits | 2.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| inherits | 2.0.3 | ISC | spec/fixtures/js/npm/package-lock.json |
+| inherits | 2.0.3 | ISC | spec/fixtures/js/yarn.lock |
+| ini | 1.3.5 | ISC | spec/fixtures/js/yarn.lock |
+| init-system-helpers | 1.56+nmu1 | | spec/fixtures/os/var/lib/dpkg/status |
+| inquirer | 7.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| internal-ip | 4.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| interpret | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| invariant | 2.2.4 | MIT | spec/fixtures/js/yarn.lock |
+| invert-kv | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| invert-kv | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| ip | 1.1.5 | MIT | spec/fixtures/js/yarn.lock |
+| ip-regex | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| ipaddr.js | 1.9.0 | MIT | spec/fixtures/js/yarn.lock |
+| ipaddr.js | 1.9.1 | MIT | spec/fixtures/js/npm/package-lock.json |
+| is-absolute-url | 3.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| is-accessor-descriptor | 0.1.6 | MIT | spec/fixtures/js/yarn.lock |
+| is-accessor-descriptor | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-alphabetical | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| is-alphanumeric | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-alphanumerical | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| is-arrayish | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| is-binary-path | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| is-binary-path | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-buffer | 1.1.6 | MIT | spec/fixtures/js/yarn.lock |
+| is-buffer | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| is-callable | 1.1.5 | MIT | spec/fixtures/js/yarn.lock |
+| is-ci | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| is-ci | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-data-descriptor | 0.1.4 | MIT | spec/fixtures/js/yarn.lock |
+| is-data-descriptor | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-date-object | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| is-decimal | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| is-descriptor | 0.1.6 | MIT | spec/fixtures/js/yarn.lock |
+| is-descriptor | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| is-directory | 0.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| is-extendable | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| is-extendable | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| is-extglob | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| is-finite | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| is-fullwidth-code-point | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-fullwidth-code-point | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-fullwidth-code-point | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-generator-fn | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-glob | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-glob | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| is-hexadecimal | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| is-installed-globally | 0.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-npm | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-number | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-number | 7.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-obj | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| is-path-cwd | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-path-in-cwd | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-path-inside | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-path-inside | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-plain-obj | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-plain-object | 2.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| is-promise | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-redirect | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-regex | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| is-regexp | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-regexp | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-retry-allowed | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-stream | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-symbol | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| is-typedarray | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-utf8 | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| is-whitespace | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| is-whitespace-character | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| is-windows | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| is-word-character | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| is-wsl | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| isarray | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| isarray | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| isbinaryfile | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| isexe | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| isobject | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| isobject | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| isstream | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| istanbul-api | 2.1.6 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| istanbul-lib-coverage | 2.0.5 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| istanbul-lib-coverage | 3.0.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| istanbul-lib-hook | 2.0.7 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| istanbul-lib-instrument | 3.3.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| istanbul-lib-report | 2.0.8 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| istanbul-lib-report | 3.0.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| istanbul-lib-source-maps | 3.0.6 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| istanbul-reports | 2.2.6 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| istanbul-reports | 3.0.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| istextorbinary | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| iterall | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| jasmine-core | 2.9.0 | MIT | spec/fixtures/js/yarn.lock |
+| jasmine-diff | 0.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| jasmine-jquery | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| jed | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| jest | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-canvas-mock | 2.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| jest-changed-files | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-cli | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-config | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-diff | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-docblock | 24.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-each | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-environment-jsdom | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-environment-node | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-get-type | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-haste-map | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-jasmine2 | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-junit | 6.3.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| jest-leak-detector | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-matcher-utils | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-message-util | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-mock | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-pnp-resolver | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| jest-regex-util | 24.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-resolve | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-resolve-dependencies | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-runner | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-runtime | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-serializer | 24.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-snapshot | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-transform-graphql | 2.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| jest-util | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-validate | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-watcher | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| jest-worker | 24.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| jive | 0.1.0 | MIT | spec/fixtures/nuget/example.csproj |
+| jive | 0.1.0 | MIT | spec/fixtures/nuget/nested/test.csproj |
+| jmespath | 0.15.0 | | spec/fixtures/js/yarn.lock |
+| jquery | 3.4.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| jquery | 3.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| jquery-ujs | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| jquery.caret | 0.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| jquery.waitforimages | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| js-base64 | 2.5.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| js-beautify | 1.10.3 | MIT | spec/fixtures/js/yarn.lock |
+| js-cookie | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| js-tokens | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| js-tokens | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| js-yaml | 3.13.1 | MIT | spec/fixtures/js/yarn.lock |
+| js2xmlparser | 3.0.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| jsbn | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| jsdoc | 3.5.5 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| jsdoc-vue | 1.0.0 | WTFPL | spec/fixtures/js/yarn.lock |
+| jsdom | 11.12.0 | MIT | spec/fixtures/js/yarn.lock |
+| jsesc | 0.5.0 | | spec/fixtures/js/yarn.lock |
+| jsesc | 2.5.2 | MIT | spec/fixtures/js/yarn.lock |
+| json-parse-better-errors | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| json-schema | 0.2.3 | | spec/fixtures/js/yarn.lock |
+| json-schema-traverse | 0.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| json-stable-stringify-without-jsonify | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| json-stringify-safe | 5.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| json3 | 3.3.2 | | spec/fixtures/js/yarn.lock |
+| json5 | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| json5 | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| jsonfile | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| jsprim | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| jszip | 3.1.3 | MIT OR GPL-3.0 | spec/fixtures/js/yarn.lock |
+| jszip-utils | 0.0.2 | MIT OR Nonstandard | spec/fixtures/js/yarn.lock |
+| karma | 4.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| karma-chrome-launcher | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| karma-coverage-istanbul-reporter | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| karma-jasmine | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| karma-junit-reporter | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| karma-mocha-reporter | 2.2.5 | MIT | spec/fixtures/js/yarn.lock |
+| karma-sourcemap-loader | 0.3.7 | MIT | spec/fixtures/js/yarn.lock |
+| karma-webpack | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| katex | 0.10.0 | MIT | spec/fixtures/js/yarn.lock |
+| killable | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| kind-of | 3.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| kind-of | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| kind-of | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| kind-of | 6.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| klaw | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| kleur | 3.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| known-css-properties | 0.14.0 | MIT | spec/fixtures/js/yarn.lock |
+| latest-version | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| lcid | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| lcid | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| left-pad | 1.3.0 | WTFPL | spec/fixtures/js/yarn.lock |
+| leven | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| leven | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| levenary | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| levn | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| libacl1 | 2.2.53-4 | | spec/fixtures/os/var/lib/dpkg/status |
+| libapt-pkg5.0 | 1.8.2.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libattr1 | 1:2.4.48-4 | | spec/fixtures/os/var/lib/dpkg/status |
+| libaudit-common | 1:2.8.4-3 | | spec/fixtures/os/var/lib/dpkg/status |
+| libaudit1 | 1:2.8.4-3 | | spec/fixtures/os/var/lib/dpkg/status |
+| libblkid1 | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libbz2-1.0 | 1.0.6-9.2~deb10u1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libc-bin | 2.28-10 | | spec/fixtures/os/var/lib/dpkg/status |
+| libc-utils | 0.7.2-r3 | BSD-2-Clause AND BSD-3-Clause | spec/fixtures/os/lib/apk/db/installed |
+| libc6 | 2.28-10 | | spec/fixtures/os/var/lib/dpkg/status |
+| libcap-ng0 | 0.7.9-2 | | spec/fixtures/os/var/lib/dpkg/status |
+| libcom-err2 | 1.44.5-1+deb10u3 | | spec/fixtures/os/var/lib/dpkg/status |
+| libcrypto1.1 | 1.1.1g-r0 | OpenSSL | spec/fixtures/os/lib/apk/db/installed |
+| libcurl | 7.69.1-r1 | MIT | spec/fixtures/os/lib/apk/db/installed |
+| libdb5.3 | 5.3.28+dfsg1-0.5 | | spec/fixtures/os/var/lib/dpkg/status |
+| libdebconfclient0 | 0.249 | | spec/fixtures/os/var/lib/dpkg/status |
+| libext2fs2 | 1.44.5-1+deb10u3 | | spec/fixtures/os/var/lib/dpkg/status |
+| libfdisk1 | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libffi6 | 3.2.1-9 | | spec/fixtures/os/var/lib/dpkg/status |
+| libgcc1 | 1:8.3.0-6 | | spec/fixtures/os/var/lib/dpkg/status |
+| libgcrypt20 | 1.8.4-5 | | spec/fixtures/os/var/lib/dpkg/status |
+| libgmp10 | 2:6.1.2+dfsg-4 | | spec/fixtures/os/var/lib/dpkg/status |
+| libgnutls30 | 3.6.7-4+deb10u5 | | spec/fixtures/os/var/lib/dpkg/status |
+| libgpg-error0 | 1.35-1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libhogweed4 | 3.4.1-1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libidn2-0 | 2.0.5-1+deb10u1 | | spec/fixtures/os/var/lib/dpkg/status |
+| liblz4-1 | 1.8.3-1 | | spec/fixtures/os/var/lib/dpkg/status |
+| liblzma5 | 5.2.4-1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libmount1 | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libncursesw6 | 6.1+20181013-2+deb10u2 | | spec/fixtures/os/var/lib/dpkg/status |
+| libnettle6 | 3.4.1-1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libp11-kit0 | 0.23.15-2 | | spec/fixtures/os/var/lib/dpkg/status |
+| libpam-modules | 1.3.1-5 | | spec/fixtures/os/var/lib/dpkg/status |
+| libpam-modules-bin | 1.3.1-5 | | spec/fixtures/os/var/lib/dpkg/status |
+| libpam-runtime | 1.3.1-5 | | spec/fixtures/os/var/lib/dpkg/status |
+| libpam0g | 1.3.1-5 | | spec/fixtures/os/var/lib/dpkg/status |
+| libpcre3 | 2:8.39-12 | | spec/fixtures/os/var/lib/dpkg/status |
+| libseccomp2 | 2.3.3-4 | | spec/fixtures/os/var/lib/dpkg/status |
+| libselinux1 | 2.8-1+b1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libsemanage-common | 2.8-2 | | spec/fixtures/os/var/lib/dpkg/status |
+| libsemanage1 | 2.8-2 | | spec/fixtures/os/var/lib/dpkg/status |
+| libsepol1 | 2.8-1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libsmartcols1 | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libss2 | 1.44.5-1+deb10u3 | | spec/fixtures/os/var/lib/dpkg/status |
+| libssl1.1 | 1.1.1g-r0 | OpenSSL | spec/fixtures/os/lib/apk/db/installed |
+| libstdc++6 | 8.3.0-6 | | spec/fixtures/os/var/lib/dpkg/status |
+| libsystemd0 | 241-7~deb10u4 | | spec/fixtures/os/var/lib/dpkg/status |
+| libtasn1-6 | 4.13-3 | | spec/fixtures/os/var/lib/dpkg/status |
+| libtinfo6 | 6.1+20181013-2+deb10u2 | | spec/fixtures/os/var/lib/dpkg/status |
+| libtls-standalone | 2.9.1-r1 | ISC | spec/fixtures/os/lib/apk/db/installed |
+| libudev1 | 241-7~deb10u4 | | spec/fixtures/os/var/lib/dpkg/status |
+| libunistring2 | 0.9.10-1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libuuid1 | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| libzstd1 | 1.3.8+dfsg-3 | | spec/fixtures/os/var/lib/dpkg/status |
+| lie | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| lightercollective | 0.3.0 | ISC | spec/fixtures/js/yarn.lock |
+| linkify-it | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| load-json-file | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| load-json-file | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| load-json-file | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| loader-runner | 2.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| loader-utils | 1.2.3 | MIT | spec/fixtures/js/yarn.lock |
+| loader-utils | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| locate-path | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| locate-path | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| locate-path | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| lodash | 4.17.15 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.camelcase | 4.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.clonedeep | 4.5.0 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.differencewith | 4.5.0 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.escaperegexp | 4.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.flatten | 4.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.isequal | 4.5.0 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.isplainobject | 4.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.isstring | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.kebabcase | 4.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.mergewith | 4.6.2 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.snakecase | 4.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.sortby | 4.7.0 | MIT | spec/fixtures/js/yarn.lock |
+| lodash.upperfirst | 4.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| log-symbols | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| log-symbols | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| log4js | 4.5.1 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| login | 1:4.5-1.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| loglevel | 1.6.7 | MIT | spec/fixtures/js/yarn.lock |
+| longest-streak | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| loose-envify | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| loud-rejection | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| lower-case | 1.1.4 | MIT | spec/fixtures/js/yarn.lock |
+| lowercase-keys | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| lowlight | 1.11.0 | MIT | spec/fixtures/js/yarn.lock |
+| lru-cache | 4.1.5 | ISC | spec/fixtures/js/yarn.lock |
+| lru-cache | 5.1.1 | ISC | spec/fixtures/js/yarn.lock |
+| lz-string | 1.4.4 | WTFPL | spec/fixtures/js/yarn.lock |
+| make-dir | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| make-dir | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| make-dir | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| make-error | 1.3.5 | ISC | spec/fixtures/js/yarn.lock |
+| makeerror | 1.0.11 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| mamacro | 0.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| map-age-cleaner | 0.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| map-cache | 0.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| map-obj | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| map-obj | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| map-visit | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| markdown-escapes | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| markdown-it | 8.4.2 | MIT | spec/fixtures/js/yarn.lock |
+| markdown-it | 9.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| markdown-table | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| markdownlint | 0.16.0 | MIT | spec/fixtures/js/yarn.lock |
+| markdownlint-cli | 0.18.0 | MIT | spec/fixtures/js/yarn.lock |
+| marked | 0.3.19 | MIT | spec/fixtures/js/yarn.lock |
+| mathml-tag-names | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| mawk | 1.3.3-17+b3 | | spec/fixtures/os/var/lib/dpkg/status |
+| md5 | 2.2.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| md5.js | 1.3.4 | MIT | spec/fixtures/js/yarn.lock |
+| mdast-util-compact | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| mdurl | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| media-typer | 0.3.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| media-typer | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| mem | 4.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| memory-fs | 0.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| memory-fs | 0.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| meow | 3.7.0 | MIT | spec/fixtures/js/yarn.lock |
+| meow | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| merge-descriptors | 1.0.1 | MIT | spec/fixtures/js/npm/package-lock.json |
+| merge-descriptors | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| merge-source-map | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| merge-stream | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| merge2 | 1.2.3 | MIT | spec/fixtures/js/yarn.lock |
+| mermaid | 8.4.8 | MIT | spec/fixtures/js/yarn.lock |
+| methods | 1.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
+| methods | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| micromatch | 3.1.10 | MIT | spec/fixtures/js/yarn.lock |
+| micromatch | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| miller-rabin | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| mime | 1.6.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| mime | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| mime | 2.4.4 | MIT | spec/fixtures/js/yarn.lock |
+| mime-db | 1.40.0 | MIT | spec/fixtures/js/yarn.lock |
+| mime-db | 1.43.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| mime-types | 2.1.24 | MIT | spec/fixtures/js/yarn.lock |
+| mime-types | 2.1.26 | MIT | spec/fixtures/js/npm/package-lock.json |
+| mimic-fn | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| minify | 4.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| minimalistic-assert | 1.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| minimalistic-crypto-utils | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| minimatch | 3.0.4 | ISC | spec/fixtures/js/yarn.lock |
+| minimist | 0.0.8 | MIT | spec/fixtures/js/yarn.lock |
+| minimist | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| minimist | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| minimist-options | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| minipass | 2.3.5 | ISC | spec/fixtures/js/yarn.lock |
+| minipass | 3.1.1 | ISC | spec/fixtures/js/yarn.lock |
+| minipass-collect | 1.0.2 | ISC | spec/fixtures/js/yarn.lock |
+| minipass-flush | 1.0.5 | ISC | spec/fixtures/js/yarn.lock |
+| minipass-pipeline | 1.2.2 | ISC | spec/fixtures/js/yarn.lock |
+| minizlib | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| mississippi | 3.0.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| mixin-deep | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| mkdirp | 0.5.1 | MIT | spec/fixtures/js/yarn.lock |
+| mockery/mockery | 1.3.1 | BSD-3-Clause | spec/fixtures/composer/composer.lock |
+| moment | 2.24.0 | MIT | spec/fixtures/js/yarn.lock |
+| moment-mini | 2.22.1 | MIT | spec/fixtures/js/yarn.lock |
+| monaco-editor | 0.18.1 | MIT | spec/fixtures/js/yarn.lock |
+| monaco-editor-webpack-plugin | 1.7.0 | MIT | spec/fixtures/js/yarn.lock |
+| mount | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| mousetrap | 1.4.6 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| move-concurrently | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| ms | 2.0.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| ms | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| ms | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| multicast-dns | 6.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| multicast-dns-service-types | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| musl | 1.1.24-r9 | MIT | spec/fixtures/os/lib/apk/db/installed |
+| musl-utils | 1.1.24-r9 | Nonstandard | spec/fixtures/os/lib/apk/db/installed |
+| mute-stream | 0.0.8 | ISC | spec/fixtures/js/yarn.lock |
+| nan | 2.14.0 | MIT | spec/fixtures/js/yarn.lock |
+| nanomatch | 1.2.13 | MIT | spec/fixtures/js/yarn.lock |
+| natural-compare | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| ncurses-base | 6.1+20181013-2+deb10u2 | | spec/fixtures/os/var/lib/dpkg/status |
+| ncurses-bin | 6.1+20181013-2+deb10u2 | | spec/fixtures/os/var/lib/dpkg/status |
+| needle | 2.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| negotiator | 0.6.2 | MIT | spec/fixtures/js/npm/package-lock.json |
+| negotiator | 0.6.2 | MIT | spec/fixtures/js/yarn.lock |
+| neo-async | 2.6.1 | MIT | spec/fixtures/js/yarn.lock |
+| net-hippie | 0.2.7 | MIT | spec/fixtures/bundler/Gemfile.lock |
+| net-hippie | 0.2.7 | MIT | spec/fixtures/bundler/gems.lock |
+| nghttp2-libs | 1.41.0-r0 | MIT | spec/fixtures/os/lib/apk/db/installed |
+| nice-try | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| no-case | 2.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| node-ensure | 0.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| node-fetch | 2.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| node-forge | 0.9.0 | BSD-3-Clause OR GPL-2.0 | spec/fixtures/js/yarn.lock |
+| node-gyp | 3.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| node-int64 | 0.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| node-libs-browser | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| node-modules-regexp | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| node-notifier | 5.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| node-pre-gyp | 0.12.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| node-releases | 1.1.50 | MIT | spec/fixtures/js/yarn.lock |
+| node-sass | 4.12.0 | MIT | spec/fixtures/js/yarn.lock |
+| nodemon | 1.18.9 | MIT | spec/fixtures/js/yarn.lock |
+| nopt | 1.0.10 | MIT | spec/fixtures/js/yarn.lock |
+| nopt | 3.0.6 | ISC | spec/fixtures/js/yarn.lock |
+| nopt | 4.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| normalize-package-data | 2.5.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| normalize-path | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| normalize-path | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| normalize-range | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| normalize-selector | 0.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| npm-bundled | 1.0.6 | ISC | spec/fixtures/js/yarn.lock |
+| npm-packlist | 1.4.1 | ISC | spec/fixtures/js/yarn.lock |
+| npm-run-path | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| npmlog | 4.1.2 | ISC | spec/fixtures/js/yarn.lock |
+| num2fraction | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| number-is-nan | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| nwsapi | 2.0.9 | MIT | spec/fixtures/js/yarn.lock |
+| oauth-sign | 0.9.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| object-assign | 4.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| object-component | 0.0.3 | | spec/fixtures/js/yarn.lock |
+| object-copy | 0.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| object-inspect | 1.7.0 | MIT | spec/fixtures/js/yarn.lock |
+| object-keys | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| object-visit | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| object.assign | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| object.entries | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| object.getownpropertydescriptors | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| object.pick | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| object.values | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| obuf | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| on-finished | 2.3.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| on-finished | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| on-headers | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| once | 1.4.0 | ISC | spec/fixtures/js/yarn.lock |
+| onetime | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| opener | 1.5.1 | WTFPL OR MIT | spec/fixtures/js/yarn.lock |
+| opn | 5.5.0 | MIT | spec/fixtures/js/yarn.lock |
+| optimism | 0.10.3 | MIT | spec/fixtures/js/yarn.lock |
+| optimist | 0.6.1 | Nonstandard | spec/fixtures/js/yarn.lock |
+| optionator | 0.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| orderedmap | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| original | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| os-browserify | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| os-homedir | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| os-locale | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| os-locale | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| os-tmpdir | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| osenv | 0.1.5 | ISC | spec/fixtures/js/yarn.lock |
+| p-defer | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-each-series | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-finally | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-is-promise | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-limit | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-limit | 2.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| p-locate | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-locate | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-locate | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-map | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-map | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-reduce | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-retry | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| p-try | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| p-try | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| package-json | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| pako | 1.0.6 | MIT AND Zlib | spec/fixtures/js/yarn.lock |
+| parallel-transform | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| param-case | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| parent-module | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| parse-asn1 | 5.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| parse-color | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| parse-entities | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| parse-json | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| parse-json | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| parse-passwd | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| parse5 | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| parse5 | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| parseqs | 0.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| parseuri | 0.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| parseurl | 1.3.3 | MIT | spec/fixtures/js/npm/package-lock.json |
+| parseurl | 1.3.3 | MIT | spec/fixtures/js/yarn.lock |
+| pascalcase | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| passwd | 1:4.5-1.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| path-browserify | 0.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| path-dirname | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| path-exists | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| path-exists | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| path-exists | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| path-is-absolute | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| path-is-inside | 1.0.2 | WTFPL OR MIT | spec/fixtures/js/yarn.lock |
+| path-key | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| path-parse | 1.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| path-to-regexp | 0.1.7 | MIT | spec/fixtures/js/npm/package-lock.json |
+| path-to-regexp | 0.1.7 | MIT | spec/fixtures/js/yarn.lock |
+| path-type | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| path-type | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| path-type | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| pbkdf2 | 3.0.14 | MIT | spec/fixtures/js/yarn.lock |
+| pcre2 | 10.35-r0 | BSD-3-Clause | spec/fixtures/os/lib/apk/db/installed |
+| pdfjs-dist | 2.1.266 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| performance-now | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| perl-base | 5.28.1-6+deb10u1 | | spec/fixtures/os/var/lib/dpkg/status |
+| phpdocumentor/reflection-common | 2.0.0 | MIT | spec/fixtures/composer/composer.lock |
+| phpdocumentor/type-resolver | 1.0.1 | MIT | spec/fixtures/composer/composer.lock |
+| picomatch | 2.0.7 | MIT | spec/fixtures/js/yarn.lock |
+| pify | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| pify | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| pify | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| pikaday | 1.8.0 | 0BSD OR MIT | spec/fixtures/js/yarn.lock |
+| pinkie | 2.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| pinkie-promise | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| pirates | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| pixelmatch | 4.0.2 | ISC | spec/fixtures/js/yarn.lock |
+| pkg-dir | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| pkg-dir | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| pkg-dir | 4.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| pn | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| pngjs | 3.3.3 | MIT | spec/fixtures/js/yarn.lock |
+| pofile | 1.0.11 | | spec/fixtures/js/yarn.lock |
+| popper.js | 1.16.1 | MIT | spec/fixtures/js/yarn.lock |
+| portal-vue | 2.1.6 | MIT | spec/fixtures/js/yarn.lock |
+| portfinder | 1.0.25 | MIT | spec/fixtures/js/yarn.lock |
+| posix-character-classes | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| postcss | 6.0.23 | MIT | spec/fixtures/js/yarn.lock |
+| postcss | 7.0.27 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-html | 0.36.0 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-jsx | 0.36.2 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-less | 3.1.4 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-markdown | 0.36.0 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-media-query-parser | 0.2.3 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-modules-extract-imports | 1.2.1 | ISC | spec/fixtures/js/yarn.lock |
+| postcss-modules-local-by-default | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-modules-scope | 1.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| postcss-modules-values | 1.3.0 | ISC | spec/fixtures/js/yarn.lock |
+| postcss-reporter | 6.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-resolve-nested-selector | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-safe-parser | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-sass | 0.3.5 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-scss | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-selector-parser | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-selector-parser | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-selector-parser | 6.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-syntax | 0.36.2 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-value-parser | 3.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| postcss-value-parser | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| prelude-ls | 1.1.2 | | spec/fixtures/js/yarn.lock |
+| prepend-http | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| prettier | 1.16.3 | MIT | spec/fixtures/js/yarn.lock |
+| prettier | 1.18.2 | MIT | spec/fixtures/js/yarn.lock |
+| pretty | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| pretty-format | 24.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| prismjs | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| private | 0.1.8 | MIT | spec/fixtures/js/yarn.lock |
+| process | 0.11.10 | MIT | spec/fixtures/js/yarn.lock |
+| process-nextick-args | 1.0.7 | MIT | spec/fixtures/js/yarn.lock |
+| process-nextick-args | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| progress | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| promise-inflight | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| prompts | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-commands | 1.0.7 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-dropcursor | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-gapcursor | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-history | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-inputrules | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-keymap | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-markdown | 1.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-model | 1.6.4 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-schema-list | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-state | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-tables | 0.7.10 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-transform | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| prosemirror-utils | 0.7.5 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| prosemirror-view | 1.6.8 | MIT | spec/fixtures/js/yarn.lock |
+| proto-list | 1.2.4 | ISC | spec/fixtures/js/yarn.lock |
+| proxy-addr | 2.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| proxy-addr | 2.0.6 | MIT | spec/fixtures/js/npm/package-lock.json |
+| prr | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| pseudomap | 1.0.2 | ISC | spec/fixtures/js/yarn.lock |
+| psl | 1.1.29 | MIT | spec/fixtures/js/yarn.lock |
+| pstree.remy | 1.1.6 | MIT | spec/fixtures/js/yarn.lock |
+| public-encrypt | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| pump | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| pump | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| pumpify | 1.5.1 | MIT | spec/fixtures/js/yarn.lock |
+| punycode | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| punycode | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| punycode | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| qjobs | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| qs | 6.5.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| qs | 6.7.0 | BSD-3-Clause | spec/fixtures/js/npm/package-lock.json |
+| qs | 6.7.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| querystring | 0.2.0 | | spec/fixtures/js/yarn.lock |
+| querystring-es3 | 0.2.1 | | spec/fixtures/js/yarn.lock |
+| querystringify | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| quick-lru | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| randombytes | 2.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| randomfill | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| range-parser | 1.2.1 | MIT | spec/fixtures/js/npm/package-lock.json |
+| range-parser | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| raphael | 2.2.7 | MIT | spec/fixtures/js/yarn.lock |
+| raw-body | 2.4.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| raw-body | 2.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| raw-loader | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| rc | 1.2.8 | BSD-2-Clause OR MIT OR Apache-2.0 | spec/fixtures/js/yarn.lock |
+| react-is | 16.8.6 | MIT | spec/fixtures/js/yarn.lock |
+| read-pkg | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| read-pkg | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| read-pkg | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| read-pkg-up | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| read-pkg-up | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| read-pkg-up | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| read-pkg-up | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| readable-stream | 2.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| readable-stream | 2.3.6 | MIT | spec/fixtures/js/yarn.lock |
+| readable-stream | 3.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| readdir-enhanced | 2.2.4 | MIT | spec/fixtures/js/yarn.lock |
+| readdirp | 2.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| readdirp | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| realpath-native | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| redent | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| redent | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| regenerate | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| regenerate-unicode-properties | 8.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| regenerator-transform | 0.14.1 | MIT | spec/fixtures/js/yarn.lock |
+| regex-not | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| regexpp | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| regexpu-core | 4.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| registry-auth-token | 3.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| registry-url | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| registry.terraform.io/hashicorp/aws | 3.39.0 | | spec/fixtures/terraform/simple/.terraform.lock.hcl |
+| registry.terraform.io/hashicorp/aws | 3.40.0 | | spec/fixtures/terraform/multiple_providers/.terraform.lock.hcl |
+| registry.terraform.io/hashicorp/azurerm | 2.59.0 | | spec/fixtures/terraform/multiple_providers/.terraform.lock.hcl |
+| regjsgen | 0.5.0 | MIT | spec/fixtures/js/yarn.lock |
+| regjsparser | 0.6.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| relateurl | 0.2.7 | MIT | spec/fixtures/js/yarn.lock |
+| remark | 10.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| remark-parse | 6.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| remark-stringify | 6.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| remove-trailing-separator | 1.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| repeat-element | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| repeat-string | 1.6.1 | MIT | spec/fixtures/js/yarn.lock |
+| repeating | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| replace-ext | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| request | 2.88.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| request-promise-core | 1.1.1 | ISC | spec/fixtures/js/yarn.lock |
+| request-promise-native | 1.0.5 | ISC | spec/fixtures/js/yarn.lock |
+| require-directory | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| require-main-filename | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| require-main-filename | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| require-package-name | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| requires-port | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| requizzle | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| resize-observer-polyfill | 1.5.1 | MIT | spec/fixtures/js/yarn.lock |
+| resolve | 1.1.7 | MIT | spec/fixtures/js/yarn.lock |
+| resolve | 1.15.0 | MIT | spec/fixtures/js/yarn.lock |
+| resolve-cwd | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| resolve-dir | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| resolve-from | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| resolve-from | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| resolve-from | 5.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| resolve-url | 0.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| restore-cursor | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| ret | 0.1.15 | MIT | spec/fixtures/js/yarn.lock |
+| retry | 0.12.0 | MIT | spec/fixtures/js/yarn.lock |
+| rfdc | 1.1.4 | MIT | spec/fixtures/js/yarn.lock |
+| rimraf | 2.6.3 | ISC | spec/fixtures/js/yarn.lock |
+| rimraf | 2.7.1 | ISC | spec/fixtures/js/yarn.lock |
+| ripemd160 | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| rope-sequence | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| rsvp | 4.8.4 | MIT | spec/fixtures/js/yarn.lock |
+| run-async | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| run-queue | 1.0.3 | ISC | spec/fixtures/js/yarn.lock |
+| rw | 1.3.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| rxjs | 6.5.4 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| safe-buffer | 5.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
+| safe-buffer | 5.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| safe-regex | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| safer-buffer | 2.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
+| safer-buffer | 2.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| sane | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| sanitize-html | 1.22.0 | MIT | spec/fixtures/js/yarn.lock |
+| sass-graph | 2.2.4 | MIT | spec/fixtures/js/yarn.lock |
+| sax | 1.2.1 | ISC | spec/fixtures/js/yarn.lock |
+| sax | 1.2.4 | ISC | spec/fixtures/js/yarn.lock |
+| scanelf | 1.2.6-r0 | GPL-2.0-only | spec/fixtures/os/lib/apk/db/installed |
+| schema-utils | 0.4.5 | MIT | spec/fixtures/js/yarn.lock |
+| schema-utils | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| schema-utils | 2.6.4 | MIT | spec/fixtures/js/yarn.lock |
+| scope-css | 1.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| scss-tokenizer | 0.2.3 | MIT | spec/fixtures/js/yarn.lock |
+| sed | 4.7-1 | | spec/fixtures/os/var/lib/dpkg/status |
+| select | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| select-hose | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| select2 | 3.5.2-browserify | | spec/fixtures/js/yarn.lock |
+| selfsigned | 1.10.7 | MIT | spec/fixtures/js/yarn.lock |
+| semver | 5.3.0 | ISC | spec/fixtures/js/yarn.lock |
+| semver | 5.7.1 | ISC | spec/fixtures/js/yarn.lock |
+| semver | 6.3.0 | ISC | spec/fixtures/js/yarn.lock |
+| semver | 7.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| semver-diff | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| send | 0.17.1 | MIT | spec/fixtures/js/npm/package-lock.json |
+| send | 0.17.1 | MIT | spec/fixtures/js/yarn.lock |
+| serialize-javascript | 2.1.2 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| serve-index | 1.9.1 | MIT | spec/fixtures/js/yarn.lock |
+| serve-static | 1.14.1 | MIT | spec/fixtures/js/npm/package-lock.json |
+| serve-static | 1.14.1 | MIT | spec/fixtures/js/yarn.lock |
+| set-blocking | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| set-value | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| setimmediate | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| setprototypeof | 1.0.3 | ISC | spec/fixtures/js/yarn.lock |
+| setprototypeof | 1.1.1 | ISC | spec/fixtures/js/npm/package-lock.json |
+| setprototypeof | 1.1.1 | ISC | spec/fixtures/js/yarn.lock |
+| sha.js | 2.4.10 | MIT | spec/fixtures/js/yarn.lock |
+| shallow-clone | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| shebang-command | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| shebang-regex | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| shellwords | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| sigmund | 1.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| signal-exit | 3.0.2 | ISC | spec/fixtures/js/yarn.lock |
+| sisteransi | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| six | 1.13.0 | MIT | spec/fixtures/pip/Pipfile.lock |
+| slash | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| slash | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| slash | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| slice-ansi | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| slugify | 1.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| smooshpack | 0.0.62 | Nonstandard | spec/fixtures/js/yarn.lock |
+| snapdragon | 0.8.2 | MIT | spec/fixtures/js/yarn.lock |
+| snapdragon-node | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| snapdragon-util | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| socket.io | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| socket.io-adapter | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| socket.io-client | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| socket.io-parser | 3.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| sockjs | 0.3.19 | MIT | spec/fixtures/js/yarn.lock |
+| sockjs-client | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| sortablejs | 1.10.2 | MIT | spec/fixtures/js/yarn.lock |
+| source-list-map | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| source-map | 0.4.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| source-map | 0.5.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| source-map | 0.5.7 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| source-map | 0.6.1 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| source-map | 0.7.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| source-map-resolve | 0.5.2 | MIT | spec/fixtures/js/yarn.lock |
+| source-map-support | 0.5.13 | MIT | spec/fixtures/js/yarn.lock |
+| source-map-url | 0.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| spdx-correct | 1.0.2 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| spdx-expression-parse | 1.0.4 | MIT AND CC-BY-3.0 | spec/fixtures/js/yarn.lock |
+| spdx-license-ids | 1.2.2 | Unlicense | spec/fixtures/js/yarn.lock |
+| spdy | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| spdy-transport | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| specificity | 0.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| split-string | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| sprintf-js | 1.0.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| sql.js | 0.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| srcset | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| sshpk | 1.15.2 | MIT | spec/fixtures/js/yarn.lock |
+| ssl_client | 1.31.1-r19 | GPL-2.0-only | spec/fixtures/os/lib/apk/db/installed |
+| ssri | 6.0.1 | ISC | spec/fixtures/js/yarn.lock |
+| ssri | 7.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| stack-utils | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| state-toggle | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| static-extend | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| statuses | 1.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| statuses | 1.5.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| statuses | 1.5.0 | MIT | spec/fixtures/js/yarn.lock |
+| stdout-stream | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| stealthy-require | 1.1.1 | ISC | spec/fixtures/js/yarn.lock |
+| stickyfilljs | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| stream-browserify | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| stream-each | 1.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| stream-http | 2.8.2 | MIT | spec/fixtures/js/yarn.lock |
+| stream-shift | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| streamroller | 1.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| string-length | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| string-width | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| string-width | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| string-width | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| string-width | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| string.prototype.trimleft | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| string.prototype.trimright | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| string_decoder | 0.10.31 | MIT | spec/fixtures/js/yarn.lock |
+| string_decoder | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| stringify-entities | 1.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| strip-ansi | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| strip-ansi | 4.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| strip-ansi | 5.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| strip-bom | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| strip-bom | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| strip-css-comments | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| strip-eof | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| strip-indent | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| strip-indent | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| strip-json-comments | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| strip-json-comments | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| style-loader | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| style-search | 0.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| stylelint | 10.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| stylelint-config-recommended | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| stylelint-scss | 3.9.2 | MIT | spec/fixtures/js/yarn.lock |
+| sugarss | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| supports-color | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| supports-color | 5.5.0 | MIT | spec/fixtures/js/yarn.lock |
+| supports-color | 6.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| supports-color | 7.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| svg-tags | 1.0.0 | | spec/fixtures/js/yarn.lock |
+| svg4everybody | 2.1.9 | CC0-1.0 | spec/fixtures/js/yarn.lock |
+| swagger-ui-dist | 3.24.3 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| symbol-observable | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| symbol-tree | 3.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| symfony/polyfill-ctype | v1.14.0 | MIT | spec/fixtures/composer/composer.lock |
+| sysvinit-utils | 2.93-8 | | spec/fixtures/os/var/lib/dpkg/status |
+| table | 5.4.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| taffydb | 2.6.2 | | spec/fixtures/js/yarn.lock |
+| tapable | 0.1.10 | MIT | spec/fixtures/js/yarn.lock |
+| tapable | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| tar | 1.30+dfsg-6 | | spec/fixtures/os/var/lib/dpkg/status |
+| tar | 2.2.2 | ISC | spec/fixtures/js/yarn.lock |
+| tar | 4.4.8 | ISC | spec/fixtures/js/yarn.lock |
+| term-size | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| terser | 4.3.1 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| terser-webpack-plugin | 1.4.3 | MIT | spec/fixtures/js/yarn.lock |
+| test-exclude | 5.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| text-table | 0.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| textextensions | 2.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| three | 0.84.0 | MIT | spec/fixtures/js/yarn.lock |
+| three-orbit-controls | 82.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| three-stl-loader | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| throat | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| throttle-debounce | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| through | 2.3.8 | MIT | spec/fixtures/js/yarn.lock |
+| through2 | 2.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| thunky | 0.1.0 | | spec/fixtures/js/yarn.lock |
+| timeago.js | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| timed-out | 4.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| timers-browserify | 2.0.10 | | spec/fixtures/js/yarn.lock |
+| timezone-mock | 1.0.8 | MIT | spec/fixtures/js/yarn.lock |
+| tiny-emitter | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| tiptap | 1.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| tiptap-commands | 1.4.0 | MIT | spec/fixtures/js/yarn.lock |
+| tiptap-extensions | 1.8.0 | MIT | spec/fixtures/js/yarn.lock |
+| tiptap-utils | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| tmp | 0.0.33 | MIT | spec/fixtures/js/yarn.lock |
+| tmpl | 1.0.4 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| to-array | 0.1.4 | | spec/fixtures/js/yarn.lock |
+| to-arraybuffer | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| to-fast-properties | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| to-object-path | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| to-regex | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| to-regex-range | 2.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| to-regex-range | 5.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| toggle-selection | 1.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| toidentifier | 1.0.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| toidentifier | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| touch | 3.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| tough-cookie | 2.4.3 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
+| tr46 | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| tributejs | 4.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| trim | 0.0.1 | | spec/fixtures/js/yarn.lock |
+| trim-newlines | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| trim-newlines | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| trim-trailing-lines | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| trough | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| true-case-path | 1.0.3 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| try-catch | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| try-to-catch | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| tryer | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| ts-invariant | 0.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| ts-invariant | 0.4.4 | MIT | spec/fixtures/js/yarn.lock |
+| ts-jest | 24.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| tslib | 1.9.3 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| tty-browserify | 0.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| tunnel-agent | 0.6.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| tweetnacl | 0.14.5 | Unlicense | spec/fixtures/js/yarn.lock |
+| type-check | 0.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| type-fest | 0.5.2 | MIT OR CC0-1.0 | spec/fixtures/js/yarn.lock |
+| type-fest | 0.8.1 | MIT OR CC0-1.0 | spec/fixtures/js/yarn.lock |
+| type-is | 1.6.18 | MIT | spec/fixtures/js/npm/package-lock.json |
+| type-is | 1.6.18 | MIT | spec/fixtures/js/yarn.lock |
+| typedarray | 0.0.6 | MIT | spec/fixtures/js/yarn.lock |
+| typescript | 3.3.4000 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| tzdata | 2020a-0+deb10u1 | | spec/fixtures/os/var/lib/dpkg/status |
+| uc.micro | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| uglify-js | 3.6.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| ultron | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| undefsafe | 2.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| underscore | 1.6.0 | | spec/fixtures/js/yarn.lock |
+| underscore | 1.8.3 | MIT | spec/fixtures/js/yarn.lock |
+| underscore | 1.9.2 | MIT | spec/fixtures/js/yarn.lock |
+| underscore-contrib | 0.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| unfetch | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| unherit | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| unicode-canonical-property-names-ecmascript | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| unicode-match-property-ecmascript | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| unicode-match-property-value-ecmascript | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| unicode-property-aliases-ecmascript | 1.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| unified | 7.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| union-value | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| uniq | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| unique-filename | 1.1.1 | ISC | spec/fixtures/js/yarn.lock |
+| unique-slug | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| unique-string | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| unist-util-find-all-after | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| unist-util-is | 2.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| unist-util-remove-position | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| unist-util-stringify-position | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| unist-util-visit | 1.4.1 | MIT | spec/fixtures/js/yarn.lock |
+| unist-util-visit-parents | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| universalify | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| unpipe | 1.0.0 | MIT | spec/fixtures/js/npm/package-lock.json |
+| unpipe | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| unset-value | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| unzip-response | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| upath | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| update-notifier | 2.5.0 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| upper-case | 1.1.3 | MIT | spec/fixtures/js/yarn.lock |
+| uri-js | 4.2.2 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| urix | 0.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| url | 0.10.3 | MIT | spec/fixtures/js/yarn.lock |
+| url | 0.11.0 | MIT | spec/fixtures/js/yarn.lock |
+| url-loader | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| url-parse | 1.4.4 | MIT | spec/fixtures/js/yarn.lock |
+| url-parse-lax | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| url-search-params-polyfill | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| use | 3.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| useragent | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| util | 0.10.3 | MIT | spec/fixtures/js/yarn.lock |
+| util | 0.11.1 | MIT | spec/fixtures/js/yarn.lock |
+| util-deprecate | 1.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| util-linux | 2.33.1-0.1 | | spec/fixtures/os/var/lib/dpkg/status |
+| util.promisify | 1.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| utils-merge | 1.0.1 | MIT | spec/fixtures/js/npm/package-lock.json |
+| utils-merge | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| uuid | 3.3.2 | MIT | spec/fixtures/js/yarn.lock |
+| v8-compile-cache | 2.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| validate-npm-package-license | 3.0.1 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| vary | 1.1.2 | MIT | spec/fixtures/js/npm/package-lock.json |
+| vary | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| verror | 1.10.0 | MIT | spec/fixtures/js/yarn.lock |
+| vfile | 3.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| vfile-location | 2.0.4 | MIT | spec/fixtures/js/yarn.lock |
+| vfile-message | 1.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| visibilityjs | 1.2.4 | MIT | spec/fixtures/js/yarn.lock |
+| vm-browserify | 1.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| void-elements | 2.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| vue | 2.6.10 | MIT | spec/fixtures/js/yarn.lock |
+| vue-apollo | 3.0.0-beta.28 | ISC | spec/fixtures/js/yarn.lock |
+| vue-eslint-parser | 7.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| vue-functional-data-merge | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| vue-hot-reload-api | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| vue-jest | 4.0.0-beta.2 | MIT | spec/fixtures/js/yarn.lock |
+| vue-loader | 15.9.0 | MIT | spec/fixtures/js/yarn.lock |
+| vue-router | 3.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| vue-runtime-helpers | 1.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| vue-style-loader | 4.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| vue-template-compiler | 2.6.10 | MIT | spec/fixtures/js/yarn.lock |
+| vue-template-es2015-compiler | 1.9.1 | MIT | spec/fixtures/js/yarn.lock |
+| vue-virtual-scroll-list | 1.4.4 | MIT | spec/fixtures/js/yarn.lock |
+| vuedraggable | 2.23.0 | MIT | spec/fixtures/js/yarn.lock |
+| vuex | 3.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| w3c-hr-time | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| w3c-keyname | 1.1.8 | MIT | spec/fixtures/js/yarn.lock |
+| walker | 1.0.7 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| watchpack | 1.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| wbuf | 1.7.3 | MIT | spec/fixtures/js/yarn.lock |
+| webidl-conversions | 4.0.2 | BSD-2-Clause | spec/fixtures/js/yarn.lock |
+| webmozart/assert | 1.7.0 | MIT | spec/fixtures/composer/composer.lock |
+| webpack | 4.42.0 | MIT | spec/fixtures/js/yarn.lock |
+| webpack-bundle-analyzer | 3.6.0 | MIT | spec/fixtures/js/yarn.lock |
+| webpack-cli | 3.3.11 | MIT | spec/fixtures/js/yarn.lock |
+| webpack-dev-middleware | 3.7.2 | MIT | spec/fixtures/js/yarn.lock |
+| webpack-dev-server | 3.10.3 | MIT | spec/fixtures/js/yarn.lock |
+| webpack-log | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| webpack-sources | 1.4.3 | MIT | spec/fixtures/js/yarn.lock |
+| webpack-stats-plugin | 0.3.1 | MIT | spec/fixtures/js/yarn.lock |
+| websocket-driver | 0.6.5 | MIT | spec/fixtures/js/yarn.lock |
+| websocket-extensions | 0.1.1 | MIT | spec/fixtures/js/yarn.lock |
+| whatwg-encoding | 1.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| whatwg-mimetype | 2.3.0 | MIT | spec/fixtures/js/yarn.lock |
+| whatwg-url | 6.5.0 | MIT | spec/fixtures/js/yarn.lock |
+| whatwg-url | 7.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| which | 1.3.1 | ISC | spec/fixtures/js/yarn.lock |
+| which-module | 1.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| which-module | 2.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| wide-align | 1.1.3 | ISC | spec/fixtures/js/yarn.lock |
+| widest-line | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| word-wrap | 1.2.3 | MIT | spec/fixtures/js/yarn.lock |
+| wordwrap | 0.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| worker-farm | 1.7.0 | MIT | spec/fixtures/js/yarn.lock |
+| worker-loader | 2.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| wrap-ansi | 2.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| wrap-ansi | 5.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| wrappy | 1.0.2 | ISC | spec/fixtures/js/yarn.lock |
+| write | 1.0.3 | MIT | spec/fixtures/js/yarn.lock |
+| write-file-atomic | 2.4.1 | ISC | spec/fixtures/js/yarn.lock |
+| ws | 3.3.3 | MIT | spec/fixtures/js/yarn.lock |
+| ws | 5.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| ws | 6.2.1 | MIT | spec/fixtures/js/yarn.lock |
+| x-is-string | 0.1.0 | | spec/fixtures/js/yarn.lock |
+| xdg-basedir | 3.0.0 | MIT | spec/fixtures/js/yarn.lock |
+| xml | 1.0.1 | MIT | spec/fixtures/js/yarn.lock |
+| xml-name-validator | 3.0.0 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| xml2js | 0.4.19 | MIT | spec/fixtures/js/yarn.lock |
+| xmlbuilder | 8.2.2 | MIT | spec/fixtures/js/yarn.lock |
+| xmlbuilder | 9.0.7 | MIT | spec/fixtures/js/yarn.lock |
+| xmlcreate | 1.0.2 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| xmlhttprequest-ssl | 1.5.5 | | spec/fixtures/js/yarn.lock |
+| xtend | 4.0.2 | MIT | spec/fixtures/js/yarn.lock |
+| xterm | 3.5.0 | MIT | spec/fixtures/js/yarn.lock |
+| xunit | 2.4.0 | Nonstandard | spec/fixtures/nuget/nested/test.csproj |
+| xunit | 2.4.1 | Nonstandard | spec/fixtures/nuget/Packages.props |
+| xunit.runner.visualstudio | 2.4.1 | Nonstandard | spec/fixtures/nuget/Packages.props |
+| y18n | 3.2.1 | ISC | spec/fixtures/js/yarn.lock |
+| y18n | 4.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| yallist | 2.1.2 | ISC | spec/fixtures/js/yarn.lock |
+| yallist | 3.0.3 | ISC | spec/fixtures/js/yarn.lock |
+| yallist | 4.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| yargs | 12.0.5 | MIT | spec/fixtures/js/yarn.lock |
+| yargs | 13.2.4 | MIT | spec/fixtures/js/yarn.lock |
+| yargs | 7.1.0 | MIT | spec/fixtures/js/yarn.lock |
+| yargs-parser | 10.1.0 | ISC | spec/fixtures/js/yarn.lock |
+| yargs-parser | 11.1.1 | ISC | spec/fixtures/js/yarn.lock |
+| yargs-parser | 13.1.1 | ISC | spec/fixtures/js/yarn.lock |
+| yargs-parser | 5.0.0 | ISC | spec/fixtures/js/yarn.lock |
+| yarn-check-webpack-plugin | 1.2.0 | MIT | spec/fixtures/js/yarn.lock |
+| yarn-deduplicate | 1.1.1 | Apache-2.0 | spec/fixtures/js/yarn.lock |
+| yeast | 0.1.2 | MIT | spec/fixtures/js/yarn.lock |
+| zen-observable | 0.8.11 | MIT | spec/fixtures/js/yarn.lock |
+| zen-observable-ts | 0.8.18 | MIT | spec/fixtures/js/yarn.lock |
+| zlib | 1.2.11-r3 | Zlib | spec/fixtures/os/lib/apk/db/installed |
+| zlib1g | 1:1.2.11.dfsg-1 | | spec/fixtures/os/var/lib/dpkg/status |
+| zrender | 4.2.0 | BSD-3-Clause | spec/fixtures/js/yarn.lock |
++----------------------------------------------------------+------------------------+-----------------------------------+----------------------------------------------------------------+
diff --git a/spec/fixtures/terraform/multiple_providers/.terraform.lock.hcl b/spec/fixtures/terraform/multiple_providers/.terraform.lock.hcl
new file mode 100644
index 0000000..b0ca24f
--- /dev/null
+++ b/spec/fixtures/terraform/multiple_providers/.terraform.lock.hcl
@@ -0,0 +1,40 @@
+# This file is maintained automatically by "terraform init".
+# Manual edits may be lost in future updates.
+
+provider "registry.terraform.io/hashicorp/aws" {
+ version = "3.40.0"
+ constraints = "~> 3.27"
+ hashes = [
+ "h1:0r9TS3qACD9xJhrfTPZR7ygoCKDWHRX4c0D5GCyfAu4=",
+ "zh:2fd824991b19837e200d19b17d8188bf71efb92c36511809484549e77b4045dd",
+ "zh:47250cb58b3bd6f2698ca17bfb962710542d6adf95637cd560f6119abf97dba2",
+ "zh:515722a8c8726541b05362ec71331264977603374a2e4d4d64f89940873143ea",
+ "zh:61b6b7542da2113278c987a0af9f230321f5ed605f1e3098824603cb09ac771b",
+ "zh:66aad13ada6344b64adbc67abad4f35c414e62838a99f78626befb8b74c760d8",
+ "zh:7d4436aeb53fa348d7fd3c2ab4a727b03c7c59bfdcdecef4a75237760f3bb3cf",
+ "zh:a4583891debc49678491510574b1c28bb4fe3f83ed2bb353959c4c1f6f409f1f",
+ "zh:b8badecea52f6996ae832144560be87e0b7c2da7fe1dcd6e6230969234b2fc55",
+ "zh:cecf64a085f640c30437ccc31bd964c21004ae8ae00cfbd95fb04037e46b88ca",
+ "zh:d81dbb9ad8ce5eca4d1fc5a7a06bbb9c47ea8691f1502e94760fa680e20e4afc",
+ "zh:f0fc724a964c7f8154bc5911d572ee411f5d181414f9b1f09de7ebdacb0d884b",
+ ]
+}
+
+provider "registry.terraform.io/hashicorp/azurerm" {
+ version = "2.59.0"
+ constraints = "~> 2.1"
+ hashes = [
+ "h1:Mp7ECMHocobalN1+ASSKG5dHB7RnhZ6Y0rEEFTT5urA=",
+ "zh:0996d1c85bccdb15aeb6bc32f763c2d85ff854b33c3c3d62c34859669e05785e",
+ "zh:37807677e68058381514897ce10dc73a0dd0f503aba98113ac79844d310010e3",
+ "zh:3bccf9215bdbcc89327582b1d9d2a633c59215ca6452dbb4f9d0a7a661074c5b",
+ "zh:4801791332ab81e51d1ead47a62e0081ec4c1f23ef0fc2e8b15fef315ecdf07a",
+ "zh:5bad44816a3eaeb335f665f6eef9b41a403a40e9bddb2db8406ab0e847f639ca",
+ "zh:64f79c4ddc2bf8384f1a42c4e430ffdc53cb1fbc565bfe1cdc6b075dcdf098e9",
+ "zh:75c96fcb592ed80cc403944faadda25aeadda7fd6de9162a8d365249b1ec1c17",
+ "zh:8604558f2f201eefe25f4c611a5d4ef4d7c75338bf2f4a6321da5caa94937947",
+ "zh:cab930e374d33b3b980c6774f3d0ac3e3d7e1e596aba586d4368d8bcf05cf9c5",
+ "zh:cf0e78eb1e84b6dd11031283878e392e55801e3acd9c5592309e6f76ebe3a621",
+ "zh:eba02fcab150775b8b8beeec0c7dbba1585a57f4e97272f48c71021c5e289579",
+ ]
+}
diff --git a/spec/fixtures/terraform/multiple_providers/main.tf b/spec/fixtures/terraform/multiple_providers/main.tf
new file mode 100644
index 0000000..e2e0818
--- /dev/null
+++ b/spec/fixtures/terraform/multiple_providers/main.tf
@@ -0,0 +1,12 @@
+terraform {
+ required_providers {
+ aws = {
+ source = "hashicorp/aws"
+ version = "~> 3.27"
+ }
+ azure = {
+ source = "hashicorp/azurerm"
+ version = "~> 2.1"
+ }
+ }
+}
diff --git a/spec/unit/terraform/parsers/hcl_spec.rb b/spec/unit/terraform/parsers/hcl_spec.rb
index a596860..8ef5012 100644
--- a/spec/unit/terraform/parsers/hcl_spec.rb
+++ b/spec/unit/terraform/parsers/hcl_spec.rb
@@ -6,7 +6,7 @@ RSpec.describe Spandx::Terraform::Parsers::Hcl do
describe '#parse' do
subject { parser.parse_with_debug(content) }
- context 'when parsing an empty provider block' do
+ context 'when parsing a single provider' do
let(:content) do
<<~HCL
# This file is maintained automatically by "terraform init".
@@ -66,6 +66,64 @@ RSpec.describe Spandx::Terraform::Parsers::Hcl do
])
end
end
+
+ context 'when parsing multiple provider blocks' do
+ let(:content) { fixture_file_content('terraform/multiple_providers/.terraform.lock.hcl') }
+
+ specify { expect(subject).to be_truthy }
+ specify { expect(subject[:blocks][0][:name].to_s).to eql('registry.terraform.io/hashicorp/aws') }
+ specify { expect(subject[:blocks][0][:type].to_s).to eql('provider') }
+ specify { expect(subject[:blocks][1][:name].to_s).to eql('registry.terraform.io/hashicorp/azurerm') }
+ specify { expect(subject[:blocks][1][:type].to_s).to eql('provider') }
+
+ specify do
+ expect(subject[:blocks][0][:arguments]).to match_array([
+ { name: 'version', value: '3.40.0' },
+ { name: 'constraints', value: '~> 3.27' },
+ {
+ name: 'hashes',
+ values: [
+ { value: 'h1:0r9TS3qACD9xJhrfTPZR7ygoCKDWHRX4c0D5GCyfAu4=' },
+ { value: 'zh:2fd824991b19837e200d19b17d8188bf71efb92c36511809484549e77b4045dd' },
+ { value: 'zh:47250cb58b3bd6f2698ca17bfb962710542d6adf95637cd560f6119abf97dba2' },
+ { value: 'zh:515722a8c8726541b05362ec71331264977603374a2e4d4d64f89940873143ea' },
+ { value: 'zh:61b6b7542da2113278c987a0af9f230321f5ed605f1e3098824603cb09ac771b' },
+ { value: 'zh:66aad13ada6344b64adbc67abad4f35c414e62838a99f78626befb8b74c760d8' },
+ { value: 'zh:7d4436aeb53fa348d7fd3c2ab4a727b03c7c59bfdcdecef4a75237760f3bb3cf' },
+ { value: 'zh:a4583891debc49678491510574b1c28bb4fe3f83ed2bb353959c4c1f6f409f1f' },
+ { value: 'zh:b8badecea52f6996ae832144560be87e0b7c2da7fe1dcd6e6230969234b2fc55' },
+ { value: 'zh:cecf64a085f640c30437ccc31bd964c21004ae8ae00cfbd95fb04037e46b88ca' },
+ { value: 'zh:d81dbb9ad8ce5eca4d1fc5a7a06bbb9c47ea8691f1502e94760fa680e20e4afc' },
+ { value: 'zh:f0fc724a964c7f8154bc5911d572ee411f5d181414f9b1f09de7ebdacb0d884b' },
+ ]
+ },
+ ])
+ end
+
+ specify do
+ expect(subject[:blocks][1][:arguments]).to match_array([
+ { name: 'version', value: '2.59.0' },
+ { name: 'constraints', value: '~> 2.1' },
+ {
+ name: 'hashes',
+ values: [
+ { value: 'h1:Mp7ECMHocobalN1+ASSKG5dHB7RnhZ6Y0rEEFTT5urA=' },
+ { value: 'zh:0996d1c85bccdb15aeb6bc32f763c2d85ff854b33c3c3d62c34859669e05785e' },
+ { value: 'zh:37807677e68058381514897ce10dc73a0dd0f503aba98113ac79844d310010e3' },
+ { value: 'zh:3bccf9215bdbcc89327582b1d9d2a633c59215ca6452dbb4f9d0a7a661074c5b' },
+ { value: 'zh:4801791332ab81e51d1ead47a62e0081ec4c1f23ef0fc2e8b15fef315ecdf07a' },
+ { value: 'zh:5bad44816a3eaeb335f665f6eef9b41a403a40e9bddb2db8406ab0e847f639ca' },
+ { value: 'zh:64f79c4ddc2bf8384f1a42c4e430ffdc53cb1fbc565bfe1cdc6b075dcdf098e9' },
+ { value: 'zh:75c96fcb592ed80cc403944faadda25aeadda7fd6de9162a8d365249b1ec1c17' },
+ { value: 'zh:8604558f2f201eefe25f4c611a5d4ef4d7c75338bf2f4a6321da5caa94937947' },
+ { value: 'zh:cab930e374d33b3b980c6774f3d0ac3e3d7e1e596aba586d4368d8bcf05cf9c5' },
+ { value: 'zh:cf0e78eb1e84b6dd11031283878e392e55801e3acd9c5592309e6f76ebe3a621' },
+ { value: 'zh:eba02fcab150775b8b8beeec0c7dbba1585a57f4e97272f48c71021c5e289579' },
+ ]
+ },
+ ])
+ end
+ end
end
describe '#version_assignment' do
@@ -133,6 +191,7 @@ RSpec.describe Spandx::Terraform::Parsers::Hcl do
end
(0..9).each { |digit| specify { expect(parser.digit).to parse(digit.to_s) } }
+ specify { expect(parser.assign).not_to parse('==') }
specify { expect(parser.assign).to parse('=') }
specify { expect(parser.comment).to parse('# Manual edits may be lost in future updates.') }
specify { expect(parser.comment).to parse('# This file is maintained automatically by "terraform init".') }
@@ -149,6 +208,8 @@ RSpec.describe Spandx::Terraform::Parsers::Hcl do
specify { expect(parser.space).to parse(' ') }
specify { expect(parser.whitespace).to parse('# This is a comment') }
specify { expect(parser.whitespace).to parse('// This is a comment') }
+ specify { expect(parser.string).to parse('"h1:fjlp3Pd3QsTLghNm7TUh/KnEMM2D3tLb7jsDLs8oWUE="') }
+ specify { expect(parser.string).to parse('"zh:2014b397dd93fa55f2f2d1338c19e5b2b77b025a76a6b1fceea0b8696e984b9c"') }
specify do
expect(parser.whitespace).to parse(<<~HCL)
@@ -179,4 +240,141 @@ RSpec.describe Spandx::Terraform::Parsers::Hcl do
]
HCL
end
+
+ specify do
+ expect(parser.block).to parse(<<~HCL.chomp)
+ provider "thing" {
+ argument = "value"
+ arguments = [
+ "value",
+ "value",
+ ]
+ }
+ HCL
+ end
+
+ specify do
+ expect(parser.block_body.parse_with_debug(<<~HCL.chomp)).not_to be_nil
+ {
+ argument = "value"
+ arguments = [
+ "value",
+ "value",
+ ]
+ }
+ HCL
+ end
+
+ specify { expect(parser.argument).to parse('argument = "value"') }
+
+ specify do
+ expect(parser.argument).to parse(<<~HCL)
+ arguments = [
+ "a",
+ "b",
+ ]
+ HCL
+ end
+
+ describe '#blocks' do
+ subject { parser.blocks.parse_with_debug(hcl) }
+
+ context 'when parsing multiple multi-line empty blocks' do
+ let(:hcl) do
+ <<~HCL
+ provider "thingy" {
+ }
+
+ provider "other.thingy" {
+ }
+ HCL
+ end
+
+ it 'parses multiple empty blocks' do
+ expect(subject[:blocks]).to match_array([
+ { type: 'provider', name: 'thingy', arguments: [] },
+ { type: 'provider', name: 'other.thingy', arguments: [] },
+ ])
+ end
+ end
+
+ context 'when parsing multiple multi-line blocks with one argument assignment to a string in the first block' do
+ let(:hcl) do
+ <<~HCL
+ provider "thingy" {
+ name = "blah"
+ }
+
+ provider "other.thingy" {
+ }
+ HCL
+ end
+
+ it 'parses multiple empty blocks' do
+ expect(subject[:blocks]).to match_array([
+ { type: 'provider', name: 'thingy', arguments: [{ name: 'name', value: 'blah' }] },
+ { type: 'provider', name: 'other.thingy', arguments: [] },
+ ])
+ end
+ end
+
+ context 'when parsing multiple multi-line blocks with one argument assignment to a string in the second block' do
+ let(:hcl) do
+ <<~HCL
+ provider "thingy" {
+ }
+
+ provider "other.thingy" {
+ name = "blah"
+ }
+ HCL
+ end
+
+ it 'parses multiple empty blocks' do
+ expect(subject[:blocks]).to match_array([
+ { type: 'provider', name: 'thingy', arguments: [] },
+ { type: 'provider', name: 'other.thingy', arguments: [{ name: 'name', value: 'blah' }] },
+ ])
+ end
+ end
+
+ context 'when parsing a blocks with one assignment to an empty array' do
+ let(:hcl) do
+ <<~HCL
+ provider "thingy" {
+ names = [
+ ]
+ }
+ HCL
+ end
+
+ pending 'parses multiple empty blocks' do
+ expect(subject[:blocks]).to match_array([
+ { type: 'provider', name: 'thingy', arguments: [{ name: 'names', values: [] }] },
+ ])
+ end
+ end
+
+ context 'when parsing multiple multi-line blocks with one assignment to a multi-line array' do
+ let(:hcl) do
+ <<~HCL
+ provider "thingy" {
+ names = [
+ "blah"
+ ]
+ }
+
+ provider "other.thingy" {
+ }
+ HCL
+ end
+
+ it 'parses multiple empty blocks' do
+ expect(subject[:blocks]).to match_array([
+ { type: 'provider', name: 'thingy', arguments: [{ name: 'names', values: [{ value: 'blah' }] }] },
+ { type: 'provider', name: 'other.thingy', arguments: [] },
+ ])
+ end
+ end
+ end
end