UNPKG

939 BJSONView Raw
1{
2 "name": "@aryth/util-bound",
3 "version": "0.5.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 "@typen/enum-check-levels": "^0.1.19",
22 "@typen/num-loose": "^0.1.19",
23 "@typen/num-strict": "^0.1.19",
24 "typen": "^0.2.3"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/gadge/aryth.git"
29 },
30 "keywords": [
31 "math",
32 "numeric",
33 "analysis"
34 ],
35 "author": "Hoyeung Wong",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/hoyeungw/aryth"
39 },
40 "homepage": "https://github.com/hoyeungw/aryth#readme",
41 "gitHead": "47973ef262d4880935e47b7d0ff6afb7655b3fef"
42}