@evojs/context
Version:
Nodejs context storage
28 lines • 580 B
JSON
{
"name": "@evojs/context",
"version": "4.0.0",
"description": "Nodejs context storage",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"engines": {
"node": "^10.12.0 || >=12.0.0"
},
"author": {
"name": "Shamil Sultanov",
"email": "shamil.amirovich@gmail.com"
},
"keywords": [
"nodejs",
"evojs",
"async_hooks"
],
"repository": {
"type": "git",
"url": "git+https://github.com/evotool/js-context.git"
},
"bugs": {
"url": "https://github.com/evotool/js-context/issues"
},
"homepage": "https://github.com/evotool/js-context#readme"
}