chronograf/LICENSE_OF_DEPENDENCIES.md

1611 lines
121 KiB
Markdown
Raw Normal View History

2016-11-12 18:48:19 +00:00
### Go
2021-04-19 17:59:45 +00:00
2021-04-19 13:39:19 +00:00
* cloud.google.com/go [Apache-2.0](https://github.com/googleapis/google-cloud-go/blob/master/LICENSE)
* github.com/BurntSushi/toml [MIT](https://github.com/BurntSushi/toml/blob/master/COPYING)
* github.com/abbot/go-http-auth [Apache-2.0](https://github.com/abbot/go-http-auth/blob/master/LICENSE)
* github.com/beorn7/perks/quantile [MIT](https://github.com/beorn7/perks/blob/master/LICENSE)
* github.com/bouk/httprouter [BSD-3-Clause](https://github.com/bouk/httprouter/blob/master/LICENSE)
* github.com/cespare/xxhash/v2 [MIT](https://github.com/cespare/xxhash/blob/master/LICENSE.txt)
* github.com/coreos/go-semver/semver [Apache-2.0](https://github.com/coreos/go-semver/blob/master/LICENSE)
* github.com/coreos/go-systemd [Apache-2.0](https://github.com/coreos/go-systemd/blob/master/LICENSE)
* github.com/coreos/pkg/capnslog [Apache-2.0](https://github.com/coreos/pkg/blob/master/LICENSE)
* github.com/davecgh/go-spew/spew [ISC](https://github.com/davecgh/go-spew/blob/master/LICENSE)
2016-11-12 18:48:19 +00:00
* github.com/dgrijalva/jwt-go [MIT](https://github.com/dgrijalva/jwt-go/blob/master/LICENSE)
2021-04-19 13:39:19 +00:00
* github.com/dustin/go-humanize [MIT](https://github.com/dustin/go-humanize/blob/master/LICENSE)
* github.com/eclipse/paho.mqtt.golang [EPL-1.0](https://github.com/eclipse/paho.mqtt.golang/blob/master/LICENSE)
* github.com/elazarl/go-bindata-assetfs [BSD-2-Clause](https://github.com/elazarl/go-bindata-assetfs/blob/master/LICENSE)
* github.com/go-sql-driver/mysql [MPL-2.0](https://github.com/go-sql-driver/mysql/blob/master/LICENSE)
* github.com/gogo/protobuf [BSD-3-Clause](https://github.com/gogo/protobuf/blob/master/LICENSE)
* github.com/golang/geo [Apache-2.0](https://github.com/golang/geo/blob/master/LICENSE)
* github.com/golang/protobuf [BSD-3-Clause](https://github.com/golang/protobuf/blob/master/LICENSE)
* github.com/google/btree [Apache-2.0](https://github.com/google/btree/blob/master/LICENSE)
* github.com/google/flatbuffers/go [Apache-2.0](https://github.com/google/flatbuffers/blob/master/LICENSE.txt)
* github.com/google/go-cmp/cmp [BSD-3-Clause](https://github.com/google/go-cmp/blob/master/LICENSE)
* github.com/google/go-github/github [BSD-3-Clause](https://github.com/google/go-github/blob/master/LICENSE)
* github.com/google/go-querystring/query [BSD-3-Clause](https://github.com/google/go-querystring/blob/master/LICENSE)
* github.com/google/uuid [BSD-3-Clause](https://github.com/google/uuid/blob/master/LICENSE)
* github.com/googleapis/gax-go/v2 [BSD-3-Clause](https://github.com/googleapis/gax-go/blob/master/LICENSE)
* github.com/gorilla/websocket [BSD-2-Clause](https://github.com/gorilla/websocket/blob/master/LICENSE)
* github.com/grpc-ecosystem/go-grpc-middleware [Apache-2.0](https://github.com/grpc-ecosystem/go-grpc-middleware/blob/master/LICENSE)
* github.com/grpc-ecosystem/go-grpc-prometheus [Apache-2.0](https://github.com/grpc-ecosystem/go-grpc-prometheus/blob/master/LICENSE)
* github.com/grpc-ecosystem/grpc-gateway [BSD-3-Clause](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt)
* github.com/hashicorp/golang-lru/simplelru [MPL-2.0](https://github.com/hashicorp/golang-lru/blob/master/LICENSE)
Introduce ability to edit a dashboard cell * Correct documentation for dashboards * Exclude .git and use 'make run-dev' in 'make continuous' * Fix dashboard deletion bug where id serialization was wrong * Commence creation of overlay technology, add autoRefresh props to DashboardPage * Enhance overlay magnitude of overlay technology * Add confirm buttons to overlay technology * Refactor ResizeContainer to accommodate arbitrary containers * Refactor ResizeContainer to require explicit ResizeTop and ResizeBottom for clarity * Add markup and styles for OverlayControls * CellEditorOverlay needs a larger minimum bottom height to accommodate more things * Revert Visualization to not use ResizeTop or flex-box * Remove TODO and move to issue * Refactor CellEditorOverlay to allow selection of graph type * Style Overlay controls, move confirm buttons to own stylesheet * Fix toggle buttons in overlay so active is actually active * Block user-select on a few UI items * Update cell query shape to support Visualization and LayoutRenderer * Code cleanup * Repair fixture schema; update props for affected components * Wired up selectedGraphType and activeQueryID in CellEditorOverlay * Wire up chooseMeasurements in QueryBuilder Pass queryActions into QueryBuilder so that DataExplorer can provide actionCreators and CellEditorOverlay can provide functions that modify its component state * semicolon cleanup * Bind all queryModifier actions to component state with a stateReducer * Overlay Technologies™ can add and delete a query from a cell * Semicolon cleanup * Add conversion of InfluxQL to QueryConfig for dashboards * Update go deps to add influxdb at af72d9b0e4ebe95be30e89b160f43eabaf0529ed * Updated docs for dashboard query config * Update CHANGELOG to mention InfluxQL to QueryConfig * Make reducer’s name more specific for clarity * Remove 'table' as graphType * Make graph renaming prettier * Remove duplicate DashboardQuery in swagger.json * Fix swagger to include name and links for Cell * Refactor CellEditorOverlay to enable graph type selection * Add link.self to all Dashboard cells; add bolt migrations * Make dash graph names only hover on contents * Consolidate timeRange format patterns, clean up * Add cell endpoints to dashboards * Include Line + Stat in Visualization Type list * Add cell link to dashboards * Enable step plot and stacked graph in Visualization * Overlay Technologies are summonable and dismissable * OverlayTechnologies saves changes to a cell * Convert NameableGraph to createClass for state This was converted from a pure function to encapsulate the state of the buttons. An attempt was made previously to store this state in Redux, but it proved too convoluted with the current state of the reducers for cells and dashboards. Another effort must take place to separate a cell reducer to manage the state of an individual cell in Redux in order for this state to be sanely kept in Redux as well. For the time being, this state is being kept in the component for the sake of expeditiousness, since this is needed for Dashboards to be released. A refactor of this will occur later. * Cells should contain a links key in server response * Clean up console logs * Use live data instead of a cellQuery fixture * Update docs for dashboard creation * DB and RP are already present in the Command field * Fix LayoutRenderer’s understanding of query schema * Return a new object, rather that mutate in place * Visualization doesn’t use activeQueryID * Selected is an object, not a string * QueryBuilder refactored to use query index instead of query id * CellEditorOverlay refactored to use query index instead of query id * ConfirmButtons doesn’t need to act on an item * Rename functions to follow convention * Queries are no longer guaranteed to have ids * Omit WHERE and GROUP BY clauses when saving query * Select new query on add in OverlayTechnologies * Add click outside to dash graph menu, style menu also * Change context menu from ... to a caret More consistent with the rest of the UI, better affordance * Hide graph context menu in presentation mode Don’t want people editing a dashboard from presentation mode * Move graph refreshing spinner so it does not overlap with context menu * Wire up Cell Menu to Overlay Technologies * Correct empty dashboard type * Refactor dashboard spec fixtures * Test syncDashboardCell reducer * Remove Delete button from graph dropdown menu (for now) * Update changelog
2017-03-24 00:12:33 +00:00
* github.com/influxdata/influxdb [MIT](https://github.com/influxdata/influxdb/blob/master/LICENSE)
2016-11-12 18:48:19 +00:00
* github.com/influxdata/kapacitor [MIT](https://github.com/influxdata/kapacitor/blob/master/LICENSE)
2021-04-19 13:39:19 +00:00
* github.com/influxdata/line-protocol [MIT](https://github.com/influxdata/line-protocol/blob/master/LICENSE)
* github.com/jessevdk/go-flags [BSD-3-Clause](https://github.com/jessevdk/go-flags/blob/master/LICENSE)
* github.com/jonboulle/clockwork [Apache-2.0](https://github.com/jonboulle/clockwork/blob/master/LICENSE)
* github.com/json-iterator/go [MIT](https://github.com/json-iterator/go/blob/master/LICENSE)
* github.com/lestrrat-go/jwx [MIT](https://github.com/lestrrat-go/jwx/blob/main/LICENSE)
* github.com/matttproud/golang_protobuf_extensions/pbutil [Apache-2.0](https://github.com/matttproud/golang_protobuf_extensions/blob/master/LICENSE)
* github.com/modern-go/concurrent [Apache-2.0](https://github.com/modern-go/concurrent/blob/master/LICENSE)
* github.com/modern-go/reflect2 [Apache-2.0](https://github.com/modern-go/reflect2/blob/master/LICENSE)
* github.com/opentracing/opentracing-go [Apache-2.0](https://github.com/opentracing/opentracing-go/blob/master/LICENSE)
* github.com/pkg/errors [BSD-2-Clause](https://github.com/pkg/errors/blob/master/LICENSE)
* github.com/pmezard/go-difflib/difflib [BSD-3-Clause](https://github.com/pmezard/go-difflib/blob/master/LICENSE)
* github.com/prometheus/client_golang/prometheus [Apache-2.0](https://github.com/prometheus/client_golang/blob/master/LICENSE)
* github.com/prometheus/client_model/go [Apache-2.0](https://github.com/prometheus/client_model/blob/master/LICENSE)
* github.com/prometheus/common [Apache-2.0](https://github.com/prometheus/common/blob/main/LICENSE)
* github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg [BSD-3-Clause](https://github.com/prometheus/common/blob/main/LICENSE)
* github.com/prometheus/procfs [Apache-2.0](https://github.com/prometheus/procfs/blob/master/LICENSE)
* github.com/satori/go.uuid [MIT](https://github.com/satori/go.uuid/blob/master/LICENSE)
* github.com/sergi/go-diff/diffmatchpatch [MIT](https://github.com/sergi/go-diff/blob/master/LICENSE)
* github.com/sirupsen/logrus [MIT](https://github.com/sirupsen/logrus/blob/master/LICENSE)
* github.com/soheilhy/cmux [Apache-2.0](https://github.com/soheilhy/cmux/blob/master/LICENSE)
* github.com/spf13/pflag [BSD-3-Clause](https://github.com/spf13/pflag/blob/master/LICENSE)
* github.com/stretchr/testify [MIT](https://github.com/stretchr/testify/blob/master/LICENSE)
* github.com/tmc/grpc-websocket-proxy/wsproxy [MIT](https://github.com/tmc/grpc-websocket-proxy/blob/master/LICENSE)
* github.com/xiang90/probing [MIT](https://github.com/xiang90/probing/blob/master/LICENSE)
* go.etcd.io/bbolt [MIT](https://github.com/etcd-io/bbolt/blob/master/LICENSE)
* go.etcd.io/etcd [Apache-2.0](https://github.com/etcd-io/etcd/blob/master/LICENSE)
* go.opencensus.io [Apache-2.0](https://github.com/census-instrumentation/opencensus-go/blob/master/LICENSE)
* go.uber.org/atomic [MIT](https://github.com/uber-go/atomic/blob/master/LICENSE.txt)
* go.uber.org/multierr [MIT](https://github.com/uber-go/multierr/blob/master/LICENSE.txt)
* go.uber.org/tools/update-license [MIT](https://github.com/uber-go/tools/blob/master/LICENSE)
* go.uber.org/zap [MIT](https://github.com/uber-go/zap/blob/master/LICENSE.txt)
* golang.org/x/crypto [BSD-3-Clause](https://github.com/golang/crypto/blob/master/LICENSE)
* golang.org/x/net [BSD-3-Clause](https://github.com/golang/net/blob/master/LICENSE)
* golang.org/x/oauth2 [BSD-3-Clause](https://github.com/golang/oauth2/blob/master/LICENSE)
* golang.org/x/sys [BSD-3-Clause](https://github.com/golang/sys/blob/master/LICENSE)
* golang.org/x/text [BSD-3-Clause](https://github.com/golang/text/blob/master/LICENSE)
* golang.org/x/time/rate [BSD-3-Clause](https://github.com/golang/time/blob/master/LICENSE)
* golang.org/x/tools [BSD-3-Clause](https://github.com/golang/tools/blob/master/LICENSE)
* golang.org/x/xerrors [BSD-3-Clause]https://github.com/golang/xerrors/blob/master/LICENSE)
* google.golang.org/api [BSD-3-Clause](https://github.com/googleapis/google-api-go-client/blob/master/LICENSE)
* google.golang.org/api/internal/third_party/uritemplates [BSD-3-Clause](https://github.com/googleapis/google-api-go-client/blob/master/LICENSE)
* google.golang.org/genproto [Apache-2.0](https://github.com/googleapis/go-genproto/blob/master/LICENSE)
* google.golang.org/grpc [Apache-2.0](https://github.com/grpc/grpc/blob/master/LICENSE)
* google.golang.org/protobuf [BSD-3-Clause](https://github.com/golang/protobuf/blob/master/LICENSE)
* gopkg.in/yaml.v2 [Apache-2.0](https://github.com/go-yaml/yaml/blob/v2/LICENSE)
* honnef.co/go/tools [MIT](https://github.com/dominikh/go-tools/blob/master/LICENSE)
* honnef.co/go/tools/lint [BSD-3-Clause](https://github.com/dominikh/go-tools/blob/master/LICENSE)
* honnef.co/go/tools/ssa [BSD-3-Clause](https://github.com/dominikh/go-tools/blob/master/LICENSE)
* sigs.k8s.io/yaml [MIT](https://github.com/kubernetes-sigs/yaml/blob/master/LICENSE)
2021-04-19 17:59:45 +00:00
2016-11-12 18:48:19 +00:00
### Javascript
2021-04-19 17:59:45 +00:00
2021-04-19 12:52:25 +00:00
* @babel/code-frame 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/code-frame 7.12.11 [MIT](https://github.com/babel/babel.git)
* @babel/code-frame 7.0.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-code-frame)
* @babel/compat-data 7.13.15 [MIT](https://github.com/babel/babel.git)
* @babel/core 7.13.15 [MIT](https://github.com/babel/babel.git)
* @babel/core 7.3.4 [MIT](https://github.com/babel/babel/tree/master/packages/babel-core)
* @babel/generator 7.13.9 [MIT](https://github.com/babel/babel.git)
* @babel/generator 7.3.4 [MIT](https://github.com/babel/babel/tree/master/packages/babel-generator)
* @babel/helper-annotate-as-pure 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/helper-builder-binary-assignment-operator-visitor 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/helper-builder-react-jsx 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/helper-compilation-targets 7.13.13 [MIT](https://github.com/babel/babel.git)
* @babel/helper-create-class-features-plugin 7.13.11 [MIT](https://github.com/babel/babel.git)
* @babel/helper-create-regexp-features-plugin 7.12.17 [MIT](https://github.com/babel/babel.git)
* @babel/helper-define-polyfill-provider 0.2.0 [MIT](https://github.com/babel/babel-polyfills.git)
* @babel/helper-explode-assignable-expression 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/helper-function-name 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/helper-get-function-arity 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/helper-hoist-variables 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/helper-member-expression-to-functions 7.13.12 [MIT](https://github.com/babel/babel.git)
* @babel/helper-module-imports 7.13.12 [MIT](https://github.com/babel/babel.git)
* @babel/helper-module-transforms 7.13.14 [MIT](https://github.com/babel/babel.git)
* @babel/helper-optimise-call-expression 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/helper-plugin-utils 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/helper-remap-async-to-generator 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/helper-replace-supers 7.13.12 [MIT](https://github.com/babel/babel.git)
* @babel/helper-simple-access 7.13.12 [MIT](https://github.com/babel/babel.git)
* @babel/helper-skip-transparent-expression-wrappers 7.12.1 [MIT](https://github.com/babel/babel.git)
* @babel/helper-split-export-declaration 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/helper-validator-identifier 7.12.11 [MIT](https://github.com/babel/babel.git)
* @babel/helper-validator-option 7.12.17 [MIT](https://github.com/babel/babel.git)
* @babel/helper-wrap-function 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/helpers 7.13.10 [MIT](https://github.com/babel/babel.git)
* @babel/highlight 7.13.10 [MIT](https://github.com/babel/babel.git)
* @babel/parser 7.13.15 [MIT](https://github.com/babel/babel.git)
* @babel/parser 7.3.4 [MIT](https://github.com/babel/babel/tree/master/packages/babel-parser)
* @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining 7.13.12 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-async-generator-functions 7.13.15 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-class-properties 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-decorators 7.13.15 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-dynamic-import 7.13.8 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-export-namespace-from 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-json-strings 7.13.8 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-logical-assignment-operators 7.13.8 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-nullish-coalescing-operator 7.13.8 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-numeric-separator 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-object-rest-spread 7.13.8 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-optional-catch-binding 7.13.8 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-optional-chaining 7.13.12 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-private-methods 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-proposal-unicode-property-regex 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-syntax-async-generators 7.8.4 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators)
* @babel/plugin-syntax-bigint 7.8.3 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint)
* @babel/plugin-syntax-class-properties 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-syntax-decorators 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-syntax-dynamic-import 7.8.3 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import)
* @babel/plugin-syntax-export-namespace-from 7.8.3 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from)
* @babel/plugin-syntax-flow 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-syntax-import-meta 7.10.4 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-syntax-json-strings 7.8.3 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings)
* @babel/plugin-syntax-jsx 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-syntax-logical-assignment-operators 7.10.4 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-syntax-nullish-coalescing-operator 7.8.3 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator)
* @babel/plugin-syntax-numeric-separator 7.10.4 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-syntax-object-rest-spread 7.8.3 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread)
* @babel/plugin-syntax-optional-catch-binding 7.8.3 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding)
* @babel/plugin-syntax-optional-chaining 7.8.3 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining)
* @babel/plugin-syntax-top-level-await 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-arrow-functions 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-async-to-generator 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-block-scoped-functions 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-block-scoping 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-classes 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-computed-properties 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-destructuring 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-dotall-regex 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-duplicate-keys 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-exponentiation-operator 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-flow-strip-types 7.3.4 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types)
* @babel/plugin-transform-for-of 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-function-name 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-literals 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-member-expression-literals 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-modules-amd 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-modules-commonjs 7.13.8 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-modules-commonjs 7.2.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs)
* @babel/plugin-transform-modules-systemjs 7.13.8 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-modules-umd 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-named-capturing-groups-regex 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-new-target 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-object-super 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-parameters 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-property-literals 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-react-display-name 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-react-jsx 7.13.12 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-react-jsx 7.3.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx)
* @babel/plugin-transform-react-jsx-development 7.12.17 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-react-pure-annotations 7.12.1 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-regenerator 7.13.15 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-reserved-words 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-runtime 7.13.15 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-shorthand-properties 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-spread 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-sticky-regex 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-template-literals 7.13.0 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-typeof-symbol 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-unicode-escapes 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/plugin-transform-unicode-regex 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/preset-env 7.13.15 [MIT](https://github.com/babel/babel.git)
* @babel/preset-env 7.3.4 [MIT](https://github.com/babel/babel/tree/master/packages/babel-preset-env)
* @babel/preset-modules 0.1.4 [MIT](Unknown)
* @babel/preset-react 7.13.13 [MIT](https://github.com/babel/babel.git)
* @babel/runtime 7.13.10 [MIT](https://github.com/babel/babel.git)
* @babel/runtime 7.3.4 [MIT](https://github.com/babel/babel/tree/master/packages/babel-runtime)
* @babel/template 7.12.13 [MIT](https://github.com/babel/babel.git)
* @babel/template 7.2.2 [MIT](https://github.com/babel/babel/tree/master/packages/babel-template)
* @babel/traverse 7.13.15 [MIT](https://github.com/babel/babel.git)
* @babel/traverse 7.3.4 [MIT](https://github.com/babel/babel/tree/master/packages/babel-traverse)
* @babel/types 7.13.14 [MIT](https://github.com/babel/babel.git)
* @babel/types 7.3.4 [MIT](https://github.com/babel/babel/tree/master/packages/babel-types)
* @bcoe/v8-coverage 0.2.3 [MIT](git://github.com/demurgos/v8-coverage.git)
* @cnakazawa/watch 1.0.4 [Apache-2.0](git://github.com/mikeal/watch.git)
* @eslint/eslintrc 0.4.0 [MIT](https://github.com/eslint/eslintrc.git)
* @iarna/toml 2.2.5 [ISC](git+https://github.com/iarna/iarna-toml.git)
* @istanbuljs/load-nyc-config 1.1.0 [ISC](git+https://github.com/istanbuljs/load-nyc-config.git)
* @istanbuljs/schema 0.1.3 [MIT](git+https://github.com/istanbuljs/schema.git)
* @jest/console 26.6.2 [MIT](https://github.com/facebook/jest.git)
* @jest/core 26.6.3 [MIT](https://github.com/facebook/jest)
* @jest/environment 26.6.2 [MIT](https://github.com/facebook/jest.git)
* @jest/fake-timers 26.6.2 [MIT](https://github.com/facebook/jest.git)
* @jest/globals 26.6.2 [MIT](https://github.com/facebook/jest.git)
* @jest/reporters 26.6.2 [MIT](https://github.com/facebook/jest)
* @jest/source-map 26.6.2 [MIT](https://github.com/facebook/jest.git)
* @jest/test-result 26.6.2 [MIT](https://github.com/facebook/jest.git)
* @jest/test-sequencer 26.6.3 [MIT](https://github.com/facebook/jest.git)
* @jest/transform 26.6.2 [MIT](https://github.com/facebook/jest.git)
* @jest/types 26.6.2 [MIT](https://github.com/facebook/jest.git)
* @mrmlnc/readdir-enhanced 2.2.1 [MIT](https://github.com/bigstickcarpet/readdir-enhanced.git)
* @nodelib/fs.scandir 2.1.4 [MIT](https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir)
* @nodelib/fs.stat 1.1.3 [MIT](https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat)
* @nodelib/fs.stat 2.0.4 [MIT](https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat)
* @nodelib/fs.walk 1.2.6 [MIT](https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk)
* @parcel/fs 1.11.0 [MIT](https://github.com/parcel-bundler/parcel.git)
* @parcel/logger 1.11.1 [MIT](https://github.com/parcel-bundler/parcel.git)
* @parcel/utils 1.11.0 [MIT](https://github.com/parcel-bundler/parcel.git)
* @parcel/watcher 1.12.1 [MIT](https://github.com/parcel-bundler/parcel.git)
* @parcel/workers 1.11.0 [MIT](https://github.com/parcel-bundler/parcel.git)
* @react-dnd/asap 4.0.0 [MIT](https://github.com/kriskowal/asap.git)
* @react-dnd/invariant 2.0.0 [MIT](https://github.com/react-dnd/invariant)
* @react-dnd/shallowequal 2.0.0 [MIT](https://github.com/react-dnd/shallowequal.git)
* @sinonjs/commons 1.8.3 [BSD-3-Clause](git+https://github.com/sinonjs/commons.git)
* @sinonjs/fake-timers 6.0.1 [BSD-3-Clause](http://github.com/sinonjs/fake-timers.git)
* @types/babel__core 7.1.14 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/babel__generator 7.6.2 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/babel__template 7.4.0 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/babel__traverse 7.11.1 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/cheerio 0.22.28 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/chroma-js 1.4.3 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/codemirror 0.0.56 [MIT](https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/d3-color 1.4.1 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/d3-scale 2.2.4 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/d3-time 1.1.1 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/dygraphs 1.1.13 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/enzyme 3.10.8 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/google.visualization 0.0.66 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/graceful-fs 4.1.5 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/history 3.2.4 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/hoist-non-react-statics 3.3.1 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/istanbul-lib-coverage 2.0.3 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/istanbul-lib-report 3.0.0 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/istanbul-reports 3.0.0 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/jest 26.0.22 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/json-schema 7.0.7 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/json5 0.0.29 [MIT](https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/levelup 0.0.30 [MIT](https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/lodash 4.14.168 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/node 9.6.61 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/node 14.14.41 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/normalize-package-data 2.4.0 [MIT](https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/papaparse 4.5.11 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/parse-json 4.0.0 [MIT](https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/prettier 2.2.3 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/prop-types 15.7.3 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/q 1.5.4 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/qs 6.9.6 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/react 16.14.5 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/react 17.0.3 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/react-dnd 2.0.36 [MIT](https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/react-dnd 3.0.2 [MIT](https://github.com/react-dnd/react-dnd)
* @types/react-dnd-html5-backend 2.1.9 [MIT](https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/react-dom 16.9.12 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/react-redux 7.1.16 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/react-router 3.0.24 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/react-router-redux 4.0.52 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/react-virtualized 9.21.11 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/scheduler 0.16.1 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/stack-utils 2.0.0 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/text-encoding 0.0.32 [MIT](https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/uuid 3.4.9 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/yargs 15.0.13 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @types/yargs-parser 20.2.0 [MIT](https://github.com/DefinitelyTyped/DefinitelyTyped.git)
* @typescript-eslint/eslint-plugin 4.22.0 [MIT](https://github.com/typescript-eslint/typescript-eslint.git)
* @typescript-eslint/experimental-utils 4.22.0 [MIT](https://github.com/typescript-eslint/typescript-eslint.git)
* @typescript-eslint/parser 4.22.0 [BSD-2-Clause](https://github.com/typescript-eslint/typescript-eslint.git)
* @typescript-eslint/scope-manager 4.22.0 [MIT](https://github.com/typescript-eslint/typescript-eslint.git)
* @typescript-eslint/types 4.22.0 [MIT](https://github.com/typescript-eslint/typescript-eslint.git)
* @typescript-eslint/typescript-estree 4.22.0 [BSD-2-Clause](https://github.com/typescript-eslint/typescript-eslint.git)
* @typescript-eslint/visitor-keys 4.22.0 [MIT](https://github.com/typescript-eslint/typescript-eslint.git)
* abab 1.0.4 [ISC](git+https://github.com/jsdom/abab.git)
* abab 2.0.5 [BSD-3-Clause](git+https://github.com/jsdom/abab.git)
* abbrev 1.1.1 [ISC](http://github.com/isaacs/abbrev-js)
* abstract-leveldown 5.0.0 [MIT](https://github.com/level/abstract-leveldown.git)
* accepts 1.3.7 [MIT](https://github.com/jshttp/accepts.git)
* acorn 4.0.13 [MIT](https://github.com/ternjs/acorn.git)
* acorn 7.4.1 [MIT](https://github.com/acornjs/acorn.git)
* acorn 6.4.2 [MIT](https://github.com/acornjs/acorn.git)
* acorn 8.1.1 [MIT](https://github.com/acornjs/acorn.git)
* acorn-globals 3.1.0 [MIT](https://github.com/ForbesLindesay/acorn-globals.git)
* acorn-globals 4.3.4 [MIT](https://github.com/ForbesLindesay/acorn-globals.git)
* acorn-globals 6.0.0 [MIT](https://github.com/ForbesLindesay/acorn-globals.git)
* acorn-jsx 5.3.1 [MIT](https://github.com/acornjs/acorn-jsx)
* acorn-walk 6.2.0 [MIT](https://github.com/acornjs/acorn.git)
* acorn-walk 7.2.0 [MIT](https://github.com/acornjs/acorn.git)
* add-px-to-style 1.0.0 [MIT](git://github.com/mikkoh/add-px-to-style.git)
* airbnb-prop-types 2.16.0 [MIT](git+https://github.com/airbnb/prop-types.git)
* ajv 6.12.6 [MIT](https://github.com/ajv-validator/ajv.git)
* ajv 8.1.0 [MIT](https://github.com/ajv-validator/ajv.git)
* alphanum-sort 1.0.2 [MIT](https://github.com/TrySound/alphanum-sort.git)
* amdefine 1.0.1 [BSD-3-Clause OR MIT](https://github.com/jrburke/amdefine.git)
* ansi-colors 4.1.1 [MIT](https://github.com/doowb/ansi-colors.git)
* ansi-escapes 4.3.2 [MIT](https://github.com/sindresorhus/ansi-escapes.git)
* ansi-regex 5.0.0 [MIT](https://github.com/chalk/ansi-regex.git)
* ansi-regex 2.1.1 [MIT](https://github.com/chalk/ansi-regex.git)
* ansi-regex 3.0.0 [MIT](https://github.com/chalk/ansi-regex.git)
* ansi-regex 4.1.0 [MIT](https://github.com/chalk/ansi-regex.git)
* ansi-styles 4.3.0 [MIT](https://github.com/chalk/ansi-styles.git)
* ansi-styles 2.2.1 [MIT](https://github.com/chalk/ansi-styles.git)
* ansi-styles 3.2.1 [MIT](https://github.com/chalk/ansi-styles.git)
* ansi-to-html 0.6.14 [MIT](https://github.com/rburns/ansi-to-html.git)
* anymatch 3.1.2 [ISC](https://github.com/micromatch/anymatch)
* anymatch 2.0.0 [ISC](https://github.com/micromatch/anymatch)
* aproba 1.2.0 [ISC](https://github.com/iarna/aproba)
* are-we-there-yet 1.1.5 [ISC](https://github.com/iarna/are-we-there-yet.git)
* argparse 1.0.10 [MIT](https://github.com/nodeca/argparse.git)
* arr-diff 4.0.0 [MIT](https://github.com/jonschlinkert/arr-diff.git)
* arr-diff 2.0.0 [MIT](https://github.com/jonschlinkert/arr-diff.git)
* arr-flatten 1.1.0 [MIT](https://github.com/jonschlinkert/arr-flatten.git)
* arr-union 3.1.0 [MIT](https://github.com/jonschlinkert/arr-union.git)
* array-equal 1.0.0 [MIT](https://github.com/component/array-equal.git)
* array-filter 1.0.0 [MIT](git://github.com/juliangruber/array-filter.git)
* array-find-index 1.0.2 [MIT](https://github.com/sindresorhus/array-find-index.git)
* array-flatten 1.1.1 [MIT](git://github.com/blakeembrey/array-flatten.git)
* array-includes 3.1.3 [MIT](git://github.com/es-shims/array-includes.git)
* array-union 2.1.0 [MIT](https://github.com/sindresorhus/array-union.git)
* array-unique 0.3.2 [MIT](https://github.com/jonschlinkert/array-unique.git)
* array-unique 0.2.1 [MIT](git://github.com/jonschlinkert/array-unique.git)
* array.prototype.find 2.1.1 [MIT](git://github.com/paulmillr/Array.prototype.find.git)
* array.prototype.flat 1.2.4 [MIT](git://github.com/es-shims/Array.prototype.flat.git)
* array.prototype.flatmap 1.2.4 [MIT](git://github.com/es-shims/Array.prototype.flatMap.git)
* arrify 1.0.1 [MIT](https://github.com/sindresorhus/arrify.git)
* asap 2.0.6 [MIT](https://github.com/kriskowal/asap.git)
* asn1 0.2.4 [MIT](git://github.com/joyent/node-asn1.git)
* asn1.js 5.4.1 [MIT](git@github.com:indutny/asn1.js)
* assert 1.5.0 [MIT](git://github.com/browserify/commonjs-assert.git)
* assert-plus 1.0.0 [MIT](https://github.com/mcavage/node-assert-plus.git)
* assign-symbols 1.0.0 [MIT](https://github.com/jonschlinkert/assign-symbols.git)
* astral-regex 2.0.0 [MIT](https://github.com/kevva/astral-regex.git)
* async-each 1.0.3 [MIT](git://github.com/paulmillr/async-each.git)
* async-foreach 0.1.3 [MIT*](git://github.com/cowboy/javascript-sync-async-foreach.git)
* async-limiter 1.0.1 [MIT](https://github.com/strml/async-limiter.git)
* asynckit 0.4.0 [MIT](git+https://github.com/alexindigo/asynckit.git)
* atoa 1.0.0 [MIT](git+https://github.com/bevacqua/atoa.git)
* atob 2.1.2 [(MIT OR Apache-2.0)](git://git.coolaj86.com/coolaj86/atob.js.git)
* autoprefixer 6.7.7 [MIT](https://github.com/postcss/autoprefixer.git)
* aws-sign2 0.7.0 [Apache-2.0](https://github.com/mikeal/aws-sign)
* aws4 1.11.0 [MIT](https://github.com/mhart/aws4.git)
* axios 0.21.1 [MIT](https://github.com/axios/axios.git)
* babel-code-frame 6.26.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-code-frame)
* babel-core 7.0.0-bridge.0 [MIT](Unknown)
* babel-eslint 10.1.0 [MIT](https://github.com/babel/babel-eslint.git)
* babel-generator 6.26.1 [MIT](https://github.com/babel/babel/tree/master/packages/babel-generator)
* babel-jest 23.6.0 [MIT](https://github.com/facebook/jest.git)
* babel-jest 26.6.3 [MIT](https://github.com/facebook/jest.git)
* babel-messages 6.23.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-messages)
* babel-plugin-dynamic-import-node 2.3.3 [MIT](git+https://github.com/airbnb/babel-plugin-dynamic-import-node.git)
* babel-plugin-istanbul 4.1.6 [BSD-3-Clause](git+https://github.com/istanbuljs/babel-plugin-istanbul.git)
* babel-plugin-istanbul 6.0.0 [BSD-3-Clause](git+https://github.com/istanbuljs/babel-plugin-istanbul.git)
* babel-plugin-jest-hoist 23.2.0 [MIT](https://github.com/facebook/jest.git)
* babel-plugin-jest-hoist 26.6.2 [MIT](https://github.com/facebook/jest.git)
* babel-plugin-lodash 3.3.4 [MIT](https://github.com/lodash/babel-plugin-lodash.git)
* babel-plugin-module-resolver 4.1.0 [MIT](https://github.com/tleunen/babel-plugin-module-resolver.git)
* babel-plugin-polyfill-corejs2 0.2.0 [MIT](https://github.com/babel/babel-polyfills.git)
* babel-plugin-polyfill-corejs3 0.2.0 [MIT](https://github.com/babel/babel-polyfills.git)
* babel-plugin-polyfill-regenerator 0.2.0 [MIT](https://github.com/babel/babel-polyfills.git)
2016-11-12 18:48:19 +00:00
* babel-plugin-syntax-object-rest-spread 6.13.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread)
2021-04-19 12:52:25 +00:00
* babel-polyfill 6.26.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-polyfill)
* babel-preset-current-node-syntax 1.0.1 [MIT](https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax.git)
* babel-preset-jest 23.2.0 [MIT](https://github.com/facebook/jest.git)
* babel-preset-jest 26.6.2 [MIT](https://github.com/facebook/jest.git)
* babel-runtime 6.26.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-runtime)
* babel-template 6.26.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-template)
* babel-traverse 6.26.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-traverse)
* babel-types 6.26.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-types)
* babylon 6.18.0 [MIT](https://github.com/babel/babylon)
* babylon-walk 1.0.2 [MIT](https://github.com/pugjs/babylon-walk.git)
* bail 1.0.5 [MIT](https://github.com/wooorm/bail.git)
* balanced-match 1.0.2 [MIT](git://github.com/juliangruber/balanced-match.git)
* base 0.11.2 [MIT](https://github.com/node-base/base.git)
* base64-arraybuffer-es6 0.7.0 [MIT](https://github.com/brettz9/base64-arraybuffer)
* base64-js 1.5.1 [MIT](git://github.com/beatgammit/base64-js.git)
* bcrypt-pbkdf 1.0.2 [BSD-3-Clause](git://github.com/joyent/node-bcrypt-pbkdf.git)
* bignumber.js 4.1.0 [MIT](https://github.com/MikeMcl/bignumber.js.git)
* binary-extensions 2.2.0 [MIT](https://github.com/sindresorhus/binary-extensions.git)
* binary-extensions 1.13.1 [MIT](https://github.com/sindresorhus/binary-extensions.git)
* bindings 1.5.0 [MIT](git://github.com/TooTallNate/node-bindings.git)
* block-stream 0.0.9 [ISC](git://github.com/isaacs/block-stream.git)
* bn.js 5.2.0 [MIT](git@github.com:indutny/bn.js)
* bn.js 4.12.0 [MIT](git@github.com:indutny/bn.js)
* body-parser 1.19.0 [MIT](https://github.com/expressjs/body-parser.git)
2016-11-12 18:48:19 +00:00
* boolbase 1.0.0 [ISC](https://github.com/fb55/boolbase)
2021-04-19 12:52:25 +00:00
* brace-expansion 1.1.11 [MIT](git://github.com/juliangruber/brace-expansion.git)
* braces 3.0.2 [MIT](https://github.com/micromatch/braces.git)
* braces 2.3.2 [MIT](https://github.com/micromatch/braces.git)
* braces 1.8.5 [MIT](https://github.com/jonschlinkert/braces.git)
* brfs 1.6.1 [MIT](git://github.com/substack/brfs.git)
* brorand 1.1.0 [MIT](git@github.com:indutny/brorand)
* browser-process-hrtime 1.0.0 [BSD-2-Clause](git://github.com/kumavis/browser-process-hrtime.git)
* browserify-aes 1.2.0 [MIT](git://github.com/crypto-browserify/browserify-aes.git)
* browserify-cipher 1.0.1 [MIT](git@github.com:crypto-browserify/browserify-cipher.git)
* browserify-des 1.0.2 [MIT](git+https://github.com/crypto-browserify/browserify-des.git)
* browserify-rsa 4.1.0 [MIT](https://github.com:crypto-browserify/browserify-rsa.git)
* browserify-sign 4.2.1 [ISC](https://github.com/crypto-browserify/browserify-sign.git)
* browserify-zlib 0.2.0 [MIT](git+https://github.com/devongovett/browserify-zlib.git)
* browserslist 1.7.7 [MIT](https://github.com/ai/browserslist.git)
* browserslist 4.16.4 [MIT](https://github.com/browserslist/browserslist.git)
* bs-logger 0.2.6 [MIT](git+https://github.com/huafu/bs-logger.git)
* bser 2.1.1 [Apache-2.0](https://github.com/facebook/watchman)
* buffer 5.7.1 [MIT](git://github.com/feross/buffer.git)
* buffer 4.9.2 [MIT](git://github.com/feross/buffer.git)
* buffer-equal 0.0.1 [MIT](git://github.com/substack/node-buffer-equal.git)
* buffer-from 1.1.1 [MIT](https://github.com/LinusU/buffer-from.git)
* buffer-xor 1.0.3 [MIT](https://github.com/crypto-browserify/buffer-xor.git)
* builtin-status-codes 3.0.0 [MIT](https://github.com/bendrucker/builtin-status-codes.git)
* bullseye 1.4.6 [MIT](https://github.com/bevacqua/bullseye.git)
* bytes 3.1.0 [MIT](https://github.com/visionmedia/bytes.js.git)
* cache-base 1.0.1 [MIT](https://github.com/jonschlinkert/cache-base.git)
* calculate-size 1.1.1 [MIT](https://github.com/schickling/calculate-size.git)
* call-bind 1.0.2 [MIT](git+https://github.com/ljharb/call-bind.git)
* call-me-maybe 1.0.1 [MIT](git+https://github.com/limulus/call-me-maybe.git)
* caller-callsite 2.0.0 [MIT](https://github.com/sindresorhus/caller-callsite.git)
* caller-path 2.0.0 [MIT](https://github.com/sindresorhus/caller-path.git)
* callsites 3.1.0 [MIT](https://github.com/sindresorhus/callsites.git)
* callsites 2.0.0 [MIT](https://github.com/sindresorhus/callsites.git)
* camelcase 2.1.1 [MIT](https://github.com/sindresorhus/camelcase.git)
* camelcase 5.3.1 [MIT](https://github.com/sindresorhus/camelcase.git)
* camelcase 6.2.0 [MIT](https://github.com/sindresorhus/camelcase.git)
* camelcase-keys 2.1.0 [MIT](https://github.com/sindresorhus/camelcase-keys.git)
* caniuse-api 3.0.0 [MIT](https://github.com/nyalab/caniuse-api.git)
* caniuse-db 1.0.30001211 [CC-BY-4.0](https://github.com/Fyrd/caniuse.git)
* caniuse-lite 1.0.30001211 [CC-BY-4.0](https://github.com/ben-eb/caniuse-lite.git)
* capture-exit 2.0.0 [ISC](git+https://github.com/stefanpenner/capture-exit.git)
* caseless 0.12.0 [Apache-2.0](https://github.com/mikeal/caseless)
* chalk 3.0.0 [MIT](https://github.com/chalk/chalk.git)
* chalk 1.1.3 [MIT](https://github.com/chalk/chalk.git)
* chalk 4.1.0 [MIT](https://github.com/chalk/chalk.git)
* chalk 2.4.2 [MIT](https://github.com/chalk/chalk.git)
* char-regex 1.0.2 [MIT](https://github.com/Richienb/char-regex.git)
* character-entities 1.2.4 [MIT](https://github.com/wooorm/character-entities.git)
* character-entities-legacy 1.1.4 [MIT](https://github.com/wooorm/character-entities-legacy.git)
* character-reference-invalid 1.1.4 [MIT](https://github.com/wooorm/character-reference-invalid.git)
* cheerio 1.0.0-rc.6 [MIT](git://github.com/cheeriojs/cheerio.git)
* cheerio-select 1.4.0 [BSD-2-Clause](git://github.com/cheeriojs/cheerio-select.git)
* chokidar 3.5.1 [MIT](git+https://github.com/paulmillr/chokidar.git)
* chokidar 2.1.8 [MIT](https://github.com/paulmillr/chokidar.git)
* chroma-js 1.4.1 [SEE LICENSE IN LICENSE](git://github.com/gka/chroma.js.git)
* ci-info 2.0.0 [MIT](https://github.com/watson/ci-info.git)
* cipher-base 1.0.4 [MIT](git+https://github.com/crypto-browserify/cipher-base.git)
* cjs-module-lexer 0.6.0 [MIT](git+https://github.com/guybedford/cjs-module-lexer.git)
* class-utils 0.3.6 [MIT](https://github.com/jonschlinkert/class-utils.git)
* classnames 2.3.1 [MIT](https://github.com/JedWatson/classnames.git)
* cli-cursor 2.1.0 [MIT](https://github.com/sindresorhus/cli-cursor.git)
* cli-spinners 1.3.1 [MIT](https://github.com/sindresorhus/cli-spinners.git)
* cliui 5.0.0 [ISC](http://github.com/yargs/cliui.git)
* cliui 6.0.0 [ISC](http://github.com/yargs/cliui.git)
* clone 2.1.2 [MIT](git://github.com/pvorb/node-clone.git)
* clone 1.0.4 [MIT](git://github.com/pvorb/node-clone.git)
* clones 1.2.0 [MIT](https://github.com/commenthol/clones.git)
* clsx 1.1.1 [MIT](https://github.com/lukeed/clsx.git)
* co 4.6.0 [MIT](https://github.com/tj/co.git)
* coa 2.0.2 [MIT](git://github.com/veged/coa.git)
* code-point-at 1.1.0 [MIT](https://github.com/sindresorhus/code-point-at.git)
* codemirror 5.60.0 [MIT](https://github.com/codemirror/CodeMirror.git)
* collapse-white-space 1.0.6 [MIT](https://github.com/wooorm/collapse-white-space.git)
* collect-v8-coverage 1.0.1 [MIT](https://github.com/SimenB/collect-v8-coverage.git)
* collection-visit 1.0.0 [MIT](https://github.com/jonschlinkert/collection-visit.git)
* color 3.1.3 [MIT](https://github.com/Qix-/color.git)
* color-convert 2.0.1 [MIT](https://github.com/Qix-/color-convert.git)
* color-convert 1.9.3 [MIT](https://github.com/Qix-/color-convert.git)
* color-name 1.1.4 [MIT](git@github.com:colorjs/color-name.git)
* color-name 1.1.3 [MIT](git@github.com:dfcreative/color-name.git)
* color-string 1.5.5 [MIT](https://github.com/Qix-/color-string.git)
* colorette 1.2.2 [MIT](https://github.com/jorgebucaran/colorette.git)
* combined-stream 1.0.8 [MIT](git://github.com/felixge/node-combined-stream.git)
* command-exists 1.2.9 [MIT](http://github.com/mathisonian/command-exists)
* commander 2.20.3 [MIT](https://github.com/tj/commander.js.git)
* commander 5.1.0 [MIT](https://github.com/tj/commander.js.git)
* component-emitter 1.3.0 [MIT](https://github.com/component/emitter.git)
* concat-map 0.0.1 [MIT](git://github.com/substack/node-concat-map.git)
* concat-stream 1.6.2 [MIT](http://github.com/maxogden/concat-stream.git)
* config-chain 1.1.12 [MIT](https://github.com/dominictarr/config-chain.git)
* console-browserify 1.2.0 [MIT](git://github.com/browserify/console-browserify.git)
2016-11-12 18:48:19 +00:00
* console-control-strings 1.1.0 [ISC](https://github.com/iarna/console-control-strings)
2021-04-19 12:52:25 +00:00
* constants-browserify 1.0.0 [MIT](git://github.com/juliangruber/constants-browserify.git)
* contains-path 0.1.0 [MIT](https://github.com/jonschlinkert/contains-path.git)
* content-disposition 0.5.3 [MIT](https://github.com/jshttp/content-disposition.git)
* content-type 1.0.4 [MIT](https://github.com/jshttp/content-type.git)
* content-type-parser 1.0.2 [MIT](https://github.com/jsdom/content-type-parser.git)
* contra 1.9.1 [MIT](git://github.com/bevacqua/contra.git)
* convert-source-map 1.7.0 [MIT](git://github.com/thlorenz/convert-source-map.git)
* cookie 0.4.0 [MIT](https://github.com/jshttp/cookie.git)
* cookie-signature 1.0.6 [MIT](https://github.com/visionmedia/node-cookie-signature.git)
* copy-descriptor 0.1.1 [MIT](https://github.com/jonschlinkert/copy-descriptor.git)
* copy-to-clipboard 3.3.1 [MIT](git+https://github.com/sudodoki/copy-to-clipboard)
* core-decorators 0.20.0 [MIT](https://github.com/jayphelps/core-decorators.js.git)
* core-js 2.6.12 [MIT](https://github.com/zloirock/core-js.git)
* core-js 3.10.1 [MIT](https://github.com/zloirock/core-js.git)
* core-js 1.2.7 [MIT](https://github.com/zloirock/core-js.git)
* core-js-compat 3.10.1 [MIT](https://github.com/zloirock/core-js.git)
* core-util-is 1.0.2 [MIT](git://github.com/isaacs/core-util-is)
* cosmiconfig 6.0.0 [MIT](git+https://github.com/davidtheclark/cosmiconfig.git)
* cosmiconfig 5.2.1 [MIT](git+https://github.com/davidtheclark/cosmiconfig.git)
* create-ecdh 4.0.4 [MIT](https://github.com/crypto-browserify/createECDH.git)
* create-hash 1.2.0 [MIT](git@github.com:crypto-browserify/createHash.git)
* create-hmac 1.1.7 [MIT](https://github.com/crypto-browserify/createHmac.git)
* create-jest-runner 0.6.0 [MIT](https://github.com/rogeliog/create-jest-runner.git)
* create-react-class 15.6.3 [MIT](https://github.com/facebook/react.git)
* create-react-class 15.7.0 [MIT](git+https://github.com/facebook/react.git)
* cross-spawn 3.0.1 [MIT](git://github.com/IndigoUnited/node-cross-spawn.git)
* cross-spawn 7.0.3 [MIT](git@github.com:moxystudio/node-cross-spawn.git)
* cross-spawn 6.0.5 [MIT](git@github.com:moxystudio/node-cross-spawn.git)
* crossvent 1.5.0 [MIT](git://github.com/bevacqua/crossvent.git)
* crossvent 1.5.5 [MIT](git://github.com/bevacqua/crossvent.git)
* crypto-browserify 3.12.0 [MIT](git://github.com/crypto-browserify/crypto-browserify.git)
* css-color-names 0.0.4 [MIT](git://github.com/bahamas10/css-color-names.git)
* css-declaration-sorter 4.0.1 [MIT](https://github.com/Siilwyn/css-declaration-sorter.git)
* css-modules-loader-core 1.1.0 [ISC](https://github.com/css-modules/css-modules-loader-core.git)
* css-select 4.1.2 [BSD-2-Clause](git://github.com/fb55/css-select.git)
* css-select 2.1.0 [BSD-2-Clause](git://github.com/fb55/css-select.git)
* css-select-base-adapter 0.1.1 [MIT](https://github.com/nrkn/css-select-base-adapter.git)
* css-selector-tokenizer 0.7.3 [MIT](https://github.com/css-modules/css-selector-tokenizer.git)
* css-tree 1.0.0-alpha.37 [MIT](https://github.com/csstree/csstree.git)
* css-tree 1.1.3 [MIT](https://github.com/csstree/csstree.git)
* css-what 5.0.0 [BSD-2-Clause](https://github.com/fb55/css-what)
* css-what 3.4.2 [BSD-2-Clause](https://github.com/fb55/css-what)
* cssesc 3.0.0 [MIT](https://github.com/mathiasbynens/cssesc.git)
* cssnano 4.1.11 [MIT](https://github.com/cssnano/cssnano.git)
* cssnano-preset-default 4.0.8 [MIT](https://github.com/cssnano/cssnano.git)
* cssnano-util-get-arguments 4.0.0 [MIT](https://github.com/cssnano/cssnano.git)
* cssnano-util-get-match 4.0.0 [MIT](https://github.com/cssnano/cssnano.git)
* cssnano-util-raw-cache 4.0.1 [MIT](https://github.com/cssnano/cssnano.git)
* cssnano-util-same-parent 4.0.1 [MIT](https://github.com/cssnano/cssnano.git)
* csso 4.2.0 [MIT](https://github.com/css/csso.git)
* cssom 0.3.8 [MIT](https://github.com/NV/CSSOM.git)
* cssom 0.4.4 [MIT](https://github.com/NV/CSSOM.git)
* cssstyle 0.2.37 [MIT](https://github.com/chad3814/CSSStyleDeclaration.git)
* cssstyle 1.4.0 [MIT](https://github.com/jsakas/CSSStyleDeclaration.git)
* cssstyle 2.3.0 [MIT](https://github.com/jsdom/cssstyle.git)
* csstype 3.0.8 [MIT](https://github.com/frenic/csstype)
* currently-unhandled 0.4.1 [MIT](https://github.com/jamestalmage/currently-unhandled.git)
* custom-event 1.0.0 [MIT](git://github.com/webmodules/custom-event.git)
* custom-event 1.0.1 [MIT](git://github.com/webmodules/custom-event.git)
* d3-array 1.2.4 [BSD-3-Clause](https://github.com/d3/d3-array.git)
* d3-collection 1.0.7 [BSD-3-Clause](https://github.com/d3/d3-collection.git)
* d3-color 1.4.1 [BSD-3-Clause](https://github.com/d3/d3-color.git)
* d3-format 1.4.5 [BSD-3-Clause](https://github.com/d3/d3-format.git)
* d3-interpolate 1.4.0 [BSD-3-Clause](https://github.com/d3/d3-interpolate.git)
* d3-scale 2.2.2 [BSD-3-Clause](https://github.com/d3/d3-scale.git)
* d3-time 1.1.0 [BSD-3-Clause](https://github.com/d3/d3-time.git)
* d3-time-format 2.3.0 [BSD-3-Clause](https://github.com/d3/d3-time-format.git)
* dashdash 1.14.1 [MIT](git://github.com/trentm/node-dashdash.git)
* data-urls 1.1.0 [MIT](https://github.com/jsdom/data-urls.git)
* data-urls 2.0.0 [MIT](https://github.com/jsdom/data-urls.git)
* deasync 0.1.21 [MIT](https://github.com/abbr/deasync.git)
* debug 4.3.1 [MIT](git://github.com/visionmedia/debug.git)
* debug 2.6.9 [MIT](git://github.com/visionmedia/debug.git)
* decamelize 1.2.0 [MIT](https://github.com/sindresorhus/decamelize.git)
* decimal.js 10.2.1 [MIT](https://github.com/MikeMcl/decimal.js.git)
* decode-uri-component 0.2.0 [MIT](https://github.com/SamVerschueren/decode-uri-component.git)
* deep-is 0.1.3 [MIT](http://github.com/thlorenz/deep-is.git)
* deepmerge 4.2.2 [MIT](git://github.com/TehShrike/deepmerge.git)
* defaults 1.0.3 [MIT](git://github.com/tmpvar/defaults.git)
* deferred-leveldown 4.0.2 [MIT](https://github.com/Level/deferred-leveldown.git)
* define-properties 1.1.3 [MIT](git://github.com/ljharb/define-properties.git)
* define-property 2.0.2 [MIT](https://github.com/jonschlinkert/define-property.git)
* define-property 1.0.0 [MIT](https://github.com/jonschlinkert/define-property.git)
* define-property 0.2.5 [MIT](https://github.com/jonschlinkert/define-property.git)
* delayed-stream 1.0.0 [MIT](git://github.com/felixge/node-delayed-stream.git)
* delegates 1.0.0 [MIT](https://github.com/visionmedia/node-delegates.git)
* denque 1.5.0 [Apache-2.0](git+https://github.com/invertase/denque.git)
* depd 1.1.2 [MIT](https://github.com/dougwilson/nodejs-depd.git)
* des.js 1.0.1 [MIT](git+ssh://git@github.com/indutny/des.js.git)
* destroy 1.0.4 [MIT](https://github.com/stream-utils/destroy.git)
* detect-indent 4.0.0 [MIT](https://github.com/sindresorhus/detect-indent.git)
* detect-newline 3.1.0 [MIT](https://github.com/sindresorhus/detect-newline.git)
* diff-sequences 26.6.2 [MIT](https://github.com/facebook/jest.git)
* diffie-hellman 5.0.3 [MIT](https://github.com/crypto-browserify/diffie-hellman.git)
* dir-glob 3.0.1 [MIT](https://github.com/kevva/dir-glob.git)
* discontinuous-range 1.0.0 [MIT](https://github.com/dtudury/discontinuous-range.git)
* disposables 1.0.2 [Apache-2.0](https://github.com/gaearon/disposables.git)
* dnd-core 14.0.0 [MIT](https://github.com/react-dnd/react-dnd.git)
* dnd-core 2.6.0 [BSD-3-Clause](https://github.com/react-dnd/react-dnd.git)
* doctrine 2.1.0 [Apache-2.0](https://github.com/eslint/doctrine.git)
* doctrine 3.0.0 [Apache-2.0](https://github.com/eslint/doctrine.git)
* doctrine 1.5.0 [BSD-2-Clause](https://github.com/eslint/doctrine.git)
* dom-css 2.1.0 [MIT](git://github.com/mattdesl/dom-css.git)
* dom-helpers 5.2.0 [MIT](git+https://github.com/react-bootstrap/dom-helpers.git)
* dom-serializer 1.3.1 [MIT](git://github.com/cheeriojs/dom-renderer.git)
* dom-serializer 0.2.2 [MIT](git://github.com/cheeriojs/dom-renderer.git)
* domain-browser 1.2.0 [MIT](https://github.com/bevry/domain-browser.git)
* domelementtype 2.2.0 [BSD-2-Clause](git://github.com/fb55/domelementtype.git)
* domelementtype 1.3.1 [BSD-2-Clause](git://github.com/fb55/domelementtype.git)
* domexception 1.0.1 [MIT](https://github.com/jsdom/domexception.git)
* domexception 2.0.1 [MIT](https://github.com/jsdom/domexception.git)
* domhandler 4.2.0 [BSD-2-Clause](git://github.com/fb55/domhandler.git)
* domhandler 2.4.2 [BSD-2-Clause](git://github.com/fb55/DomHandler.git)
* domutils 2.6.0 [BSD-2-Clause](git://github.com/fb55/domutils.git)
* domutils 1.7.0 [BSD-2-Clause](git://github.com/FB55/domutils.git)
* dot-prop 5.3.0 [MIT](https://github.com/sindresorhus/dot-prop.git)
* dotenv 5.0.1 [BSD-2-Clause](git://github.com/motdotla/dotenv.git)
* dotenv-expand 4.2.0 [BSD-2-Clause](Unknown)
* duplexer2 0.1.4 [BSD-3-Clause](https://github.com/deoxxa/duplexer2.git)
* dygraphs 2.1.0 [MIT](git://github.com/danvk/dygraphs.git)
* ecc-jsbn 0.1.2 [MIT](https://github.com/quartzjer/ecc-jsbn.git)
* editorconfig 0.15.3 [MIT](git://github.com/editorconfig/editorconfig-core-js.git)
* ee-first 1.1.1 [MIT](https://github.com/jonathanong/ee-first.git)
* electron-to-chromium 1.3.717 [ISC](https://github.com/kilian/electron-to-chromium/)
* element-resize-event 2.0.9 [MIT](https://github.com/KyleAMathews/element-resize-event.git)
* elliptic 6.5.4 [MIT](git@github.com:indutny/elliptic)
* emittery 0.7.2 [MIT](https://github.com/sindresorhus/emittery.git)
* emoji-regex 8.0.0 [MIT](https://github.com/mathiasbynens/emoji-regex.git)
* emoji-regex 7.0.3 [MIT](https://github.com/mathiasbynens/emoji-regex.git)
* encodeurl 1.0.2 [MIT](https://github.com/pillarjs/encodeurl.git)
* encoding 0.1.13 [MIT](https://github.com/andris9/encoding.git)
* encoding-down 5.0.4 [MIT](https://github.com/level/encoding-down.git)
* end-of-stream 1.4.4 [MIT](git://github.com/mafintosh/end-of-stream.git)
* enquirer 2.3.6 [MIT](https://github.com/enquirer/enquirer.git)
* entities 1.1.2 [BSD-2-Clause](git://github.com/fb55/entities.git)
* entities 2.2.0 [BSD-2-Clause](git://github.com/fb55/entities.git)
* enzyme 3.11.0 [MIT](https://github.com/airbnb/enzyme.git)
* enzyme-adapter-react-16 1.15.6 [MIT](https://github.com/enzymejs/enzyme.git)
* enzyme-adapter-utils 1.14.0 [MIT](https://github.com/enzymejs/enzyme.git)
* enzyme-shallow-equal 1.0.4 [MIT](https://github.com/enzymejs/enzyme.git)
* enzyme-to-json 3.6.2 [MIT](https://github.com/adriantoine/enzyme-to-json.git)
* errno 0.1.8 [MIT](https://github.com/rvagg/node-errno.git)
* error-ex 1.3.2 [MIT](https://github.com/qix-/node-error-ex.git)
* es-abstract 1.18.0 [MIT](git://github.com/ljharb/es-abstract.git)
* es-to-primitive 1.2.1 [MIT](git://github.com/ljharb/es-to-primitive.git)
* escalade 3.1.1 [MIT](https://github.com/lukeed/escalade.git)
* escape-html 1.0.3 [MIT](https://github.com/component/escape-html.git)
* escape-string-regexp 1.0.5 [MIT](https://github.com/sindresorhus/escape-string-regexp.git)
* escape-string-regexp 2.0.0 [MIT](https://github.com/sindresorhus/escape-string-regexp.git)
* escodegen 1.14.3 [BSD-2-Clause](http://github.com/estools/escodegen.git)
* escodegen 2.0.0 [BSD-2-Clause](http://github.com/estools/escodegen.git)
* escodegen 1.9.1 [BSD-2-Clause](http://github.com/estools/escodegen.git)
* eslint 7.24.0 [MIT](https://github.com/eslint/eslint.git)
* eslint-config-prettier 8.2.0 [MIT](https://github.com/prettier/eslint-config-prettier.git)
* eslint-import-resolver-node 0.3.4 [MIT](https://github.com/benmosher/eslint-plugin-import)
* eslint-module-utils 2.6.0 [MIT](git+https://github.com/benmosher/eslint-plugin-import.git)
* eslint-plugin-babel 5.3.1 [MIT](git+https://github.com/babel/eslint-plugin-babel.git)
* eslint-plugin-import 2.22.1 [MIT](https://github.com/benmosher/eslint-plugin-import)
* eslint-plugin-jest 24.3.5 [MIT](https://github.com/jest-community/eslint-plugin-jest.git)
* eslint-plugin-prefer-arrow 1.2.3 [MIT](https://github.com/TristonJ/eslint-plugin-prefer-arrow.git)
* eslint-plugin-prettier 3.4.0 [MIT](git+https://github.com/prettier/eslint-plugin-prettier.git)
* eslint-plugin-react 7.23.2 [MIT](https://github.com/yannickcr/eslint-plugin-react)
* eslint-rule-composer 0.3.0 [MIT](git+https://github.com/not-an-aardvark/eslint-rule-composer.git)
* eslint-scope 5.1.1 [BSD-2-Clause](https://github.com/eslint/eslint-scope.git)
* eslint-utils 2.1.0 [MIT](git+https://github.com/mysticatea/eslint-utils.git)
* eslint-visitor-keys 1.3.0 [Apache-2.0](https://github.com/eslint/eslint-visitor-keys.git)
* eslint-visitor-keys 2.0.0 [Apache-2.0](https://github.com/eslint/eslint-visitor-keys.git)
* eslint-watch 7.0.0 [MIT](https://github.com/rizowski/eslint-watch.git)
* espree 7.3.1 [BSD-2-Clause](https://github.com/eslint/espree.git)
* esprima 4.0.1 [BSD-2-Clause](https://github.com/jquery/esprima.git)
* esprima 3.1.3 [BSD-2-Clause](https://github.com/jquery/esprima.git)
* esquery 1.4.0 [BSD-3-Clause](https://github.com/estools/esquery.git)
* esrecurse 4.3.0 [BSD-2-Clause](https://github.com/estools/esrecurse.git)
* estraverse 4.3.0 [BSD-2-Clause](http://github.com/estools/estraverse.git)
* estraverse 5.2.0 [BSD-2-Clause](http://github.com/estools/estraverse.git)
* esutils 2.0.3 [BSD-2-Clause](http://github.com/estools/esutils.git)
* etag 1.8.1 [MIT](https://github.com/jshttp/etag.git)
* eventemitter3 4.0.7 [MIT](git://github.com/primus/eventemitter3.git)
* events 3.3.0 [MIT](git://github.com/Gozala/events.git)
* evp_bytestokey 1.0.3 [MIT](https://github.com/crypto-browserify/EVP_BytesToKey.git)
* exec-sh 0.3.6 [MIT](git@github.com:tsertkov/exec-sh.git)
* execa 4.1.0 [MIT](https://github.com/sindresorhus/execa.git)
* execa 1.0.0 [MIT](https://github.com/sindresorhus/execa.git)
* exit 0.1.2 [MIT](git://github.com/cowboy/node-exit.git)
* expand-brackets 0.1.5 [MIT](https://github.com/jonschlinkert/expand-brackets.git)
* expand-brackets 2.1.4 [MIT](https://github.com/jonschlinkert/expand-brackets.git)
* expand-range 1.8.2 [MIT](https://github.com/jonschlinkert/expand-range.git)
* expect 26.6.2 [MIT](https://github.com/facebook/jest.git)
* express 4.17.1 [MIT](https://github.com/expressjs/express.git)
* extend 3.0.2 [MIT](https://github.com/justmoon/node-extend.git)
* extend-shallow 3.0.2 [MIT](https://github.com/jonschlinkert/extend-shallow.git)
* extend-shallow 2.0.1 [MIT](https://github.com/jonschlinkert/extend-shallow.git)
* extglob 2.0.4 [MIT](https://github.com/micromatch/extglob.git)
* extglob 0.3.2 [MIT](git://github.com/jonschlinkert/extglob.git)
* extsprintf 1.3.0 [MIT](git://github.com/davepacheco/node-extsprintf.git)
* extsprintf 1.4.0 [MIT](git://github.com/davepacheco/node-extsprintf.git)
* fake-indexeddb 2.1.1 [Apache-2.0](git://github.com/dumbmatter/fakeIndexedDB.git)
* falafel 2.2.4 [MIT](git://github.com/substack/node-falafel.git)
* fast-deep-equal 3.1.3 [MIT](git+https://github.com/epoberezkin/fast-deep-equal.git)
* fast-diff 1.2.0 [Apache-2.0](https://github.com/jhchen/fast-diff)
* fast-glob 2.2.7 [MIT](https://github.com/mrmlnc/fast-glob.git)
* fast-glob 3.2.5 [MIT](https://github.com/mrmlnc/fast-glob.git)
* fast-json-stable-stringify 2.1.0 [MIT](git://github.com/epoberezkin/fast-json-stable-stringify.git)
* fast-levenshtein 2.0.6 [MIT](https://github.com/hiddentao/fast-levenshtein.git)
* fast.js 0.1.1 [MIT](http://github.com/codemix/fast.js)
* fastparse 1.1.2 [MIT](https://github.com/webpack/fastparse.git)
* fastq 1.11.0 [ISC](git+https://github.com/mcollina/fastq.git)
* fb-watchman 2.0.1 [Apache-2.0](git@github.com:facebook/watchman.git)
* fbjs 0.8.17 [MIT](https://github.com/facebook/fbjs.git)
* file-entry-cache 6.0.1 [MIT](https://github.com/royriojas/file-entry-cache.git)
* file-uri-to-path 1.0.0 [MIT](git://github.com/TooTallNate/file-uri-to-path.git)
* filename-regex 2.0.1 [MIT](https://github.com/regexhq/filename-regex.git)
* filesize 3.6.1 [BSD-3-Clause](git://github.com/avoidwork/filesize.js.git)
* fill-range 7.0.1 [MIT](https://github.com/jonschlinkert/fill-range.git)
* fill-range 4.0.0 [MIT](https://github.com/jonschlinkert/fill-range.git)
* fill-range 2.2.4 [MIT](https://github.com/jonschlinkert/fill-range.git)
* filter-obj 1.1.0 [MIT](https://github.com/sindresorhus/filter-obj.git)
* finalhandler 1.1.2 [MIT](https://github.com/pillarjs/finalhandler.git)
* find-babel-config 1.2.0 [MIT](https://github.com/tleunen/find-babel-config.git)
* find-up 3.0.0 [MIT](https://github.com/sindresorhus/find-up.git)
* find-up 2.1.0 [MIT](https://github.com/sindresorhus/find-up.git)
* find-up 1.1.2 [MIT](https://github.com/sindresorhus/find-up.git)
* find-up 4.1.0 [MIT](https://github.com/sindresorhus/find-up.git)
* fixed-data-table-2 0.8.28 [BSD-3-Clause](https://github.com/schrodinger/fixed-data-table-2.git)
* flat-cache 3.0.4 [MIT](https://github.com/royriojas/flat-cache.git)
* flatted 3.1.1 [ISC](git+https://github.com/WebReflection/flatted.git)
* follow-redirects 1.13.3 [MIT](git@github.com:follow-redirects/follow-redirects.git)
* for-in 1.0.2 [MIT](https://github.com/jonschlinkert/for-in.git)
* for-own 0.1.5 [MIT](https://github.com/jonschlinkert/for-own.git)
* foreach 2.0.5 [MIT](git://github.com/manuelstofer/foreach)
* forever-agent 0.6.1 [Apache-2.0](https://github.com/mikeal/forever-agent)
* form-data 2.3.3 [MIT](git://github.com/form-data/form-data.git)
* forwarded 0.1.2 [MIT](https://github.com/jshttp/forwarded.git)
* fragment-cache 0.2.1 [MIT](https://github.com/jonschlinkert/fragment-cache.git)
* fresh 0.5.2 [MIT](https://github.com/jshttp/fresh.git)
* fs.realpath 1.0.0 [ISC](git+https://github.com/isaacs/fs.realpath.git)
* fstream 1.0.12 [ISC](https://github.com/npm/fstream.git)
* function-bind 1.1.1 [MIT](git://github.com/Raynos/function-bind.git)
* function.prototype.name 1.1.4 [MIT](git://github.com/es-shims/Function.prototype.name.git)
* functional-red-black-tree 1.0.1 [MIT](git://github.com/mikolalysenko/functional-red-black-tree.git)
* functions-have-names 1.2.2 [MIT](git+https://github.com/inspect-js/functions-have-names.git)
* gauge 2.7.4 [ISC](https://github.com/iarna/gauge)
* gaze 1.1.3 [MIT](https://github.com/shama/gaze.git)
* gensync 1.0.0-beta.2 [MIT](https://github.com/loganfsmyth/gensync.git)
* get-caller-file 2.0.5 [ISC](git+https://github.com/stefanpenner/get-caller-file.git)
* get-intrinsic 1.1.1 [MIT](git+https://github.com/ljharb/get-intrinsic.git)
* get-package-type 0.1.0 [MIT](git+https://github.com/cfware/get-package-type.git)
* get-port 3.2.0 [MIT](https://github.com/sindresorhus/get-port.git)
* get-stdin 4.0.1 [MIT](https://github.com/sindresorhus/get-stdin.git)
* get-stream 5.2.0 [MIT](https://github.com/sindresorhus/get-stream.git)
* get-stream 4.1.0 [MIT](https://github.com/sindresorhus/get-stream.git)
* get-value 2.0.6 [MIT](https://github.com/jonschlinkert/get-value.git)
* getpass 0.1.7 [MIT](https://github.com/arekinath/node-getpass.git)
* glob 7.1.6 [ISC](git://github.com/isaacs/node-glob.git)
* glob-base 0.3.0 [MIT](git://github.com/jonschlinkert/glob-base.git)
* glob-parent 5.1.2 [ISC](https://github.com/gulpjs/glob-parent.git)
* glob-parent 3.1.0 [ISC](https://github.com/es128/glob-parent)
2016-11-12 18:48:19 +00:00
* glob-parent 2.0.0 [ISC](https://github.com/es128/glob-parent)
2021-04-19 12:52:25 +00:00
* glob-to-regexp 0.3.0 [BSD](https://github.com/fitzgen/glob-to-regexp.git)
* globals 13.8.0 [MIT](https://github.com/sindresorhus/globals.git)
* globals 11.12.0 [MIT](https://github.com/sindresorhus/globals.git)
* globals 12.4.0 [MIT](https://github.com/sindresorhus/globals.git)
* globals 9.18.0 [MIT](https://github.com/sindresorhus/globals.git)
* globby 11.0.3 [MIT](https://github.com/sindresorhus/globby.git)
* globule 1.3.2 [MIT](git://github.com/cowboy/node-globule.git)
* graceful-fs 4.2.6 [ISC](https://github.com/isaacs/node-graceful-fs)
* grapheme-breaker 0.3.2 [MIT](git://github.com/devongovett/grapheme-breaker)
* growly 1.3.0 [MIT](http://github.com/theabraham/growly)
* har-schema 2.0.0 [ISC](https://github.com/ahmadnassri/har-schema.git)
* har-validator 5.1.5 [MIT](https://github.com/ahmadnassri/node-har-validator.git)
* harmony-reflect 1.6.2 [(Apache-2.0 OR MPL-1.1)](https://tvcutsem@github.com/tvcutsem/harmony-reflect.git)
* has 1.0.3 [MIT](git://github.com/tarruda/has.git)
* has-ansi 2.0.0 [MIT](https://github.com/sindresorhus/has-ansi.git)
* has-bigints 1.0.1 [MIT](git+https://github.com/ljharb/has-bigints.git)
* has-flag 1.0.0 [MIT](https://github.com/sindresorhus/has-flag.git)
* has-flag 3.0.0 [MIT](https://github.com/sindresorhus/has-flag.git)
* has-flag 4.0.0 [MIT](https://github.com/sindresorhus/has-flag.git)
* has-symbols 1.0.2 [MIT](git://github.com/inspect-js/has-symbols.git)
2016-11-12 18:48:19 +00:00
* has-unicode 2.0.1 [ISC](https://github.com/iarna/has-unicode)
2021-04-19 12:52:25 +00:00
* has-value 1.0.0 [MIT](https://github.com/jonschlinkert/has-value.git)
* has-value 0.3.1 [MIT](https://github.com/jonschlinkert/has-value.git)
* has-values 1.0.0 [MIT](https://github.com/jonschlinkert/has-values.git)
* has-values 0.1.4 [MIT](https://github.com/jonschlinkert/has-values.git)
* hash-base 3.1.0 [MIT](https://github.com/crypto-browserify/hash-base.git)
* hash.js 1.1.7 [MIT](git@github.com:indutny/hash.js)
* he 1.2.0 [MIT](https://github.com/mathiasbynens/he.git)
* hex-color-regex 1.1.0 [MIT](https://github.com/regexps/hex-color-regex.git)
* history 3.3.0 [MIT](https://github.com/ReactTraining/history.git)
* hmac-drbg 1.0.1 [MIT](git+ssh://git@github.com/indutny/hmac-drbg.git)
* hoist-non-react-statics 2.5.5 [BSD-3-Clause](git://github.com/mridgway/hoist-non-react-statics.git)
* hoist-non-react-statics 3.3.2 [BSD-3-Clause](git://github.com/mridgway/hoist-non-react-statics.git)
* hosted-git-info 2.8.9 [ISC](git+https://github.com/npm/hosted-git-info.git)
* hsl-regex 1.0.0 [MIT](https://github.com/regexps/hsl-regex.git)
* hsla-regex 1.0.0 [MIT](https://github.com/regexps/hsla-regex.git)
* html-element-map 1.3.0 [MIT](git+https://github.com/ljharb/html-element-map.git)
* html-encoding-sniffer 1.0.2 [MIT](https://github.com/jsdom/html-encoding-sniffer.git)
* html-encoding-sniffer 2.0.1 [MIT](https://github.com/jsdom/html-encoding-sniffer.git)
* html-escaper 2.0.2 [MIT](https://github.com/WebReflection/html-escaper.git)
* html-tags 1.2.0 [MIT](https://github.com/sindresorhus/html-tags.git)
* htmlnano 0.2.9 [MIT](git://github.com/posthtml/htmlnano.git)
* htmlparser2 6.1.0 [MIT](git://github.com/fb55/htmlparser2.git)
* htmlparser2 3.10.1 [MIT](git://github.com/fb55/htmlparser2.git)
* http-errors 1.7.2 [MIT](https://github.com/jshttp/http-errors.git)
* http-errors 1.7.3 [MIT](https://github.com/jshttp/http-errors.git)
* http-proxy 1.18.1 [MIT](https://github.com/http-party/node-http-proxy.git)
* http-proxy-middleware 0.18.0 [MIT](https://github.com/chimurai/http-proxy-middleware.git)
* http-signature 1.2.0 [MIT](git://github.com/joyent/node-http-signature.git)
* https-browserify 1.0.0 [MIT](git://github.com/substack/https-browserify.git)
* human-signals 1.1.1 [Apache-2.0](https://github.com/ehmicky/human-signals.git)
* iconv-lite 0.4.24 [MIT](git://github.com/ashtuchkin/iconv-lite.git)
* iconv-lite 0.6.2 [MIT](git://github.com/ashtuchkin/iconv-lite.git)
* icss-replace-symbols 1.1.0 [ISC](git+https://github.com/css-modules/icss-replace-symbols.git)
* identity-obj-proxy 3.0.0 [MIT](git+https://github.com/keyanzhang/identity-obj-proxy.git)
* ieee754 1.2.1 [BSD-3-Clause](git://github.com/feross/ieee754.git)
* ignore 4.0.6 [MIT](git@github.com:kaelzhang/node-ignore.git)
* ignore 5.1.8 [MIT](git@github.com:kaelzhang/node-ignore.git)
* immediate 3.2.3 [MIT](git://github.com/calvinmetcalf/immediate.git)
* import-fresh 3.3.0 [MIT](https://github.com/sindresorhus/import-fresh.git)
* import-fresh 2.0.0 [MIT](https://github.com/sindresorhus/import-fresh.git)
* import-local 3.0.2 [MIT](https://github.com/sindresorhus/import-local.git)
2016-11-12 18:48:19 +00:00
* imurmurhash 0.1.4 [MIT](https://github.com/jensyt/imurmurhash-js)
2021-04-19 12:52:25 +00:00
* in-publish 2.0.1 [ISC](https://github.com/iarna/in-publish)
* indent-string 2.1.0 [MIT](https://github.com/sindresorhus/indent-string.git)
* indexes-of 1.0.1 [MIT](git://github.com/dominictarr/indexes-of.git)
* inflight 1.0.6 [ISC](https://github.com/npm/inflight.git)
* inherits 2.0.4 [ISC](git://github.com/isaacs/inherits)
* inherits 2.0.3 [ISC](git://github.com/isaacs/inherits)
* inherits 2.0.1 [ISC](git://github.com/isaacs/inherits)
* ini 1.3.8 [ISC](git://github.com/isaacs/ini.git)
* internal-slot 1.0.3 [MIT](git+https://github.com/ljharb/internal-slot.git)
* invariant 2.2.4 [MIT](https://github.com/zertosh/invariant)
* ipaddr.js 1.9.1 [MIT](git://github.com/whitequark/ipaddr.js)
* is-absolute-url 3.0.3 [MIT](https://github.com/sindresorhus/is-absolute-url.git)
* is-absolute-url 2.1.0 [MIT](https://github.com/sindresorhus/is-absolute-url.git)
* is-accessor-descriptor 1.0.0 [MIT](https://github.com/jonschlinkert/is-accessor-descriptor.git)
* is-accessor-descriptor 0.1.6 [MIT](https://github.com/jonschlinkert/is-accessor-descriptor.git)
* is-alphabetical 1.0.4 [MIT](https://github.com/wooorm/is-alphabetical.git)
* is-alphanumerical 1.0.4 [MIT](https://github.com/wooorm/is-alphanumerical.git)
* is-arrayish 0.2.1 [MIT](https://github.com/qix-/node-is-arrayish.git)
* is-arrayish 0.3.2 [MIT](https://github.com/qix-/node-is-arrayish.git)
* is-bigint 1.0.1 [MIT](git+https://github.com/ljharb/is-bigint.git)
* is-binary-path 2.1.0 [MIT](https://github.com/sindresorhus/is-binary-path.git)
* is-binary-path 1.0.1 [MIT](https://github.com/sindresorhus/is-binary-path.git)
* is-boolean-object 1.1.0 [MIT](git://github.com/ljharb/is-boolean-object.git)
* is-buffer 1.1.6 [MIT](git://github.com/feross/is-buffer.git)
* is-callable 1.2.3 [MIT](git://github.com/ljharb/is-callable.git)
* is-ci 2.0.0 [MIT](https://github.com/watson/is-ci.git)
* is-color-stop 1.1.0 [MIT](git+https://github.com/pigcan/is-color-stop.git)
* is-core-module 2.2.0 [MIT](git+https://github.com/inspect-js/is-core-module.git)
* is-data-descriptor 1.0.0 [MIT](https://github.com/jonschlinkert/is-data-descriptor.git)
* is-data-descriptor 0.1.4 [MIT](https://github.com/jonschlinkert/is-data-descriptor.git)
* is-date-object 1.0.2 [MIT](git://github.com/ljharb/is-date-object.git)
* is-decimal 1.0.4 [MIT](https://github.com/wooorm/is-decimal.git)
* is-descriptor 1.0.2 [MIT](https://github.com/jonschlinkert/is-descriptor.git)
* is-descriptor 0.1.6 [MIT](https://github.com/jonschlinkert/is-descriptor.git)
* is-directory 0.3.1 [MIT](https://github.com/jonschlinkert/is-directory.git)
* is-docker 2.2.1 [MIT](https://github.com/sindresorhus/is-docker.git)
* is-dotfile 1.0.3 [MIT](https://github.com/jonschlinkert/is-dotfile.git)
* is-equal-shallow 0.1.3 [MIT](git://github.com/jonschlinkert/is-equal-shallow.git)
* is-extendable 1.0.1 [MIT](https://github.com/jonschlinkert/is-extendable.git)
* is-extendable 0.1.1 [MIT](https://github.com/jonschlinkert/is-extendable.git)
* is-extglob 2.1.1 [MIT](https://github.com/jonschlinkert/is-extglob.git)
* is-extglob 1.0.0 [MIT](https://github.com/jonschlinkert/is-extglob.git)
* is-finite 1.1.0 [MIT](https://github.com/sindresorhus/is-finite.git)
* is-fullwidth-code-point 3.0.0 [MIT](https://github.com/sindresorhus/is-fullwidth-code-point.git)
* is-fullwidth-code-point 1.0.0 [MIT](https://github.com/sindresorhus/is-fullwidth-code-point.git)
* is-fullwidth-code-point 2.0.0 [MIT](https://github.com/sindresorhus/is-fullwidth-code-point.git)
* is-generator-fn 2.1.0 [MIT](https://github.com/sindresorhus/is-generator-fn.git)
* is-glob 4.0.1 [MIT](https://github.com/micromatch/is-glob.git)
* is-glob 3.1.0 [MIT](https://github.com/jonschlinkert/is-glob.git)
* is-glob 2.0.1 [MIT](https://github.com/jonschlinkert/is-glob.git)
* is-hexadecimal 1.0.4 [MIT](https://github.com/wooorm/is-hexadecimal.git)
* is-html 1.1.0 [MIT](https://github.com/sindresorhus/is-html.git)
* is-negative-zero 2.0.1 [MIT](git://github.com/inspect-js/is-negative-zero.git)
* is-number 3.0.0 [MIT](https://github.com/jonschlinkert/is-number.git)
* is-number 2.1.0 [MIT](https://github.com/jonschlinkert/is-number.git)
* is-number 4.0.0 [MIT](https://github.com/jonschlinkert/is-number.git)
* is-number 7.0.0 [MIT](https://github.com/jonschlinkert/is-number.git)
* is-number-object 1.0.4 [MIT](git://github.com/inspect-js/is-number-object.git)
* is-obj 2.0.0 [MIT](https://github.com/sindresorhus/is-obj.git)
* is-plain-obj 1.1.0 [MIT](https://github.com/sindresorhus/is-plain-obj.git)
* is-plain-object 2.0.4 [MIT](https://github.com/jonschlinkert/is-plain-object.git)
* is-posix-bracket 0.1.1 [MIT](https://github.com/jonschlinkert/is-posix-bracket.git)
* is-potential-custom-element-name 1.0.1 [MIT](https://github.com/mathiasbynens/is-potential-custom-element-name.git)
* is-primitive 2.0.0 [MIT](git://github.com/jonschlinkert/is-primitive.git)
* is-regex 1.1.2 [MIT](git://github.com/inspect-js/is-regex.git)
* is-resolvable 1.1.0 [ISC](https://github.com/shinnn/is-resolvable.git)
* is-stream 2.0.0 [MIT](https://github.com/sindresorhus/is-stream.git)
* is-stream 1.1.0 [MIT](https://github.com/sindresorhus/is-stream.git)
* is-string 1.0.5 [MIT](git://github.com/ljharb/is-string.git)
* is-subset 0.1.1 [MIT](git@github.com:studio-b12/is-subset.git)
* is-symbol 1.0.3 [MIT](git://github.com/inspect-js/is-symbol.git)
* is-typedarray 1.0.0 [MIT](git://github.com/hughsk/is-typedarray.git)
* is-url 1.2.4 [MIT](https://github.com/segmentio/is-url)
* is-utf8 0.2.1 [MIT](https://github.com/wayfind/is-utf8.git)
* is-whitespace-character 1.0.4 [MIT](https://github.com/wooorm/is-whitespace-character.git)
* is-windows 1.0.2 [MIT](https://github.com/jonschlinkert/is-windows.git)
* is-word-character 1.0.4 [MIT](https://github.com/wooorm/is-word-character.git)
* is-wsl 1.1.0 [MIT](https://github.com/sindresorhus/is-wsl.git)
* is-wsl 2.2.0 [MIT](https://github.com/sindresorhus/is-wsl.git)
* isarray 1.0.0 [MIT](git://github.com/juliangruber/isarray.git)
* isarray 2.0.5 [MIT](git://github.com/juliangruber/isarray.git)
* isexe 2.0.0 [ISC](git+https://github.com/isaacs/isexe.git)
* isobject 3.0.1 [MIT](https://github.com/jonschlinkert/isobject.git)
* isobject 2.1.0 [MIT](https://github.com/jonschlinkert/isobject.git)
* isomorphic-fetch 2.2.1 [MIT](https://github.com/matthew-andrews/isomorphic-fetch.git)
* isstream 0.1.2 [MIT](https://github.com/rvagg/isstream.git)
* istanbul-lib-coverage 1.2.1 [BSD-3-Clause](git@github.com:istanbuljs/istanbuljs.git)
* istanbul-lib-coverage 3.0.0 [BSD-3-Clause](git+ssh://git@github.com/istanbuljs/istanbuljs.git)
* istanbul-lib-instrument 1.10.2 [BSD-3-Clause](git@github.com:istanbuljs/istanbuljs.git)
* istanbul-lib-instrument 4.0.3 [BSD-3-Clause](git+ssh://git@github.com/istanbuljs/istanbuljs.git)
* istanbul-lib-report 3.0.0 [BSD-3-Clause](git+ssh://git@github.com/istanbuljs/istanbuljs.git)
* istanbul-lib-source-maps 4.0.0 [BSD-3-Clause](git+ssh://git@github.com/istanbuljs/istanbuljs.git)
* istanbul-reports 3.0.2 [BSD-3-Clause](git+ssh://git@github.com/istanbuljs/istanbuljs.git)
* jest 26.6.3 [MIT](https://github.com/facebook/jest)
* jest-changed-files 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-cli 26.6.3 [MIT](https://github.com/facebook/jest)
* jest-config 26.6.3 [MIT](https://github.com/facebook/jest.git)
* jest-diff 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-docblock 26.0.0 [MIT](https://github.com/facebook/jest.git)
* jest-each 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-environment-jsdom 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-environment-node 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-get-type 26.3.0 [MIT](https://github.com/facebook/jest.git)
* jest-haste-map 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-jasmine2 26.6.3 [MIT](https://github.com/facebook/jest.git)
* jest-leak-detector 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-matcher-utils 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-message-util 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-mock 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-pnp-resolver 1.2.2 [MIT](https://github.com/arcanis/jest-pnp-resolver.git)
* jest-regex-util 26.0.0 [MIT](https://github.com/facebook/jest.git)
* jest-resolve 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-resolve-dependencies 26.6.3 [MIT](https://github.com/facebook/jest.git)
* jest-runner 26.6.3 [MIT](https://github.com/facebook/jest.git)
* jest-runner-eslint 0.10.0 [MIT](https://github.com/jest-community/jest-runner-eslint.git)
* jest-runtime 26.6.3 [MIT](https://github.com/facebook/jest.git)
* jest-serializer 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-snapshot 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-util 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-validate 26.6.2 [MIT](https://github.com/facebook/jest.git)
* jest-watcher 26.6.2 [MIT](https://github.com/facebook/jest)
* jest-worker 25.5.0 [MIT](https://github.com/facebook/jest.git)
* jest-worker 26.6.2 [MIT](https://github.com/facebook/jest.git)
* js-base64 2.6.4 [BSD-3-Clause](git://github.com/dankogai/js-base64.git)
* js-beautify 1.13.13 [MIT](git://github.com/beautify-web/js-beautify.git)
* js-levenshtein 1.1.6 [MIT](https://github.com/gustf/js-levenshtein.git)
* js-tokens 4.0.0 [MIT](https://github.com/lydell/js-tokens.git)
* js-tokens 3.0.2 [MIT](https://github.com/lydell/js-tokens.git)
* js-yaml 3.14.1 [MIT](https://github.com/nodeca/js-yaml.git)
* jsbn 0.1.1 [MIT](https://github.com/andyperlitch/jsbn.git)
* jsdom 9.12.0 [MIT](https://github.com/tmpvar/jsdom.git)
* jsdom 14.1.0 [MIT](https://github.com/jsdom/jsdom.git)
* jsdom 16.5.3 [MIT](https://github.com/jsdom/jsdom.git)
* jsesc 2.5.2 [MIT](https://github.com/mathiasbynens/jsesc.git)
* jsesc 1.3.0 [MIT](https://github.com/mathiasbynens/jsesc.git)
* jsesc 0.5.0 [MIT](https://github.com/mathiasbynens/jsesc.git)
* json-parse-better-errors 1.0.2 [MIT](https://github.com/zkat/json-parse-better-errors)
* json-parse-even-better-errors 2.3.1 [MIT](https://github.com/npm/json-parse-even-better-errors)
* json-schema 0.2.3 [BSD*](http://github.com/kriszyp/json-schema)
* json-schema-traverse 0.4.1 [MIT](git+https://github.com/epoberezkin/json-schema-traverse.git)
* json-schema-traverse 1.0.0 [MIT](git+https://github.com/epoberezkin/json-schema-traverse.git)
* json-stable-stringify-without-jsonify 1.0.1 [MIT](git://github.com/samn/json-stable-stringify.git)
* json-stringify-safe 5.0.1 [ISC](git://github.com/isaacs/json-stringify-safe)
* json5 2.2.0 [MIT](git+https://github.com/json5/json5.git)
* json5 1.0.1 [MIT](git+https://github.com/json5/json5.git)
* json5 0.5.1 [MIT](https://github.com/aseemk/json5.git)
* jsprim 1.4.1 [MIT](git://github.com/joyent/node-jsprim.git)
* jsx-ast-utils 3.2.0 [MIT](https://github.com/evcohen/jsx-ast-utils)
* keypress 0.2.1 [MIT](git://github.com/TooTallNate/keypress.git)
* kind-of 6.0.3 [MIT](https://github.com/jonschlinkert/kind-of.git)
* kind-of 3.2.2 [MIT](https://github.com/jonschlinkert/kind-of.git)
* kind-of 5.1.0 [MIT](https://github.com/jonschlinkert/kind-of.git)
* kind-of 4.0.0 [MIT](https://github.com/jonschlinkert/kind-of.git)
* kleur 3.0.3 [MIT](https://github.com/lukeed/kleur.git)
* level-codec 9.0.2 [MIT](https://github.com/Level/codec.git)
* level-errors 2.0.1 [MIT](https://github.com/Level/errors.git)
* level-iterator-stream 3.0.1 [MIT](https://github.com/Level/iterator-stream.git)
* level-js 3.0.0 [MIT](https://github.com/Level/level-js.git)
* levelup 3.1.1 [MIT](https://github.com/level/levelup.git)
* leven 3.1.0 [MIT](https://github.com/sindresorhus/leven.git)
* levn 0.4.1 [MIT](git://github.com/gkz/levn.git)
* levn 0.3.0 [MIT](git://github.com/gkz/levn.git)
* lines-and-columns 1.1.6 [MIT](https://github.com/eventualbuddha/lines-and-columns.git)
* load-json-file 2.0.0 [MIT](https://github.com/sindresorhus/load-json-file.git)
* load-json-file 1.1.0 [MIT](https://github.com/sindresorhus/load-json-file.git)
* locate-path 3.0.0 [MIT](https://github.com/sindresorhus/locate-path.git)
* locate-path 2.0.0 [MIT](https://github.com/sindresorhus/locate-path.git)
* locate-path 5.0.0 [MIT](https://github.com/sindresorhus/locate-path.git)
* lodash 4.17.21 [MIT](https://github.com/lodash/lodash.git)
* lodash-es 4.17.21 [MIT](https://github.com/lodash/lodash.git)
* lodash.clone 4.5.0 [MIT](https://github.com/lodash/lodash.git)
* lodash.clonedeep 4.5.0 [MIT](https://github.com/lodash/lodash.git)
* lodash.debounce 4.0.8 [MIT](https://github.com/lodash/lodash.git)
* lodash.escape 4.0.1 [MIT](https://github.com/lodash/lodash.git)
* lodash.flatten 4.4.0 [MIT](https://github.com/lodash/lodash.git)
* lodash.flattendeep 4.4.0 [MIT](https://github.com/lodash/lodash.git)
* lodash.isempty 4.4.0 [MIT](https://github.com/lodash/lodash.git)
* lodash.isequal 4.5.0 [MIT](https://github.com/lodash/lodash.git)
* lodash.kebabcase 4.1.1 [MIT](https://github.com/lodash/lodash.git)
* lodash.memoize 4.1.2 [MIT](https://github.com/lodash/lodash.git)
* lodash.sortby 4.7.0 [MIT](https://github.com/lodash/lodash.git)
* lodash.throttle 4.1.1 [MIT](https://github.com/lodash/lodash.git)
* lodash.truncate 4.4.2 [MIT](https://github.com/lodash/lodash.git)
* lodash.unionwith 4.6.0 [MIT](https://github.com/lodash/lodash.git)
* lodash.uniq 4.5.0 [MIT](https://github.com/lodash/lodash.git)
* log-symbols 2.2.0 [MIT](https://github.com/sindresorhus/log-symbols.git)
* loose-envify 1.4.0 [MIT](git://github.com/zertosh/loose-envify.git)
* loud-rejection 1.6.0 [MIT](https://github.com/sindresorhus/loud-rejection.git)
* lru-cache 6.0.0 [ISC](git://github.com/isaacs/node-lru-cache.git)
* lru-cache 4.1.5 [ISC](git://github.com/isaacs/node-lru-cache.git)
* ltgt 2.2.1 [MIT](git://github.com/dominictarr/ltgt.git)
* magic-string 0.22.5 [MIT](https://github.com/rich-harris/magic-string)
* make-dir 3.1.0 [MIT](https://github.com/sindresorhus/make-dir.git)
* make-error 1.3.6 [ISC](git://github.com/JsCommunity/make-error.git)
* makeerror 1.0.11 [BSD-3-Clause](https://github.com/daaku/nodejs-makeerror)
* map-cache 0.2.2 [MIT](https://github.com/jonschlinkert/map-cache.git)
* map-obj 1.0.1 [MIT](https://github.com/sindresorhus/map-obj.git)
* map-or-similar 1.5.0 [MIT](git+https://github.com/thinkloop/map-or-similar.git)
* map-visit 1.0.0 [MIT](https://github.com/jonschlinkert/map-visit.git)
* markdown-escapes 1.0.4 [MIT](https://github.com/wooorm/markdown-escapes.git)
* math-random 1.0.4 [MIT](https://github.com/michaelrhodes/math-random.git)
* md5.js 1.3.5 [MIT](https://github.com/crypto-browserify/md5.js.git)
* mdast-add-list-metadata 1.0.1 [MIT](https://gitlab.com/staltz/mdast-add-list-metadata)
* mdn-data 2.0.4 [CC0-1.0](https://github.com/mdn/data.git)
* mdn-data 2.0.14 [CC0-1.0](https://github.com/mdn/data.git)
* media-typer 0.3.0 [MIT](https://github.com/jshttp/media-typer.git)
* memoize-one 4.1.0 [MIT](https://github.com/alexreardon/memoize-one.git)
* memoizerific 1.11.3 [MIT](git+https://github.com/thinkloop/memoizerific.git)
* meow 3.7.0 [MIT](https://github.com/sindresorhus/meow.git)
* merge-descriptors 1.0.1 [MIT](https://github.com/component/merge-descriptors.git)
* merge-source-map 1.0.4 [MIT](git+https://github.com/keik/merge-source-map.git)
* merge-stream 2.0.0 [MIT](https://github.com/grncdr/merge-stream.git)
* merge2 1.4.1 [MIT](git@github.com:teambition/merge2.git)
* methods 1.1.2 [MIT](https://github.com/jshttp/methods.git)
* micromatch 3.1.10 [MIT](https://github.com/micromatch/micromatch.git)
* micromatch 4.0.4 [MIT](https://github.com/micromatch/micromatch.git)
* micromatch 2.3.11 [MIT](https://github.com/jonschlinkert/micromatch.git)
* miller-rabin 4.0.1 [MIT](git@github.com:indutny/miller-rabin)
* mime 1.6.0 [MIT](https://github.com/broofa/node-mime)
* mime-db 1.47.0 [MIT](https://github.com/jshttp/mime-db.git)
* mime-types 2.1.30 [MIT](https://github.com/jshttp/mime-types.git)
* mimic-fn 2.1.0 [MIT](https://github.com/sindresorhus/mimic-fn.git)
* mimic-fn 1.2.0 [MIT](https://github.com/sindresorhus/mimic-fn.git)
* minimalistic-assert 1.0.1 [ISC](https://github.com/calvinmetcalf/minimalistic-assert.git)
* minimalistic-crypto-utils 1.0.1 [MIT](git+ssh://git@github.com/indutny/minimalistic-crypto-utils.git)
* minimatch 3.0.4 [ISC](git://github.com/isaacs/minimatch.git)
* minimist 1.2.5 [MIT](git://github.com/substack/minimist.git)
* mixin-deep 1.3.2 [MIT](https://github.com/jonschlinkert/mixin-deep.git)
* mkdirp 0.5.5 [MIT](https://github.com/substack/node-mkdirp.git)
* mkdirp 1.0.4 [MIT](https://github.com/isaacs/node-mkdirp.git)
* moment 2.29.1 [MIT](https://github.com/moment/moment.git)
* moo 0.5.1 [BSD-3-Clause](https://github.com/tjvr/moo.git)
* ms 2.1.2 [MIT](https://github.com/zeit/ms.git)
* ms 2.0.0 [MIT](https://github.com/zeit/ms.git)
* ms 2.1.1 [MIT](https://github.com/zeit/ms.git)
* nan 2.14.2 [MIT](git://github.com/nodejs/nan.git)
* nano-date 2.1.0 [MIT](git+https://github.com/jcgertig/nano-date.git)
* nanomatch 1.2.13 [MIT](https://github.com/micromatch/nanomatch.git)
* natural-compare 1.4.0 [MIT](git://github.com/litejs/natural-compare-lite.git)
* nearley 2.20.1 [MIT](https://github.com/hardmath123/nearley.git)
* negotiator 0.6.2 [MIT](https://github.com/jshttp/negotiator.git)
* nice-try 1.0.5 [MIT](https://github.com/electerious/nice-try.git)
* node-addon-api 1.7.2 [MIT](git://github.com/nodejs/node-addon-api.git)
* node-fetch 1.7.3 [MIT](https://github.com/bitinn/node-fetch.git)
* node-forge 0.7.6 [(BSD-3-Clause OR GPL-2.0)](https://github.com/digitalbazaar/forge)
* node-gyp 3.8.0 [MIT](git://github.com/nodejs/node-gyp.git)
* node-int64 0.4.0 [MIT](https://github.com/broofa/node-int64)
* node-libs-browser 2.2.1 [MIT](git+https://github.com/webpack/node-libs-browser.git)
* node-modules-regexp 1.0.0 [MIT](https://github.com/jamestalmage/node-modules-regexp.git)
* node-notifier 8.0.2 [MIT](git+ssh://git@github.com/mikaelbr/node-notifier.git)
* node-releases 1.1.71 [MIT](git+https://github.com/chicoxyzzy/node-releases.git)
* node-sass 4.14.1 [MIT](https://github.com/sass/node-sass)
* nopt 3.0.6 [ISC](https://github.com/npm/nopt.git)
* nopt 5.0.0 [ISC](https://github.com/npm/nopt.git)
* normalize-package-data 2.5.0 [BSD-2-Clause](git://github.com/npm/normalize-package-data.git)
* normalize-path 3.0.0 [MIT](https://github.com/jonschlinkert/normalize-path.git)
* normalize-path 2.1.1 [MIT](https://github.com/jonschlinkert/normalize-path.git)
* normalize-range 0.1.2 [MIT](https://github.com/jamestalmage/normalize-range.git)
* normalize-url 3.3.0 [MIT](https://github.com/sindresorhus/normalize-url.git)
* npm-run-path 4.0.1 [MIT](https://github.com/sindresorhus/npm-run-path.git)
* npm-run-path 2.0.2 [MIT](https://github.com/sindresorhus/npm-run-path.git)
* npmlog 4.1.2 [ISC](https://github.com/npm/npmlog.git)
* nth-check 2.0.0 [BSD-2-Clause](https://github.com/fb55/nth-check)
* nth-check 1.0.2 [BSD-2-Clause](https://github.com/fb55/nth-check)
* num2fraction 1.2.2 [MIT](git@github.com:yisibl/num2fraction.git)
* number-is-nan 1.0.1 [MIT](https://github.com/sindresorhus/number-is-nan.git)
* nwmatcher 1.4.4 [MIT](git://github.com/dperini/nwmatcher.git)
* nwsapi 2.2.0 [MIT](git://github.com/dperini/nwsapi.git)
* oauth-sign 0.9.0 [Apache-2.0](https://github.com/mikeal/oauth-sign)
* object-assign 4.1.1 [MIT](https://github.com/sindresorhus/object-assign.git)
* object-copy 0.1.0 [MIT](https://github.com/jonschlinkert/object-copy.git)
* object-inspect 1.10.2 [MIT](git://github.com/inspect-js/object-inspect.git)
* object-inspect 1.4.1 [MIT](git://github.com/substack/object-inspect.git)
* object-is 1.1.5 [MIT](git://github.com/es-shims/object-is.git)
* object-keys 1.1.1 [MIT](git://github.com/ljharb/object-keys.git)
* object-visit 1.0.1 [MIT](https://github.com/jonschlinkert/object-visit.git)
* object.assign 4.1.2 [MIT](git://github.com/ljharb/object.assign.git)
* object.entries 1.1.3 [MIT](git://github.com/es-shims/Object.entries.git)
* object.fromentries 2.0.4 [MIT](git://github.com/es-shims/Object.fromEntries.git)
* object.getownpropertydescriptors 2.1.2 [MIT](git://github.com/es-shims/object.getownpropertydescriptors.git)
* object.omit 2.0.1 [MIT](https://github.com/jonschlinkert/object.omit.git)
* object.pick 1.3.0 [MIT](https://github.com/jonschlinkert/object.pick.git)
* object.values 1.1.3 [MIT](git://github.com/es-shims/Object.values.git)
* on-finished 2.3.0 [MIT](https://github.com/jshttp/on-finished.git)
* once 1.4.0 [ISC](git://github.com/isaacs/once)
* onetime 5.1.2 [MIT](https://github.com/sindresorhus/onetime.git)
* onetime 2.0.1 [MIT](https://github.com/sindresorhus/onetime.git)
* opn 5.5.0 [MIT](https://github.com/sindresorhus/opn.git)
* optionator 0.9.1 [MIT](git://github.com/gkz/optionator.git)
* optionator 0.8.3 [MIT](git://github.com/gkz/optionator.git)
* ora 2.1.0 [MIT](https://github.com/sindresorhus/ora.git)
* os-browserify 0.3.0 [MIT](http://github.com/CoderPuppy/os-browserify.git)
* os-homedir 1.0.2 [MIT](https://github.com/sindresorhus/os-homedir.git)
* os-tmpdir 1.0.2 [MIT](https://github.com/sindresorhus/os-tmpdir.git)
* osenv 0.1.5 [ISC](https://github.com/npm/osenv)
* p-each-series 2.2.0 [MIT](https://github.com/sindresorhus/p-each-series.git)
* p-finally 1.0.0 [MIT](https://github.com/sindresorhus/p-finally.git)
* p-limit 2.3.0 [MIT](https://github.com/sindresorhus/p-limit.git)
* p-limit 1.3.0 [MIT](https://github.com/sindresorhus/p-limit.git)
* p-locate 3.0.0 [MIT](https://github.com/sindresorhus/p-locate.git)
* p-locate 2.0.0 [MIT](https://github.com/sindresorhus/p-locate.git)
* p-locate 4.1.0 [MIT](https://github.com/sindresorhus/p-locate.git)
* p-try 2.2.0 [MIT](https://github.com/sindresorhus/p-try.git)
* p-try 1.0.0 [MIT](https://github.com/sindresorhus/p-try.git)
* pako 0.2.9 [MIT](https://github.com/nodeca/pako.git)
* pako 1.0.11 [(MIT AND Zlib)](https://github.com/nodeca/pako.git)
* papaparse 5.3.0 [MIT](https://github.com/mholt/PapaParse.git)
* parcel 1.12.3 [MIT](https://github.com/parcel-bundler/parcel.git)
* parent-module 1.0.1 [MIT](https://github.com/sindresorhus/parent-module.git)
* parse-asn1 5.1.6 [ISC](git://github.com/crypto-browserify/parse-asn1.git)
* parse-entities 1.2.2 [MIT](https://github.com/wooorm/parse-entities.git)
* parse-glob 3.0.4 [MIT](https://github.com/jonschlinkert/parse-glob.git)
* parse-json 5.2.0 [MIT](https://github.com/sindresorhus/parse-json.git)
* parse-json 4.0.0 [MIT](https://github.com/sindresorhus/parse-json.git)
* parse-json 2.2.0 [MIT](https://github.com/sindresorhus/parse-json.git)
* parse5 1.5.1 [MIT](git://github.com/inikulin/parse5.git)
* parse5 6.0.1 [MIT](git://github.com/inikulin/parse5.git)
* parse5 5.1.0 [MIT](git://github.com/inikulin/parse5.git)
* parse5-htmlparser2-tree-adapter 6.0.1 [MIT](git://github.com/inikulin/parse5.git)
* parseurl 1.3.3 [MIT](https://github.com/pillarjs/parseurl.git)
* pascalcase 0.1.1 [MIT](https://github.com/jonschlinkert/pascalcase.git)
* path-browserify 0.0.1 [MIT](git://github.com/substack/path-browserify.git)
* path-dirname 1.0.2 [MIT](https://github.com/es128/path-dirname.git)
* path-exists 3.0.0 [MIT](https://github.com/sindresorhus/path-exists.git)
* path-exists 2.1.0 [MIT](https://github.com/sindresorhus/path-exists.git)
* path-exists 4.0.0 [MIT](https://github.com/sindresorhus/path-exists.git)
* path-is-absolute 1.0.1 [MIT](https://github.com/sindresorhus/path-is-absolute.git)
* path-key 3.1.1 [MIT](https://github.com/sindresorhus/path-key.git)
* path-key 2.0.1 [MIT](https://github.com/sindresorhus/path-key.git)
* path-parse 1.0.6 [MIT](https://github.com/jbgutierrez/path-parse.git)
* path-to-regexp 0.1.7 [MIT](https://github.com/component/path-to-regexp.git)
* path-type 4.0.0 [MIT](https://github.com/sindresorhus/path-type.git)
* path-type 2.0.0 [MIT](https://github.com/sindresorhus/path-type.git)
* path-type 1.1.0 [MIT](https://github.com/sindresorhus/path-type.git)
* pbkdf2 3.1.2 [MIT](https://github.com/crypto-browserify/pbkdf2.git)
* performance-now 2.1.0 [MIT](git://github.com/braveg1rl/performance-now.git)
* physical-cpu-count 2.0.0 [ISC](Unknown)
* picomatch 2.2.3 [MIT](https://github.com/micromatch/picomatch.git)
* pify 2.3.0 [MIT](https://github.com/sindresorhus/pify.git)
* pinkie 2.0.4 [MIT](https://github.com/floatdrop/pinkie.git)
* pinkie-promise 2.0.1 [MIT](https://github.com/floatdrop/pinkie-promise.git)
* pirates 4.0.1 [MIT](https://github.com/ariporad/pirates.git)
* pkg-dir 2.0.0 [MIT](https://github.com/sindresorhus/pkg-dir.git)
* pkg-dir 4.2.0 [MIT](https://github.com/sindresorhus/pkg-dir.git)
* pkg-up 3.1.0 [MIT](https://github.com/sindresorhus/pkg-up.git)
* pn 1.1.0 [MIT](git://github.com/cscott/node-pn)
* posix-character-classes 0.1.1 [MIT](https://github.com/jonschlinkert/posix-character-classes.git)
* postcss 5.2.18 [MIT](https://github.com/postcss/postcss.git)
* postcss 7.0.35 [MIT](https://github.com/postcss/postcss.git)
* postcss 6.0.1 [MIT](https://github.com/postcss/postcss.git)
* postcss 6.0.23 [MIT](https://github.com/postcss/postcss.git)
* postcss 7.0.32 [MIT](https://github.com/postcss/postcss.git)
* postcss-calc 7.0.5 [MIT](https://github.com/postcss/postcss-calc.git)
* postcss-colormin 4.0.3 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-convert-values 4.0.1 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-discard-comments 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-discard-duplicates 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-discard-empty 4.0.1 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-discard-overridden 4.0.1 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-merge-longhand 4.0.11 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-merge-rules 4.0.3 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-minify-font-values 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-minify-gradients 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-minify-params 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-minify-selectors 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-modules-extract-imports 1.1.0 [ISC](https://github.com/css-modules/postcss-modules-extract-imports.git)
* postcss-modules-local-by-default 1.2.0 [MIT](https://github.com/css-modules/postcss-modules-local-by-default.git)
* postcss-modules-scope 1.1.0 [ISC](https://github.com/css-modules/postcss-modules-scope.git)
* postcss-modules-values 1.3.0 [ISC](git+https://github.com/css-modules/postcss-modules-values.git)
* postcss-normalize-charset 4.0.1 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-normalize-display-values 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-normalize-positions 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-normalize-repeat-style 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-normalize-string 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-normalize-timing-functions 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-normalize-unicode 4.0.1 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-normalize-url 4.0.1 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-normalize-whitespace 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-ordered-values 4.1.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-reduce-initial 4.0.3 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-reduce-transforms 4.0.2 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-selector-parser 6.0.2 [MIT](https://github.com/postcss/postcss-selector-parser.git)
* postcss-selector-parser 6.0.5 [MIT](https://github.com/postcss/postcss-selector-parser.git)
* postcss-selector-parser 3.1.2 [MIT](https://github.com/postcss/postcss-selector-parser.git)
* postcss-svgo 4.0.3 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-unique-selectors 4.0.1 [MIT](https://github.com/cssnano/cssnano.git)
* postcss-value-parser 3.3.1 [MIT](https://github.com/TrySound/postcss-value-parser.git)
* postcss-value-parser 4.1.0 [MIT](https://github.com/TrySound/postcss-value-parser.git)
* posthtml 0.11.6 [MIT](https://github.com/posthtml/posthtml.git)
* posthtml 0.15.2 [MIT](https://github.com/posthtml/posthtml.git)
* posthtml-parser 0.4.2 [MIT](https://github.com/posthtml/posthtml-parser.git)
* posthtml-parser 0.7.2 [MIT](https://github.com/posthtml/posthtml-parser.git)
* posthtml-render 1.3.1 [MIT](https://github.com/posthtml/posthtml-render.git)
* prefix-style 2.0.1 [MIT](git://github.com/mattdesl/prefix-style.git)
* prelude-ls 1.2.1 [MIT](git://github.com/gkz/prelude-ls.git)
* prelude-ls 1.1.2 [MIT](git://github.com/gkz/prelude-ls.git)
* preserve 0.2.0 [MIT](git://github.com/jonschlinkert/preserve.git)
* prettier 2.2.1 [MIT](https://github.com/prettier/prettier.git)
* prettier-linter-helpers 1.0.0 [MIT](git+https://github.com/prettier/prettier-linter-helpers.git)
* pretty-format 26.6.2 [MIT](https://github.com/facebook/jest.git)
* process 0.11.10 [MIT](git://github.com/shtylman/node-process.git)
* process-nextick-args 2.0.1 [MIT](https://github.com/calvinmetcalf/process-nextick-args.git)
* progress 2.0.3 [MIT](git://github.com/visionmedia/node-progress)
* promise 7.3.1 [MIT](https://github.com/then/promise.git)
* prompts 2.4.1 [MIT](https://github.com/terkelg/prompts.git)
* prop-types 15.7.2 [MIT](https://github.com/facebook/prop-types.git)
* prop-types-exact 1.2.0 [MIT](git+https://github.com/airbnb/prop-types-exact.git)
* proto-list 1.2.4 [ISC](https://github.com/isaacs/proto-list)
* proxy-addr 2.0.6 [MIT](https://github.com/jshttp/proxy-addr.git)
* prr 1.0.1 [MIT](https://github.com/rvagg/prr.git)
* pseudomap 1.0.2 [ISC](git+https://github.com/isaacs/pseudomap.git)
* psl 1.8.0 [MIT](git@github.com:lupomontero/psl.git)
* public-encrypt 4.0.3 [MIT](https://github.com/crypto-browserify/publicEncrypt.git)
* pump 3.0.0 [MIT](git://github.com/mafintosh/pump.git)
* punycode 2.1.1 [MIT](https://github.com/bestiejs/punycode.js.git)
* punycode 1.4.1 [MIT](https://github.com/bestiejs/punycode.js.git)
* punycode 1.3.2 [MIT](https://github.com/bestiejs/punycode.js.git)
* purgecss 2.3.0 [MIT](git+https://github.com/FullHuman/purgecss.git)
* q 1.5.1 [MIT](git://github.com/kriskowal/q.git)
* qs 6.10.1 [BSD-3-Clause](https://github.com/ljharb/qs.git)
* qs 6.7.0 [BSD-3-Clause](https://github.com/ljharb/qs.git)
* qs 6.5.2 [BSD-3-Clause](https://github.com/ljharb/qs.git)
* query-string 6.14.1 [MIT](https://github.com/sindresorhus/query-string.git)
* query-string 4.3.4 [MIT](https://github.com/sindresorhus/query-string.git)
* querystring 0.2.0 [MIT](git://github.com/Gozala/querystring.git)
* querystring-es3 0.2.1 [MIT](git://github.com/mike-spainhower/querystring.git)
* queue-microtask 1.2.3 [MIT](git://github.com/feross/queue-microtask.git)
* quote-stream 1.0.2 [MIT](git://github.com/substack/quote-stream.git)
* raf 3.4.1 [MIT](git://github.com/chrisdickinson/raf.git)
* railroad-diagrams 1.0.0 [CC0-1.0](https://github.com/tabatkins/railroad-diagrams.git)
* randexp 0.4.6 [MIT](git://github.com/fent/randexp.js.git)
* randomatic 3.1.1 [MIT](https://github.com/jonschlinkert/randomatic.git)
* randombytes 2.1.0 [MIT](git@github.com:crypto-browserify/randombytes.git)
* randomfill 1.0.4 [MIT](https://github.com/crypto-browserify/randomfill.git)
* range-parser 1.2.1 [MIT](https://github.com/jshttp/range-parser.git)
* raw-body 2.4.0 [MIT](https://github.com/stream-utils/raw-body.git)
* react 16.14.0 [MIT](git+https://github.com/facebook/react.git)
* react-addons-shallow-compare 15.6.3 [MIT](https://github.com/facebook/react.git)
* react-codemirror2 7.2.1 [MIT](git+https://github.com/scniro/react-codemirror2.git)
* react-copy-to-clipboard 5.0.3 [MIT](https://github.com/nkbt/react-copy-to-clipboard.git)
* react-custom-scrollbars 4.2.1 [MIT](https://github.com/malte-wessel/react-custom-scrollbars.git)
* react-dimensions 1.3.1 [MIT](git+https://github.com/digidem/react-dimensions.git)
* react-dnd 14.0.2 [MIT](https://github.com/react-dnd/react-dnd.git)
* react-dnd 2.6.0 [BSD-3-Clause](https://github.com/react-dnd/react-dnd.git)
* react-dnd-html5-backend 2.6.0 [BSD-3-Clause](https://github.com/react-dnd/react-dnd.git)
* react-dom 16.14.0 [MIT](git+https://github.com/facebook/react.git)
* react-draggable 4.4.3 [MIT](https://github.com/mzabriskie/react-draggable.git)
* react-grid-layout 1.2.2 [MIT](git@github.com:STRML/react-grid-layout.git)
* react-is 16.13.1 [MIT](https://github.com/facebook/react.git)
* react-is 17.0.2 [MIT](https://github.com/facebook/react.git)
* react-lifecycles-compat 3.0.4 [MIT](https://github.com/reactjs/react-lifecycles-compat.git)
* react-markdown 3.6.0 [MIT](git@github.com:rexxars/react-markdown.git)
* react-onclickoutside 6.10.0 [MIT](https://github.com/Pomax/react-onclickoutside.git)
* react-redux 7.2.3 [MIT](https://github.com/reduxjs/react-redux.git)
* react-resizable 1.11.1 [MIT](git@github.com:STRML/react-resizable.git)
* react-resize-detector 2.3.0 [MIT](git+https://github.com/maslianok/react-resize-detector.git)
* react-router 3.2.6 [MIT](https://github.com/ReactTraining/react-router.git)
* react-router-redux 4.0.8 [MIT](https://github.com/reactjs/react-router-redux.git)
* react-test-renderer 16.14.0 [MIT](git+https://github.com/facebook/react.git)
* react-tooltip 3.11.6 [MIT](https://github.com/wwayne/react-tooltip)
* react-virtualized 9.22.3 [MIT](https://github.com/bvaughn/react-virtualized.git)
* read-pkg 2.0.0 [MIT](https://github.com/sindresorhus/read-pkg.git)
* read-pkg 1.1.0 [MIT](https://github.com/sindresorhus/read-pkg.git)
* read-pkg 5.2.0 [MIT](https://github.com/sindresorhus/read-pkg.git)
* read-pkg-up 2.0.0 [MIT](https://github.com/sindresorhus/read-pkg-up.git)
* read-pkg-up 1.0.1 [MIT](https://github.com/sindresorhus/read-pkg-up.git)
* read-pkg-up 7.0.1 [MIT](https://github.com/sindresorhus/read-pkg-up.git)
* readable-stream 2.3.7 [MIT](git://github.com/nodejs/readable-stream)
* readable-stream 3.6.0 [MIT](git://github.com/nodejs/readable-stream)
* readdirp 3.5.0 [MIT](git://github.com/paulmillr/readdirp.git)
* readdirp 2.2.1 [MIT](git://github.com/paulmillr/readdirp.git)
* realistic-structured-clone 2.0.2 [Apache-2.0](git://github.com/dumbmatter/realistic-structured-clone.git)
* redent 1.0.0 [MIT](https://github.com/sindresorhus/redent.git)
* redis 3.1.1 [MIT](git://github.com/NodeRedis/node-redis.git)
* redis-commands 1.7.0 [MIT](https://github.com/NodeRedis/redis-commands.git)
* redis-errors 1.2.0 [MIT](git+https://github.com/NodeRedis/redis-errors.git)
* redis-parser 3.0.0 [MIT](git+https://github.com/NodeRedis/node-redis-parser.git)
* redis-url 0.2.0 [MIT*](Unknown)
* redux 3.7.2 [MIT](https://github.com/reactjs/redux.git)
* redux 4.0.5 [MIT](https://github.com/reduxjs/redux.git)
* redux-auth-wrapper 3.0.0 [MIT](https://github.com/mjrussell/redux-auth-wrapper.git)
* redux-thunk 1.0.3 [MIT](https://github.com/gaearon/redux-thunk.git)
* reflect.ownkeys 0.2.0 [MIT](https://github.com/glenjamin/Reflect.ownKeys.git)
* regenerate 1.4.2 [MIT](https://github.com/mathiasbynens/regenerate.git)
* regenerate-unicode-properties 8.2.0 [MIT](https://github.com/mathiasbynens/regenerate-unicode-properties.git)
* regenerator-runtime 0.10.5 [MIT](https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime)
* regenerator-runtime 0.13.7 [MIT](https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime)
* regenerator-runtime 0.11.1 [MIT](https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime)
* regenerator-runtime 0.12.1 [MIT](https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime)
* regenerator-transform 0.14.5 [MIT](https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform)
* regex-cache 0.4.4 [MIT](https://github.com/jonschlinkert/regex-cache.git)
* regex-not 1.0.2 [MIT](https://github.com/jonschlinkert/regex-not.git)
* regexp.prototype.flags 1.3.1 [MIT](git://github.com/es-shims/RegExp.prototype.flags.git)
* regexpp 3.1.0 [MIT](git+https://github.com/mysticatea/regexpp.git)
* regexpu-core 4.7.1 [MIT](https://github.com/mathiasbynens/regexpu-core.git)
* regjsgen 0.5.2 [MIT](https://github.com/bnjmnt4n/regjsgen.git)
* regjsparser 0.6.9 [BSD-2-Clause](git@github.com:jviereck/regjsparser.git)
* relateurl 0.2.7 [MIT](git://github.com/stevenvachon/relateurl.git)
* remark-parse 5.0.0 [MIT](https://github.com/remarkjs/remark/tree/master/packages/remark-parse)
* remove-trailing-separator 1.1.0 [ISC](git+https://github.com/darsain/remove-trailing-separator.git)
* repeat-element 1.1.4 [MIT](https://github.com/jonschlinkert/repeat-element.git)
* repeat-string 1.6.1 [MIT](https://github.com/jonschlinkert/repeat-string.git)
* repeating 2.0.1 [MIT](https://github.com/sindresorhus/repeating.git)
* replace-ext 1.0.0 [MIT](https://github.com/gulpjs/replace-ext.git)
* request 2.88.2 [Apache-2.0](https://github.com/request/request.git)
* request-promise-core 1.1.4 [ISC](git+https://github.com/request/promise-core.git)
* request-promise-native 1.0.9 [ISC](git+https://github.com/request/request-promise-native.git)
* require-directory 2.1.1 [MIT](git://github.com/troygoode/node-require-directory.git)
* require-from-string 2.0.2 [MIT](https://github.com/floatdrop/require-from-string.git)
* require-main-filename 1.0.1 [ISC](git+ssh://git@github.com/yargs/require-main-filename.git)
* require-main-filename 2.0.0 [ISC](git+ssh://git@github.com/yargs/require-main-filename.git)
* require-package-name 2.0.1 [MIT](git://github.com/mattdesl/require-package-name.git)
2016-11-12 18:48:19 +00:00
* requires-port 1.0.0 [MIT](https://github.com/unshiftio/requires-port)
2021-04-19 12:52:25 +00:00
* reselect 3.0.1 [MIT](https://github.com/reactjs/reselect.git)
* reselect 4.0.0 [MIT](https://github.com/reduxjs/reselect.git)
* resize-observer-polyfill 1.5.1 [MIT](https://github.com/que-etc/resize-observer-polyfill.git)
* resolve 1.20.0 [MIT](git://github.com/browserify/resolve.git)
* resolve 2.0.0-next.3 [MIT](git://github.com/browserify/resolve.git)
* resolve-cwd 3.0.0 [MIT](https://github.com/sindresorhus/resolve-cwd.git)
* resolve-from 4.0.0 [MIT](https://github.com/sindresorhus/resolve-from.git)
* resolve-from 3.0.0 [MIT](https://github.com/sindresorhus/resolve-from.git)
* resolve-from 5.0.0 [MIT](https://github.com/sindresorhus/resolve-from.git)
* resolve-url 0.2.1 [MIT](https://github.com/lydell/resolve-url.git)
* restore-cursor 2.0.0 [MIT](https://github.com/sindresorhus/restore-cursor.git)
* ret 0.1.15 [MIT](git://github.com/fent/ret.js.git)
* reusify 1.0.4 [MIT](git+https://github.com/mcollina/reusify.git)
* rgb-regex 1.0.1 [MIT](https://github.com/regexps/rgb-regex.git)
* rgba-regex 1.0.0 [MIT](https://github.com/johnotander/rgba-regex.git)
* rimraf 2.7.1 [ISC](git://github.com/isaacs/rimraf.git)
* rimraf 3.0.2 [ISC](git://github.com/isaacs/rimraf.git)
* ripemd160 2.0.2 [MIT](https://github.com/crypto-browserify/ripemd160)
* rome 2.1.22 [MIT](git://github.com/bevacqua/rome.git)
* rst-selector-parser 2.2.3 [BSD-3-Clause](https://github.com/aweary/rst-selector-parser)
* rsvp 4.8.5 [MIT](https://github.com/tildeio/rsvp.js.git)
* run-parallel 1.2.0 [MIT](git://github.com/feross/run-parallel.git)
* safe-buffer 5.1.2 [MIT](git://github.com/feross/safe-buffer.git)
* safe-buffer 5.2.1 [MIT](git://github.com/feross/safe-buffer.git)
* safe-regex 1.1.0 [MIT](git://github.com/substack/safe-regex.git)
* safer-buffer 2.1.2 [MIT](git+https://github.com/ChALkeR/safer-buffer.git)
* safer-eval 1.3.6 [MIT](https://github.com/commenthol/safer-eval.git)
* sane 4.1.0 [MIT](https://github.com/amasad/sane)
* sass 1.32.10 [MIT](https://github.com/sass/dart-sass)
* sass-graph 2.2.5 [MIT](https://github.com/xzyfer/sass-graph.git)
* sax 1.2.4 [ISC](git://github.com/isaacs/sax-js.git)
* saxes 3.1.11 [ISC](https://github.com/lddubeau/saxes.git)
* saxes 5.0.1 [ISC](https://github.com/lddubeau/saxes.git)
* scheduler 0.19.1 [MIT](https://github.com/facebook/react.git)
* scss-tokenizer 0.2.3 [MIT](https://github.com/sasstools/scss-tokenizer.git)
* seleccion 2.0.0 [MIT](https://github.com/bevacqua/seleccion.git)
* sell 1.0.0 [MIT](https://github.com/bevacqua/sell.git)
* semver 6.3.0 [ISC](https://github.com/npm/node-semver)
* semver 5.7.1 [ISC](https://github.com/npm/node-semver)
* semver 7.3.5 [ISC](https://github.com/npm/node-semver)
* semver 7.0.0 [ISC](https://github.com/npm/node-semver)
2016-11-12 18:48:19 +00:00
* semver 5.3.0 [ISC](https://github.com/npm/node-semver)
2021-04-19 12:52:25 +00:00
* send 0.17.1 [MIT](https://github.com/pillarjs/send.git)
* serialize-to-js 1.2.2 [MIT](https://github.com/commenthol/serialize-to-js.git)
* serve-static 1.14.1 [MIT](https://github.com/expressjs/serve-static.git)
* set-blocking 2.0.0 [ISC](git+https://github.com/yargs/set-blocking.git)
* set-value 2.0.1 [MIT](https://github.com/jonschlinkert/set-value.git)
* setimmediate 1.0.5 [MIT](https://github.com/YuzuJS/setImmediate.git)
* setprototypeof 1.1.1 [ISC](https://github.com/wesleytodd/setprototypeof.git)
* sha.js 2.4.11 [(MIT AND BSD-3-Clause)](git://github.com/crypto-browserify/sha.js.git)
* shallow-copy 0.0.1 [MIT](git://github.com/substack/shallow-copy.git)
* shebang-command 2.0.0 [MIT](https://github.com/kevva/shebang-command.git)
* shebang-command 1.2.0 [MIT](https://github.com/kevva/shebang-command.git)
* shebang-regex 3.0.0 [MIT](https://github.com/sindresorhus/shebang-regex.git)
* shebang-regex 1.0.0 [MIT](https://github.com/sindresorhus/shebang-regex.git)
* shellwords 0.1.1 [MIT](git://github.com/jimmycuadra/shellwords.git)
* side-channel 1.0.4 [MIT](git+https://github.com/ljharb/side-channel.git)
* sigmund 1.0.1 [ISC](git://github.com/isaacs/sigmund)
* signal-exit 3.0.3 [ISC](https://github.com/tapjs/signal-exit.git)
* simple-swizzle 0.2.2 [MIT](https://github.com/qix-/node-simple-swizzle.git)
* sisteransi 1.0.5 [MIT](https://github.com/terkelg/sisteransi)
* slash 3.0.0 [MIT](https://github.com/sindresorhus/slash.git)
* slice-ansi 4.0.0 [MIT](https://github.com/chalk/slice-ansi.git)
* snapdragon 0.8.2 [MIT](https://github.com/jonschlinkert/snapdragon.git)
* snapdragon-node 2.1.1 [MIT](https://github.com/jonschlinkert/snapdragon-node.git)
* snapdragon-util 3.0.1 [MIT](https://github.com/jonschlinkert/snapdragon-util.git)
* source-map 0.5.7 [BSD-3-Clause](http://github.com/mozilla/source-map.git)
* source-map 0.6.1 [BSD-3-Clause](http://github.com/mozilla/source-map.git)
* source-map 0.7.3 [BSD-3-Clause](http://github.com/mozilla/source-map.git)
* source-map 0.4.4 [BSD-3-Clause](http://github.com/mozilla/source-map.git)
* source-map-resolve 0.5.3 [MIT](https://github.com/lydell/source-map-resolve.git)
* source-map-support 0.5.19 [MIT](https://github.com/evanw/node-source-map-support)
* source-map-url 0.4.1 [MIT](https://github.com/lydell/source-map-url.git)
* spdx-correct 3.1.1 [Apache-2.0](https://github.com/jslicense/spdx-correct.js.git)
* spdx-exceptions 2.3.0 [CC-BY-3.0](https://github.com/kemitchell/spdx-exceptions.json.git)
* spdx-expression-parse 3.0.1 [MIT](https://github.com/jslicense/spdx-expression-parse.js.git)
* spdx-license-ids 3.0.7 [CC0-1.0](https://github.com/jslicense/spdx-license-ids.git)
* split-on-first 1.1.0 [MIT](https://github.com/sindresorhus/split-on-first.git)
* split-string 3.1.0 [MIT](https://github.com/jonschlinkert/split-string.git)
* sprintf-js 1.0.3 [BSD-3-Clause](https://github.com/alexei/sprintf.js.git)
* src 1.1.2 [MIT](git://github.com/wlaurance/src.git)
* srcset 3.0.0 [MIT](https://github.com/sindresorhus/srcset.git)
* sshpk 1.16.1 [MIT](git+https://github.com/joyent/node-sshpk.git)
* stable 0.1.8 [MIT](https://github.com/Two-Screen/stable.git)
* stack-utils 2.0.3 [MIT](https://github.com/tapjs/stack-utils.git)
* state-toggle 1.0.3 [MIT](https://github.com/wooorm/state-toggle.git)
* static-eval 2.1.0 [MIT](git://github.com/browserify/static-eval.git)
* static-extend 0.1.2 [MIT](https://github.com/jonschlinkert/static-extend.git)
* static-module 2.2.5 [MIT](git://github.com/substack/static-module.git)
* statuses 1.5.0 [MIT](https://github.com/jshttp/statuses.git)
* stdout-stream 1.4.1 [MIT](https://github.com/mafintosh/stdout-stream.git)
* stealthy-require 1.1.1 [ISC](git+https://github.com/analog-nico/stealthy-require.git)
* stream-browserify 2.0.2 [MIT](git://github.com/browserify/stream-browserify.git)
* stream-http 2.8.3 [MIT](git://github.com/jhiesey/stream-http.git)
* strict-uri-encode 2.0.0 [MIT](https://github.com/kevva/strict-uri-encode.git)
* strict-uri-encode 1.1.0 [MIT](https://github.com/kevva/strict-uri-encode.git)
* string_decoder 1.3.0 [MIT](git://github.com/nodejs/string_decoder.git)
* string_decoder 1.1.1 [MIT](git://github.com/nodejs/string_decoder.git)
* string-length 4.0.2 [MIT](https://github.com/sindresorhus/string-length.git)
* string-width 4.2.2 [MIT](https://github.com/sindresorhus/string-width.git)
* string-width 1.0.2 [MIT](https://github.com/sindresorhus/string-width.git)
* string-width 3.1.0 [MIT](https://github.com/sindresorhus/string-width.git)
* string-width 2.1.1 [MIT](https://github.com/sindresorhus/string-width.git)
* string.prototype.matchall 4.0.4 [MIT](git+https://github.com/ljharb/String.prototype.matchAll.git)
* string.prototype.trim 1.2.4 [MIT](git://github.com/es-shims/String.prototype.trim.git)
* string.prototype.trimend 1.0.4 [MIT](git://github.com/es-shims/String.prototype.trimEnd.git)
* string.prototype.trimstart 1.0.4 [MIT](git://github.com/es-shims/String.prototype.trimStart.git)
* strip-ansi 6.0.0 [MIT](https://github.com/chalk/strip-ansi.git)
* strip-ansi 3.0.1 [MIT](https://github.com/chalk/strip-ansi.git)
* strip-ansi 4.0.0 [MIT](https://github.com/chalk/strip-ansi.git)
* strip-ansi 5.2.0 [MIT](https://github.com/chalk/strip-ansi.git)
* strip-bom 3.0.0 [MIT](https://github.com/sindresorhus/strip-bom.git)
* strip-bom 4.0.0 [MIT](https://github.com/sindresorhus/strip-bom.git)
* strip-bom 2.0.0 [MIT](https://github.com/sindresorhus/strip-bom.git)
* strip-eof 1.0.0 [MIT](https://github.com/sindresorhus/strip-eof.git)
* strip-final-newline 2.0.0 [MIT](https://github.com/sindresorhus/strip-final-newline.git)
* strip-indent 1.0.1 [MIT](https://github.com/sindresorhus/strip-indent.git)
* strip-json-comments 3.1.1 [MIT](https://github.com/sindresorhus/strip-json-comments.git)
* stylehacks 4.0.3 [MIT](https://github.com/cssnano/cssnano.git)
* supports-color 3.2.3 [MIT](https://github.com/chalk/supports-color.git)
* supports-color 6.1.0 [MIT](https://github.com/chalk/supports-color.git)
* supports-color 7.2.0 [MIT](https://github.com/chalk/supports-color.git)
* supports-color 2.0.0 [MIT](https://github.com/chalk/supports-color.git)
* supports-color 5.5.0 [MIT](https://github.com/chalk/supports-color.git)
* supports-hyperlinks 2.2.0 [MIT](https://github.com/jamestalmage/supports-hyperlinks.git)
* svgo 1.3.2 [MIT](git://github.com/svg/svgo.git)
* symbol-observable 1.2.0 [MIT](https://github.com/blesh/symbol-observable.git)
* symbol-tree 3.2.4 [MIT](https://github.com/jsdom/js-symbol-tree.git)
* table 6.2.0 [BSD-3-Clause](https://github.com/gajus/table)
* tar 2.2.2 [ISC](git://github.com/isaacs/node-tar.git)
* terminal-link 2.1.1 [MIT](https://github.com/sindresorhus/terminal-link.git)
* terser 3.17.0 [BSD-2-Clause](https://github.com/fabiosantoscode/terser.git)
* terser 5.6.1 [BSD-2-Clause](https://github.com/terser/terser)
* test-exclude 4.2.3 [ISC](git+https://github.com/istanbuljs/istanbuljs.git)
* test-exclude 6.0.0 [ISC](git+https://github.com/istanbuljs/test-exclude.git)
* text-table 0.2.0 [MIT](git://github.com/substack/text-table.git)
* throat 5.0.0 [MIT](https://github.com/ForbesLindesay/throat.git)
* through2 2.0.5 [MIT](https://github.com/rvagg/through2.git)
* ticky 1.0.0 [MIT](git+https://github.com/bevacqua/ticky.git)
* timers-browserify 2.0.12 [MIT](git://github.com/jryans/timers-browserify.git)
* timsort 0.3.0 [MIT](https://github.com/mziccard/node-timsort.git)
* tiny-inflate 1.0.3 [MIT](git://github.com/devongovett/tiny-inflate.git)
* tmpl 1.0.4 [BSD-3-Clause](https://github.com/daaku/nodejs-tmpl)
* to-arraybuffer 1.0.1 [MIT](git://github.com/jhiesey/to-arraybuffer.git)
* to-camel-case 1.0.0 [MIT](git://github.com/ianstormtaylor/to-camel-case.git)
* to-fast-properties 2.0.0 [MIT](https://github.com/sindresorhus/to-fast-properties.git)
* to-fast-properties 1.0.3 [MIT](https://github.com/sindresorhus/to-fast-properties.git)
* to-no-case 1.0.2 [MIT](git://github.com/ianstormtaylor/to-no-case.git)
* to-object-path 0.3.0 [MIT](https://github.com/jonschlinkert/to-object-path.git)
* to-regex 3.0.2 [MIT](https://github.com/jonschlinkert/to-regex.git)
* to-regex-range 5.0.1 [MIT](https://github.com/micromatch/to-regex-range.git)
* to-regex-range 2.1.1 [MIT](https://github.com/micromatch/to-regex-range.git)
* to-space-case 1.0.0 [MIT](git://github.com/ianstormtaylor/to-space-case.git)
* toggle-selection 1.0.6 [MIT](git+https://github.com/sudodoki/toggle-selection)
* toidentifier 1.0.0 [MIT](https://github.com/component/toidentifier.git)
* tough-cookie 2.5.0 [BSD-3-Clause](git://github.com/salesforce/tough-cookie.git)
* tough-cookie 4.0.0 [BSD-3-Clause](git://github.com/salesforce/tough-cookie.git)
* tr46 0.0.3 [MIT](git+https://github.com/Sebmaster/tr46.js.git)
* tr46 2.0.2 [MIT](https://github.com/jsdom/tr46)
* tr46 1.0.1 [MIT](https://github.com/Sebmaster/tr46.js.git)
* trim 0.0.1 [MIT](Unknown)
* trim-newlines 1.0.0 [MIT](https://github.com/sindresorhus/trim-newlines.git)
* trim-right 1.0.1 [MIT](https://github.com/sindresorhus/trim-right.git)
* trim-trailing-lines 1.1.4 [MIT](https://github.com/wooorm/trim-trailing-lines.git)
* trough 1.0.5 [MIT](https://github.com/wooorm/trough.git)
* true-case-path 1.0.3 [Apache-2.0](git+https://github.com/barsh/true-case-path.git)
* ts-jest 26.5.5 [MIT](git+https://github.com/kulshekhar/ts-jest.git)
* tsconfig-paths 3.9.0 [MIT](https://github.com/dividab/tsconfig-paths)
* tslib 1.14.1 [0BSD](https://github.com/Microsoft/tslib.git)
* tsutils 3.21.0 [MIT](https://github.com/ajafff/tsutils)
* tty-browserify 0.0.0 [MIT](git://github.com/substack/tty-browserify.git)
* tunnel-agent 0.6.0 [Apache-2.0](https://github.com/mikeal/tunnel-agent)
* tweetnacl 0.14.5 [Unlicense](https://github.com/dchest/tweetnacl-js.git)
* type-check 0.4.0 [MIT](git://github.com/gkz/type-check.git)
* type-check 0.3.2 [MIT](git://github.com/gkz/type-check.git)
* type-detect 4.0.8 [MIT](git+ssh://git@github.com/chaijs/type-detect.git)
* type-fest 0.20.2 [(MIT OR CC0-1.0)](https://github.com/sindresorhus/type-fest.git)
* type-fest 0.8.1 [(MIT OR CC0-1.0)](https://github.com/sindresorhus/type-fest.git)
* type-fest 0.21.3 [(MIT OR CC0-1.0)](https://github.com/sindresorhus/type-fest.git)
* type-fest 0.6.0 [(MIT OR CC0-1.0)](https://github.com/sindresorhus/type-fest.git)
* type-is 1.6.18 [MIT](https://github.com/jshttp/type-is.git)
* typedarray 0.0.6 [MIT](git://github.com/substack/typedarray.git)
* typedarray-to-buffer 3.1.5 [MIT](git://github.com/feross/typedarray-to-buffer.git)
* typescript 4.2.4 [Apache-2.0](https://github.com/Microsoft/TypeScript.git)
* typeson 5.18.2 [MIT](git+https://github.com/dfahlander/typeson.git)
* typeson 6.1.0 [MIT](git+https://github.com/dfahlander/typeson.git)
* typeson-registry 1.0.0-alpha.39 [MIT](git+https://github.com/dfahlander/typeson-registry.git)
* ua-parser-js 0.7.28 [MIT](https://github.com/faisalman/ua-parser-js.git)
* unbox-primitive 1.0.1 [MIT](git+https://github.com/ljharb/unbox-primitive.git)
* uncss 0.17.3 [MIT](git+https://github.com/uncss/uncss.git)
* underscore 1.6.0 [MIT](git://github.com/jashkenas/underscore.git)
* unherit 1.1.3 [MIT](https://github.com/wooorm/unherit.git)
* unicode-canonical-property-names-ecmascript 1.0.4 [MIT](https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript.git)
* unicode-match-property-ecmascript 1.0.4 [MIT](https://github.com/mathiasbynens/unicode-match-property-ecmascript.git)
* unicode-match-property-value-ecmascript 1.2.0 [MIT](https://github.com/mathiasbynens/unicode-match-property-value-ecmascript.git)
* unicode-property-aliases-ecmascript 1.1.0 [MIT](https://github.com/mathiasbynens/unicode-property-aliases-ecmascript.git)
* unicode-trie 0.3.1 [MIT](git://github.com/devongovett/unicode-trie.git)
* unified 6.2.0 [MIT](https://github.com/unifiedjs/unified.git)
* union-value 1.0.1 [MIT](https://github.com/jonschlinkert/union-value.git)
* uniq 1.0.1 [MIT](git://github.com/mikolalysenko/uniq.git)
* uniqs 2.0.0 [MIT](git://github.com/fgnass/uniqs.git)
* unist-util-is 3.0.0 [MIT](https://github.com/syntax-tree/unist-util-is.git)
* unist-util-remove-position 1.1.4 [MIT](https://github.com/syntax-tree/unist-util-remove-position.git)
* unist-util-stringify-position 1.1.2 [MIT](https://github.com/syntax-tree/unist-util-stringify-position.git)
* unist-util-visit 1.4.1 [MIT](https://github.com/syntax-tree/unist-util-visit.git)
* unist-util-visit-parents 1.1.2 [MIT](https://github.com/syntax-tree/unist-util-visit-parents.git)
* unist-util-visit-parents 2.1.2 [MIT](https://github.com/syntax-tree/unist-util-visit-parents.git)
* universalify 0.1.2 [MIT](git+https://github.com/RyanZim/universalify.git)
* unpipe 1.0.0 [MIT](https://github.com/stream-utils/unpipe.git)
* unquote 1.1.1 [MIT](https://github.com/lakenen/node-unquote.git)
* unset-value 1.0.0 [MIT](https://github.com/jonschlinkert/unset-value.git)
* upath 1.2.0 [MIT](git://github.com/anodynos/upath)
* uri-js 4.4.1 [BSD-2-Clause](http://github.com/garycourt/uri-js)
* urix 0.1.0 [MIT](https://github.com/lydell/urix.git)
* url 0.11.0 [MIT](https://github.com/defunctzombie/node-url.git)
* use 3.1.1 [MIT](https://github.com/jonschlinkert/use.git)
* util 0.11.1 [MIT](git://github.com/defunctzombie/node-util)
* util 0.10.3 [MIT](git://github.com/defunctzombie/node-util)
* util-deprecate 1.0.2 [MIT](git://github.com/TooTallNate/util-deprecate.git)
* util.promisify 1.0.1 [MIT](git+https://github.com/ljharb/util.promisify.git)
* utils-merge 1.0.1 [MIT](git://github.com/jaredhanson/utils-merge.git)
* uuid 3.4.0 [MIT](https://github.com/uuidjs/uuid.git)
* uuid 8.3.2 [MIT](https://github.com/uuidjs/uuid.git)
* uuid 1.4.2 [MIT*](https://github.com/shtylman/node-uuid.git)
* v8-compile-cache 2.3.0 [MIT](https://github.com/zertosh/v8-compile-cache.git)
* v8-to-istanbul 7.1.1 [ISC](https://github.com/istanbuljs/v8-to-istanbul.git)
* validate-npm-package-license 3.0.4 [Apache-2.0](https://github.com/kemitchell/validate-npm-package-license.js.git)
* vary 1.1.2 [MIT](https://github.com/jshttp/vary.git)
* vendors 1.0.4 [MIT](https://github.com/wooorm/vendors.git)
* verror 1.10.0 [MIT](git://github.com/davepacheco/node-verror.git)
* vfile 2.3.0 [MIT](https://github.com/vfile/vfile.git)
* vfile-location 2.0.6 [MIT](https://github.com/vfile/vfile-location.git)
* vfile-message 1.1.1 [MIT](https://github.com/vfile/vfile-message.git)
* vlq 0.2.3 [MIT](https://github.com/Rich-Harris/vlq)
* vm-browserify 1.1.2 [MIT](http://github.com/substack/vm-browserify.git)
* w3c-hr-time 1.0.2 [MIT](https://github.com/jsdom/w3c-hr-time)
* w3c-xmlserializer 1.1.2 [MIT](https://github.com/jsdom/w3c-xmlserializer.git)
* w3c-xmlserializer 2.0.0 [MIT](https://github.com/jsdom/w3c-xmlserializer.git)
* walker 1.0.7 [Apache-2.0](https://github.com/daaku/nodejs-walker)
* warning 3.0.0 [BSD-3-Clause](https://github.com/BerkeleyTrue/warning.git)
* wcwidth 1.0.1 [MIT](git+https://github.com/timoxley/wcwidth.git)
* webidl-conversions 4.0.2 [BSD-2-Clause](https://github.com/jsdom/webidl-conversions.git)
* webidl-conversions 3.0.1 [BSD-2-Clause](https://github.com/jsdom/webidl-conversions.git)
* webidl-conversions 6.1.0 [BSD-2-Clause](https://github.com/jsdom/webidl-conversions.git)
* webidl-conversions 5.0.0 [BSD-2-Clause](https://github.com/jsdom/webidl-conversions.git)
* whatwg-encoding 1.0.5 [MIT](https://github.com/jsdom/whatwg-encoding.git)
* whatwg-fetch 3.6.2 [MIT](https://github.com/github/fetch.git)
* whatwg-mimetype 2.3.0 [MIT](https://github.com/jsdom/whatwg-mimetype.git)
* whatwg-url 4.8.0 [MIT](https://github.com/jsdom/whatwg-url.git)
* whatwg-url 8.5.0 [MIT](https://github.com/jsdom/whatwg-url.git)
* whatwg-url 7.1.0 [MIT](https://github.com/jsdom/whatwg-url.git)
* which 1.3.1 [ISC](git://github.com/isaacs/node-which.git)
* which 2.0.2 [ISC](git://github.com/isaacs/node-which.git)
* which-boxed-primitive 1.0.2 [MIT](git+https://github.com/inspect-js/which-boxed-primitive.git)
* which-module 2.0.0 [ISC](git+https://github.com/nexdrew/which-module.git)
* wide-align 1.1.3 [ISC](https://github.com/iarna/wide-align)
* word-wrap 1.2.3 [MIT](https://github.com/jonschlinkert/word-wrap.git)
* workspace-aggregator-78d35001-435e-4d2f-a5a9-1cd6a9486d01 [AGPL-3.0](git+https://github.com/influxdata/chronograf)
* wrap-ansi 5.1.0 [MIT](https://github.com/chalk/wrap-ansi.git)
* wrap-ansi 6.2.0 [MIT](https://github.com/chalk/wrap-ansi.git)
2016-11-12 18:48:19 +00:00
* wrappy 1.0.2 [ISC](https://github.com/npm/wrappy)
2021-04-19 12:52:25 +00:00
* write-file-atomic 3.0.3 [ISC](git://github.com/npm/write-file-atomic.git)
* ws 5.2.2 [MIT](https://github.com/websockets/ws.git)
* ws 6.2.1 [MIT](https://github.com/websockets/ws.git)
* ws 7.4.5 [MIT](https://github.com/websockets/ws.git)
* x-is-string 0.1.0 [MIT](git://github.com/Matt-Esch/x-is-string.git)
* xml-name-validator 3.0.0 [Apache-2.0](https://github.com/jsdom/xml-name-validator.git)
* xml-name-validator 2.0.1 [WTFPL](https://github.com/jsdom/xml-name-validator.git)
* xmlchars 2.2.0 [MIT](https://github.com/lddubeau/xmlchars.git)
* xtend 4.0.2 [MIT](git://github.com/Raynos/xtend.git)
* y18n 4.0.3 [ISC](git@github.com:yargs/y18n.git)
* yallist 4.0.0 [ISC](git+https://github.com/isaacs/yallist.git)
* yallist 2.1.2 [ISC](git+https://github.com/isaacs/yallist.git)
* yaml 1.10.2 [ISC](https://github.com/eemeli/yaml.git)
* yargs 13.3.2 [MIT](https://github.com/yargs/yargs.git)
* yargs 15.4.1 [MIT](https://github.com/yargs/yargs.git)
* yargs-parser 20.2.7 [ISC](https://github.com/yargs/yargs-parser.git)
* yargs-parser 13.1.2 [ISC](git@github.com:yargs/yargs-parser.git)
* yargs-parser 18.1.3 [ISC](https://github.com/yargs/yargs-parser.git)