Commit iniziale

This commit is contained in:
Paolo A
2025-02-18 22:59:07 +00:00
commit 4bbf35cefb
6879 changed files with 623784 additions and 0 deletions

33
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"
}