package.json
1.7 KB
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
54
55
56
57
58
59
60
61
{
"_from": "passthrough-counter@^1.0.0",
"_id": "passthrough-counter@1.0.0",
"_inBundle": false,
"_integrity": "sha1-GWfZ5m2lcrXAI8eH2xEqOHqxZvo=",
"_location": "/passthrough-counter",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "passthrough-counter@^1.0.0",
"name": "passthrough-counter",
"escapedName": "passthrough-counter",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/koa-logger"
],
"_resolved": "https://registry.npmjs.org/passthrough-counter/-/passthrough-counter-1.0.0.tgz",
"_shasum": "1967d9e66da572b5c023c787db112a387ab166fa",
"_spec": "passthrough-counter@^1.0.0",
"_where": "/Users/fzy/project/efang/node_modules/koa-logger",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/stream-utils/passthrough-counter/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Get the total buffer length of a stream.",
"devDependencies": {
"istanbul": "0",
"mocha": "2"
},
"files": [
"index.js"
],
"homepage": "https://github.com/stream-utils/passthrough-counter#readme",
"keywords": [
"stream",
"count",
"passthrough"
],
"license": "MIT",
"name": "passthrough-counter",
"repository": {
"type": "git",
"url": "git+https://github.com/stream-utils/passthrough-counter.git"
},
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"version": "1.0.0"
}