Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80645 views
1
{
2
"name": "asn1.js-rfc3280",
3
"version": "2.0.0",
4
"description": "RFC3280 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
"rfc3280",
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
"peerDependencies": {
22
"asn1.js": "^2.0.0"
23
}
24
}
25
26