disposable-cls
Version:
Provides disposable continuation local storage for Node.js.
37 lines (36 loc) • 829 B
JSON
{
"name": "disposable-cls",
"version": "1.0.17",
"description": "Provides disposable continuation local storage for Node.js.",
"main": "src/index.js",
"keywords": [
"threading",
"shared",
"context",
"continuation",
"disposable"
],
"repository": {
"type": "git",
"url": "https://github.com/timjroberts/disposable-cls.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tim Roberts <tim@timjroberts.com>",
"license": "BSD",
"dependencies": {
"async-listener": "0.5.6",
"shimmer": "~1.0"
},
"devDependencies": {
"matchdep": "~0.3",
"typescript": "^1.6",
"tslint": "~2.4",
"grunt-execute": "~0.2",
"grunt-mocha-test": "~0.12",
"grunt-release": "~0.13",
"blanket": "1.1.6",
"chai": "~3.2"
}
}