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

22
node_modules/acorn-globals/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "acorn-globals",
"version": "4.3.0",
"description": "Detect global variables in JavaScript using acorn",
"files": [
"index.js",
"LICENSE"
],
"dependencies": {
"acorn": "^6.0.1",
"acorn-walk": "^6.0.1"
},
"devDependencies": {
"testit": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ForbesLindesay/acorn-globals.git"
},
"author": "ForbesLindesay",
"license": "MIT"
}