From 6065542416c0995fcfdc97cbc533de31f27340bc Mon Sep 17 00:00:00 2001 From: Pedro Fernandes <128713978+Plekest@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:42:10 -0300 Subject: [PATCH] Add new JavaScript libraries to data.js Added new JavaScript libraries with descriptions and metadata. jspreadsheet, jspreadsheet-ce, lemonade and calendarjs --- data.js | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/data.js b/data.js index 54e4f060..723e7887 100755 --- a/data.js +++ b/data.js @@ -15,6 +15,38 @@ module.exports = [ url: "https://github.com/caracal7/fast-ease", source: "https://raw.githubusercontent.com/caracal7/fast-ease/master/src/index.js" }, + { + name: "jspreadsheet", + github: "jspreadsheet/ce", + tags: ["library", "javascript", "spreadsheet", "datatable", "grid"], + description: "Open source JavaScript spreadsheet and data grid component", + url: "https://github.com/jspreadsheet/ce", + source: "https://raw.githubusercontent.com/jspreadsheet/ce/master/src/index.js" + }, + { + name: "jspreadsheet-ce", + github: "jspreadsheet/ce", + tags: ["library", "javascript", "spreadsheet", "excel", "table"], + description: "Community Edition of Jspreadsheet, a web-based spreadsheet component", + url: "https://jspreadsheet.com", + source: "https://raw.githubusercontent.com/jspreadsheet/ce/master/src/index.js" + }, + { + name: "calendarjs", + github: "jspreadsheet/calendar", + tags: ["library", "javascript", "calendar", "scheduler", "ui"], + description: "Lightweight JavaScript calendar and scheduling component", + url: "https://calendarjs.org", + source: "https://raw.githubusercontent.com/jspreadsheet/calendar/master/src/index.js" + }, + { + name: "lemonadejs", + github: "lemonadejs/lemonadejs", + tags: ["library", "javascript", "framework", "ui", "components"], + description: "Minimal reactive JavaScript framework for building UI components", + url: "https://lemonadejs.net", + source: "https://raw.githubusercontent.com/lemonadejs/lemonadejs/master/src/lemonade.js" + }, { name: "fullscr", github: "Axorax/fullscr.js",