UNPKG

1.11 kBJSONView Raw
1{
2 "name": "@aryth/rank-vector",
3 "version": "0.4.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/comparer": "^0.4.7",
22 "@typen/literal": "^0.1.17",
23 "@typen/num-loose": "^0.1.17",
24 "@vect/vector-algebra": "^0.4.10",
25 "@vect/vector-mapper": "^0.4.10"
26 },
27 "devDependencies": {
28 "@spare/regex-phrasing": "^0.13.2",
29 "@spare/ripper": "^0.13.2",
30 "@spare/splitter": "^0.13.2"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git+https://github.com/gadge/aryth.git"
35 },
36 "keywords": [
37 "math",
38 "numeric",
39 "analysis"
40 ],
41 "author": "Hoyeung Wong",
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/hoyeungw/aryth"
45 },
46 "homepage": "https://github.com/hoyeungw/aryth#readme",
47 "gitHead": "e6f98c08addc304f5abf1f21c58f62778b01a6c3"
48}