1 | {
|
2 | "name": "good-squeeze",
|
3 | "version": "5.1.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 | "fast-safe-stringify": "2.0.x",
|
27 | "hoek": "4.2.x"
|
28 | },
|
29 | "devDependencies": {
|
30 | "boom": "4.x.x",
|
31 | "code": "3.x.x",
|
32 | "lab": "11.x.x"
|
33 | }
|
34 | }
|