Initial commit

This commit is contained in:
Marcelo
2025-11-20 15:27:34 -06:00
commit cc72c9fc5d
3221 changed files with 737477 additions and 0 deletions

21
node_modules/exit-on-epipe/package.json generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "exit-on-epipe",
"version": "1.0.1",
"author": "sheetjs",
"description": "Cleanly exit process on EPIPE",
"keywords": [ "epipe", "pipe", "error", "exit" ],
"main": "./exit-on-epipe",
"dependencies": {
},
"devDependencies": {
"mocha":"~2.5.3"
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/node-exit-on-epipe.git" },
"scripts": {
"test": "make test"
},
"files": ["exit-on-epipe.js", "LICENSE", "README.md"],
"bugs": { "url": "https://github.com/SheetJS/node-exit-on-epipe/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }
}