| 1234567891011121314151617181920212223242526 | {  "name": "hoek",  "description": "General purpose node utilities",  "version": "2.16.3",  "repository": "git://github.com/hapijs/hoek",  "main": "lib/index.js",  "keywords": [    "utilities"  ],  "engines": {    "node": ">=0.10.40"  },  "dependencies": {},  "devDependencies": {    "code": "1.x.x",    "lab": "5.x.x"  },  "scripts": {    "test": "lab -a code -t 100 -L",    "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"  },  "license": "BSD-3-Clause",  "__npminstall_done": true,  "_from": "hoek@2.16.3",  "_resolved": "https://registry.npmmirror.com/hoek/-/hoek-2.16.3.tgz"}
 |