napi-thread-safe-callback-cancellable
Version:
C++ utility class to perform callbacks into JavaScript from any thread
42 lines (41 loc) • 1.25 kB
JSON
{
"name": "napi-thread-safe-callback-cancellable",
"version": "0.0.7",
"description": "C++ utility class to perform callbacks into JavaScript from any thread",
"main": "index.js",
"scripts": {
"test": "npm run test-rebuild && npm run test-run",
"test-build": "node-gyp build --directory test --debug",
"test-configure": "node-gyp configure --directory test --debug",
"test-rebuild": "node-gyp rebuild --directory test --debug",
"test-run": "mocha --reporter spec"
},
"keywords": [
"napi",
"c++",
"callback",
"thread"
],
"author": {
"name": "Mika Fischer",
"url": "https://github.com/mika-fischer"
},
"contributors": [
{
"name": "Mika Fischer",
"url": "https://github.com/mika-fischer"
},
{
"name": "Paul-Louis Ageneau",
"url": "https://github.com/paullouisageneau"
}
],
"license": "ISC",
"homepage": "https://github.com/paullouisageneau/napi-thread-safe-callback-cancellable",
"bugs": "https://github.com/paullouisageneau/napi-thread-safe-callback-cancellable/issues",
"repository": "github:paullouisageneau/napi-thread-safe-callback-cancellable",
"devDependencies": {
"mocha": "^5.0.5",
"node-addon-api": "^1.2.0"
}
}