bare-signals
Version:
Native signal handling for JavaScript
51 lines (50 loc) • 1.11 kB
JSON
{
"name": "bare-signals",
"version": "4.0.3",
"description": "Native signal handling for JavaScript",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./package": "./package.json",
"./errors": "./lib/errors.js",
"./emitter": "./lib/emitter.js"
},
"files": [
"index.js",
"index.d.ts",
"binding.c",
"binding.js",
"CMakeLists.txt",
"lib",
"prebuilds"
],
"addon": true,
"scripts": {
"test": "prettier . --check && bare test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-signals.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-signals/issues"
},
"homepage": "https://github.com/holepunchto/bare-signals#readme",
"engines": {
"bare": ">=1.7.0"
},
"dependencies": {
"bare-events": "^2.5.3",
"bare-os": "^3.3.1"
},
"devDependencies": {
"brittle": "^3.2.1",
"cmake-bare": "^1.1.6",
"prettier": "^3.4.1",
"prettier-config-standard": "^7.0.0"
}
}