UNPKG

lab

Version:
49 lines (48 loc) 1.3 kB
{ "name": "lab", "description": "Test utility", "version": "18.0.2", "repository": "git://github.com/hapijs/lab", "main": "lib/index.js", "keywords": [ "test" ], "dependencies": { "bossy": "4.x.x", "diff": "4.x.x", "eslint": "5.x.x", "eslint-config-hapi": "12.x.x", "eslint-plugin-hapi": "4.x.x", "espree": "5.x.x", "find-rc": "4.x.x", "handlebars": "4.x.x", "hoek": "6.x.x", "json-stable-stringify": "1.x.x", "json-stringify-safe": "5.x.x", "mkdirp": "0.5.x", "seedrandom": "2.x.x", "source-map": "0.7.x", "source-map-support": "0.5.x", "supports-color": "6.x.x", "will-call": "1.x.x" }, "devDependencies": { "code": "5.x.x", "cpr": "3.0.x", "eslint-plugin-markdown": "1.0.0-rc.0", "lab-event-reporter": "1.x.x", "rimraf": "2.6.x", "semver": "5.6.x" }, "bin": { "lab": "./bin/lab" }, "scripts": { "test": "node ./bin/_lab -fL -t 100 -m 10000", "posttest": "npm run lint-md", "test-cov-html": "node ./bin/_lab -fL -r html -m 10000 -o coverage.html", "lint": "node ./bin/_lab -d -f -L", "lint-md": "eslint --config hapi --rule \"strict: 0, eol-last: 0\" --plugin markdown --ext md --parser-options \"ecmaVersion: 9\" ." }, "license": "BSD-3-Clause" }