1{
2  "name": "subtext",
3  "description": "HTTP payload parsing",
4  "version": "6.0.7",
5  "repository": "git://github.com/hapijs/subtext",
6  "main": "lib/index.js",
7  "keywords": [
8    "http",
9    "payload",
10    "file",
11    "stream",
12    "multipart"
13  ],
14  "engines": {
15    "node": ">=8.9.0"
16  },
17  "dependencies": {
18    "boom": "7.x.x",
19    "content": "4.x.x",
20    "hoek": "5.x.x",
21    "pez": "4.x.x",
22    "wreck": "14.x.x"
23  },
24  "devDependencies": {
25    "code": "5.x.x",
26    "form-data": "2.1.x",
27    "lab": "15.x.x"
28  },
29  "scripts": {
30    "test": "lab -a code -t 100 -L",
31    "test-cov-html": "lab -a code -r html -o coverage.html"
32  },
33  "license": "BSD-3-Clause"
34}
35