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,39 +1,43 @@
{
"_from": "acorn-globals@^4.3.0",
"_args": [
[
"acorn-globals@4.3.4",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "acorn-globals@4.3.4",
"_id": "acorn-globals@4.3.4",
"_inBundle": false,
"_integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==",
"_location": "/acorn-globals",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "acorn-globals@^4.3.0",
"raw": "acorn-globals@4.3.4",
"name": "acorn-globals",
"escapedName": "acorn-globals",
"rawSpec": "^4.3.0",
"rawSpec": "4.3.4",
"saveSpec": null,
"fetchSpec": "^4.3.0"
"fetchSpec": "4.3.4"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz",
"_shasum": "9fa1926addc11c97308c4e66d7add0d40c3272e7",
"_spec": "acorn-globals@^4.3.0",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/jsdom",
"_spec": "4.3.4",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/acorn-globals/issues"
},
"bundleDependencies": false,
"dependencies": {
"acorn": "^6.0.1",
"acorn-walk": "^6.0.1"
},
"deprecated": false,
"description": "Detect global variables in JavaScript using acorn",
"devDependencies": {
"testit": "^3.0.0"