22 lines
452 B
JSON
22 lines
452 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|