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-encoding@^1.0.5",
"_args": [
[
"whatwg-encoding@1.0.5",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "whatwg-encoding@1.0.5",
"_id": "whatwg-encoding@1.0.5",
"_inBundle": false,
"_integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
"_location": "/whatwg-encoding",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "whatwg-encoding@^1.0.5",
"raw": "whatwg-encoding@1.0.5",
"name": "whatwg-encoding",
"escapedName": "whatwg-encoding",
"rawSpec": "^1.0.5",
"rawSpec": "1.0.5",
"saveSpec": null,
"fetchSpec": "^1.0.5"
"fetchSpec": "1.0.5"
},
"_requiredBy": [
"/html-encoding-sniffer",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
"_shasum": "5abacf777c32166a51d085d6b4f3e7d27113ddb0",
"_spec": "whatwg-encoding@^1.0.5",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\jsdom",
"_spec": "1.0.5",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
@@ -31,11 +37,9 @@
"bugs": {
"url": "https://github.com/jsdom/whatwg-encoding/issues"
},
"bundleDependencies": false,
"dependencies": {
"iconv-lite": "0.4.24"
},
"deprecated": false,
"description": "Decode strings according to the WHATWG Encoding Standard",
"devDependencies": {
"eslint": "^5.3.0",