Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80555 views
1
{
2
"name": "bn.js",
3
"version": "2.0.5",
4
"description": "Big number implementation in pure javascript",
5
"main": "lib/bn.js",
6
"scripts": {
7
"test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter=spec test/*-test.js"
8
},
9
"repository": {
10
"type": "git",
11
"url": "git+ssh://[email protected]/indutny/bn.js.git"
12
},
13
"keywords": [
14
"BN",
15
"BigNum",
16
"Big number",
17
"Modulo",
18
"Montgomery"
19
],
20
"author": {
21
"name": "Fedor Indutny",
22
"email": "[email protected]"
23
},
24
"license": "MIT",
25
"bugs": {
26
"url": "https://github.com/indutny/bn.js/issues"
27
},
28
"homepage": "https://github.com/indutny/bn.js",
29
"devDependencies": {
30
"istanbul": "^0.3.5",
31
"jscs": "^1.11.1",
32
"jshint": "^2.6.0",
33
"mocha": "^2.1.0"
34
},
35
"gitHead": "d6cc9c154bbab0a3a269ffcf0518a468fd508ab7",
36
"_id": "[email protected]",
37
"_shasum": "5f4b12a26ec4eb8ac895a9349980a254cfd3eb65",
38
"_from": "bn.js@>=2.0.0 <3.0.0",
39
"_npmVersion": "2.9.0",
40
"_nodeVersion": "2.0.0",
41
"_npmUser": {
42
"name": "indutny",
43
"email": "[email protected]"
44
},
45
"maintainers": [
46
{
47
"name": "indutny",
48
"email": "[email protected]"
49
}
50
],
51
"dist": {
52
"shasum": "5f4b12a26ec4eb8ac895a9349980a254cfd3eb65",
53
"tarball": "http://registry.npmjs.org/bn.js/-/bn.js-2.0.5.tgz"
54
},
55
"directories": {},
56
"_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-2.0.5.tgz",
57
"readme": "ERROR: No README data found!"
58
}
59
60