UNPKG

856 BJSONView Raw
1{
2 "name": "continuation-local-storage",
3 "version": "3.1.0",
4 "description": "userland implementation of https://github.com/joyent/node/issues/5243",
5 "main": "context.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "tap test/*.tap.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/othiym23/node-continuation-local-storage.git"
15 },
16 "keywords": [
17 "threading",
18 "shared",
19 "context",
20 "domains",
21 "tracing",
22 "logging"
23 ],
24 "author": "Forrest L Norvell <ogd@aoaioxxysz.net>",
25 "contributors": [
26 "Tim Caswell <tim@creationix.com>",
27 "Forrest L Norvell <ogd@aoaioxxysz.net>"
28 ],
29 "license": "BSD",
30 "devDependencies": {
31 "tap": "~0.4.2"
32 },
33 "optionalDependencies": {
34 "async-listener": "0.4.7"
35 },
36 "dependencies": {
37 "emitter-listener": "1.0.1"
38 }
39}