32 lines
		
	
	
		
			787 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			787 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "socket-pair",
 | |
|   "version": "1.0.2",
 | |
|   "description": "Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716",
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/socket-pair.js",
 | |
|   "main": "lib/socket-pair.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/socket-pair.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "tls",
 | |
|     "socket",
 | |
|     "socketpair",
 | |
|     "streampair",
 | |
|     "pair",
 | |
|     "stream",
 | |
|     "duplex",
 | |
|     "reader",
 | |
|     "coupled",
 | |
|     "writer"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
 | |
|   "license": "MIT OR Apache-2.0",
 | |
|   "dependencies": {
 | |
|     "bluebird": "^3.5.1"
 | |
|   }
 | |
| }
 |