mirror of
https://git.coolaj86.com/coolaj86/csr.js.git
synced 2025-04-21 22:40:39 +00:00
initial transitional package
This commit is contained in:
parent
7ff321fbd1
commit
609ba9a62f
3
csr.js
Normal file
3
csr.js
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
'use strict';
|
||||||
|
|
||||||
|
module.exports = require('@root/acme/csr');
|
14
package-lock.json
generated
Normal file
14
package-lock.json
generated
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "@root/csr",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lockfileVersion": 1,
|
||||||
|
"requires": true,
|
||||||
|
"dependencies": {
|
||||||
|
"acme-dns-01-digitalocean": {
|
||||||
|
"version": "3.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/acme-dns-01-digitalocean/-/acme-dns-01-digitalocean-3.0.1.tgz",
|
||||||
|
"integrity": "sha512-LUdOGluDERQWJG4CwlC9HbzUai4mtKzCz8nzpVTirXup2WwH60iRFAcd81hRGaoWbd0Bc0m6RVjN9YFkXB84yA==",
|
||||||
|
"dev": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
31
package.json
Normal file
31
package.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"name": "@root/csr",
|
||||||
|
"version": "1.0.0-wip.0",
|
||||||
|
"description": "Lightweight, Zero-Dependency CSR (Certificate Signing Request) generator and parser for Node.js and Browsers",
|
||||||
|
"main": "csr.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "node tests"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.rootprojects.org/root/csr.js.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"CSR",
|
||||||
|
"ASN.1",
|
||||||
|
"DER",
|
||||||
|
"PEM",
|
||||||
|
"x509",
|
||||||
|
"RSA",
|
||||||
|
"EC",
|
||||||
|
"ECDSA",
|
||||||
|
"letsencrypt",
|
||||||
|
"ACME",
|
||||||
|
"asn1"
|
||||||
|
],
|
||||||
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"dependencies": {
|
||||||
|
"@root/acme": "^3.0.0-wip.0"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user