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,28 +1,34 @@
{
"_from": "tough-cookie@^2.5.0",
"_args": [
[
"tough-cookie@2.5.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "tough-cookie@2.5.0",
"_id": "tough-cookie@2.5.0",
"_inBundle": false,
"_integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
"_location": "/tough-cookie",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "tough-cookie@^2.5.0",
"raw": "tough-cookie@2.5.0",
"name": "tough-cookie",
"escapedName": "tough-cookie",
"rawSpec": "^2.5.0",
"rawSpec": "2.5.0",
"saveSpec": null,
"fetchSpec": "^2.5.0"
"fetchSpec": "2.5.0"
},
"_requiredBy": [
"/jsdom",
"/request-promise-native"
],
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
"_shasum": "cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2",
"_spec": "tough-cookie@^2.5.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\jsdom",
"_spec": "2.5.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Jeremy Stashewsky",
"email": "jstash@gmail.com"
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/salesforce/tough-cookie/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Alexander Savin"
@@ -55,7 +60,6 @@
"psl": "^1.1.28",
"punycode": "^2.1.1"
},
"deprecated": false,
"description": "RFC6265 Cookies and Cookie Jar for node.js",
"devDependencies": {
"async": "^1.4.2",