UNPKG

@4qwerty7/syspipe

Version:

Access to the operating system native pipe implementation

39 lines (38 loc) 702 B
{ "name": "@4qwerty7/syspipe", "version": "0.1.5", "description": "Access to the operating system native pipe implementation", "main": "build/Release/syspipe.node", "scripts": { "install": "node-gyp rebuild" }, "files": [ "README.md", "LICENSE", "binding.gyp", "pipe.cc", "test.js" ], "repository": { "type": "git", "url": "https://github.com/jpenalbae/syspipe.git" }, "keywords": [ "pipe", "syscall", "native", "ospipe", "syspipe" ], "author": { "name": "Jaime Peñalba/Menci" }, "license": "LGPL-3.0", "gypfile": true, "engines": { "node": ">= 8.0" }, "dependencies": { "node-addon-api": "*" } }