Show dino

This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-04-01 23:50:42 +02:00
parent 13822fcaba
commit 09924eb01c
171 changed files with 3126 additions and 1270 deletions
+16 -13
View File
@@ -1,27 +1,32 @@
{
"_from": "sshpk@^1.7.0",
"_args": [
[
"sshpk@1.16.1",
"/app"
]
],
"_from": "sshpk@1.16.1",
"_id": "sshpk@1.16.1",
"_inBundle": false,
"_integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
"_location": "/sshpk",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "sshpk@^1.7.0",
"raw": "sshpk@1.16.1",
"name": "sshpk",
"escapedName": "sshpk",
"rawSpec": "^1.7.0",
"rawSpec": "1.16.1",
"saveSpec": null,
"fetchSpec": "^1.7.0"
"fetchSpec": "1.16.1"
},
"_requiredBy": [
"/http-signature"
],
"_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
"_shasum": "fb661c0bef29b39db40769ee39fa70093d6f6877",
"_spec": "sshpk@^1.7.0",
"_where": "/home/g/Workspace/hatthieves/familyARK/familyark/app/node_modules/http-signature",
"_spec": "1.16.1",
"_where": "/app",
"author": {
"name": "Joyent, Inc"
},
@@ -33,7 +38,6 @@
"bugs": {
"url": "https://github.com/arekinath/node-sshpk/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Dave Eddy",
@@ -59,7 +63,6 @@
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
},
"deprecated": false,
"description": "A library for finding and using SSH public keys",
"devDependencies": {
"benchmark": "^1.0.0",
@@ -79,9 +82,9 @@
"license": "MIT",
"main": "lib/index.js",
"man": [
"/home/g/Workspace/hatthieves/familyARK/familyark/app/node_modules/sshpk/man/man1/sshpk-conv.1",
"/home/g/Workspace/hatthieves/familyARK/familyark/app/node_modules/sshpk/man/man1/sshpk-sign.1",
"/home/g/Workspace/hatthieves/familyARK/familyark/app/node_modules/sshpk/man/man1/sshpk-verify.1"
"/app/node_modules/sshpk/man/man1/sshpk-conv.1",
"/app/node_modules/sshpk/man/man1/sshpk-sign.1",
"/app/node_modules/sshpk/man/man1/sshpk-verify.1"
],
"name": "sshpk",
"optionalDependencies": {},