Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/ecc-jsbn/package.json
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/ecc-jsbn/package.json')
-rwxr-xr-xnode_modules/ecc-jsbn/package.json63
1 files changed, 19 insertions, 44 deletions
diff --git a/node_modules/ecc-jsbn/package.json b/node_modules/ecc-jsbn/package.json
index 9f589e033..3612fcf1d 100755
--- a/node_modules/ecc-jsbn/package.json
+++ b/node_modules/ecc-jsbn/package.json
@@ -1,50 +1,22 @@
{
- "_from": "ecc-jsbn@~0.1.1",
- "_id": "ecc-jsbn@0.1.2",
- "_inBundle": false,
- "_integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
- "_location": "/ecc-jsbn",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ecc-jsbn@~0.1.1",
- "name": "ecc-jsbn",
- "escapedName": "ecc-jsbn",
- "rawSpec": "~0.1.1",
- "saveSpec": null,
- "fetchSpec": "~0.1.1"
+ "name": "ecc-jsbn",
+ "version": "0.1.2",
+ "description": "ECC JS code based on JSBN",
+ "main": "index.js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/quartzjer/ecc-jsbn.git"
},
- "_requiredBy": [
- "/sshpk"
+ "keywords": [
+ "jsbn",
+ "ecc",
+ "browserify"
],
- "_resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
- "_shasum": "3a83a904e54353287874c564b7549386849a98c9",
- "_spec": "ecc-jsbn@~0.1.1",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/sshpk",
"author": {
"name": "Jeremie Miller",
"email": "jeremie@jabber.org",
"url": "http://jeremie.com/"
},
- "bugs": {
- "url": "https://github.com/quartzjer/ecc-jsbn/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "jsbn": "~0.1.0",
- "safer-buffer": "^2.1.0"
- },
- "deprecated": false,
- "description": "ECC JS code based on JSBN",
- "homepage": "https://github.com/quartzjer/ecc-jsbn",
- "keywords": [
- "jsbn",
- "ecc",
- "browserify"
- ],
- "license": "MIT",
- "main": "index.js",
"maintainers": [
{
"name": "Jeremie Miller",
@@ -56,10 +28,13 @@
"url": "https://github.com/rynomad"
}
],
- "name": "ecc-jsbn",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/quartzjer/ecc-jsbn.git"
+ "dependencies": {
+ "jsbn": "~0.1.0",
+ "safer-buffer": "^2.1.0"
+ },
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/quartzjer/ecc-jsbn/issues"
},
- "version": "0.1.2"
+ "homepage": "https://github.com/quartzjer/ecc-jsbn"
}