Files

22 lines
452 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"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"
}