Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80556 views
1
{
2
"name": "miller-rabin",
3
"version": "2.0.1",
4
"description": "Miller Rabin algorithm for primality test",
5
"main": "lib/mr.js",
6
"bin": {
7
"miller-rabin": "bin/miller-rabin"
8
},
9
"scripts": {
10
"test": "mocha --reporter=spec test/**/*-test.js"
11
},
12
"repository": {
13
"type": "git",
14
"url": "git+ssh://[email protected]/indutny/miller-rabin.git"
15
},
16
"keywords": [
17
"prime",
18
"miller-rabin",
19
"bignumber"
20
],
21
"author": {
22
"name": "Fedor Indutny",
23
"email": "[email protected]"
24
},
25
"license": "MIT",
26
"bugs": {
27
"url": "https://github.com/indutny/miller-rabin/issues"
28
},
29
"homepage": "https://github.com/indutny/miller-rabin",
30
"devDependencies": {
31
"mocha": "^2.0.1"
32
},
33
"dependencies": {
34
"bn.js": "^2.0.0",
35
"brorand": "^1.0.1"
36
},
37
"gitHead": "ec5836de2a565211217d0531639d70cb4bca6ec3",
38
"_id": "[email protected]",
39
"_shasum": "8c0e07fef1bc24900a78895434d39ce4024d4648",
40
"_from": "miller-rabin@>=2.0.0 <3.0.0",
41
"_npmVersion": "2.8.3",
42
"_nodeVersion": "1.8.2",
43
"_npmUser": {
44
"name": "indutny",
45
"email": "[email protected]"
46
},
47
"maintainers": [
48
{
49
"name": "indutny",
50
"email": "[email protected]"
51
}
52
],
53
"dist": {
54
"shasum": "8c0e07fef1bc24900a78895434d39ce4024d4648",
55
"tarball": "http://registry.npmjs.org/miller-rabin/-/miller-rabin-2.0.1.tgz"
56
},
57
"directories": {},
58
"_resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-2.0.1.tgz",
59
"readme": "ERROR: No README data found!"
60
}
61
62