1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/node_modules/asn1.js-rfc2560/package.json

34 lines
675 B
JSON
Raw Normal View History

2023-07-29 20:33:28 +02:00
{
2024-08-26 08:46:12 +02:00
"name": "asn1.js-rfc2560",
"version": "4.0.6",
"description": "RFC2560 structures for asn1.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:indutny/asn1.js"
2023-07-29 20:33:28 +02:00
},
2024-08-26 08:46:12 +02:00
"keywords": [
"asn1",
"rfc2560",
"der"
2023-07-29 20:33:28 +02:00
],
2024-08-26 08:46:12 +02:00
"scripts": {
"test": "mocha --reporter=spec test/*-test.js"
2023-07-29 20:33:28 +02:00
},
2024-08-26 08:46:12 +02:00
"author": "Fedor Indutny",
"license": "MIT",
2023-07-29 20:33:28 +02:00
"bugs": {
"url": "https://github.com/indutny/asn1.js/issues"
},
2024-08-26 08:46:12 +02:00
"homepage": "https://github.com/indutny/asn1.js",
2023-07-29 20:33:28 +02:00
"dependencies": {
"asn1.js-rfc5280": "^2.0.0"
},
"peerDependencies": {
"asn1.js": "^4.4.0"
},
2024-08-26 08:46:12 +02:00
"devDependencies": {
"mocha": "^4.0.1"
}
2023-07-29 20:33:28 +02:00
}