UNPKG

901 BJSONView Raw
1{
2 "name": "@aryth/subset",
3 "version": "0.5.4",
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 "@vect/swap": "^0.5.22",
22 "@vect/vector-init": "^0.5.22",
23 "@vect/vector-select": "^0.5.22"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/gadge/aryth.git"
28 },
29 "keywords": [
30 "math",
31 "numeric",
32 "analysis"
33 ],
34 "author": "Hoyeung Wong",
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/hoyeungw/aryth"
38 },
39 "homepage": "https://github.com/hoyeungw/aryth#readme",
40 "gitHead": "f6e2156ba2b4ebb37ba5eb933ff4b3e0bdd5ce96"
41}