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/json2xls/package.json generated vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "json2xls",
"version": "0.1.2",
"description": "canonically transform json to an excel document",
"main": "lib/json2xls.js",
"scripts": {
"test": "jasmine-node spec"
},
"repository": "https://github.com/rikkertkoppes/json2xls",
"author": "Rikkert Koppes <rikkert@rikkertkoppes.com",
"license": "BSD-2-Clause",
"dependencies": {
"excel-export": "~0.3.11"
}
}