Add svg.js for later

This commit is contained in:
Starbeamrainbowlabs 2022-02-26 19:18:10 +00:00
parent 32d69501b0
commit e99ebc9732
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
2 changed files with 16 additions and 0 deletions

15
package-lock.json generated
View file

@ -10,6 +10,7 @@
"license": "MPL-2.0",
"dependencies": {
"@ltd/j-toml": "^1.29.0",
"@svgdotjs/svg.js": "^3.1.2",
"apexcharts": "^3.33.1",
"applause-cli": "^1.8.0",
"jpake": "^1.0.1",
@ -34,6 +35,15 @@
"resolved": "https://registry.npmjs.org/@ltd/j-toml/-/j-toml-1.29.0.tgz",
"integrity": "sha512-Q5yaMeTAHAnCwnFu2bu+FwqKt60qJLHZx8jGKxos8KocrKu04uoV3/y/DBWqW9ilUbBFCIQm/4YZ7nMrRjTf2Q=="
},
"node_modules/@svgdotjs/svg.js": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@svgdotjs/svg.js/-/svg.js-3.1.2.tgz",
"integrity": "sha512-0ZCWTiuRjCXT2SUoVDiu+8DLuRQlkxZbO680Y2QkV7jNsULzJajrx6A3MxA/IBQg6UGV5csgPZ8w7U57hZSK+A==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Fuzzyma"
}
},
"node_modules/@types/crypto-js": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@types/crypto-js/-/crypto-js-4.0.2.tgz",
@ -702,6 +712,11 @@
"resolved": "https://registry.npmjs.org/@ltd/j-toml/-/j-toml-1.29.0.tgz",
"integrity": "sha512-Q5yaMeTAHAnCwnFu2bu+FwqKt60qJLHZx8jGKxos8KocrKu04uoV3/y/DBWqW9ilUbBFCIQm/4YZ7nMrRjTf2Q=="
},
"@svgdotjs/svg.js": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@svgdotjs/svg.js/-/svg.js-3.1.2.tgz",
"integrity": "sha512-0ZCWTiuRjCXT2SUoVDiu+8DLuRQlkxZbO680Y2QkV7jNsULzJajrx6A3MxA/IBQg6UGV5csgPZ8w7U57hZSK+A=="
},
"@types/crypto-js": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@types/crypto-js/-/crypto-js-4.0.2.tgz",

View file

@ -19,6 +19,7 @@
"homepage": "https://github.com/sbrl/systemquery#readme",
"dependencies": {
"@ltd/j-toml": "^1.29.0",
"@svgdotjs/svg.js": "^3.1.2",
"apexcharts": "^3.33.1",
"applause-cli": "^1.8.0",
"jpake": "^1.0.1",