1{ 2 "name": "asn1.js-rfc2560", 3 "version": "2.0.0", 4 "description": "RFC2560 structures for asn1.js", 5 "main": "index.js", 6 "repository": { 7 "type": "git", 8 "url": "[email protected]:indutny/asn1.js" 9 }, 10 "keywords": [ 11 "asn1", 12 "rfc2560", 13 "der" 14 ], 15 "author": "Fedor Indutny", 16 "license": "MIT", 17 "bugs": { 18 "url": "https://github.com/indutny/asn1.js/issues" 19 }, 20 "homepage": "https://github.com/indutny/asn1.js", 21 "dependencies": { 22 "asn1.js-rfc3280": "^2.0.0" 23 }, 24 "peerDependencies": { 25 "asn1.js": "^2.0.0" 26 } 27} 28 29