deno.land / x / simplestatistic@v7.7.1 / 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
{ "name": "simple-statistics", "version": "7.7.1", "description": "Simple Statistics", "author": "Tom MacWright <tom@macwright.org> (http://macwright.org/)", "repository": { "type": "git", "url": "git://github.com/simple-statistics/simple-statistics.git" }, "files": [ "src", "dist", "index.js", "index.d.ts" ], "devDependencies": { "@rollup/plugin-buble": "^0.21.3", "cz-conventional-changelog": "^3.3.0", "documentation": "^13", "eslint": "^8.6.0", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.5.1", "random-js": "^2.1.0", "rollup": "^2.63.0", "rollup-plugin-terser": "^7.0.2", "standard-version": "^9.3.2", "tap": "^15.1.6", "typescript": "^4.5.4" }, "scripts": { "release": "standard-version && sh ./scripts/update_website.sh", "test": "rollup -c rollup.config.js && npm run lint && tap --lines 95 --branches 95 --functions 95 --statements 95 --coverage test/*.test.js --jobs=4", "build": "rollup -c rollup.config.js", "prepublish": "rollup -c rollup.config.js && ./scripts/update_readme.js", "prelint": "tsc --skipLibCheck", "lint": "eslint index.js src test && prettier --check src test \"!test/types.js\"", "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", ".": { "import": "./dist/simple-statistics.mjs", "require": "./dist/simple-statistics.js" } }, "engines": { "node": "*" }, "license": "ISC", "keywords": [ "descriptive", "linear", "math", "probability", "regression", "statistics" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }}
simplestatistic

Version Info

Tagged at
2 years ago