1{ 2 "name": "@hapi/boom", 3 "description": "HTTP-friendly error objects", 4 "version": "9.1.4", 5 "repository": "git://github.com/hapijs/boom", 6 "main": "lib/index.js", 7 "types": "lib/index.d.ts", 8 "keywords": [ 9 "error", 10 "http" 11 ], 12 "files": [ 13 "lib" 14 ], 15 "dependencies": { 16 "@hapi/hoek": "9.x.x" 17 }, 18 "devDependencies": { 19 "@hapi/code": "8.x.x", 20 "@hapi/lab": "24.x.x", 21 "typescript": "~4.0.2" 22 }, 23 "scripts": { 24 "test": "lab -a @hapi/code -t 100 -L -Y", 25 "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html" 26 }, 27 "license": "BSD-3-Clause" 28} 29 30