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
| {
| "_args": [
| [
| "bn.js@5.2.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "bn.js@5.2.0",
| "_id": "bn.js@5.2.0",
| "_inBundle": false,
| "_integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==",
| "_location": "/bn.js",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "bn.js@5.2.0",
| "name": "bn.js",
| "escapedName": "bn.js",
| "rawSpec": "5.2.0",
| "saveSpec": null,
| "fetchSpec": "5.2.0"
| },
| "_requiredBy": [
| "/browserify-rsa",
| "/browserify-sign"
| ],
| "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz",
| "_spec": "5.2.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Fedor Indutny",
| "email": "fedor@indutny.com"
| },
| "browser": {
| "buffer": false
| },
| "bugs": {
| "url": "https://github.com/indutny/bn.js/issues"
| },
| "description": "Big number implementation in pure javascript",
| "devDependencies": {
| "eslint-plugin-es5": "^1.5.0",
| "mocha": "^8.3.0",
| "standardx": "^7.0.0"
| },
| "files": [
| "lib/bn.js"
| ],
| "homepage": "https://github.com/indutny/bn.js",
| "keywords": [
| "BN",
| "Big number",
| "BigNum",
| "Modulo",
| "Montgomery"
| ],
| "license": "MIT",
| "main": "lib/bn.js",
| "name": "bn.js",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/indutny/bn.js.git"
| },
| "scripts": {
| "lint": "standardx",
| "test": "npm run lint && npm run unit",
| "unit": "mocha --reporter=spec test/*-test.js"
| },
| "version": "5.2.0"
| }
|
|