-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.29 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "ace-context",
"version": "1.0.1",
"description": "CLS-like context using async_hooks for node >= 8.0.0",
"main": "index.js",
"files": [
"index.js",
"context.js",
"context-legacy.js"
],
"scripts": {
"test": "mocha test/*.js & tap test/tap/*.tap.js",
"test-mocha": "mocha test/*.js",
"test-tap": "tap test/tap/*.tap.js",
"debug": "node --nolazy --inspect-brk=5858 "
},
"repository": {
"type": "git",
"url": "https://github.com/bmacnaughton/cls-hooked.git"
},
"keywords": [
"threading",
"shared",
"context"
],
"author": "Forrest L Norvell <[email protected]>",
"contributors": [
"Tim Caswell <[email protected]>",
"Forrest L Norvell <[email protected]>",
"Jeff Lewis <[email protected]>",
"Bruce A. MacNaughton <[email protected]>"
],
"license": "BSD-2-Clause",
"engineStrict": false,
"engines": {
"node": "^4.7 || >=6.9 || >=7.3 || >=8.2.1"
},
"dependencies": {
"async-hook-jl": "^1.7.6",
"emitter-listener": "^1.0.1",
"semver": "^5.4.1"
},
"devDependencies": {
"async-hook-domain": "^1.1.3",
"chai": "^4.1.0",
"sinon": "^2.3.8",
"sinon-chai": "^2.12.0",
"superagent": "^3.5.2",
"tap": "^14.10.2",
"tap-mocha-reporter": "^5.0.0"
},
"false": {}
}