mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
13 lines
291 B
JSON
13 lines
291 B
JSON
|
{
|
||
|
"name": "x509-escaping",
|
||
|
"version": "1.0.0",
|
||
|
"description": "create certificates for x509-escaping test",
|
||
|
"main": "createCert.js",
|
||
|
"license": "SEE LICENSE IN ../../../LICENSE",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"asn1.js": "^5.4.1",
|
||
|
"asn1.js-rfc5280": "^3.0.0"
|
||
|
}
|
||
|
}
|