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

84 lines (83 loc) 1.88 kB
{ "name": "arr-includes", "version": "2.0.2", "description": "Return positive value if any of passed values exists in array.", "repository": "tunnckoCore/arr-includes", "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 100 --branches 100 --statements 100 --functions 100", "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": { "lazy-arrayify": "^1.0.3", "lazy-cache": "^2.0.1" }, "devDependencies": { "commitizen": "^2.8.6", "coveralls": "^2.11.12", "cz-conventional-changelog": "^1.2.0", "mukla": "^0.4.1", "nyc": "^8.1.0", "pre-commit": "^1.1.3", "standard": "^8.4.0", "standard-version": "^2.4.0" }, "files": [ "index.js", "utils.js" ], "keywords": [ "arr", "arr-includes", "array", "check", "exists", "in", "in-array", "includes", "pass", "validate", "value", "values" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "verb": { "run": true, "toc": false, "layout": "empty", "tasks": [ "readme" ], "related": { "list": [ "in-array", "isarray", "is-missing", "is-installed", "is-async-function" ] }, "reflinks": [ "in-array" ], "lint": { "reflinks": true } } }