UNPKG

577 BJSONView Raw
1{
2 "name": "accept",
3 "description": "HTTP Accept-* headers parsing",
4 "version": "3.1.1",
5 "repository": "git://github.com/hapijs/accept",
6 "main": "lib/index.js",
7 "keywords": [
8 "HTTP",
9 "header",
10 "accept",
11 "accept-encoding"
12 ],
13 "engines": {
14 "node": ">=8.9.0"
15 },
16 "dependencies": {
17 "boom": "7.x.x",
18 "hoek": "5.x.x"
19 },
20 "devDependencies": {
21 "code": "5.x.x",
22 "lab": "17.x.x"
23 },
24 "scripts": {
25 "test": "lab -a code -t 100 -L",
26 "test-cov-html": "lab -a code -r html -o coverage.html"
27 },
28 "license": "BSD-3-Clause"
29}