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

@@ -1,27 +1,33 @@
{
"_from": "caseless@~0.12.0",
"_args": [
[
"caseless@0.12.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "caseless@0.12.0",
"_id": "caseless@0.12.0",
"_inBundle": false,
"_integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
"_location": "/caseless",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "caseless@~0.12.0",
"raw": "caseless@0.12.0",
"name": "caseless",
"escapedName": "caseless",
"rawSpec": "~0.12.0",
"rawSpec": "0.12.0",
"saveSpec": null,
"fetchSpec": "~0.12.0"
"fetchSpec": "0.12.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
"_shasum": "1b681c21ff84033c826543090689420d187151dc",
"_spec": "caseless@~0.12.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\request",
"_spec": "0.12.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com"
@@ -29,8 +35,6 @@
"bugs": {
"url": "https://github.com/mikeal/caseless/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Caseless object set/get/has, very useful when working with HTTP headers.",
"devDependencies": {
"tape": "^2.10.2"