has-async-hooks
Version:
check if the current node version has async_hooks.
29 lines (28 loc) • 652 B
JSON
{
"name": "has-async-hooks",
"description": "check if the current node version has async_hooks.",
"version": "1.0.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/has-async-hooks/issues"
},
"devDependencies": {
"standard": "^11.0.0"
},
"homepage": "https://github.com/goto-bus-stop/has-async-hooks",
"keywords": [
"async_hooks",
"check",
"detect",
"node"
],
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/goto-bus-stop/has-async-hooks.git"
},
"scripts": {
"test": "standard"
}
}