deno.land / x / simplestatistics@v7.8.3 / package.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{ "name": "simple-statistics", "version": "7.8.3", "description": "Simple Statistics", "author": "Tom MacWright <tom@macwright.com> (https://macwright.com/)", "repository": { "type": "git", "url": "git://github.com/simple-statistics/simple-statistics.git" }, "files": [ "src", "dist", "LICENSE", "index.js", "index.d.ts" ], "devDependencies": { "@rollup/plugin-buble": "^1.0.1", "cz-conventional-changelog": "^3.3.0", "documentation": "^14", "eslint": "^8.26.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.7.1", "random-js": "^2.1.0", "rollup": "^3.5.1", "rollup-plugin-terser": "^7.0.2", "standard-version": "^9.5.0", "tap": "^16.3.0", "typescript": "^4.8.4" }, "scripts": { "release": "standard-version && sh ./scripts/update_website.sh", "test": "rollup -c rollup.config.mjs && npm run lint && tap --lines 95 --branches 95 --functions 95 --statements 95 --coverage test/*.test.js --jobs=4", "build": "rollup -c rollup.config.mjs", "prepublish": "rollup -c rollup.config.mjs && ./scripts/update_readme.js", "prelint": "tsc --skipLibCheck", "lint": "eslint index.js src test && prettier --check src test \"!test/types.js\"", "lint-fix": "eslint index.js src test --fix && prettier src test \"!test/types.js\" --write", "postlint": "documentation lint src" }, "source": "index.js", "main": "dist/simple-statistics.js", "module": "dist/simple-statistics.mjs", "umd:main": "dist/simple-statistics.min.js", "browser": "dist/simple-statistics.min.js", "unpkg": "dist/simple-statistics.min.js", "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "import": "./dist/simple-statistics.mjs", "browser": "./dist/simple-statistics.min.js", "require": "./dist/simple-statistics.js" } }, "engines": { "node": "*" }, "license": "ISC", "keywords": [ "descriptive", "linear", "math", "probability", "regression", "statistics" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }}
simplestatistics

Version Info

Tagged at
a year ago