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

24
node_modules/oauth-sign/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "oauth-sign@~0.9.0",
"_args": [
[
"oauth-sign@0.9.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "oauth-sign@0.9.0",
"_id": "oauth-sign@0.9.0",
"_inBundle": false,
"_integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
"_location": "/oauth-sign",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "oauth-sign@~0.9.0",
"raw": "oauth-sign@0.9.0",
"name": "oauth-sign",
"escapedName": "oauth-sign",
"rawSpec": "~0.9.0",
"rawSpec": "0.9.0",
"saveSpec": null,
"fetchSpec": "~0.9.0"
"fetchSpec": "0.9.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
"_shasum": "47a7b016baa68b5fa0ecf3dee08a85c679ac6455",
"_spec": "oauth-sign@~0.9.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\request",
"_spec": "0.9.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com",
@@ -30,9 +36,7 @@
"bugs": {
"url": "https://github.com/mikeal/oauth-sign/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
"devDependencies": {},
"engines": {