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": "domexception@^1.0.1",
"_args": [
[
"domexception@1.0.1",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "domexception@1.0.1",
"_id": "domexception@1.0.1",
"_inBundle": false,
"_integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==",
"_location": "/domexception",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "domexception@^1.0.1",
"raw": "domexception@1.0.1",
"name": "domexception",
"escapedName": "domexception",
"rawSpec": "^1.0.1",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/jsdom",
"/w3c-xmlserializer"
],
"_resolved": "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz",
"_shasum": "937442644ca6a31261ef36e3ec677fe805582c90",
"_spec": "domexception@^1.0.1",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\jsdom",
"_spec": "1.0.1",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
@@ -31,11 +37,9 @@
"bugs": {
"url": "https://github.com/jsdom/domexception/issues"
},
"bundleDependencies": false,
"dependencies": {
"webidl-conversions": "^4.0.2"
},
"deprecated": false,
"description": "An implementation of the DOMException class from browsers",
"devDependencies": {
"eslint": "^4.3.0",