File size: 627 Bytes
369fac9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "acorn-globals",
  "version": "7.0.1",
  "description": "Detect global variables in JavaScript using acorn",
  "keywords": [
    "ast",
    "variable",
    "name",
    "lexical",
    "scope",
    "local",
    "global",
    "implicit"
  ],
  "files": [
    "index.js",
    "LICENSE"
  ],
  "dependencies": {
    "acorn": "^8.1.0",
    "acorn-walk": "^8.0.2"
  },
  "devDependencies": {
    "testit": "^3.1.0"
  },
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ForbesLindesay/acorn-globals.git"
  },
  "author": "ForbesLindesay",
  "license": "MIT"
}