parent
310157e37e
commit
cbd4c1f40a
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.3 KiB |
|
@ -1 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="919" height="56"><defs><linearGradient id="smooth" x2="0" y2="100%"><stop offset="0" stop-color="#aaa" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><style>text{font-size:11px;font-family:Verdana,DejaVu Sans,Geneva,sans-serif}text.shadow{fill:#010101;fill-opacity:.3}text.high{fill:#fff}</style><mask id="round"><rect width="100%" height="100%" rx="3" fill="#fff"/></mask></defs><g id="bg" mask="url(#round)"><path fill="navy" d="M0 0h227v56H0z"/><path fill="green" d="M227 0h73v56h-73z"/><path fill="#a9a9a9" d="M300 0h619v56H300z"/><path fill="url(#smooth)" d="M0 0h919v56H0z"/></g><g id="fg"><text class="shadow" x="5.5" y="15">License types</text><text class="high" x="5" y="14">License types</text><text class="shadow" x="5.5" y="27">(project, deps, and bundled devDeps)</text><text class="high" x="5" y="26">(project, deps, and bundled devDeps)</text><text class="shadow" x="232.5" y="15">Permissive</text><text class="high" x="232" y="14">Permissive</text><text class="shadow" x="232.5" y="39">1. ISC</text><text class="high" x="232" y="38">1. ISC</text><text class="shadow" x="232.5" y="51">2. MIT</text><text class="high" x="232" y="50">2. MIT</text><text class="shadow" x="305.5" y="15">Uncategorized</text><text class="high" x="305" y="14">Uncategorized</text><text class="shadow" x="305.5" y="39">1. (MIT AND Apache-2.0 AND CC-BY-SA-2.0 AND ISC AND LGPL-3.0-or-later AND X11) (svgedit (5.1.0))</text><text class="high" x="305" y="38">1. (MIT AND Apache-2.0 AND CC-BY-SA-2.0 AND ISC AND LGPL-3.0-or-later AND X11) (svgedit (5.1.0))</text></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="553" height="80"><defs><linearGradient id="smooth" x2="0" y2="100%"><stop offset="0" stop-color="#aaa" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><style>text{font-size:11px;font-family:Verdana,DejaVu Sans,Geneva,sans-serif}text.shadow{fill:#010101;fill-opacity:.3}text.high{fill:#fff}</style><mask id="round"><rect width="100%" height="100%" rx="3" fill="#fff"/></mask></defs><g id="bg" mask="url(#round)"><path fill="navy" d="M0 0h227v80H0z"/><path fill="green" d="M227 0h90v80h-90z"/><path fill="#cc0" d="M317 0h128v80H317z"/><path fill="pink" d="M445 0h108v80H445z"/><path fill="url(#smooth)" d="M0 0h553v80H0z"/></g><g id="fg"><text class="shadow" x="5.5" y="15">License types</text><text class="high" x="5" y="14">License types</text><text class="shadow" x="5.5" y="27">(project, deps, and bundled devDeps)</text><text class="high" x="5" y="26">(project, deps, and bundled devDeps)</text><text class="shadow" x="232.5" y="15">Permissive</text><text class="high" x="232" y="14">Permissive</text><text class="shadow" x="232.5" y="39">1. Apache-2.0</text><text class="high" x="232" y="38">1. Apache-2.0</text><text class="shadow" x="232.5" y="51">2. ISC</text><text class="high" x="232" y="50">2. ISC</text><text class="shadow" x="232.5" y="63">3. MIT</text><text class="high" x="232" y="62">3. MIT</text><text class="shadow" x="232.5" y="75">4. X11</text><text class="high" x="232" y="74">4. X11</text><text class="shadow" x="322.5" y="15">Weakly</text><text class="high" x="322" y="14">Weakly</text><text class="shadow" x="322.5" y="27">protective</text><text class="high" x="322" y="26">protective</text><text class="shadow" x="322.5" y="51">1. LGPL-3.0-or-later</text><text class="high" x="322" y="50">1. LGPL-3.0-or-later</text><text class="shadow" x="450.5" y="15">Protective</text><text class="high" x="450" y="14">Protective</text><text class="shadow" x="450.5" y="39">1. CC-BY-SA-2.0</text><text class="high" x="450" y="38">1. CC-BY-SA-2.0</text></g></svg>
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.0 KiB |
|
@ -7812,16 +7812,17 @@
|
|||
}
|
||||
},
|
||||
"license-badger": {
|
||||
"version": "0.8.0",
|
||||
"resolved": "https://registry.npmjs.org/license-badger/-/license-badger-0.8.0.tgz",
|
||||
"integrity": "sha512-rcyYZY3XRRLSuoDhu8HDtGpLeKy1O7vnEH0qyCktLpoTJkolSy1tXP8VA5t8qBezh+cW9fB200Sd7QfWIl8pNQ==",
|
||||
"version": "0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/license-badger/-/license-badger-0.9.0.tgz",
|
||||
"integrity": "sha512-km4MqoyR1FTIb/hPRi9Ljo4XiPWYf2MY5kE4nANoa+qautJ+f1N4/QA1uradPkyEDJ5UvcAEmaWStczmWKe8xA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"badge-up": "git+https://github.com/brettz9/badge-up.git#npm-and-testing",
|
||||
"command-line-basics": "^0.6.2",
|
||||
"es6-template-strings": "^2.0.1",
|
||||
"licensee": "git+https://github.com/brettz9/licensee.js.git#filterPackages",
|
||||
"npm-consider": "git+https://github.com/brettz9/npm-consider.git#handle-ands"
|
||||
"npm-consider": "git+https://github.com/brettz9/npm-consider.git#handle-ands",
|
||||
"spdx-expression-parse": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"licensee": {
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
"imageoptim-cli": "^3.0.2",
|
||||
"jamilih": "^0.47.0",
|
||||
"jsdoc": "^3.6.3",
|
||||
"license-badger": "^0.8.0",
|
||||
"license-badger": "^0.9.0",
|
||||
"load-stylesheets": "^0.9.0",
|
||||
"mocha": "^7.0.0",
|
||||
"mocha-badge-generator": "https://github.com/brettz9/mocha-badge-generator#updated-badge-up",
|
||||
|
|
Loading…
Reference in New Issue