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

@@ -1,30 +1,36 @@
{
"_args": [
[
"jsdom@14.1.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_dependenciesComments": {
"parse5": "Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"
},
"_from": "jsdom@^14.0.0",
"_development": true,
"_from": "jsdom@14.1.0",
"_id": "jsdom@14.1.0",
"_inBundle": false,
"_integrity": "sha512-O901mfJSuTdwU2w3Sn+74T+RnDVP+FuV5fH8tcPWyqrseRAb0s5xOtPgCFiPOtLcyK7CLIJwPyD83ZqQWvA5ng==",
"_location": "/jsdom",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "jsdom@^14.0.0",
"raw": "jsdom@14.1.0",
"name": "jsdom",
"escapedName": "jsdom",
"rawSpec": "^14.0.0",
"rawSpec": "14.1.0",
"saveSpec": null,
"fetchSpec": "^14.0.0"
"fetchSpec": "14.1.0"
},
"_requiredBy": [
"/minifyfromhtml"
],
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-14.1.0.tgz",
"_shasum": "916463b6094956b0a6c1782c94e380cd30e1981b",
"_spec": "jsdom@^14.0.0",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/minifyfromhtml",
"_spec": "14.1.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"browser": {
"canvas": false,
"vm": "./lib/jsdom/vm-shim.js",
@@ -33,7 +39,6 @@
"bugs": {
"url": "https://github.com/jsdom/jsdom/issues"
},
"bundleDependencies": false,
"dependencies": {
"abab": "^2.0.0",
"acorn": "^6.0.4",
@@ -62,7 +67,6 @@
"ws": "^6.1.2",
"xml-name-validator": "^3.0.0"
},
"deprecated": false,
"description": "A JavaScript implementation of many web standards",
"devDependencies": {
"benchmark": "1.0.0",