mukla
Version:
Small, parallel and fast test framework with suppport for async/await, promises, callbacks, streams and observables. Targets and works at node.js v0.10 and above.
138 lines (137 loc) • 2.92 kB
JSON
{
"name": "mukla",
"version": "0.4.9",
"description": "Small, parallel and fast test framework with suppport for async/await, promises, callbacks, streams and observables. Targets and works at node.js v0.10 and above.",
"repository": "tunnckoCore/mukla",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "standard index.js test.js --fix --verbose",
"test": "npm-run-all -s lint test:*",
"test:api": "nyc --reporter lcov node test.js",
"test:report": "nyc report",
"prerelease": "npm test",
"release": "standard-version --sign --no-verify",
"git": "npm-run-all -s git:*",
"git:add": "git add --all",
"git:cz": "git-cz",
"commit": "npm-run-all -s test git"
},
"dependencies": {
"always-done": "^1.1.0",
"core-assert": "^0.2.1",
"error-symbol": "^0.1.0",
"extend-shallow": "^2.0.1",
"get-fn-name": "^1.0.0",
"stacktrace-metadata": "^2.0.1",
"success-symbol": "^0.1.0"
},
"devDependencies": {
"assertit": "^0.1.0",
"capture-stream": "^0.1.2",
"commitizen": "~2.7.0",
"cz-conventional-changelog": "1.1.5",
"npm-run-all": "~3.1.2",
"nyc": "^10.1.2",
"pre-commit": "^1.2.2",
"standard": "^9.0.0",
"standard-version": "^4.0.0"
},
"files": [
"index.js",
"utils.js"
],
"keywords": [
"assert",
"async",
"asyncawait",
"asynchronous",
"await",
"callback",
"cb",
"concurrency",
"concurrent",
"core",
"easy",
"equal",
"error",
"extreme",
"fast",
"framework",
"gen",
"generators",
"genfn",
"node",
"observ",
"observables",
"parallel",
"promises",
"reporters",
"run",
"runner",
"simple",
"small",
"stream",
"streaming",
"streams",
"sync",
"test",
"testing",
"tests"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"verb": {
"run": true,
"toc": {
"render": true,
"method": "preWrite",
"maxdepth": 3
},
"layout": "empty",
"tasks": [
"readme"
],
"related": {
"list": [
"minibase",
"minibase-is-registered",
"gruu",
"always-done",
"try-catch-core",
"core-assert",
"each-promise"
]
},
"reflinks": [
"always-done",
"assertit",
"async-done",
"base",
"clean-stacktrace",
"core-assert",
"dezalgo",
"end-of-stream",
"istanbul",
"minibase",
"mocha",
"on-stream-end",
"once",
"stream-exhaust",
"testit",
"charlike",
"commitizen",
"standard-version",
"verb",
"verb-generate-readme"
],
"lint": {
"reflinks": true
}
}
}