processing-context
Version:
Globally accessible processing context based on async_hooks
45 lines (44 loc) • 998 B
JSON
{
"name": "processing-context",
"version": "1.0.0",
"description": "Globally accessible processing context based on async_hooks",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"files": [
"src",
"README.md",
"LICENSE"
],
"scripts": {
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litichevskiydv/processing-context.git"
},
"keywords": [
"async",
"context"
],
"author": "Dmitriy Litichevskiy",
"license": "MIT",
"bugs": {
"url": "https://github.com/litichevskiydv/processing-context/issues"
},
"homepage": "https://github.com/litichevskiydv/processing-context#readme",
"devDependencies": {
"@types/jest": "24.0.18",
"coveralls": "3.0.6",
"jest": "24.9.0",
"jest-extended": "0.11.2"
},
"jest": {
"testEnvironment": "node",
"setupFilesAfterEnv": [
"jest-extended"
],
"coveragePathIgnorePatterns": [
"/node_modules/"
]
}
}