UNPKG

739 BJSONView Raw
1{
2 "name": "@aryth/comparer",
3 "version": "0.3.13",
4 "description": "Comparer collections for sort and rank",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "publishConfig": {
11 "access": "public"
12 },
13 "scripts": {
14 "pub": "npm publish",
15 "test": "node -r @babel/register test/rank.test.js"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/gadge/aryth.git"
20 },
21 "keywords": [
22 "sort",
23 "rank",
24 "comparer"
25 ],
26 "author": "Hoyeung Wong",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/hoyeungw/aryth"
30 },
31 "homepage": "https://github.com/hoyeungw/aryth#readme",
32 "gitHead": "6e9c4121d6c2270bc18980698c48518737c35686"
33}