UNPKG

undersign

Version:

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.

81 lines (71 loc) 1.64 kB
{ "name": "undersign", "version": "0.1.337", "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": "andri@dot.ee", "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": "^1.1.1", "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" } }