UNPKG

891 BJSONView Raw
1{
2 "name": "@aryth/rand",
3 "version": "0.6.8",
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.6.8",
22 "@typen/nullish": "^0.1.19",
23 "@vect/swap": "^0.6.13"
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": "8490744c5e1d3777d16e64863400d6a5630b3868"
41}