mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Update Dependencies.
This commit is contained in:
parent
59707fc8af
commit
a47cbbe26c
237
DEPENDENCIES
237
DEPENDENCIES
@ -29,34 +29,34 @@ Flask-Login 0.5.0
|
|||||||
Flask-Mail 0.9.1 BSD https://github.com/rduplain/flask-mail
|
Flask-Mail 0.9.1 BSD https://github.com/rduplain/flask-mail
|
||||||
Flask-Migrate 2.7.0 MIT http://github.com/miguelgrinberg/flask-migrate/
|
Flask-Migrate 2.7.0 MIT http://github.com/miguelgrinberg/flask-migrate/
|
||||||
Flask-SQLAlchemy 2.5.1 BSD-3-Clause https://github.com/pallets/flask-sqlalchemy
|
Flask-SQLAlchemy 2.5.1 BSD-3-Clause https://github.com/pallets/flask-sqlalchemy
|
||||||
Flask-WTF 0.14.3 BSD https://github.com/lepture/flask-wtf
|
Flask-WTF 0.15.1 BSD https://github.com/wtforms/flask-wtf
|
||||||
Flask-Compress 1.9.0 MIT https://github.com/colour-science/flask-compress
|
Flask-Compress 1.10.1 MIT https://github.com/colour-science/flask-compress
|
||||||
passlib 1.7.4 BSD https://passlib.readthedocs.io
|
passlib 1.7.4 BSD https://passlib.readthedocs.io
|
||||||
pytz 2021.1 MIT http://pythonhosted.org/pytz
|
pytz 2021.3 MIT http://pythonhosted.org/pytz
|
||||||
simplejson 3.17.2 MIT License https://github.com/simplejson/simplejson
|
simplejson 3.17.5 MIT License https://github.com/simplejson/simplejson
|
||||||
six 1.16.0 MIT https://github.com/benjaminp/six
|
six 1.16.0 MIT https://github.com/benjaminp/six
|
||||||
speaklater3 1.4 UNKNOWN https://github.com/ThomasWaldmann/speaklater
|
speaklater3 1.4 UNKNOWN https://github.com/ThomasWaldmann/speaklater
|
||||||
sqlparse 0.4.1 BSD-3-Clause https://github.com/andialbrecht/sqlparse
|
sqlparse 0.4.2 BSD-3-Clause https://github.com/andialbrecht/sqlparse
|
||||||
WTForms 2.3.3 BSD-3-Clause https://wtforms.readthedocs.io/
|
WTForms 2.3.3 BSD-3-Clause https://wtforms.readthedocs.io/
|
||||||
Flask-Paranoid 0.2.0 MIT http://github.com/miguelgrinberg/flask-paranoid/
|
Flask-Paranoid 0.2.0 MIT http://github.com/miguelgrinberg/flask-paranoid/
|
||||||
psutil 5.8.0 BSD https://github.com/giampaolo/psutil
|
psutil 5.8.0 BSD https://github.com/giampaolo/psutil
|
||||||
psycopg2 2.8.6 LGPL with exceptions https://psycopg.org/
|
psycopg2 2.8.6 LGPL with exceptions https://psycopg.org/
|
||||||
python-dateutil 2.8.1 Dual License https://dateutil.readthedocs.io
|
python-dateutil 2.8.2 Dual License https://github.com/dateutil/dateutil
|
||||||
SQLAlchemy 1.3.24 MIT http://www.sqlalchemy.org
|
SQLAlchemy 1.3.24 MIT http://www.sqlalchemy.org
|
||||||
itsdangerous 1.1.0 BSD https://palletsprojects.com/p/itsdangerous/
|
itsdangerous 1.1.0 BSD https://palletsprojects.com/p/itsdangerous/
|
||||||
Flask-Security-Too 4.0.1 MIT https://github.com/Flask-Middleware/flask-security
|
Flask-Security-Too 4.1.2 MIT https://github.com/Flask-Middleware/flask-security
|
||||||
bcrypt 3.2.0 Apache License, Version 2.0 https://github.com/pyca/bcrypt/
|
bcrypt 3.2.0 Apache License, Version 2.0 https://github.com/pyca/bcrypt/
|
||||||
cryptography 3.4.7 BSD or Apache License, Version 2.0 https://github.com/pyca/cryptography
|
cryptography 3.4.8 BSD or Apache License, Version 2.0 https://github.com/pyca/cryptography
|
||||||
sshtunnel 0.4.0 MIT https://github.com/pahaz/sshtunnel
|
sshtunnel 0.4.0 MIT https://github.com/pahaz/sshtunnel
|
||||||
ldap3 2.9 LGPL v3 https://github.com/cannatag/ldap3
|
ldap3 2.9.1 LGPL v3 https://github.com/cannatag/ldap3
|
||||||
Flask-BabelEx 0.9.4 BSD http://github.com/mrjoes/flask-babelex
|
Flask-BabelEx 0.9.4 BSD http://github.com/mrjoes/flask-babelex
|
||||||
gssapi 1.6.12 LICENSE.txt https://github.com/pythongssapi/python-gssapi
|
gssapi 1.6.14 LICENSE.txt https://github.com/pythongssapi/python-gssapi
|
||||||
Flask-SocketIO 5.0.3 MIT http://github.com/miguelgrinberg/Flask-SocketIO/
|
Flask-SocketIO 5.1.1 UNKNOWN https://github.com/miguelgrinberg/flask-socketio
|
||||||
eventlet 0.31.0 UNKNOWN http://eventlet.net
|
eventlet 0.31.0 UNKNOWN http://eventlet.net
|
||||||
httpagentparser 1.9.1 http://www.opensource.org/licenses/mit-license.php http://shon.github.com/httpagentparser
|
httpagentparser 1.9.1 http://www.opensource.org/licenses/mit-license.php http://shon.github.com/httpagentparser
|
||||||
user-agents 2.2.0 MIT https://github.com/selwin/python-user-agents
|
user-agents 2.2.0 MIT https://github.com/selwin/python-user-agents
|
||||||
pywinpty 1.1.1 Unknown Unknown
|
pywinpty 1.1.1 Unknown Unknown
|
||||||
Authlib 0.15.4 BSD-3-Clause https://authlib.org/
|
Authlib 0.15.5 BSD-3-Clause https://authlib.org/
|
||||||
requests 2.25.1 Apache 2.0 https://requests.readthedocs.io
|
requests 2.25.1 Apache 2.0 https://requests.readthedocs.io
|
||||||
|
|
||||||
NOTE: This report was generated using Python 3.9. Full information may not be
|
NOTE: This report was generated using Python 3.9. Full information may not be
|
||||||
@ -69,66 +69,106 @@ Javascript Dependencies
|
|||||||
|
|
||||||
Name Version Licence URL
|
Name Version Licence URL
|
||||||
---- ------- ------- ---
|
---- ------- ------- ---
|
||||||
|
@babel/code-frame 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/code-frame 7.12.13 MIT https://github.com/babel/babel.git
|
@babel/code-frame 7.12.13 MIT https://github.com/babel/babel.git
|
||||||
@babel/compat-data 7.14.0 MIT https://github.com/babel/babel.git
|
@babel/compat-data 7.14.7 MIT https://github.com/babel/babel.git
|
||||||
@babel/core 7.14.3 MIT https://github.com/babel/babel.git
|
@babel/core 7.13.8 MIT https://github.com/babel/babel.git
|
||||||
@babel/generator 7.14.3 MIT https://github.com/babel/babel.git
|
@babel/generator 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-annotate-as-pure 7.12.13 MIT https://github.com/babel/babel.git
|
@babel/helper-annotate-as-pure 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-compilation-targets 7.13.16 MIT https://github.com/babel/babel.git
|
@babel/helper-compilation-targets 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-create-class-features-plugin 7.14.3 MIT https://github.com/babel/babel.git
|
@babel/helper-create-class-features-plugin 7.14.6 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-function-name 7.14.2 MIT https://github.com/babel/babel.git
|
@babel/helper-function-name 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-get-function-arity 7.12.13 MIT https://github.com/babel/babel.git
|
@babel/helper-get-function-arity 7.14.5 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-hoist-variables 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
|
@babel/helper-member-expression-to-functions 7.14.7 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-module-imports 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.14.2 MIT https://github.com/babel/babel.git
|
@babel/helper-module-transforms 7.13.0 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-optimise-call-expression 7.12.13 MIT https://github.com/babel/babel.git
|
@babel/helper-optimise-call-expression 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-plugin-utils 7.13.0 MIT https://github.com/babel/babel.git
|
@babel/helper-plugin-utils 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-replace-supers 7.14.3 MIT https://github.com/babel/babel.git
|
@babel/helper-replace-supers 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-simple-access 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-split-export-declaration 7.12.13 MIT https://github.com/babel/babel.git
|
@babel/helper-split-export-declaration 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-validator-identifier 7.14.0 MIT https://github.com/babel/babel.git
|
@babel/helper-validator-identifier 7.14.9 MIT https://github.com/babel/babel.git
|
||||||
@babel/helper-validator-option 7.12.17 MIT https://github.com/babel/babel.git
|
@babel/helper-validator-option 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/helpers 7.14.0 MIT https://github.com/babel/babel.git
|
@babel/helpers 7.13.0 MIT https://github.com/babel/babel.git
|
||||||
@babel/highlight 7.14.0 MIT https://github.com/babel/babel.git
|
@babel/highlight 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/parser 7.14.3 MIT https://github.com/babel/babel.git
|
@babel/parser 7.14.7 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-class-properties 7.13.0 MIT https://github.com/babel/babel.git
|
||||||
@babel/plugin-syntax-jsx 7.12.13 MIT https://github.com/babel/babel.git
|
@babel/plugin-syntax-jsx 7.12.13 MIT https://github.com/babel/babel.git
|
||||||
@babel/plugin-transform-react-display-name 7.14.2 MIT https://github.com/babel/babel.git
|
@babel/plugin-transform-react-display-name 7.14.2 MIT https://github.com/babel/babel.git
|
||||||
@babel/plugin-transform-react-jsx 7.14.3 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-development 7.12.17 MIT https://github.com/babel/babel.git
|
@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-react-pure-annotations 7.12.1 MIT https://github.com/babel/babel.git
|
||||||
@babel/preset-react 7.13.13 MIT https://github.com/babel/babel.git
|
@babel/preset-react 7.13.13 MIT https://github.com/babel/babel.git
|
||||||
@babel/template 7.12.13 MIT https://github.com/babel/babel.git
|
@babel/runtime 7.14.0 MIT https://github.com/babel/babel.git
|
||||||
@babel/traverse 7.14.2 MIT https://github.com/babel/babel.git
|
@babel/template 7.14.5 MIT https://github.com/babel/babel.git
|
||||||
@babel/types 7.14.2 MIT https://github.com/babel/babel.git
|
@babel/traverse 7.14.7 MIT https://github.com/babel/babel.git
|
||||||
|
@babel/types 7.15.4 MIT https://github.com/babel/babel.git
|
||||||
|
@date-io/core 1.3.13 MIT https://github.com/dmtrKovalenko/date-io
|
||||||
|
@date-io/date-fns 1.3.13 MIT https://github.com/dmtrKovalenko/date-io
|
||||||
|
@emotion/cache 11.4.0 MIT https://github.com/emotion-js/emotion/tree/main/packages/cache
|
||||||
|
@emotion/hash 0.8.0 MIT https://github.com/emotion-js/emotion/tree/master/packages/hash
|
||||||
|
@emotion/is-prop-valid 0.8.8 MIT https://github.com/emotion-js/emotion/tree/master/packages/is-prop-valid
|
||||||
|
@emotion/memoize 0.7.5 MIT https://github.com/emotion-js/emotion/tree/master/packages/memoize
|
||||||
|
@emotion/memoize 0.7.4 MIT https://github.com/emotion-js/emotion/tree/master/packages/memoize
|
||||||
|
@emotion/react 11.4.0 MIT https://github.com/emotion-js/emotion/tree/main/packages/react
|
||||||
|
@emotion/serialize 1.0.2 MIT https://github.com/emotion-js/emotion/tree/main/packages/serialize
|
||||||
|
@emotion/sheet 1.0.1 MIT https://github.com/emotion-js/emotion/tree/master/packages/sheet
|
||||||
|
@emotion/stylis 0.8.5 MIT https://github.com/emotion-js/emotion/tree/master/packages/stylis
|
||||||
|
@emotion/unitless 0.7.5 MIT https://github.com/emotion-js/emotion/tree/master/packages/unitless
|
||||||
|
@emotion/utils 1.0.0 MIT https://github.com/emotion-js/emotion/tree/master/packages/utils
|
||||||
|
@emotion/weak-memoize 0.2.5 MIT https://github.com/emotion-js/emotion/tree/master/packages/weak-memoize
|
||||||
@istanbuljs/schema 0.1.3 MIT git+https://github.com/istanbuljs/schema.git
|
@istanbuljs/schema 0.1.3 MIT git+https://github.com/istanbuljs/schema.git
|
||||||
@popperjs/core 2.9.2 MIT https://github.com/popperjs/popper-core.git
|
@material-ui/core 4.11.0 MIT https://github.com/mui-org/material-ui.git
|
||||||
@projectstorm/geometry 6.5.2 MIT https://github.com/projectstorm/react-diagrams.git
|
@material-ui/icons 4.11.2 MIT https://github.com/mui-org/material-ui.git
|
||||||
@projectstorm/react-canvas-core 6.5.2 MIT https://github.com/projectstorm/react-diagrams.git
|
@material-ui/lab 4.0.0-alpha.58 MIT https://github.com/mui-org/material-ui.git
|
||||||
@projectstorm/react-diagrams 6.5.2 MIT https://github.com/projectstorm/react-diagrams.git
|
@material-ui/pickers 3.2.10 MIT https://github.com/mui-org/material-ui-pickers
|
||||||
@projectstorm/react-diagrams-core 6.5.2 MIT https://github.com/projectstorm/react-diagrams.git
|
@material-ui/styles 4.11.4 MIT https://github.com/mui-org/material-ui.git
|
||||||
@projectstorm/react-diagrams-defaults 6.5.2 MIT https://github.com/projectstorm/react-diagrams.git
|
@material-ui/system 4.12.1 MIT https://github.com/mui-org/material-ui.git
|
||||||
@projectstorm/react-diagrams-routing 6.5.2 MIT https://github.com/projectstorm/react-diagrams.git
|
@material-ui/types 5.1.0 MIT https://github.com/mui-org/material-ui.git
|
||||||
|
@material-ui/utils 4.11.2 MIT https://github.com/mui-org/material-ui.git
|
||||||
|
@popperjs/core 2.9.0 MIT https://github.com/popperjs/popper-core.git
|
||||||
|
@projectstorm/geometry 6.6.1 MIT https://github.com/projectstorm/react-diagrams.git
|
||||||
|
@projectstorm/react-canvas-core 6.6.1 MIT https://github.com/projectstorm/react-diagrams.git
|
||||||
|
@projectstorm/react-diagrams 6.6.1 MIT https://github.com/projectstorm/react-diagrams.git
|
||||||
|
@projectstorm/react-diagrams-core 6.6.1 MIT https://github.com/projectstorm/react-diagrams.git
|
||||||
|
@projectstorm/react-diagrams-defaults 6.6.1 MIT https://github.com/projectstorm/react-diagrams.git
|
||||||
|
@projectstorm/react-diagrams-routing 6.6.1 MIT https://github.com/projectstorm/react-diagrams.git
|
||||||
@simonwep/pickr 1.8.1 MIT https://github.com/Simonwep/pickr.git
|
@simonwep/pickr 1.8.1 MIT https://github.com/Simonwep/pickr.git
|
||||||
@tippyjs/react 4.2.5 MIT git+https://github.com/atomiks/tippyjs-react.git
|
@sindresorhus/is 0.7.0 MIT https://github.com/sindresorhus/is.git
|
||||||
|
@tippyjs/react 4.2.3 MIT git+https://github.com/atomiks/tippyjs-react.git
|
||||||
|
@types/classnames 2.3.1 MIT Unknown
|
||||||
@types/component-emitter 1.2.10 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
@types/component-emitter 1.2.10 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||||
@types/json-schema 7.0.7 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
@types/json-schema 7.0.7 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||||
@types/node 15.6.1 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
@types/node 14.14.32 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||||
@types/parse-json 4.0.0 MIT https://www.github.com/DefinitelyTyped/DefinitelyTyped.git
|
@types/parse-json 4.0.0 MIT https://www.github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||||
|
@types/prop-types 15.7.3 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||||
|
@types/react 16.14.10 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||||
|
@types/react 16.14.18 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||||
|
@types/react-dom 16.9.14 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||||
|
@types/react-transition-group 4.4.1 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||||
|
@types/scheduler 0.16.1 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||||
|
@types/styled-jsx 2.2.8 MIT https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||||
acitree 4.5.0-rc.7 MIT https://github.com/imsurinder90/jquery-aciTree.git
|
acitree 4.5.0-rc.7 MIT https://github.com/imsurinder90/jquery-aciTree.git
|
||||||
ajv 6.12.6 MIT https://github.com/ajv-validator/ajv.git
|
ajv 6.12.6 MIT https://github.com/ajv-validator/ajv.git
|
||||||
ajv 5.5.2 MIT https://github.com/epoberezkin/ajv.git
|
ajv 5.5.2 MIT https://github.com/epoberezkin/ajv.git
|
||||||
|
ajv-errors 1.0.1 MIT git+https://github.com/epoberezkin/ajv-errors.git
|
||||||
ajv-keywords 3.5.2 MIT git+https://github.com/epoberezkin/ajv-keywords.git
|
ajv-keywords 3.5.2 MIT git+https://github.com/epoberezkin/ajv-keywords.git
|
||||||
alertifyjs 1.7.1 MIT git@github.com:MohammadYounes/AlertifyJS.git
|
alertifyjs 1.7.1 MIT git@github.com:MohammadYounes/AlertifyJS.git
|
||||||
alphanum-sort 1.0.2 MIT https://github.com/TrySound/alphanum-sort.git
|
alphanum-sort 1.0.2 MIT https://github.com/TrySound/alphanum-sort.git
|
||||||
ansi-regex 2.1.1 MIT https://github.com/chalk/ansi-regex.git
|
ansi-regex 2.1.1 MIT https://github.com/chalk/ansi-regex.git
|
||||||
ansi-styles 3.2.1 MIT https://github.com/chalk/ansi-styles.git
|
ansi-styles 3.2.1 MIT https://github.com/chalk/ansi-styles.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 2.2.1 MIT https://github.com/chalk/ansi-styles.git
|
||||||
axios 0.21.1 MIT https://github.com/axios/axios.git
|
aspen-core 1.0.4 MIT git+https://github.com/neeksandhu/aspen-core.git
|
||||||
|
aspen-decorations 1.1.1 MIT git+https://github.com/neeksandhu/aspen-decorations.git
|
||||||
|
aspen-tree-model 1.0.5 MIT git+https://github.com/neeksandhu/aspen-tree-model.git
|
||||||
|
async 2.6.3 MIT https://github.com/caolan/async.git
|
||||||
|
axios 0.21.4 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-code-frame 6.26.0 MIT https://github.com/babel/babel/tree/master/packages/babel-code-frame
|
||||||
babel-generator 6.26.1 MIT https://github.com/babel/babel/tree/master/packages/babel-generator
|
babel-generator 6.26.1 MIT https://github.com/babel/babel/tree/master/packages/babel-generator
|
||||||
babel-messages 6.23.0 MIT https://github.com/babel/babel/tree/master/packages/babel-messages
|
babel-messages 6.23.0 MIT https://github.com/babel/babel/tree/master/packages/babel-messages
|
||||||
|
babel-plugin-styled-components 1.12.0 MIT https://github.com/styled-components/babel-plugin-styled-components.git
|
||||||
|
babel-plugin-syntax-jsx 6.18.0 MIT https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx
|
||||||
babel-runtime 6.26.0 MIT https://github.com/babel/babel/tree/master/packages/babel-runtime
|
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-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-traverse 6.26.0 MIT https://github.com/babel/babel/tree/master/packages/babel-traverse
|
||||||
@ -152,20 +192,23 @@ bignumber.js 7.2.1
|
|||||||
bootstrap 4.6.0 MIT git+https://github.com/twbs/bootstrap.git
|
bootstrap 4.6.0 MIT git+https://github.com/twbs/bootstrap.git
|
||||||
bootstrap4-toggle 3.6.1 MIT https://github.com/gitbrent/bootstrap4-toggle.git
|
bootstrap4-toggle 3.6.1 MIT https://github.com/gitbrent/bootstrap4-toggle.git
|
||||||
brace-expansion 1.1.11 MIT git://github.com/juliangruber/brace-expansion.git
|
brace-expansion 1.1.11 MIT git://github.com/juliangruber/brace-expansion.git
|
||||||
|
browserfs 1.4.3 MIT https://github.com/jvilk/BrowserFS.git
|
||||||
browserslist 4.16.6 MIT https://github.com/browserslist/browserslist.git
|
browserslist 4.16.6 MIT https://github.com/browserslist/browserslist.git
|
||||||
callsites 3.1.0 MIT https://github.com/sindresorhus/callsites.git
|
callsites 3.1.0 MIT https://github.com/sindresorhus/callsites.git
|
||||||
|
camelcase 6.2.0 MIT https://github.com/sindresorhus/camelcase.git
|
||||||
|
camelize 1.0.0 MIT git://github.com/substack/camelize.git
|
||||||
caniuse-api 3.0.0 MIT https://github.com/nyalab/caniuse-api.git
|
caniuse-api 3.0.0 MIT https://github.com/nyalab/caniuse-api.git
|
||||||
chalk 2.4.2 MIT https://github.com/chalk/chalk.git
|
chalk 2.4.2 MIT https://github.com/chalk/chalk.git
|
||||||
chalk 4.1.1 MIT https://github.com/chalk/chalk.git
|
|
||||||
chalk 1.1.3 MIT https://github.com/chalk/chalk.git
|
chalk 1.1.3 MIT https://github.com/chalk/chalk.git
|
||||||
chart.js 2.9.4 MIT https://github.com/chartjs/Chart.js.git
|
chart.js 2.9.4 MIT https://github.com/chartjs/Chart.js.git
|
||||||
chartjs-color 2.4.1 MIT https://github.com/chartjs/chartjs-color.git
|
chartjs-color 2.4.1 MIT https://github.com/chartjs/chartjs-color.git
|
||||||
chartjs-color-string 0.6.0 MIT https://github.com/chartjs/chartjs-color-string.git
|
chartjs-color-string 0.6.0 MIT https://github.com/chartjs/chartjs-color-string.git
|
||||||
|
classnames 2.3.1 MIT https://github.com/JedWatson/classnames.git
|
||||||
closest 0.0.1 MIT https://github.com/ForbesLindesay/closest.git
|
closest 0.0.1 MIT https://github.com/ForbesLindesay/closest.git
|
||||||
|
clsx 1.1.1 MIT https://github.com/lukeed/clsx.git
|
||||||
co 4.6.0 MIT https://github.com/tj/co.git
|
co 4.6.0 MIT https://github.com/tj/co.git
|
||||||
codemirror 5.61.1 MIT https://github.com/codemirror/CodeMirror.git
|
codemirror 5.59.4 MIT https://github.com/codemirror/CodeMirror.git
|
||||||
color-convert 1.9.3 MIT https://github.com/Qix-/color-convert.git
|
color-convert 1.9.3 MIT https://github.com/Qix-/color-convert.git
|
||||||
color-convert 2.0.1 MIT https://github.com/Qix-/color-convert.git
|
|
||||||
color-name 1.1.3 MIT git@github.com:dfcreative/color-name.git
|
color-name 1.1.3 MIT git@github.com:dfcreative/color-name.git
|
||||||
color-name 1.1.4 MIT git@github.com:colorjs/color-name.git
|
color-name 1.1.4 MIT git@github.com:colorjs/color-name.git
|
||||||
colord 2.0.0 MIT https://github.com/omgovich/colord.git
|
colord 2.0.0 MIT https://github.com/omgovich/colord.git
|
||||||
@ -173,26 +216,35 @@ colorette 1.2.2
|
|||||||
commander 7.2.0 MIT https://github.com/tj/commander.js.git
|
commander 7.2.0 MIT https://github.com/tj/commander.js.git
|
||||||
component-emitter 1.3.0 MIT https://github.com/component/emitter.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-map 0.0.1 MIT git://github.com/substack/node-concat-map.git
|
||||||
convert-source-map 1.7.0 MIT git://github.com/thlorenz/convert-source-map.git
|
context-menu 2.0.0 MIT https://github.com/chipto/context-menu.git
|
||||||
core-js 3.13.0 MIT https://github.com/zloirock/core-js.git
|
convert-source-map 1.8.0 MIT git://github.com/thlorenz/convert-source-map.git
|
||||||
|
core-js 3.12.1 MIT https://github.com/zloirock/core-js.git
|
||||||
core-js 2.6.12 MIT https://github.com/zloirock/core-js.git
|
core-js 2.6.12 MIT https://github.com/zloirock/core-js.git
|
||||||
cosmiconfig 7.0.0 MIT git+https://github.com/davidtheclark/cosmiconfig.git
|
cosmiconfig 7.0.0 MIT git+https://github.com/davidtheclark/cosmiconfig.git
|
||||||
css-color-names 1.0.1 MIT git://github.com/bahamas10/css-color-names.git
|
css-color-names 1.0.1 MIT git://github.com/bahamas10/css-color-names.git
|
||||||
css-color-names 0.0.4 MIT git://github.com/bahamas10/css-color-names.git
|
css-color-names 0.0.4 MIT git://github.com/bahamas10/css-color-names.git
|
||||||
css-line-break 1.1.1 MIT git+ssh://git@github.com/niklasvh/css-line-break.git
|
css-line-break 1.1.1 MIT git+ssh://git@github.com/niklasvh/css-line-break.git
|
||||||
css-loader 5.2.6 MIT https://github.com/webpack-contrib/css-loader.git
|
css-loader 5.1.1 MIT https://github.com/webpack-contrib/css-loader.git
|
||||||
|
css-to-react-native 3.0.0 MIT git+https://github.com/styled-components/css-to-react-native.git
|
||||||
css-tree 1.1.3 MIT https://github.com/csstree/csstree.git
|
css-tree 1.1.3 MIT https://github.com/csstree/csstree.git
|
||||||
|
css-vendor 2.0.8 MIT git@github.com:cssinjs/css-vendor.git
|
||||||
cssesc 3.0.0 MIT https://github.com/mathiasbynens/cssesc.git
|
cssesc 3.0.0 MIT https://github.com/mathiasbynens/cssesc.git
|
||||||
cssnano 5.0.4 MIT https://github.com/cssnano/cssnano.git
|
cssnano 5.0.4 MIT https://github.com/cssnano/cssnano.git
|
||||||
cssnano-preset-default 5.1.1 MIT https://github.com/cssnano/cssnano.git
|
cssnano-preset-default 5.1.1 MIT https://github.com/cssnano/cssnano.git
|
||||||
cssnano-utils 2.0.1 MIT https://github.com/cssnano/cssnano.git
|
cssnano-utils 2.0.1 MIT https://github.com/cssnano/cssnano.git
|
||||||
csso 4.2.0 MIT https://github.com/css/csso.git
|
csso 4.2.0 MIT https://github.com/css/csso.git
|
||||||
|
csstype 2.6.16 MIT https://github.com/frenic/csstype
|
||||||
|
csstype 3.0.8 MIT https://github.com/frenic/csstype
|
||||||
dagre 0.8.5 MIT https://github.com/dagrejs/dagre.git
|
dagre 0.8.5 MIT https://github.com/dagrejs/dagre.git
|
||||||
|
date-fns 2.24.0 MIT https://github.com/date-fns/date-fns
|
||||||
debug 4.3.1 MIT git://github.com/visionmedia/debug.git
|
debug 4.3.1 MIT git://github.com/visionmedia/debug.git
|
||||||
debug 2.6.9 MIT git://github.com/visionmedia/debug.git
|
debug 2.6.9 MIT git://github.com/visionmedia/debug.git
|
||||||
|
deep-diff 1.0.2 MIT git://github.com/flitbit/diff.git
|
||||||
detect-indent 4.0.0 MIT https://github.com/sindresorhus/detect-indent.git
|
detect-indent 4.0.0 MIT https://github.com/sindresorhus/detect-indent.git
|
||||||
|
diff-arrays-of-objects 1.1.8 MIT git+https://github.com/malcolmvr/diff-arrays-of-objects.git
|
||||||
|
dom-helpers 5.2.0 MIT git+https://github.com/react-bootstrap/dom-helpers.git
|
||||||
dom-serializer 1.3.2 MIT git://github.com/cheeriojs/dom-renderer.git
|
dom-serializer 1.3.2 MIT git://github.com/cheeriojs/dom-renderer.git
|
||||||
dropzone 5.9.2 MIT https://github.com/dropzone/dropzone.git
|
dropzone 5.8.0 MIT https://github.com/dropzone/dropzone.git
|
||||||
emojis-list 3.0.0 MIT git+https://github.com/kikobeats/emojis-list.git
|
emojis-list 3.0.0 MIT git+https://github.com/kikobeats/emojis-list.git
|
||||||
engine.io-client 5.1.1 MIT https://github.com/socketio/engine.io-client.git
|
engine.io-client 5.1.1 MIT https://github.com/socketio/engine.io-client.git
|
||||||
engine.io-parser 4.0.2 MIT git@github.com:socketio/engine.io-parser.git
|
engine.io-parser 4.0.2 MIT git@github.com:socketio/engine.io-parser.git
|
||||||
@ -202,7 +254,8 @@ escape-string-regexp 1.0.5
|
|||||||
fast-deep-equal 3.1.3 MIT git+https://github.com/epoberezkin/fast-deep-equal.git
|
fast-deep-equal 3.1.3 MIT git+https://github.com/epoberezkin/fast-deep-equal.git
|
||||||
fast-deep-equal 1.1.0 MIT git+https://github.com/epoberezkin/fast-deep-equal.git
|
fast-deep-equal 1.1.0 MIT git+https://github.com/epoberezkin/fast-deep-equal.git
|
||||||
fast-json-stable-stringify 2.1.0 MIT git://github.com/epoberezkin/fast-json-stable-stringify.git
|
fast-json-stable-stringify 2.1.0 MIT git://github.com/epoberezkin/fast-json-stable-stringify.git
|
||||||
follow-redirects 1.14.1 MIT git@github.com:follow-redirects/follow-redirects.git
|
filename-reserved-regex 2.0.0 MIT https://github.com/sindresorhus/filename-reserved-regex.git
|
||||||
|
follow-redirects 1.14.4 MIT git@github.com:follow-redirects/follow-redirects.git
|
||||||
gensync 1.0.0-beta.2 MIT https://github.com/loganfsmyth/gensync.git
|
gensync 1.0.0-beta.2 MIT https://github.com/loganfsmyth/gensync.git
|
||||||
globals 11.12.0 MIT https://github.com/sindresorhus/globals.git
|
globals 11.12.0 MIT https://github.com/sindresorhus/globals.git
|
||||||
globals 9.18.0 MIT https://github.com/sindresorhus/globals.git
|
globals 9.18.0 MIT https://github.com/sindresorhus/globals.git
|
||||||
@ -219,6 +272,7 @@ html2canvas 1.0.0-rc.7
|
|||||||
immutability-helper 3.1.1 MIT git+https://github.com/kolodny/immutability-helper.git
|
immutability-helper 3.1.1 MIT git+https://github.com/kolodny/immutability-helper.git
|
||||||
import-fresh 3.3.0 MIT https://github.com/sindresorhus/import-fresh.git
|
import-fresh 3.3.0 MIT https://github.com/sindresorhus/import-fresh.git
|
||||||
imports-loader 2.0.0 MIT https://github.com/webpack-contrib/imports-loader.git
|
imports-loader 2.0.0 MIT https://github.com/webpack-contrib/imports-loader.git
|
||||||
|
insert-if 1.2.0 MIT git+https://github.com/chipto/insert-if.git
|
||||||
invariant 2.2.4 MIT https://github.com/zertosh/invariant
|
invariant 2.2.4 MIT https://github.com/zertosh/invariant
|
||||||
ip-address 7.1.0 MIT git://github.com/beaugunderson/ip-address.git
|
ip-address 7.1.0 MIT git://github.com/beaugunderson/ip-address.git
|
||||||
is-absolute-url 3.0.3 MIT https://github.com/sindresorhus/is-absolute-url.git
|
is-absolute-url 3.0.3 MIT https://github.com/sindresorhus/is-absolute-url.git
|
||||||
@ -226,11 +280,14 @@ is-any-array 1.0.0
|
|||||||
is-arrayish 0.2.1 MIT https://github.com/qix-/node-is-arrayish.git
|
is-arrayish 0.2.1 MIT https://github.com/qix-/node-is-arrayish.git
|
||||||
is-color-stop 1.1.0 MIT git+https://github.com/pigcan/is-color-stop.git
|
is-color-stop 1.1.0 MIT git+https://github.com/pigcan/is-color-stop.git
|
||||||
is-finite 1.1.0 MIT https://github.com/sindresorhus/is-finite.git
|
is-finite 1.1.0 MIT https://github.com/sindresorhus/is-finite.git
|
||||||
|
is-in-browser 1.1.3 MIT git+https://github.com/tuxsudo/is-in-browser.git
|
||||||
|
is-relative 1.0.0 MIT https://github.com/jonschlinkert/is-relative.git
|
||||||
|
is-unc-path 1.0.0 MIT https://github.com/jonschlinkert/is-unc-path.git
|
||||||
istanbul-instrumenter-loader 3.0.1 MIT https://github.com/webpack-contrib/istanbul-instrumenter-loader.git
|
istanbul-instrumenter-loader 3.0.1 MIT https://github.com/webpack-contrib/istanbul-instrumenter-loader.git
|
||||||
javascript-natural-sort 0.7.1 MIT https://github.com/Bill4Time/javascript-natural-sort.git
|
javascript-natural-sort 0.7.1 MIT https://github.com/Bill4Time/javascript-natural-sort.git
|
||||||
jquery 3.6.0 MIT https://github.com/jquery/jquery.git
|
jquery 3.6.0 MIT https://github.com/jquery/jquery.git
|
||||||
jquery-contextmenu 2.9.2 MIT git://github.com/swisnl/jQuery-contextMenu.git
|
jquery-contextmenu 2.9.2 MIT git://github.com/swisnl/jQuery-contextMenu.git
|
||||||
jquery-ui 1.12.1 MIT git://github.com/jquery/jquery-ui.git
|
jquery-ui 1.13.0 MIT git://github.com/jquery/jquery-ui.git
|
||||||
js-tokens 4.0.0 MIT https://github.com/lydell/js-tokens.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-tokens 3.0.2 MIT https://github.com/lydell/js-tokens.git
|
||||||
jsbn 1.1.0 MIT https://github.com/andyperlitch/jsbn.git
|
jsbn 1.1.0 MIT https://github.com/andyperlitch/jsbn.git
|
||||||
@ -243,6 +300,14 @@ json-schema-traverse 0.3.1
|
|||||||
json-source-map 0.6.1 MIT git+https://github.com/epoberezkin/json-source-map.git
|
json-source-map 0.6.1 MIT git+https://github.com/epoberezkin/json-source-map.git
|
||||||
json5 2.2.0 MIT git+https://github.com/json5/json5.git
|
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 1.0.1 MIT git+https://github.com/json5/json5.git
|
||||||
|
jss 10.5.1 MIT https://github.com/cssinjs/jss
|
||||||
|
jss-plugin-camel-case 10.5.1 MIT https://github.com/cssinjs/jss
|
||||||
|
jss-plugin-default-unit 10.5.1 MIT https://github.com/cssinjs/jss
|
||||||
|
jss-plugin-global 10.5.1 MIT https://github.com/cssinjs/jss
|
||||||
|
jss-plugin-nested 10.5.1 MIT https://github.com/cssinjs/jss
|
||||||
|
jss-plugin-props-sort 10.5.1 MIT https://github.com/cssinjs/jss
|
||||||
|
jss-plugin-rule-value-function 10.5.1 MIT https://github.com/cssinjs/jss
|
||||||
|
jss-plugin-vendor-prefixer 10.5.1 MIT https://github.com/cssinjs/jss
|
||||||
karma-coverage 2.0.3 MIT git://github.com/karma-runner/karma-coverage.git
|
karma-coverage 2.0.3 MIT git://github.com/karma-runner/karma-coverage.git
|
||||||
lines-and-columns 1.1.6 MIT https://github.com/eventualbuddha/lines-and-columns.git
|
lines-and-columns 1.1.6 MIT https://github.com/eventualbuddha/lines-and-columns.git
|
||||||
loader-utils 2.0.0 MIT https://github.com/webpack/loader-utils.git
|
loader-utils 2.0.0 MIT https://github.com/webpack/loader-utils.git
|
||||||
@ -254,6 +319,8 @@ loose-envify 1.4.0
|
|||||||
lunr 0.7.2 MIT https://github.com/olivernn/lunr.js.git
|
lunr 0.7.2 MIT https://github.com/olivernn/lunr.js.git
|
||||||
make-dir 3.1.0 MIT https://github.com/sindresorhus/make-dir.git
|
make-dir 3.1.0 MIT https://github.com/sindresorhus/make-dir.git
|
||||||
matches-selector 0.0.1 MIT https://github.com/ForbesLindesay/matches-selector.git
|
matches-selector 0.0.1 MIT https://github.com/ForbesLindesay/matches-selector.git
|
||||||
|
memoize-one 5.2.1 MIT https://github.com/alexreardon/memoize-one.git
|
||||||
|
mime 2.5.2 MIT https://github.com/broofa/mime
|
||||||
minimist 1.2.5 MIT git://github.com/substack/minimist.git
|
minimist 1.2.5 MIT git://github.com/substack/minimist.git
|
||||||
ml-array-max 1.2.3 MIT git+https://github.com/mljs/array.git
|
ml-array-max 1.2.3 MIT git+https://github.com/mljs/array.git
|
||||||
ml-array-min 1.2.2 MIT git+https://github.com/mljs/array.git
|
ml-array-min 1.2.2 MIT git+https://github.com/mljs/array.git
|
||||||
@ -265,21 +332,28 @@ moment 2.24.0
|
|||||||
moment-timezone 0.5.33 MIT https://github.com/moment/moment-timezone.git
|
moment-timezone 0.5.33 MIT https://github.com/moment/moment-timezone.git
|
||||||
ms 2.1.2 MIT https://github.com/zeit/ms.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.0.0 MIT https://github.com/zeit/ms.git
|
||||||
|
nanocolors 0.1.12 MIT https://github.com/ai/nanocolors.git
|
||||||
nanoid 3.1.23 MIT https://github.com/ai/nanoid.git
|
nanoid 3.1.23 MIT https://github.com/ai/nanoid.git
|
||||||
nanopop 2.1.0 MIT https://github.com/Simonwep/nanopop.git
|
nanopop 2.1.0 MIT https://github.com/Simonwep/nanopop.git
|
||||||
node-releases 1.1.72 MIT git+https://github.com/chicoxyzzy/node-releases.git
|
node-releases 1.1.72 MIT git+https://github.com/chicoxyzzy/node-releases.git
|
||||||
normalize-url 4.5.1 MIT https://github.com/sindresorhus/normalize-url.git
|
normalize-url 4.5.1 MIT https://github.com/sindresorhus/normalize-url.git
|
||||||
|
notificar 1.0.1 MIT git+https://github.com/neeksandhu/notificar.git
|
||||||
object-assign 4.1.1 MIT https://github.com/sindresorhus/object-assign.git
|
object-assign 4.1.1 MIT https://github.com/sindresorhus/object-assign.git
|
||||||
|
p-reduce 1.0.0 MIT https://github.com/sindresorhus/p-reduce.git
|
||||||
|
p-series 1.1.0 MIT https://github.com/sindresorhus/p-series.git
|
||||||
parent-module 1.0.1 MIT https://github.com/sindresorhus/parent-module.git
|
parent-module 1.0.1 MIT https://github.com/sindresorhus/parent-module.git
|
||||||
parse-json 5.2.0 MIT https://github.com/sindresorhus/parse-json.git
|
parse-json 5.2.0 MIT https://github.com/sindresorhus/parse-json.git
|
||||||
parseqs 0.0.6 MIT https://github.com/get/querystring.git
|
parseqs 0.0.6 MIT https://github.com/get/querystring.git
|
||||||
parseuri 0.0.6 MIT https://github.com/get/parseuri.git
|
parseuri 0.0.6 MIT https://github.com/get/parseuri.git
|
||||||
|
path-fx 2.1.1 MIT git+https://github.com/NeekSandhu/path-fx.git
|
||||||
path-type 4.0.0 MIT https://github.com/sindresorhus/path-type.git
|
path-type 4.0.0 MIT https://github.com/sindresorhus/path-type.git
|
||||||
pathfinding 0.4.18 MIT git://github.com/qiao/PathFinding.js.git
|
pathfinding 0.4.18 MIT git://github.com/qiao/PathFinding.js.git
|
||||||
performance-now 2.1.0 MIT git://github.com/braveg1rl/performance-now.git
|
performance-now 2.1.0 MIT git://github.com/braveg1rl/performance-now.git
|
||||||
|
pgadmin4-tree 1.0.0 MIT Unknown
|
||||||
picomodal 3.0.0 MIT https://github.com/Nycto/PicoModal.git
|
picomodal 3.0.0 MIT https://github.com/Nycto/PicoModal.git
|
||||||
|
popper.js 1.16.1-lts MIT git+https://github.com/FezVrasta/popper.js.git
|
||||||
popper.js 1.16.1 MIT git+https://github.com/FezVrasta/popper.js.git
|
popper.js 1.16.1 MIT git+https://github.com/FezVrasta/popper.js.git
|
||||||
postcss 8.3.0 MIT https://github.com/postcss/postcss.git
|
postcss 8.2.15 MIT https://github.com/postcss/postcss.git
|
||||||
postcss-calc 8.0.0 MIT https://github.com/postcss/postcss-calc.git
|
postcss-calc 8.0.0 MIT https://github.com/postcss/postcss-calc.git
|
||||||
postcss-colormin 5.1.1 MIT https://github.com/cssnano/cssnano.git
|
postcss-colormin 5.1.1 MIT https://github.com/cssnano/cssnano.git
|
||||||
postcss-convert-values 5.0.1 MIT https://github.com/cssnano/cssnano.git
|
postcss-convert-values 5.0.1 MIT https://github.com/cssnano/cssnano.git
|
||||||
@ -310,20 +384,36 @@ postcss-selector-parser 6.0.6
|
|||||||
postcss-svgo 5.0.1 MIT https://github.com/cssnano/cssnano.git
|
postcss-svgo 5.0.1 MIT https://github.com/cssnano/cssnano.git
|
||||||
postcss-unique-selectors 5.0.1 MIT https://github.com/cssnano/cssnano.git
|
postcss-unique-selectors 5.0.1 MIT https://github.com/cssnano/cssnano.git
|
||||||
postcss-value-parser 4.1.0 MIT https://github.com/TrySound/postcss-value-parser.git
|
postcss-value-parser 4.1.0 MIT https://github.com/TrySound/postcss-value-parser.git
|
||||||
|
prop-types 15.7.2 MIT https://github.com/facebook/prop-types.git
|
||||||
punycode 2.1.1 MIT https://github.com/bestiejs/punycode.js.git
|
punycode 2.1.1 MIT https://github.com/bestiejs/punycode.js.git
|
||||||
raf 3.4.1 MIT git://github.com/chrisdickinson/raf.git
|
raf 3.4.1 MIT git://github.com/chrisdickinson/raf.git
|
||||||
|
react 16.14.0 MIT git+https://github.com/facebook/react.git
|
||||||
react 17.0.2 MIT https://github.com/facebook/react.git
|
react 17.0.2 MIT https://github.com/facebook/react.git
|
||||||
|
react-aspen 1.1.1 MIT https://github.com/neeksandhu/react-aspen.git
|
||||||
|
react-dom 16.14.0 MIT git+https://github.com/facebook/react.git
|
||||||
react-dom 17.0.2 MIT https://github.com/facebook/react.git
|
react-dom 17.0.2 MIT https://github.com/facebook/react.git
|
||||||
|
react-input-autosize 3.0.0 MIT https://github.com/JedWatson/react-input-autosize.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-select 4.3.1 MIT https://github.com/JedWatson/react-select/tree/master/packages/react-select
|
||||||
|
react-table 7.7.0 MIT https://github.com/tannerlinsley/react-table
|
||||||
|
react-virtualized-auto-sizer 1.0.6 MIT https://github.com/bvaughn/react-virtualized-auto-sizer.git
|
||||||
|
react-window 1.8.6 MIT https://github.com/bvaughn/react-window.git
|
||||||
|
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.11.1 MIT https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime
|
||||||
repeating 2.0.1 MIT https://github.com/sindresorhus/repeating.git
|
repeating 2.0.1 MIT https://github.com/sindresorhus/repeating.git
|
||||||
resolve-from 4.0.0 MIT https://github.com/sindresorhus/resolve-from.git
|
resolve-from 4.0.0 MIT https://github.com/sindresorhus/resolve-from.git
|
||||||
rgb-regex 1.0.1 MIT https://github.com/regexps/rgb-regex.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
|
rgba-regex 1.0.0 MIT https://github.com/johnotander/rgba-regex.git
|
||||||
|
rifm 0.7.0 MIT https://github.com/istarkov/rifm.git
|
||||||
safe-buffer 5.1.2 MIT git://github.com/feross/safe-buffer.git
|
safe-buffer 5.1.2 MIT git://github.com/feross/safe-buffer.git
|
||||||
|
scheduler 0.19.1 MIT https://github.com/facebook/react.git
|
||||||
scheduler 0.20.2 MIT https://github.com/facebook/react.git
|
scheduler 0.20.2 MIT https://github.com/facebook/react.git
|
||||||
schema-utils 3.0.0 MIT https://github.com/webpack/schema-utils.git
|
schema-utils 3.0.0 MIT https://github.com/webpack/schema-utils.git
|
||||||
schema-utils 0.3.0 MIT git+https://github.com/webpack-contrib/schema-utils.git
|
schema-utils 0.3.0 MIT git+https://github.com/webpack-contrib/schema-utils.git
|
||||||
|
schema-utils 1.0.0 MIT https://github.com/webpack-contrib/schema-utils
|
||||||
select2 4.0.13 MIT git://github.com/select2/select2.git
|
select2 4.0.13 MIT git://github.com/select2/select2.git
|
||||||
|
shallowequal 1.1.0 MIT https://github.com/dashed/shallowequal.git
|
||||||
shim-loader 1.0.1 MIT https://github.com/zinserjan/shim-loader
|
shim-loader 1.0.1 MIT https://github.com/zinserjan/shim-loader
|
||||||
slickgrid 2.3.16 MIT git+https://github.com/6pac/SlickGrid.git
|
slickgrid 2.3.16 MIT git+https://github.com/6pac/SlickGrid.git
|
||||||
snapsvg-cjs 0.0.6 MIT git+https://github.com/geelen/Snap.svg-cjs.git
|
snapsvg-cjs 0.0.6 MIT git+https://github.com/geelen/Snap.svg-cjs.git
|
||||||
@ -334,21 +424,29 @@ split.js 1.6.4
|
|||||||
stable 0.1.8 MIT https://github.com/Two-Screen/stable.git
|
stable 0.1.8 MIT https://github.com/Two-Screen/stable.git
|
||||||
strip-ansi 3.0.1 MIT https://github.com/chalk/strip-ansi.git
|
strip-ansi 3.0.1 MIT https://github.com/chalk/strip-ansi.git
|
||||||
strip-comments 2.0.1 MIT https://github.com/jonschlinkert/strip-comments.git
|
strip-comments 2.0.1 MIT https://github.com/jonschlinkert/strip-comments.git
|
||||||
|
styled-components 5.2.1 MIT git+https://github.com/styled-components/styled-components.git
|
||||||
stylehacks 5.0.1 MIT https://github.com/cssnano/cssnano.git
|
stylehacks 5.0.1 MIT https://github.com/cssnano/cssnano.git
|
||||||
|
stylis 4.0.10 MIT https://github.com/thysultan/stylis.js
|
||||||
supports-color 5.5.0 MIT https://github.com/chalk/supports-color.git
|
supports-color 5.5.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 2.0.0 MIT https://github.com/chalk/supports-color.git
|
||||||
svgo 2.3.0 MIT git://github.com/svg/svgo.git
|
supports-color 7.2.0 MIT https://github.com/chalk/supports-color.git
|
||||||
|
svgo 2.7.0 MIT git://github.com/svg/svgo.git
|
||||||
|
symbol-observable 1.2.0 MIT https://github.com/blesh/symbol-observable.git
|
||||||
tempusdominus-bootstrap-4 5.39.0 MIT https://github.com/tempusdominus/bootstrap-4.git
|
tempusdominus-bootstrap-4 5.39.0 MIT https://github.com/tempusdominus/bootstrap-4.git
|
||||||
tempusdominus-core 5.19.0 MIT https://github.com/tempusdominus/core.git
|
tempusdominus-core 5.19.0 MIT https://github.com/tempusdominus/core.git
|
||||||
timsort 0.3.0 MIT https://github.com/mziccard/node-timsort.git
|
timsort 0.3.0 MIT https://github.com/mziccard/node-timsort.git
|
||||||
|
tiny-emitter 2.1.0 MIT https://github.com/scottcorgan/tiny-emitter.git
|
||||||
|
tiny-warning 1.0.3 MIT https://github.com/alexreardon/tiny-warning.git
|
||||||
tippy.js 6.3.1 MIT git+https://github.com/atomiks/tippyjs.git
|
tippy.js 6.3.1 MIT git+https://github.com/atomiks/tippyjs.git
|
||||||
to-fast-properties 2.0.0 MIT https://github.com/sindresorhus/to-fast-properties.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-fast-properties 1.0.3 MIT https://github.com/sindresorhus/to-fast-properties.git
|
||||||
trim-right 1.0.1 MIT https://github.com/sindresorhus/trim-right.git
|
trim-right 1.0.1 MIT https://github.com/sindresorhus/trim-right.git
|
||||||
|
unc-path-regex 0.1.2 MIT https://github.com/regexhq/unc-path-regex.git
|
||||||
underscore 1.13.1 MIT git://github.com/jashkenas/underscore.git
|
underscore 1.13.1 MIT git://github.com/jashkenas/underscore.git
|
||||||
uniqs 2.0.0 MIT git://github.com/fgnass/uniqs.git
|
uniqs 2.0.0 MIT git://github.com/fgnass/uniqs.git
|
||||||
|
url-loader 1.1.2 MIT https://github.com/webpack-contrib/url-loader.git
|
||||||
util-deprecate 1.0.2 MIT git://github.com/TooTallNate/util-deprecate.git
|
util-deprecate 1.0.2 MIT git://github.com/TooTallNate/util-deprecate.git
|
||||||
|
valid-filename 2.0.1 MIT https://github.com/sindresorhus/valid-filename.git
|
||||||
vendors 1.0.4 MIT https://github.com/wooorm/vendors.git
|
vendors 1.0.4 MIT https://github.com/wooorm/vendors.git
|
||||||
webpack-sources 0.2.3 MIT git+https://github.com/webpack/webpack-sources.git
|
webpack-sources 0.2.3 MIT git+https://github.com/webpack/webpack-sources.git
|
||||||
wkx 0.5.0 MIT http://github.com/cschwarz/wkx.git
|
wkx 0.5.0 MIT http://github.com/cschwarz/wkx.git
|
||||||
@ -358,10 +456,11 @@ xterm-addon-fit 0.5.0
|
|||||||
xterm-addon-search 0.8.0 MIT https://github.com/xtermjs/xterm.js
|
xterm-addon-search 0.8.0 MIT https://github.com/xtermjs/xterm.js
|
||||||
xterm-addon-web-links 0.4.0 MIT https://github.com/xtermjs/xterm.js
|
xterm-addon-web-links 0.4.0 MIT https://github.com/xtermjs/xterm.js
|
||||||
yeast 0.1.2 MIT https://github.com/unshiftio/yeast.git
|
yeast 0.1.2 MIT https://github.com/unshiftio/yeast.git
|
||||||
@fortawesome/fontawesome-free 5.15.3 (CC-BY-4.0 AND OFL-1.1 AND MIT) https://github.com/FortAwesome/Font-Awesome
|
@fortawesome/fontawesome-free 5.15.4 (CC-BY-4.0 AND OFL-1.1 AND MIT) https://github.com/FortAwesome/Font-Awesome
|
||||||
@sphinxxxx/color-conversion 2.2.2 ISC git+https://github.com/Sphinxxxx/color-conversion.git
|
@sphinxxxx/color-conversion 2.2.2 ISC git+https://github.com/Sphinxxxx/color-conversion.git
|
||||||
@trysound/sax 0.1.1 ISC git://github.com/svg/sax.git
|
@trysound/sax 0.2.0 ISC git://github.com/svg/sax.git
|
||||||
boolbase 1.0.0 ISC https://github.com/fb55/boolbase
|
boolbase 1.0.0 ISC https://github.com/fb55/boolbase
|
||||||
|
css-color-keywords 1.0.0 ISC https://github.com/sonicdoe/css-color-keywords.git
|
||||||
css-declaration-sorter 6.0.3 ISC https://github.com/Siilwyn/css-declaration-sorter.git
|
css-declaration-sorter 6.0.3 ISC https://github.com/Siilwyn/css-declaration-sorter.git
|
||||||
electron-to-chromium 1.3.740 ISC https://github.com/kilian/electron-to-chromium/
|
electron-to-chromium 1.3.740 ISC https://github.com/kilian/electron-to-chromium/
|
||||||
icss-utils 5.1.0 ISC git+https://github.com/css-modules/icss-utils.git
|
icss-utils 5.1.0 ISC git+https://github.com/css-modules/icss-utils.git
|
||||||
@ -372,13 +471,15 @@ minimatch 3.0.4
|
|||||||
postcss-modules-extract-imports 3.0.0 ISC https://github.com/css-modules/postcss-modules-extract-imports.git
|
postcss-modules-extract-imports 3.0.0 ISC https://github.com/css-modules/postcss-modules-extract-imports.git
|
||||||
postcss-modules-scope 3.0.0 ISC https://github.com/css-modules/postcss-modules-scope.git
|
postcss-modules-scope 3.0.0 ISC https://github.com/css-modules/postcss-modules-scope.git
|
||||||
postcss-modules-values 4.0.0 ISC git+https://github.com/css-modules/postcss-modules-values.git
|
postcss-modules-values 4.0.0 ISC git+https://github.com/css-modules/postcss-modules-values.git
|
||||||
semver 7.3.5 ISC https://github.com/npm/node-semver
|
semver 7.3.4 ISC https://github.com/npm/node-semver
|
||||||
semver 5.7.1 ISC https://github.com/npm/node-semver
|
semver 5.7.1 ISC https://github.com/npm/node-semver
|
||||||
semver 6.3.0 ISC https://github.com/npm/node-semver
|
semver 6.3.0 ISC https://github.com/npm/node-semver
|
||||||
vanilla-picker 2.11.2 ISC https://github.com/Sphinxxxx/vanilla-picker.git
|
vanilla-picker 2.11.2 ISC https://github.com/Sphinxxxx/vanilla-picker.git
|
||||||
yallist 4.0.0 ISC git+https://github.com/isaacs/yallist.git
|
yallist 4.0.0 ISC git+https://github.com/isaacs/yallist.git
|
||||||
yaml 1.10.2 ISC https://github.com/eemeli/yaml.git
|
yaml 1.10.2 ISC https://github.com/eemeli/yaml.git
|
||||||
ace-builds 1.4.12 BSD-3-Clause https://github.com/ajaxorg/ace-builds.git
|
ace-builds 1.4.12 BSD-3-Clause https://github.com/ajaxorg/ace-builds.git
|
||||||
|
hoist-non-react-statics 3.3.2 BSD-3-Clause git://github.com/mridgway/hoist-non-react-statics.git
|
||||||
|
hyphenate-style-name 1.0.4 BSD-3-Clause git+ssh://git@github.com/rexxars/hyphenate-style-name.git
|
||||||
istanbul-lib-coverage 1.2.1 BSD-3-Clause git@github.com:istanbuljs/istanbuljs.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-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 1.10.2 BSD-3-Clause git@github.com:istanbuljs/istanbuljs.git
|
||||||
@ -386,34 +487,36 @@ istanbul-lib-instrument 4.0.3
|
|||||||
istanbul-lib-report 3.0.0 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-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
|
istanbul-reports 3.0.2 BSD-3-Clause git+ssh://git@github.com/istanbuljs/istanbuljs.git
|
||||||
|
react-transition-group 4.4.1 BSD-3-Clause https://github.com/reactjs/react-transition-group.git
|
||||||
source-map 0.5.7 BSD-3-Clause http://github.com/mozilla/source-map.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.6.1 BSD-3-Clause http://github.com/mozilla/source-map.git
|
||||||
source-map-js 0.6.2 BSD-3-Clause http://github.com/7rulnik/source-map.git
|
|
||||||
sprintf-js 1.1.2 BSD-3-Clause https://github.com/alexei/sprintf.js.git
|
sprintf-js 1.1.2 BSD-3-Clause https://github.com/alexei/sprintf.js.git
|
||||||
bootstrap-datepicker 1.9.0 Apache-2.0 https://github.com/uxsolutions/bootstrap-datepicker.git
|
bootstrap-datepicker 1.9.0 Apache-2.0 https://github.com/uxsolutions/bootstrap-datepicker.git
|
||||||
eve 0.5.4 Apache-2.0 git@github.com:adobe-webplatform/eve.git
|
eve 0.5.4 Apache-2.0 git@github.com:adobe-webplatform/eve.git
|
||||||
|
indefinite-observable 2.0.1 Apache-2.0 git@github.com:material-motion/indefinite-observable-js.git
|
||||||
jmespath 0.15.0 Apache-2.0 git://github.com/jmespath/jmespath.js
|
jmespath 0.15.0 Apache-2.0 git://github.com/jmespath/jmespath.js
|
||||||
jsoneditor 9.5.3 Apache-2.0 https://github.com/josdejong/jsoneditor.git
|
jsoneditor 9.5.6 Apache-2.0 https://github.com/josdejong/jsoneditor.git
|
||||||
paths-js 0.4.11 Apache-2.0 https://github.com/andreaferretti/paths-js.git
|
paths-js 0.4.11 Apache-2.0 https://github.com/andreaferretti/paths-js.git
|
||||||
snapsvg 0.5.1 Apache-2.0 git@github.com:adobe-webplatform/Snap.svg.git
|
snapsvg 0.5.1 Apache-2.0 git@github.com:adobe-webplatform/Snap.svg.git
|
||||||
caniuse-lite 1.0.30001230 CC-BY-4.0 https://github.com/browserslist/caniuse-lite.git
|
caniuse-lite 1.0.30001230 CC-BY-4.0 https://github.com/browserslist/caniuse-lite.git
|
||||||
css-select 3.1.2 BSD-2-Clause git://github.com/fb55/css-select.git
|
css-select 4.1.3 BSD-2-Clause git://github.com/fb55/css-select.git
|
||||||
css-what 4.0.0 BSD-2-Clause https://github.com/fb55/css-what
|
css-what 5.1.0 BSD-2-Clause https://github.com/fb55/css-what
|
||||||
domelementtype 2.2.0 BSD-2-Clause git://github.com/fb55/domelementtype.git
|
domelementtype 2.2.0 BSD-2-Clause git://github.com/fb55/domelementtype.git
|
||||||
domhandler 4.2.0 BSD-2-Clause git://github.com/fb55/domhandler.git
|
domhandler 4.2.0 BSD-2-Clause git://github.com/fb55/domhandler.git
|
||||||
domutils 2.6.0 BSD-2-Clause git://github.com/fb55/domutils.git
|
domutils 2.6.0 BSD-2-Clause git://github.com/fb55/domutils.git
|
||||||
entities 2.2.0 BSD-2-Clause git://github.com/fb55/entities.git
|
entities 2.2.0 BSD-2-Clause git://github.com/fb55/entities.git
|
||||||
esutils 2.0.3 BSD-2-Clause http://github.com/estools/esutils.git
|
esutils 2.0.3 BSD-2-Clause http://github.com/estools/esutils.git
|
||||||
leaflet 1.7.1 BSD-2-Clause git://github.com/Leaflet/Leaflet.git
|
leaflet 1.7.1 BSD-2-Clause git://github.com/Leaflet/Leaflet.git
|
||||||
nth-check 2.0.0 BSD-2-Clause https://github.com/fb55/nth-check
|
nth-check 2.0.1 BSD-2-Clause https://github.com/fb55/nth-check
|
||||||
uri-js 4.4.1 BSD-2-Clause http://github.com/garycourt/uri-js
|
uri-js 4.4.1 BSD-2-Clause http://github.com/garycourt/uri-js
|
||||||
FileSaver 0.10.0 UNKNOWN Unknown
|
FileSaver 0.10.0 UNKNOWN Unknown
|
||||||
heap 0.2.5 UNKNOWN git://github.com/qiao/heap.js.git
|
heap 0.2.5 UNKNOWN git://github.com/qiao/heap.js.git
|
||||||
mdn-data 2.0.14 CC0-1.0 https://github.com/mdn/data.git
|
mdn-data 2.0.14 CC0-1.0 https://github.com/mdn/data.git
|
||||||
mousetrap 1.6.5 Apache-2.0 WITH LLVM-exception git://github.com/ccampbell/mousetrap.git
|
mousetrap 1.6.5 Apache-2.0 WITH LLVM-exception git://github.com/ccampbell/mousetrap.git
|
||||||
|
pako 1.0.11 (MIT AND Zlib) https://github.com/nodeca/pako.git
|
||||||
precond 0.2.3 MIT* https://github.com/MathieuTurcotte/node-precond.git
|
precond 0.2.3 MIT* https://github.com/MathieuTurcotte/node-precond.git
|
||||||
webcabin-docker 2.2.5 MIT* Unknown
|
webcabin-docker 2.2.5 MIT* Unknown
|
||||||
tablesorter 2.31.3 (MIT OR GPL-2.0) git://github.com/Mottie/tablesorter.git
|
tablesorter 2.31.3 (MIT OR GPL-2.0) git://github.com/Mottie/tablesorter.git
|
||||||
|
|
||||||
345 dependencies listed.
|
448 dependencies listed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user