UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

135 lines (134 loc) 2.92 kB
{ "name": "mukla", "version": "0.4.8", "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 --verbose", "pretest": "npm run lint", "test": "npm run coverage", "posttest": "npm run lint:coverage", "coverage": "nyc node test.js", "lint:coverage": "nyc check-coverage --lines 0 --branches 0 --statements 0 --functions 0", "report-coverage": "nyc report --reporter=text-lcov | coveralls", "prerelease": "npm test", "release": "standard-version --sign --no-verify", "precommit": "git add --all", "commit": "git-cz" }, "dependencies": { "always-done": "^1.1.0", "clean-stacktrace": "^1.0.0", "core-assert": "^0.2.1", "error-symbol": "^0.1.0", "extend-shallow": "^2.0.1", "get-fn-name": "^1.0.0", "lazy-cache": "^2.0.1", "success-symbol": "^0.1.0" }, "devDependencies": { "assertit": "^0.1.0", "capture-stream": "^0.1.2", "commitizen": "~2.7.0", "coveralls": "^2.11.14", "cz-conventional-changelog": "^1.2.0", "nyc": "^8.3.2", "pre-commit": "^1.1.3", "standard": "^8.5.0", "standard-version": "^3.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", "clean-stacktrace", "core-assert", "end-of-stream", "istanbul", "mocha", "on-stream-end", "stream-exhaust", "testit", "async-done", "base", "dezalgo", "minibase", "once" ], "lint": { "reflinks": true } } }