package.json
1.71 KB
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
{
"_from": "bn.js@^5.1.1",
"_id": "bn.js@5.1.3",
"_inBundle": false,
"_integrity": "sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ==",
"_location": "/bn.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bn.js@^5.1.1",
"name": "bn.js",
"escapedName": "bn.js",
"rawSpec": "^5.1.1",
"saveSpec": null,
"fetchSpec": "^5.1.1"
},
"_requiredBy": [
"/browserify-rsa",
"/browserify-sign"
],
"_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.3.tgz",
"_shasum": "beca005408f642ebebea80b042b4d18d2ac0ee6b",
"_spec": "bn.js@^5.1.1",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\browserify-sign",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"browser": {
"buffer": false
},
"bugs": {
"url": "https://github.com/indutny/bn.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Big number implementation in pure javascript",
"devDependencies": {
"babel-eslint": "^10.0.3",
"mocha": "^7.0.1",
"standardx": "^5.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"
},
"standardx": {
"parser": "babel-eslint"
},
"version": "5.1.3"
}