Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

16
node_modules/acorn-es7-plugin/package.json generated vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"author": {
"name": "matatbread"
},
"description": "A plugin for the Acorn parser that understands the ES7 keywords async and await",
"homepage": "https://github.com/MatAtBread/acorn-es7-plugin#readme",
"license": "MIT",
"main": "acorn-es7-plugin.js",
"name": "acorn-es7-plugin",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/MatAtBread/acorn-es7-plugin.git"
},
"version": "1.1.7"
}