UNPKG

883 BJSONView Raw
1{
2 "name": "@aryth/distinct-column",
3 "version": "0.5.7",
4 "description": "A math util library",
5 "main": "./dist/index.cjs",
6 "exports": {
7 "import": "./dist/index.mjs",
8 "require": "./dist/index.cjs"
9 },
10 "files": [
11 "dist"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "pub": "npm publish",
18 "test": "node -r @babel/register test/rank.test.js"
19 },
20 "dependencies": {
21 "@aryth/util-distinct": "^0.5.7",
22 "@vect/column-mapper": "^0.5.23"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/gadge/aryth.git"
27 },
28 "keywords": [
29 "math",
30 "numeric",
31 "analysis"
32 ],
33 "author": "Hoyeung Wong",
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/hoyeungw/aryth"
37 },
38 "homepage": "https://github.com/hoyeungw/aryth#readme",
39 "gitHead": "74d4107d131b065fa6b32999d06f3288360680eb"
40}