Dia antes primera install

This commit is contained in:
2025-12-08 15:20:28 -06:00
commit 1416478c9c
4130 changed files with 886376 additions and 0 deletions

15
node_modules/node-red-contrib-excel/package.json generated vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"name" : "node-red-contrib-excel",
"version" : "0.0.3",
"description" : "Converts JSON to excel and writes to file specified.",
"dependencies": {
"json2xls" : "0.1.2"
},
"keywords": [ "node-red" ,"Excel", "JSON to Excel", "node-red-excel", "xlsx", "xls"],
"node-red" : {
"nodes": {
"xlsx": "excel/excel.js"
}
},
"license": "MIT"
}