@aryth/comparer
Version:
Comparer collections for sort and rank
36 lines • 767 B
JSON
{
"name": "@aryth/comparer",
"version": "0.7.8",
"description": "Comparer collections for sort and rank",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gadge/aryth.git"
},
"keywords": [
"sort",
"rank",
"comparer"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/aryth"
},
"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "2b35c933a0f21cc95d6093a9ee9a75c3007abafd",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/rank.test.js"
}
}