@julusian/epoll
Version:
A low-level Node.js binding for the Linux epoll API
52 lines (51 loc) • 979 B
JSON
{
"name": "@julusian/epoll",
"version": "5.0.0-1",
"description": "A low-level Node.js binding for the Linux epoll API",
"main": "epoll.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "cd test && ./run-tests && cd ..",
"install": "pkg-prebuilds-verify ./binding-options.js || node-gyp rebuild",
"rebuild": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/julusian/epoll.git"
},
"engines": {
"node": ">=18.0"
},
"binary": {
"napi_versions": [
8
]
},
"dependencies": {
"node-addon-api": "^7.1.0",
"pkg-prebuilds": "^1.0.0"
},
"keywords": [
"epoll",
"epollpri",
"poll",
"pollpri",
"gpio",
"interrupt",
"linux"
],
"author": "fivdi",
"license": "MIT",
"gypfile": true,
"files": [
"binding.gyp",
"binding-options.js",
"epoll.js",
"epoll.d.ts",
"src",
"prebuilds"
]
}