diff --git a/open-source-licenses.html b/open-source-licenses.html index 3ce7a8c..8a1a664 100644 --- a/open-source-licenses.html +++ b/open-source-licenses.html @@ -1207,6 +1207,56 @@ based on: https://codepen.io/DavidKern/pen/PwzYvv @import url(https://fonts.googleapis.com/css?family=Lato:300,400,700); +body { + background: #fff; + color: #000; + font-family: 'Lato', Arial, sans-serif; +} + +h1 { + font-family: "proxima-nova",sans-serif; + letter-spacing: -0.01em; + font-weight: 700; + font-style: normal; + font-size: 60px; + margin-left: -3px; + line-height: 1em; + color: #000; + text-align: center; + margin-bottom: 8px; + text-rendering: optimizeLegibility; +} + +table { + width: 80%; + margin: auto; +} + +table, th, td { + border: 1px solid #000; + border-collapse: collapse; +} + +th { + background-color: #ddd +} + +th, td { + padding: 15px; +} + +
department | related to | name | license period | material / not material | license type | link | remote version | installed version | defined version | author |
---|---|---|---|---|---|---|---|---|---|---|
kessler | stuff | qrcode | perpetual | material | MIT | git://github.com/soldair/node-qrcode.git | 1.5.3 | 1.5.3 | ^1.5.3 | Ryan Day |
kessler | stuff | uuid | perpetual | material | MIT | git+https://github.com/uuidjs/uuid.git | 9.0.1 | 9.0.1 | ^9.0.0 | n/a |
kessler | stuff | @babel/core | perpetual | material | MIT | https://github.com/babel/babel.git | 7.23.9 | 7.23.9 | ^7.23.9 | The Babel Team (https://babel.dev/team) |
kessler | stuff | @babel/eslint-parser | perpetual | material | MIT | https://github.com/babel/babel.git | 7.23.9 | 7.23.9 | ^7.23.9 | The Babel Team (https://babel.dev/team) |
kessler | stuff | @babel/plugin-transform-runtime | perpetual | material | MIT | https://github.com/babel/babel.git | 7.23.9 | 7.23.9 | ^7.23.9 | The Babel Team (https://babel.dev/team) |
kessler | stuff | @babel/preset-env | perpetual | material | MIT | https://github.com/babel/babel.git | 7.23.9 | 7.23.9 | ^7.23.9 | The Babel Team (https://babel.dev/team) |
kessler | stuff | @babel/register | perpetual | material | MIT | https://github.com/babel/babel.git | 7.23.7 | 7.23.7 | ^7.22.15 | The Babel Team (https://babel.dev/team) |
kessler | stuff | @babel/runtime | perpetual | material | MIT | https://github.com/babel/babel.git | 7.23.9 | 7.23.9 | ^7.23.9 | The Babel Team (https://babel.dev/team) |
kessler | stuff | autoprefixer | perpetual | material | MIT | git+https://github.com/postcss/autoprefixer.git | 10.4.17 | 10.4.17 | ^10.4.17 | Andrey Sitnik |
kessler | stuff | babel-loader | perpetual | material | MIT | https://github.com/babel/babel-loader.git | 9.1.3 | 9.1.3 | ^9.1.3 | Luis Couto |
kessler | stuff | babel-plugin-dynamic-import-node | perpetual | material | MIT | git+https://github.com/airbnb/babel-plugin-dynamic-import-node.git | 2.3.3 | 2.3.3 | ^2.3.3 | Jordan Gensler |
kessler | stuff | babel-plugin-transform-minify-booleans | perpetual | material | MIT | https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-minify-booleans | 6.9.4 | 6.9.4 | ^6.9.4 | amasad |
kessler | stuff | babel-plugin-transform-remove-console | perpetual | material | MIT | https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-console | 6.9.4 | 6.9.4 | ^6.9.4 | amasad |
kessler | stuff | babel-plugin-transform-remove-debugger | perpetual | material | MIT | https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-debugger | 6.9.4 | 6.9.4 | ^6.9.4 | amasad |
kessler | stuff | babel-preset-minify | perpetual | material | MIT | https://github.com/babel/minify/tree/master/packages/babel-preset-minify | 0.5.2 | 0.5.2 | ^0.5.2 | amasad |
kessler | stuff | browserslist | perpetual | material | MIT | git+https://github.com/browserslist/browserslist.git | 4.22.3 | 4.22.3 | ^4.22.3 | Andrey Sitnik |
kessler | stuff | copy-webpack-plugin | perpetual | material | MIT | git+https://github.com/webpack-contrib/copy-webpack-plugin.git | 12.0.2 | 12.0.2 | ^12.0.2 | Len Boyette |
kessler | stuff | cross-env | perpetual | material | MIT | git+https://github.com/kentcdodds/cross-env.git | 7.0.3 | 7.0.3 | ^7.0.3 | Kent C. Dodds |
kessler | stuff | crypto-browserify | perpetual | material | MIT | git://github.com/crypto-browserify/crypto-browserify.git | 3.12.0 | 3.12.0 | ^3.12.0 | Dominic Tarr |
kessler | stuff | css-loader | perpetual | material | MIT | git+https://github.com/webpack-contrib/css-loader.git | 6.9.1 | 6.9.1 | ^6.9.1 | Tobias Koppers @sokra |
kessler | stuff | css-minimizer-webpack-plugin | perpetual | material | MIT | git+https://github.com/webpack-contrib/css-minimizer-webpack-plugin.git | 6.0.0 | 6.0.0 | ^6.0.0 | Loann Neveu |
kessler | stuff | dotenv | perpetual | material | BSD-2-Clause | git://github.com/motdotla/dotenv.git | 16.4.1 | 16.4.1 | ^16.4.1 | n/a |
kessler | stuff | dotenv-webpack | perpetual | material | MIT | git+https://github.com/mrsteele/dotenv-webpack.git | 8.0.1 | 8.0.1 | ^8.0.1 | Matt Steele |
kessler | stuff | eslint | perpetual | material | MIT | git+https://github.com/eslint/eslint.git | 8.56.0 | 8.56.0 | 8.56.0 | Nicholas C. Zakas |
kessler | stuff | eslint-config-standard | perpetual | material | MIT | git://github.com/standard/eslint-config-standard.git | 17.1.0 | 17.1.0 | ^17.1.0 | Feross Aboukhadijeh feross@feross.org https://feross.org |
kessler | stuff | eslint-friendly-formatter | perpetual | material | MIT | git+https://github.com/royriojas/eslint-friendly-formatter.git | 4.0.1 | 4.0.1 | ^4.0.1 | Roy Riojas http://royriojas.com |
kessler | stuff | eslint-plugin-import | perpetual | material | MIT | git+https://github.com/import-js/eslint-plugin-import.git | 2.29.1 | 2.29.1 | ^2.29.0 | Ben Mosher |
kessler | stuff | eslint-plugin-n | perpetual | material | MIT | git+https://github.com/eslint-community/eslint-plugin-n.git | 16.6.2 | 16.6.2 | ^16.6.2 | Toru Nagashima |
kessler | stuff | eslint-plugin-promise | perpetual | material | ISC | git+https://github.com/eslint-community/eslint-plugin-promise.git | 6.1.1 | 6.1.1 | ^6.1.1 | jden |
kessler | stuff | eslint-plugin-standard | perpetual | material | MIT | git+https://github.com/standard/eslint-plugin-standard.git | 5.0.0 | 5.0.0 | ^5.0.0 | Feross Aboukhadijeh feross@feross.org https://feross.org |
kessler | stuff | eslint-webpack-plugin | perpetual | material | MIT | git+https://github.com/webpack-contrib/eslint-webpack-plugin.git | 4.0.1 | 4.0.1 | ^4.0.1 | Ricardo Gobbo de Souza |
kessler | stuff | exports-loader | perpetual | material | MIT | git+https://github.com/webpack-contrib/exports-loader.git | 5.0.0 | 5.0.0 | ^5.0.0 | Tobias Koppers @sokra |
kessler | stuff | file-loader | perpetual | material | MIT | git+https://github.com/webpack-contrib/file-loader.git | 6.2.0 | 6.2.0 | ^6.0.0 | Tobias Koppers @sokra |
kessler | stuff | html-loader | perpetual | material | MIT | git+https://github.com/webpack-contrib/html-loader.git | 5.0.0 | 5.0.0 | ^5.0.0 | Tobias Koppers @sokra |
kessler | stuff | html-webpack-plugin | perpetual | material | MIT | git+https://github.com/jantimon/html-webpack-plugin.git | 5.6.0 | 5.6.0 | ^5.5.3 | Jan Nicklas |
kessler | stuff | mini-css-extract-plugin | perpetual | material | MIT | git+https://github.com/webpack-contrib/mini-css-extract-plugin.git | 2.7.7 | 2.7.7 | ^2.7.7 | Tobias Koppers @sokra |
kessler | stuff | noop-loader | perpetual | material | ISC | git+https://github.com/KnutHelland/noop-loader.git | 1.0.0 | 1.0.0 | ^1.0.0 | Knut Helland |
kessler | stuff | path | perpetual | material | MIT | git://github.com/jinder/path.git | 0.12.7 | 0.12.7 | ^0.12.7 | Joyent http://www.joyent.com |
kessler | stuff | postcss | perpetual | material | MIT | git+https://github.com/postcss/postcss.git | 8.4.33 | 8.4.33 | ^8.4.29 | Andrey Sitnik |
kessler | stuff | postcss-loader | perpetual | material | MIT | git+https://github.com/webpack-contrib/postcss-loader.git | 8.0.0 | 8.0.0 | ^8.0.0 | Andrey Sitnik |
kessler | stuff | postcss-sass | perpetual | material | MIT | git+https://github.com/AleshaOleg/postcss-sass.git | 0.5.0 | 0.5.0 | ^0.5.0 | Oleh Aloshkin |
kessler | stuff | precss | perpetual | material | CC0-1.0 | git+https://github.com/jonathantneal/precss.git | 4.0.0 | 4.0.0 | ^4.0.0 | Jonathan Neal |
kessler | stuff | require-dir | perpetual | material | MIT | git://github.com/aseemk/requireDir.git | 1.2.0 | 1.2.0 | ^1.2.0 | Aseem Kishore |
kessler | stuff | rimraf | perpetual | material | ISC | git://github.com/isaacs/rimraf.git | 5.0.5 | 5.0.5 | ^5.0.1 | Isaac Z. Schlueter (http://blog.izs.me/) |
kessler | stuff | sass | perpetual | material | MIT | git+https://github.com/sass/dart-sass.git | 1.70.0 | 1.70.0 | ^1.70.0 | Natalie Weizenbaum nweiz@google.com https://github.com/nex3 |
kessler | stuff | sass-loader | perpetual | material | MIT | git+https://github.com/webpack-contrib/sass-loader.git | 14.0.0 | 14.0.0 | ^14.0.0 | J. Tangelder |
kessler | stuff | source-map-loader | perpetual | material | MIT | git+https://github.com/webpack-contrib/source-map-loader.git | 5.0.0 | 5.0.0 | ^5.0.0 | Tobias Koppers @sokra |
kessler | stuff | stream-browserify | perpetual | material | MIT | git://github.com/browserify/stream-browserify.git | 3.0.0 | 3.0.0 | ^3.0.0 | James Halliday mail@substack.net http://substack.net |
kessler | stuff | streamify | perpetual | material | MIT | git://github.com/fent/node-streamify.git | 1.0.0 | 1.0.0 | ^1.0.0 | fent (https://github.com/fent) |
kessler | stuff | style-loader | perpetual | material | MIT | git+https://github.com/webpack-contrib/style-loader.git | 3.3.4 | 3.3.4 | ^3.3.4 | Tobias Koppers @sokra |
kessler | stuff | stylelint | perpetual | material | MIT | git+https://github.com/stylelint/stylelint.git | 15.11.0 | 15.11.0 | ^15.10.3 | stylelint |
kessler | stuff | stylelint-config-recommended-scss | perpetual | material | MIT | git+https://github.com/stylelint-scss/stylelint-config-recommended-scss.git | 13.1.0 | 13.1.0 | ^13.1.0 | kristerkari |
kessler | stuff | stylelint-webpack-plugin | perpetual | material | MIT | git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git | 4.1.1 | 4.1.1 | ^4.1.1 | Ricardo Gobbo de Souza |
kessler | stuff | svg-inline-loader | perpetual | material | MIT | git+ssh://git@github.com/sairion/svg-inline-loader.git | 0.8.2 | 0.8.2 | ^0.8.2 | Jaeho Lee |
kessler | stuff | terser-webpack-plugin | perpetual | material | MIT | git+https://github.com/webpack-contrib/terser-webpack-plugin.git | 5.3.10 | 5.3.10 | ^5.3.9 | webpack Contrib Team |
kessler | stuff | url-loader | perpetual | material | MIT | git+https://github.com/webpack-contrib/url-loader.git | 4.1.1 | 4.1.1 | ^4.1.0 | Tobias Koppers @sokra |
kessler | stuff | webextension-polyfill | perpetual | material | MPL-2.0 | git+https://github.com/mozilla/webextension-polyfill.git | 0.10.0 | 0.10.0 | ^0.10.0 | Mozilla |
kessler | stuff | webpack | perpetual | material | MIT | git+https://github.com/webpack/webpack.git | 5.90.0 | 5.90.0 | ^5.90.0 | Tobias Koppers @sokra |
kessler | stuff | webpack-cli | perpetual | material | MIT | git+https://github.com/webpack/webpack-cli.git | 5.1.4 | 5.1.4 | ^5.1.4 | n/a |
kessler | stuff | webpack-node-externals | perpetual | material | MIT | git+https://github.com/liady/webpack-node-externals.git | 3.0.0 | 3.0.0 | ^3.0.0 | Liad Yosef https://github.com/liady |
kessler | stuff | ws | perpetual | material | MIT | git+https://github.com/websockets/ws.git | 8.16.0 | 8.16.0 | ^8.14.1 | Einar Otto Stangvik |