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,27 +1,33 @@
{
"_from": "json-stringify-safe@~5.0.1",
"_args": [
[
"json-stringify-safe@5.0.1",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "json-stringify-safe@5.0.1",
"_id": "json-stringify-safe@5.0.1",
"_inBundle": false,
"_integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
"_location": "/json-stringify-safe",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "json-stringify-safe@~5.0.1",
"raw": "json-stringify-safe@5.0.1",
"name": "json-stringify-safe",
"escapedName": "json-stringify-safe",
"rawSpec": "~5.0.1",
"rawSpec": "5.0.1",
"saveSpec": null,
"fetchSpec": "~5.0.1"
"fetchSpec": "5.0.1"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
"_spec": "json-stringify-safe@~5.0.1",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\request",
"_spec": "5.0.1",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/isaacs/json-stringify-safe/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Andri Möll",
@@ -38,7 +43,6 @@
"url": "http://themoll.com"
}
],
"deprecated": false,
"description": "Like JSON.stringify, but doesn't blow up on circular refs.",
"devDependencies": {
"mocha": ">= 2.1.0 < 3",