compare-lists
Version:
Super efficiently compares two sorted lists (arrays, strings, anything that is iterable actually).
33 lines • 840 B
JSON
{
"name": "compare-lists",
"version": "1.0.10",
"description": "Super efficiently compares two sorted lists (arrays, strings, anything that is iterable actually).",
"main": "index.js",
"keywords": [
"compare",
"collections",
"lists",
"arrays",
"maps",
"strings",
"iterable",
"iterator"
],
"author": "Ben <codeandcats@gmail.com>",
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "npm run check",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS --config ./commitlint.config.json"
}
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/codeandcats/compare-lists.git"
},
"bugs": {
"url": "https://github.com/codeandcats/compare-lists/issues"
},
"homepage": "https://github.com/codeandcats/compare-lists#readme"
}