34 lines
779 B
JSON
34 lines
779 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|