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,31 +1,35 @@
{
"_from": "path-to-regexp@~1.2.1",
"_args": [
[
"path-to-regexp@1.2.1",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_from": "path-to-regexp@1.2.1",
"_id": "path-to-regexp@1.2.1",
"_inBundle": false,
"_integrity": "sha1-szcFwUAjTYc8hyHHuf2LVB7Tr/k=",
"_location": "/path-to-regexp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "path-to-regexp@~1.2.1",
"raw": "path-to-regexp@1.2.1",
"name": "path-to-regexp",
"escapedName": "path-to-regexp",
"rawSpec": "~1.2.1",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "~1.2.1"
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/page"
],
"_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.2.1.tgz",
"_shasum": "b33705c140234d873c8721c7b9fd8b541ed3aff9",
"_spec": "path-to-regexp@~1.2.1",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\page",
"_spec": "1.2.1",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"bugs": {
"url": "https://github.com/pillarjs/path-to-regexp/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"path-to-regexp": "index.js"
@@ -34,7 +38,6 @@
"dependencies": {
"isarray": "0.0.1"
},
"deprecated": false,
"description": "Express style path to RegExp utility",
"devDependencies": {
"chai": "^2.3.0",