UNPKG

686 BJSONView Raw
1{
2 "name": "good-squeeze",
3 "version": "3.0.0",
4 "description": "Collection of utility transform streams.",
5 "main": "lib/index.js",
6 "keywords": [
7 "good",
8 "good-reporter",
9 "transform-stream",
10 "filtering",
11 "stream"
12 ],
13 "scripts": {
14 "test": "lab -m 5000 -t 100 -v -La code"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/hapijs/good-squeeze.git"
19 },
20 "license": "BSD-3-Clause",
21 "homepage": "https://github.com/hapijs/good-squeeze",
22 "engines": {
23 "node": ">=4.0.0"
24 },
25 "dependencies": {
26 "hoek": "3.x.x",
27 "json-stringify-safe": "5.0.x"
28 },
29 "devDependencies": {
30 "code": "2.x.x",
31 "lab": "10.x.x"
32 }
33}