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,19 +1,26 @@
{
"_from": "assert-plus@^1.0.0",
"_args": [
[
"assert-plus@1.0.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "assert-plus@1.0.0",
"_id": "assert-plus@1.0.0",
"_inBundle": false,
"_integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
"_location": "/assert-plus",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "assert-plus@^1.0.0",
"raw": "assert-plus@1.0.0",
"name": "assert-plus",
"escapedName": "assert-plus",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/dashdash",
@@ -24,9 +31,8 @@
"/verror"
],
"_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"_shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525",
"_spec": "assert-plus@^1.0.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\http-signature",
"_spec": "1.0.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Mark Cavage",
"email": "mcavage@gmail.com"
@@ -34,7 +40,6 @@
"bugs": {
"url": "https://github.com/mcavage/node-assert-plus/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Dave Eddy",
@@ -62,7 +67,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "Extra assertions on top of node's assert module",
"devDependencies": {
"faucet": "0.0.1",