Commit iniziale
This commit is contained in:
33
node_modules/native-duplexpair/package.json
generated
vendored
Normal file
33
node_modules/native-duplexpair/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user