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

12
node_modules/clean-css/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "clean-css@^4.1.6",
"_id": "clean-css@4.2.1",
"_id": "clean-css@4.2.3",
"_inBundle": false,
"_integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==",
"_integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==",
"_location": "/clean-css",
"_phantomChildren": {},
"_requested": {
@@ -19,10 +19,10 @@
"/html-minifier",
"/minify"
],
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz",
"_shasum": "2d411ef76b8569b6d0c84068dabe85b0aa5e5c17",
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz",
"_shasum": "507b5de7d97b48ee53d84adb0160ff6216380f78",
"_spec": "clean-css@^4.1.6",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\minify",
"_where": "D:\\Projects\\siag\\vanillajs-seed\\node_modules\\minify",
"author": {
"name": "Jakub Pawlowicz",
"email": "contact@jakubpawlowicz.com",
@@ -74,5 +74,5 @@
"prepublish": "npm run check",
"test": "vows"
},
"version": "4.2.1"
"version": "4.2.3"
}