Cloudflare worker to watch RSS feeds and post updates to Discord webhooks
1{
2 "name": "bzzrt",
3 "version": "1.0.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "bzzrt",
9 "version": "1.0.0",
10 "license": "MIT",
11 "dependencies": {
12 "feedsmith": "^2.9.0"
13 }
14 },
15 "node_modules/entities": {
16 "version": "7.0.1",
17 "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
18 "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
19 "license": "BSD-2-Clause",
20 "engines": {
21 "node": ">=0.12"
22 },
23 "funding": {
24 "url": "https://github.com/fb55/entities?sponsor=1"
25 }
26 },
27 "node_modules/fast-xml-parser": {
28 "version": "5.3.5",
29 "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.5.tgz",
30 "integrity": "sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA==",
31 "funding": [
32 {
33 "type": "github",
34 "url": "https://github.com/sponsors/NaturalIntelligence"
35 }
36 ],
37 "license": "MIT",
38 "dependencies": {
39 "strnum": "^2.1.2"
40 },
41 "bin": {
42 "fxparser": "src/cli/cli.js"
43 }
44 },
45 "node_modules/feedsmith": {
46 "version": "2.9.0",
47 "resolved": "https://registry.npmjs.org/feedsmith/-/feedsmith-2.9.0.tgz",
48 "integrity": "sha512-TYucytOx4bTrD4ON0iuJG9y0Me7fiT0EZ+7MIE0xptvd8TL6nY0Z1jVPa9W39WMJUtPqV2r27TQxL/z5DCCmdA==",
49 "license": "MIT",
50 "dependencies": {
51 "entities": "^7.0.0",
52 "fast-xml-parser": "^5.3.3"
53 }
54 },
55 "node_modules/strnum": {
56 "version": "2.1.2",
57 "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
58 "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
59 "funding": [
60 {
61 "type": "github",
62 "url": "https://github.com/sponsors/NaturalIntelligence"
63 }
64 ],
65 "license": "MIT"
66 }
67 }
68}