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": "combined-stream@~1.0.6",
"_args": [
[
"combined-stream@1.0.8",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "combined-stream@1.0.8",
"_id": "combined-stream@1.0.8",
"_inBundle": false,
"_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
"_location": "/combined-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "combined-stream@~1.0.6",
"raw": "combined-stream@1.0.8",
"name": "combined-stream",
"escapedName": "combined-stream",
"rawSpec": "~1.0.6",
"rawSpec": "1.0.8",
"saveSpec": null,
"fetchSpec": "~1.0.6"
"fetchSpec": "1.0.8"
},
"_requiredBy": [
"/form-data",
"/request"
],
"_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
"_shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f",
"_spec": "combined-stream@~1.0.6",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/request",
"_spec": "1.0.8",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -31,11 +37,9 @@
"bugs": {
"url": "https://github.com/felixge/node-combined-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"delayed-stream": "~1.0.0"
},
"deprecated": false,
"description": "A stream that emits multiple other streams one after another.",
"devDependencies": {
"far": "~0.0.7"