1
0
Mirror von https://github.com/therootcompany/keypairs.js.git synchronisiert 2024-11-16 17:29:03 +00:00

Commits vergleichen

..

3 Commits

Autor SHA1 Nachricht Datum
eab6cf919a docs: add canonical backlink 2021-08-26 20:26:00 -06:00
97cb6c04b9 0.10.2 2021-08-26 20:20:40 -06:00
ac1ff1ad4d chore: fix url, update lint config 2021-08-26 20:20:36 -06:00
5 geänderte Dateien mit 10 neuen und 4 gelöschten Zeilen

6
.jshintrc Normale Datei
Datei anzeigen

@ -0,0 +1,6 @@
{
"esversion": 11,
"node": true,
"unused": true,
"curly": true
}

Datei anzeigen

@ -1,4 +1,4 @@
# @root/keypairs # [@root/keypairs](https://git.rootprojects.org/root/keypairs.js)
Lightweight JavaScript RSA and ECDSA utils that work on Windows, Mac, and Linux Lightweight JavaScript RSA and ECDSA utils that work on Windows, Mac, and Linux
using modern node.js APIs (no need for C compiler). using modern node.js APIs (no need for C compiler).

2
package-lock.json generiert
Datei anzeigen

@ -1,6 +1,6 @@
{ {
"name": "@root/keypairs", "name": "@root/keypairs",
"version": "0.10.1", "version": "0.10.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

Datei anzeigen

@ -1,6 +1,6 @@
{ {
"name": "@root/keypairs", "name": "@root/keypairs",
"version": "0.10.1", "version": "0.10.2",
"description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers", "description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers",
"main": "keypairs.js", "main": "keypairs.js",
"browser": { "browser": {
@ -20,7 +20,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.rootprojects.org/root/csr.js.git" "url": "https://github.com/therootcompany/keypairs.js.git"
}, },
"keywords": [ "keywords": [
"ASN.1", "ASN.1",