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

View File

@@ -1,28 +1,34 @@
{
"_from": "whatwg-mimetype@^2.3.0",
"_args": [
[
"whatwg-mimetype@2.3.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "whatwg-mimetype@2.3.0",
"_id": "whatwg-mimetype@2.3.0",
"_inBundle": false,
"_integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",
"_location": "/whatwg-mimetype",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "whatwg-mimetype@^2.3.0",
"raw": "whatwg-mimetype@2.3.0",
"name": "whatwg-mimetype",
"escapedName": "whatwg-mimetype",
"rawSpec": "^2.3.0",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "^2.3.0"
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/data-urls",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
"_shasum": "3d4b1e0312d2079879f826aff18dbeeca5960fbf",
"_spec": "whatwg-mimetype@^2.3.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\jsdom",
"_spec": "2.3.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
@@ -31,8 +37,6 @@
"bugs": {
"url": "https://github.com/jsdom/whatwg-mimetype/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard",
"devDependencies": {
"eslint": "^5.9.0",