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

@@ -1,27 +1,33 @@
{
"_from": "asynckit@^0.4.0",
"_args": [
[
"asynckit@0.4.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "asynckit@0.4.0",
"_id": "asynckit@0.4.0",
"_inBundle": false,
"_integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
"_location": "/asynckit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "asynckit@^0.4.0",
"raw": "asynckit@0.4.0",
"name": "asynckit",
"escapedName": "asynckit",
"rawSpec": "^0.4.0",
"rawSpec": "0.4.0",
"saveSpec": null,
"fetchSpec": "^0.4.0"
"fetchSpec": "0.4.0"
},
"_requiredBy": [
"/form-data"
],
"_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"_shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79",
"_spec": "asynckit@^0.4.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\form-data",
"_spec": "0.4.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Alex Indigo",
"email": "iam@alexindigo.com"
@@ -29,9 +35,7 @@
"bugs": {
"url": "https://github.com/alexindigo/asynckit/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Minimal async jobs utility library, with streams support",
"devDependencies": {
"browserify": "^13.0.0",