use directories for structure

This commit is contained in:
s2
2020-05-26 10:37:57 +02:00
parent 66580d4847
commit ae4aaf2668
1287 changed files with 92093 additions and 13113 deletions

30
node_modules/sshpk/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "sshpk@^1.7.0",
"_args": [
[
"sshpk@1.16.1",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_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": "F:\\projects\\vanillajs-seed\\node_modules\\http-signature",
"_spec": "1.16.1",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Joyent, Inc"
},
@@ -33,7 +39,6 @@
"bugs": {
"url": "https://github.com/arekinath/node-sshpk/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Dave Eddy",
@@ -59,7 +64,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 +83,9 @@
"license": "MIT",
"main": "lib/index.js",
"man": [
"F:\\projects\\vanillajs-seed\\node_modules\\sshpk\\man\\man1\\sshpk-conv.1",
"F:\\projects\\vanillajs-seed\\node_modules\\sshpk\\man\\man1\\sshpk-sign.1",
"F:\\projects\\vanillajs-seed\\node_modules\\sshpk\\man\\man1\\sshpk-verify.1"
"D:\\Projects\\siag\\vanillajs-seed\\node_modules\\sshpk\\man\\man1\\sshpk-conv.1",
"D:\\Projects\\siag\\vanillajs-seed\\node_modules\\sshpk\\man\\man1\\sshpk-sign.1",
"D:\\Projects\\siag\\vanillajs-seed\\node_modules\\sshpk\\man\\man1\\sshpk-verify.1"
],
"name": "sshpk",
"optionalDependencies": {},