-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.65 KB
/
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
72
73
74
75
76
{
"name": "undersign",
"version": "0.0.0",
"private": true,
"description": "Create eIDAS compatible XAdES digital signatures with certificate OCSP responses and timestamps. Works with the Estonian Id-card and Mobile-Id to create BDOCs, but isn't limited to Estonia.",
"keywords": [
"eidas",
"xmldsig",
"xades",
"ocsp",
"timestamp",
"rfc2560",
"rfc3161",
"bdoc",
"ddoc",
"digidoc"
],
"homepage": "https://github.com/moll/js-undersign",
"bugs": "https://github.com/moll/js-undersign/issues",
"author": {
"name": "Andri Möll",
"email": "[email protected]",
"url": "https://m811.com"
},
"repository": {
"type": "git",
"url": "git://github.com/moll/js-undersign.git"
},
"licenses": [
{
"type": "LAGPL",
"url": "https://github.com/moll/js-undersign/blob/master/LICENSE"
}
],
"main": "hades.js",
"bin": {
"hades": "./bin/hades"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"egal": "^1.3",
"fetch-off": "^1.4.0",
"fetch-parse": "^1",
"fetch-throw": "^1",
"fetch-defaults": "^1",
"fetch-jsonify": "^1",
"fetch-error": "^1",
"standard-error": "^1",
"medium-type": "^1",
"concat-stream": "^1.6",
"neodoc": "^2",
"co": "^4.6",
"hugml": "https://github.com/xaop/hugml.git",
"mime": "^1",
"oolong": "^1.8",
"lazy-object": "^1",
"yazl": "^2.1",
"lodash.flowright": "^3",
"lodash.indexby": "^3",
"asn1.js": "^5",
"asn1.js-rfc2560": "^5",
"asn1.js-rfc5280": "^3",
"bn.js": "^4.11"
},
"devDependencies": {
"mocha": ">= 2 < 4",
"co-mocha": ">= 1.1.0 < 2",
"must": ">= 0.13.0 < 0.14",
"mitm": ">= 1 < 2",
"express": "^4.17",
"body-parser": "^1.19",
"yauzl": "^2.10"
}
}