summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-25 07:11:40 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-25 07:12:40 +0100
commit7c31c4cf897fef56dd05bc6afd6fc405f026c5e2 (patch)
tree88ce23c06da0bbf6601f746590dde5e688765988
parent5839f40745cbfd8945fd31327dc61ca147029b51 (diff)
Installs @astro/rss
-rw-r--r--package-lock.json36
-rw-r--r--package.json1
2 files changed, 37 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 3302189..268f2ff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6,6 +6,7 @@
"": {
"dependencies": {
"@astrojs/mdx": "^0.19.7",
+ "@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^2.0.2",
"@paypal/paypal-js": "^6.0.1",
"astro": "^2.9.7",
@@ -201,6 +202,15 @@
"node": ">=16.12.0"
}
},
+ "node_modules/@astrojs/rss": {
+ "version": "2.4.4",
+ "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-2.4.4.tgz",
+ "integrity": "sha512-HQFoHyHVoODyeyAFoVPej8OOZowiuXvB5AFIzY4AiPCdwlBz5JGpzW5vPARG/FCqAI9AS3Wi0sU/RZh3Cu8SWQ==",
+ "dependencies": {
+ "fast-xml-parser": "^4.2.5",
+ "kleur": "^4.1.5"
+ }
+ },
"node_modules/@astrojs/sitemap": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-2.0.2.tgz",
@@ -4153,6 +4163,27 @@
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
"dev": true
},
+ "node_modules/fast-xml-parser": {
+ "version": "4.2.7",
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz",
+ "integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==",
+ "funding": [
+ {
+ "type": "paypal",
+ "url": "https://paypal.me/naturalintelligence"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/NaturalIntelligence"
+ }
+ ],
+ "dependencies": {
+ "strnum": "^1.0.5"
+ },
+ "bin": {
+ "fxparser": "src/cli/cli.js"
+ }
+ },
"node_modules/fastq": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
@@ -8290,6 +8321,11 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/strnum": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
+ },
"node_modules/style-to-object": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.2.tgz",
diff --git a/package.json b/package.json
index b147aee..ddb42b7 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,7 @@
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
+ "@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^2.0.2",
"@paypal/paypal-js": "^6.0.1",
"astro": "^2.9.7",