usocket
Version:
unix local sockets with descriptor passing
39 lines (38 loc) • 834 B
JSON
{
"name": "usocket",
"version": "1.0.1",
"description": "unix local sockets with descriptor passing",
"main": "index.js",
"scripts": {
"test": "mocha -R spec",
"configure": "node-gyp configure",
"build": "node-gyp build",
"rebuild": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhs67/usocket.git"
},
"keywords": [
"unix",
"local",
"socket",
"file",
"descriptor"
],
"author": "Jon Spencer <jon@jonspencer.ca>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jhs67/usocket/issues"
},
"homepage": "https://github.com/jhs67/usocket#readme",
"devDependencies": {
"mocha": "^9.2.2"
},
"dependencies": {
"bindings": "^1.5.0",
"debug": "^4.3.4",
"nan": "^2.15.0",
"node-gyp": "^9.0.0"
}
}