chai-include-ordered-with-gaps
Version:
A Chai plugin to check if an array contains some members, not necessarily successively.
36 lines (35 loc) • 966 B
JSON
{
"name": "chai-include-ordered-with-gaps",
"version": "1.0.0",
"description": "A Chai plugin to check if an array contains some members, not necessarily successively.",
"main": "./lib/index.js",
"scripts": {
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChayimFriedman2/chai-include-ordered-with-gaps.git"
},
"keywords": [
"chai",
"chai-plugin",
"arrays",
"gaps"
],
"types": "./lib/index.d.ts",
"author": "Chayim Refael Friedman <chayimfr@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChayimFriedman2/chai-include-ordered-with-gaps/issues"
},
"homepage": "https://github.com/ChayimFriedman2/chai-include-ordered-with-gaps#readme",
"devDependencies": {
"@types/chai": "^4.2.7",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1"
},
"peerDependencies": {
"chai": "^4.2.0"
}
}