gx
chenyc
2025-02-12 ea42ff3ebee1eeb3fb29423aa848a249441db81c
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
{
  "name": "stream-meter",
  "version": "1.0.4",
  "description": "A stream meter that both counts the bytes piped through it, and can optionally abort on a max size.  (e.g. limit a http request size)",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "readable-stream": "^2.1.4"
  },
  "devDependencies": {
    "concat-stream": "^1.5.1",
    "stream-spigot": "^3.0.3",
    "tape": "^4.6.0"
  },
  "scripts": {
    "test": "node test/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/brycebaril/node-stream-meter.git"
  },
  "keywords": [
    "streams2",
    "streams",
    "meter",
    "abort"
  ],
  "author": "Bryce B. Baril",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brycebaril/node-stream-meter/issues"
  }
}