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

14
node_modules/iconv-lite/package.json generated vendored
View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"iconv-lite@0.4.24",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "iconv-lite@0.4.24",
"_id": "iconv-lite@0.4.24",
"_inBundle": false,
@@ -19,9 +26,8 @@
"/whatwg-encoding"
],
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
"_shasum": "2022b4b25fbddc21d2f524974a474aafe733908b",
"_spec": "iconv-lite@0.4.24",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\whatwg-encoding",
"_spec": "0.4.24",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Alexander Shtuchkin",
"email": "ashtuchkin@gmail.com"
@@ -33,11 +39,9 @@
"bugs": {
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
},
"bundleDependencies": false,
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3"
},
"deprecated": false,
"description": "Convert character encodings in pure javascript.",
"devDependencies": {
"async": "*",