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

68
node_modules/acorn-import-meta/package.json generated vendored Normal file
View File

@@ -0,0 +1,68 @@
{
"_args": [
[
"acorn-import-meta@1.1.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "acorn-import-meta@1.1.0",
"_id": "acorn-import-meta@1.1.0",
"_inBundle": false,
"_integrity": "sha512-pshgiVR5mhpjFVdizKTN+kAGRqjJFUOEB3TvpQ6kiAutb1lvHrIVVcGoe5xzMpJkVNifCeymMG7/tsDkWn8CdQ==",
"_location": "/acorn-import-meta",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn-import-meta@1.1.0",
"name": "acorn-import-meta",
"escapedName": "acorn-import-meta",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/acorn-stage3"
],
"_resolved": "https://registry.npmjs.org/acorn-import-meta/-/acorn-import-meta-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"bugs": {
"url": "https://github.com/adrianheine/acorn-import-meta/issues"
},
"contributors": [
{
"name": "Adrian Heine",
"email": "mail@adrianheine.de"
}
],
"description": "Support for import.meta in acorn",
"devDependencies": {
"acorn": "^7.0.0",
"eslint": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^7.1.1",
"test262": "git+https://github.com/tc39/test262.git#57fa74b170e9554bfe89a29c10de2447fe7d3b27",
"test262-parser-runner": "^0.5.0"
},
"engines": {
"node": ">=4.8.2"
},
"homepage": "https://github.com/adrianheine/acorn-import-meta",
"license": "MIT",
"name": "acorn-import-meta",
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrianheine/acorn-import-meta.git"
},
"scripts": {
"lint": "eslint -c .eslintrc.json .",
"test": "mocha",
"test:test262": "node run_test262.js"
},
"version": "1.1.0"
}