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

@@ -1,28 +1,34 @@
{
"_from": "no-case@^2.2.0",
"_args": [
[
"no-case@2.3.2",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "no-case@2.3.2",
"_id": "no-case@2.3.2",
"_inBundle": false,
"_integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
"_location": "/no-case",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "no-case@^2.2.0",
"raw": "no-case@2.3.2",
"name": "no-case",
"escapedName": "no-case",
"rawSpec": "^2.2.0",
"rawSpec": "2.3.2",
"saveSpec": null,
"fetchSpec": "^2.2.0"
"fetchSpec": "2.3.2"
},
"_requiredBy": [
"/camel-case",
"/param-case"
],
"_resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
"_shasum": "60b813396be39b3f1288a4c1ed5d1e7d28b464ac",
"_spec": "no-case@^2.2.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\camel-case",
"_spec": "2.3.2",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
@@ -31,11 +37,9 @@
"bugs": {
"url": "https://github.com/blakeembrey/no-case/issues"
},
"bundleDependencies": false,
"dependencies": {
"lower-case": "^1.1.1"
},
"deprecated": false,
"description": "Remove case from a string",
"devDependencies": {
"chai": "^4.0.2",