From e8a40f31c904baeaa1817cd3e418df5ce71302c1 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 25 Mar 2025 21:51:59 +1100 Subject: sidebar: create upcoming module Requires ical.js and curl --- package-lock.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index 6e56f15..c8c9317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,6 +6,7 @@ "": { "dependencies": { "fuzzysort": "^3.1.0", + "ical.js": "^2.1.0", "mathjs": "^14.0.1" }, "devDependencies": { @@ -534,6 +535,12 @@ "integrity": "sha512-sR9BNCjBg6LNgwvxlBd0sBABvQitkLzoVY9MYYROQVX/FvfJ4Mai9LsGhDgd8qYdds0bY77VzYd5iuB+v5rwQQ==", "license": "MIT" }, + "node_modules/ical.js": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.1.0.tgz", + "integrity": "sha512-BOVfrH55xQ6kpS3muGvIXIg2l7p+eoe12/oS7R5yrO3TL/j/bLsR0PR+tYQESFbyTbvGgPHn9zQ6tI4FWyuSaQ==", + "license": "MPL-2.0" + }, "node_modules/javascript-natural-sort": { "version": "0.7.1", "resolved": "https://registry.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz", -- cgit v1.2.3-freya