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/package.json

32 lines
730 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",
"version": "4.10.1",
2023-07-29 20:33:28 +02:00
"description": "ASN.1 encoder and decoder",
2024-08-26 08:46:12 +02:00
"main": "lib/asn1.js",
"scripts": {
"test": "mocha --reporter spec test/*-test.js && cd rfc/2560 && npm i && npm test && cd ../../rfc/5280 && npm i && npm test"
},
"repository": {
"type": "git",
"url": "git@github.com:indutny/asn1.js"
2023-07-29 20:33:28 +02:00
},
"keywords": [
"asn.1",
"der"
],
2024-08-26 08:46:12 +02:00
"author": "Fedor Indutny",
2023-07-29 20:33:28 +02:00
"license": "MIT",
2024-08-26 08:46:12 +02:00
"bugs": {
"url": "https://github.com/indutny/asn1.js/issues"
2023-07-29 20:33:28 +02:00
},
2024-08-26 08:46:12 +02:00
"homepage": "https://github.com/indutny/asn1.js",
"devDependencies": {
"mocha": "^2.3.4"
2023-07-29 20:33:28 +02:00
},
2024-08-26 08:46:12 +02:00
"dependencies": {
"bn.js": "^4.0.0",
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0"
}
2023-07-29 20:33:28 +02:00
}