@helpers4/array
Version:
A set of helpers in TS/JS, compatible with tree-shaking, for array.
45 lines • 921 B
JSON
{
"name": "@helpers4/array",
"version": "2.0.0-alpha.3",
"description": "A set of helpers in TS/JS, compatible with tree-shaking, for array.",
"author": "baxyz <baxy@etik.com>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/helpers4/helpers4.git"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js"
}
},
"keywords": [
"helpers",
"array",
"quickCompare",
"sort",
"unique",
"deepCompare",
"difference",
"oneInCommon",
"arrayEquals",
"chunk",
"intersection"
],
"files": [
"lib/index.js",
"lib/index.d.ts",
"lib/index.js.map",
"LICENSE.md",
"package.json",
"README.md"
],
"peerDependencies": {
"radashi": "^12.4.0",
"simple-deepcompare": "^1.0.7"
}
}