react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / hawk / node_modules / boom / package.json
81152 views{1"name": "boom",2"description": "HTTP-friendly error objects",3"version": "2.7.2",4"repository": {5"type": "git",6"url": "git://github.com/hapijs/boom"7},8"main": "index",9"keywords": [10"error",11"http"12],13"engines": {14"node": ">=0.8.0"15},16"dependencies": {17"hoek": "2.x.x"18},19"devDependencies": {20"code": "1.x.x",21"lab": "5.x.x"22},23"scripts": {24"test": "lab -a code -t 100",25"test-cov-html": "lab -a code -r html -o coverage.html"26},27"license": "BSD-3-Clause",28"gitHead": "29be188e9ecfce3a2e090b8714dec2b6e0791724",29"bugs": {30"url": "https://github.com/hapijs/boom/issues"31},32"homepage": "https://github.com/hapijs/boom",33"_id": "[email protected]",34"_shasum": "dad628d897f7fd2e32cc82197f13307971cf8354",35"_from": "boom@>=2.0.0 <3.0.0",36"_npmVersion": "2.7.0",37"_nodeVersion": "0.10.38",38"_npmUser": {39"name": "arb",40"email": "[email protected]"41},42"maintainers": [43{44"name": "hueniverse",45"email": "[email protected]"46},47{48"name": "wyatt",49"email": "[email protected]"50},51{52"name": "arb",53"email": "[email protected]"54}55],56"dist": {57"shasum": "dad628d897f7fd2e32cc82197f13307971cf8354",58"tarball": "http://registry.npmjs.org/boom/-/boom-2.7.2.tgz"59},60"directories": {},61"_resolved": "https://registry.npmjs.org/boom/-/boom-2.7.2.tgz"62}636465