-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 688 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "continuation-local-storage-glue",
"version": "0.2.0",
"description": "https://github.com/joyent/node/issues/5243 used for domains",
"main": "bootstrap.js",
"scripts": {
"test": "tap test/*.tap.js"
},
"repository": {
"type": "git",
"url": "https://github.com/othiym23/node-continuation-local-storage-glue.git"
},
"keywords": [
"threading",
"shared",
"context",
"domains",
"tracing",
"loggin",
"unsafe"
],
"author": "Forrest L Norvell <ogd@aoaioxxysz.net>",
"license": "BSD",
"devDependencies": {
"tap": "~0.4.3"
},
"dependencies": {
"continuation-local-storage": "~1.1",
"shimmer": "0.7.x"
}
}