| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_from": "native-duplexpair@^1.0.0",
- "_id": "native-duplexpair@1.0.0",
- "_inBundle": false,
- "_integrity": "sha1-eJkHjmS/PIo9cyYBs9QP8F21j6A=",
- "_location": "/native-duplexpair",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "native-duplexpair@^1.0.0",
- "name": "native-duplexpair",
- "escapedName": "native-duplexpair",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/tedious"
- ],
- "_resolved": "https://registry.npmjs.org/native-duplexpair/-/native-duplexpair-1.0.0.tgz",
- "_shasum": "7899078e64bf3c8a3d732601b3d40ff05db58fa0",
- "_spec": "native-duplexpair@^1.0.0",
- "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\tedious",
- "author": {
- "name": "Anna Henningsen",
- "email": "anna@addaleax.net"
- },
- "bugs": {
- "url": "https://github.com/tediousjs/native-duplexpair/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Make a full duplex stream with 2 Duplex endpoints, using the native version of `Duplex`",
- "devDependencies": {
- "mocha": "^4.0.1",
- "nyc": "^11.3.0"
- },
- "directories": {
- "test": "test"
- },
- "engine": ">=4.0.0",
- "homepage": "https://github.com/tediousjs/native-duplexpair#readme",
- "keywords": [
- "duplex",
- "pair",
- "streams",
- "socket"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "native-duplexpair",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tediousjs/native-duplexpair.git"
- },
- "scripts": {
- "test": "nyc mocha"
- },
- "version": "1.0.0"
- }
|