1
0
зеркало из https://github.com/therootcompany/keypairs.js.git synced 2024-11-16 17:29:03 +00:00

Сравнить коммиты

..

Нет общих коммитов. «eab6cf919a4a71e4e37ca15cf69bf39fb71c22ea» и «2e742193611d88faafef69351f2f63776b46796f» имеют совершенно разные истории.

5 изменённых файлов: 4 добавлений и 10 удалений

Просмотреть файл

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

Просмотреть файл

Просмотреть файл

@ -1,4 +1,4 @@
# [@root/keypairs](https://git.rootprojects.org/root/keypairs.js) # @root/keypairs
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 сгенерированный
Просмотреть файл

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

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@root/keypairs", "name": "@root/keypairs",
"version": "0.10.2", "version": "0.10.1",
"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://github.com/therootcompany/keypairs.js.git" "url": "https://git.rootprojects.org/root/csr.js.git"
}, },
"keywords": [ "keywords": [
"ASN.1", "ASN.1",