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

@@ -1,27 +1,33 @@
{
"_from": "data-urls@^1.1.0",
"_args": [
[
"data-urls@1.1.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "data-urls@1.1.0",
"_id": "data-urls@1.1.0",
"_inBundle": false,
"_integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==",
"_location": "/data-urls",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "data-urls@^1.1.0",
"raw": "data-urls@1.1.0",
"name": "data-urls",
"escapedName": "data-urls",
"rawSpec": "^1.1.0",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz",
"_shasum": "15ee0582baa5e22bb59c77140da8f9c76963bbfe",
"_spec": "data-urls@^1.1.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\jsdom",
"_spec": "1.1.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
@@ -30,13 +36,11 @@
"bugs": {
"url": "https://github.com/jsdom/data-urls/issues"
},
"bundleDependencies": false,
"dependencies": {
"abab": "^2.0.0",
"whatwg-mimetype": "^2.2.0",
"whatwg-url": "^7.0.0"
},
"deprecated": false,
"description": "Parses data: URLs",
"devDependencies": {
"eslint": "^5.7.0",