Estructura inicial del proyecto

This commit is contained in:
2026-06-02 16:57:08 +00:00
commit 8b306b9afc
9864 changed files with 1435687 additions and 0 deletions

33
backend/node_modules/native-duplexpair/package.json generated vendored Normal file
View File

@ -0,0 +1,33 @@
{
"name": "native-duplexpair",
"version": "1.0.0",
"description": "Make a full duplex stream with 2 Duplex endpoints, using the native version of `Duplex`",
"engine": ">=4.0.0",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"mocha": "^4.0.1",
"nyc": "^11.3.0"
},
"scripts": {
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tediousjs/native-duplexpair.git"
},
"keywords": [
"duplex",
"pair",
"streams",
"socket"
],
"author": "Anna Henningsen <anna@addaleax.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tediousjs/native-duplexpair/issues"
},
"homepage": "https://github.com/tediousjs/native-duplexpair#readme"
}