1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-01-01 03:51:12 +00:00

Support loading shortcodes of a single image

This commit is contained in:
Cadence Ember
2021-11-05 17:01:46 +13:00
parent d660c84941
commit 91022aa5da
7 changed files with 136 additions and 22 deletions

21
package-lock.json generated
View File

@@ -1107,6 +1107,11 @@
"picomatch": "^2.0.4"
}
},
"apollojs": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/apollojs/-/apollojs-1.3.0.tgz",
"integrity": "sha1-X3sAME2XQOKnvltSx8CAfVH5JV4="
},
"append-transform": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
@@ -1948,6 +1953,22 @@
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
"dev": true
},
"fast-html-parser": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/fast-html-parser/-/fast-html-parser-1.0.1.tgz",
"integrity": "sha1-TsyWg7i7ea/hGlCAe3hT55JWzqI=",
"requires": {
"apollojs": "^1.3.0",
"entities": "^1.1.1"
},
"dependencies": {
"entities": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
"integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w=="
}
}
},
"fast-json-stable-stringify": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",