Add mastodon archive plugin.
This commit is contained in:
parent
6b53b4cd7a
commit
2a68ab9964
4 changed files with 113 additions and 0 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
|
@ -13,6 +13,7 @@
|
|||
"@sardine/eleventy-plugin-external-links": "^1.4.0",
|
||||
"eleventy-plugin-git-commit-date": "^1.0.2",
|
||||
"eleventy-plugin-inline-link-favicon": "^1.1.0",
|
||||
"eleventy-plugin-mastoarchive": "^0.2.0",
|
||||
"eleventy-plugin-poison": "^1.0.1",
|
||||
"eleventy-plugin-recent-changes": "^1.0.1",
|
||||
"eleventy-plugin-webmentions": "^2.1.0"
|
||||
|
|
@ -371,6 +372,16 @@
|
|||
"integrity": "sha512-ZhzQ9WYwhrHBGHv1fBwK1y2QYYJt8jX4oUL3jB82AWCv03WpiMBK77OIJcGBo7XQdo4gIm6oPQZ8tG/150ApeA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/eleventy-plugin-mastoarchive": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/eleventy-plugin-mastoarchive/-/eleventy-plugin-mastoarchive-0.2.0.tgz",
|
||||
"integrity": "sha512-NYSx9yQxTcaA2mn1GVA3tfArqJoAI5YhOKU/GFCAEhRZv26GPmRGtlD7jAqPVIS68wEpUDlgh9WacHOPEWDY7w==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.21",
|
||||
"node-fetch": "^2.6.9"
|
||||
}
|
||||
},
|
||||
"node_modules/eleventy-plugin-poison": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/eleventy-plugin-poison/-/eleventy-plugin-poison-1.0.1.tgz",
|
||||
|
|
@ -517,6 +528,12 @@
|
|||
"uhyphen": "^0.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/lodash": {
|
||||
"version": "4.18.1",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
||||
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/ms": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
||||
|
|
|
|||
Loading…
Reference in a new issue