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

@@ -1,28 +1,34 @@
{
"_from": "whatwg-url@^7.0.0",
"_args": [
[
"whatwg-url@7.1.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "whatwg-url@7.1.0",
"_id": "whatwg-url@7.1.0",
"_inBundle": false,
"_integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
"_location": "/whatwg-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "whatwg-url@^7.0.0",
"raw": "whatwg-url@7.1.0",
"name": "whatwg-url",
"escapedName": "whatwg-url",
"rawSpec": "^7.0.0",
"rawSpec": "7.1.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
"fetchSpec": "7.1.0"
},
"_requiredBy": [
"/data-urls",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
"_shasum": "c2c492f1eca612988efd3d2266be1b9fc6170d06",
"_spec": "whatwg-url@^7.0.0",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/jsdom",
"_spec": "7.1.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Sebastian Mayr",
"email": "github@smayr.name"
@@ -30,13 +36,11 @@
"bugs": {
"url": "https://github.com/jsdom/whatwg-url/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash.sortby": "^4.7.0",
"tr46": "^1.0.1",
"webidl-conversions": "^4.0.2"
},
"deprecated": false,
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"devDependencies": {
"browserify": "^16.2.2",