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,33 @@
{
"_from": "@babel/runtime@^7.3.1",
"_args": [
[
"@babel/runtime@7.7.7",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_from": "@babel/runtime@7.7.7",
"_id": "@babel/runtime@7.7.7",
"_inBundle": false,
"_integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==",
"_location": "/@babel/runtime",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/runtime@^7.3.1",
"raw": "@babel/runtime@7.7.7",
"name": "@babel/runtime",
"escapedName": "@babel%2fruntime",
"scope": "@babel",
"rawSpec": "^7.3.1",
"rawSpec": "7.7.7",
"saveSpec": null,
"fetchSpec": "^7.3.1"
"fetchSpec": "7.7.7"
},
"_requiredBy": [
"/i18next"
],
"_resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz",
"_shasum": "194769ca8d6d7790ec23605af9ee3e42a0aa79cf",
"_spec": "@babel/runtime@^7.3.1",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/i18next",
"_spec": "7.7.7",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
@@ -30,11 +35,9 @@
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"regenerator-runtime": "^0.13.2"
},
"deprecated": false,
"description": "babel's modular runtime helpers",
"devDependencies": {
"@babel/helpers": "^7.7.4"