UNPKG

jsrsasign-addon-leioor

Version:

jsrsasign add-on for LEI(Legal Entity Identifier) and Role certificate extensions

45 lines (44 loc) 1.11 kB
{ "name": "jsrsasign-addon-leioor", "version": "0.9.1", "description": "jsrsasign add-on for LEI(Legal Entity Identifier) and Role certificate extensions", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/kjur/jsrsasign-addon-leioor.git" }, "keywords": [ "jsrsasign", "LEI", "OOR", "certificate", "extension", "oid" ], "author": "Kenji Urushima", "homepage": "https://github.com/kjur/jsrsasign-addon-leioor/", "license": "MIT", "bugs": { "url": "https://github.com/kjur/jsrsasign-addon-leioor/issues" }, "dependencies": { "jsrsasign": ">=10.7.0" }, "devDependencies": { "mocha": "*" }, "funding": "https://github.com/kjur/jsrsasign#donations", "badges": { "list": [ "githubsponsors", "crypto" ], "config": { "githubSponsorsUsername": "kjur", "cryptoURL": "https://github.com/kjur/jsrsasign#cryptocurrency" } } }