misc update

This commit is contained in:
sashinexists
2025-01-09 06:13:01 +11:00
parent b29bc550c5
commit c4c26c0b4f
27 changed files with 797 additions and 20 deletions

38
package-lock.json generated
View File

@@ -6,7 +6,7 @@
"": {
"name": "sashinexists",
"dependencies": {
"@weborigami/origami": "0.2.1"
"@weborigami/origami": "0.2.2"
}
},
"node_modules/@emnapi/runtime": {
@@ -381,31 +381,31 @@
}
},
"node_modules/@weborigami/async-tree": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@weborigami/async-tree/-/async-tree-0.2.1.tgz",
"integrity": "sha512-RH+RCOkT6Oy8GtSKsGUs87izjUTetq8fJ64c7LrqsssEsgMi/ENMdnnO4kVHPW4mvqSMUQqoK0WUyP9hjSrhVQ==",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@weborigami/async-tree/-/async-tree-0.2.2.tgz",
"integrity": "sha512-uOVohq9lKWhO+E6u0Z2HPxvpIJaY9eIk15EYL9alHM6gRETpTSZfVlOGjYYD4cQfYdHNhI1Xp+udhmsMH3slCg==",
"dependencies": {
"@weborigami/types": "0.2.1"
"@weborigami/types": "0.2.2"
}
},
"node_modules/@weborigami/language": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@weborigami/language/-/language-0.2.1.tgz",
"integrity": "sha512-syp5L5kHdt4dW4nkjTQa2VMBS94qn+DA524wWY0XpbpyC5h1YMA3s+eOQ29PhdiB9n2xjRhu+ZjxDuLhsv2YaQ==",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@weborigami/language/-/language-0.2.2.tgz",
"integrity": "sha512-bZ2OLeU1b9756AbdA2FGG4S0fK4jtx2yvo+J+6EhZS3gB7Rcn/j4wV13J2lM7ASluE8/AaxNXXT4aMrWdT7sfw==",
"dependencies": {
"@weborigami/async-tree": "0.2.1",
"@weborigami/types": "0.2.1",
"@weborigami/async-tree": "0.2.2",
"@weborigami/types": "0.2.2",
"watcher": "2.3.1"
}
},
"node_modules/@weborigami/origami": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@weborigami/origami/-/origami-0.2.1.tgz",
"integrity": "sha512-nKJWvasGw469qnC1KOF2uayhjlWdOBXo/NRmp3Z64jDYiKYQ60o9uH0CY3b8wB33mRvu3YREoajFNlVcwvnyqQ==",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@weborigami/origami/-/origami-0.2.2.tgz",
"integrity": "sha512-E65VzE2lDRCsrQcDuz0/T2yVqKpHbn4dgLsSb67vePC9jqDqRsKJZ5BkKsiJoVhsqB6Nyv3PDctfoJEQNVQoWg==",
"dependencies": {
"@weborigami/async-tree": "0.2.1",
"@weborigami/language": "0.2.1",
"@weborigami/types": "0.2.1",
"@weborigami/async-tree": "0.2.2",
"@weborigami/language": "0.2.2",
"@weborigami/types": "0.2.2",
"exif-parser": "0.1.12",
"graphviz-wasm": "3.0.2",
"highlight.js": "11.10.0",
@@ -421,9 +421,9 @@
}
},
"node_modules/@weborigami/types": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@weborigami/types/-/types-0.2.1.tgz",
"integrity": "sha512-+386SPOxoo1Whx3Ga+5XanXVhAz/IdwfFuFGSVhO39qj46FwG4ZEU6qqTRZpNW5tX3ABkO9DvAjqoCmapDxaXQ=="
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@weborigami/types/-/types-0.2.2.tgz",
"integrity": "sha512-nrrmhuNJM7EMnzN95ROH97r18KJ56YZGA5bsvPVAXoAyB0Mm0oFzyvy+eJH3LcZgRVb53i74nXZdgDqNoIeMyw=="
},
"node_modules/color": {
"version": "4.2.3",