Path: blob/master/node_modules/@hapi/hoek/package.json
1126 views
{1"name": "@hapi/hoek",2"description": "General purpose node utilities",3"version": "9.3.0",4"repository": "git://github.com/hapijs/hoek",5"main": "lib/index.js",6"types": "lib/index.d.ts",7"keywords": [8"utilities"9],10"files": [11"lib"12],13"eslintConfig": {14"extends": [15"plugin:@hapi/module"16]17},18"dependencies": {},19"devDependencies": {20"@hapi/code": "8.x.x",21"@hapi/eslint-plugin": "*",22"@hapi/lab": "^24.0.0",23"typescript": "~4.0.2"24},25"scripts": {26"test": "lab -a @hapi/code -t 100 -L -Y",27"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"28},29"license": "BSD-3-Clause"30}313233