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/optionator/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "optionator@^0.8.1",
"_args": [
[
"optionator@0.8.3",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "optionator@0.8.3",
"_id": "optionator@0.8.3",
"_inBundle": false,
"_integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
"_location": "/optionator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "optionator@^0.8.1",
"raw": "optionator@0.8.3",
"name": "optionator",
"escapedName": "optionator",
"rawSpec": "^0.8.1",
"rawSpec": "0.8.3",
"saveSpec": null,
"fetchSpec": "^0.8.1"
"fetchSpec": "0.8.3"
},
"_requiredBy": [
"/escodegen"
],
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
"_shasum": "84fa1d036fe9d3c7e21d99884b601167ec8fb495",
"_spec": "optionator@^0.8.1",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/escodegen",
"_spec": "0.8.3",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "George Zahariev",
"email": "z@georgezahariev.com"
@@ -29,7 +35,6 @@
"bugs": {
"url": "https://github.com/gkz/optionator/issues"
},
"bundleDependencies": false,
"dependencies": {
"deep-is": "~0.1.3",
"fast-levenshtein": "~2.0.6",
@@ -38,7 +43,6 @@
"type-check": "~0.3.2",
"word-wrap": "~1.2.3"
},
"deprecated": false,
"description": "option parsing and help generation",
"devDependencies": {
"istanbul": "~0.4.5",