UNPKG

670 BJSONView Raw
1{
2 "name": "subtext",
3 "description": "HTTP payload parsing",
4 "version": "4.4.1",
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": ">=4.0.0"
16 },
17 "dependencies": {
18 "boom": "5.x.x",
19 "content": "3.x.x",
20 "hoek": "4.x.x",
21 "pez": "2.x.x",
22 "wreck": "12.x.x"
23 },
24 "devDependencies": {
25 "code": "4.x.x",
26 "form-data": "2.1.x",
27 "lab": "13.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}