1
|
{
|
2
|
"name": "handle-thing",
|
3
|
"version": "2.0.1",
|
4
|
"description": "Wrap Streams2 instance into a HandleWrap",
|
5
|
"main": "lib/handle.js",
|
6
|
"scripts": {
|
7
|
"lint": "standard",
|
8
|
"test": "mocha --reporter=spec test/*-test.js",
|
9
|
"coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js"
|
10
|
},
|
11
|
"pre-commit": [
|
12
|
"lint",
|
13
|
"test"
|
14
|
],
|
15
|
"repository": {
|
16
|
"type": "git",
|
17
|
"url": "git+ssh://git@github.com/indutny/handle-thing.git"
|
18
|
},
|
19
|
"keywords": [
|
20
|
"handle",
|
21
|
"net",
|
22
|
"streams2"
|
23
|
],
|
24
|
"author": "Fedor Indutny <fedor@indutny.com>",
|
25
|
"license": "MIT",
|
26
|
"bugs": {
|
27
|
"url": "https://github.com/spdy-http2/handle-thing/issues"
|
28
|
},
|
29
|
"homepage": "https://github.com/spdy-http2/handle-thing#readme",
|
30
|
"devDependencies": {
|
31
|
"istanbul": "^0.4.5",
|
32
|
"mocha": "^5.2.0",
|
33
|
"pre-commit": "^1.2.2",
|
34
|
"readable-stream": "^3.0.6",
|
35
|
"standard": "^12.0.1",
|
36
|
"stream-pair": "^1.0.3"
|
37
|
}
|
38
|
}
|