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

@@ -1,27 +1,33 @@
{
"_from": "param-case@2.1.x",
"_args": [
[
"param-case@2.1.1",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "param-case@2.1.1",
"_id": "param-case@2.1.1",
"_inBundle": false,
"_integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=",
"_location": "/param-case",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "param-case@2.1.x",
"raw": "param-case@2.1.1",
"name": "param-case",
"escapedName": "param-case",
"rawSpec": "2.1.x",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.x"
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/html-minifier"
],
"_resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz",
"_shasum": "df94fd8cf6531ecf75e6bef9a0858fbc72be2247",
"_spec": "param-case@2.1.x",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\html-minifier",
"_spec": "2.1.1",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
@@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/blakeembrey/param-case/issues"
},
"bundleDependencies": false,
"dependencies": {
"no-case": "^2.2.0"
},
"deprecated": false,
"description": "Param case a string",
"devDependencies": {
"istanbul": "^0.4.3",