summaryrefslogtreecommitdiff
path: root/alarm/node_modules/acorn-globals/package.json
blob: 70d38ff0f162955d8c3604b61dae86ba6656a819 (plain)
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
{
  "name": "acorn-globals",
  "version": "6.0.0",
  "description": "Detect global variables in JavaScript using acorn",
  "keywords": [
    "ast",
    "variable",
    "name",
    "lexical",
    "scope",
    "local",
    "global",
    "implicit"
  ],
  "files": [
    "index.js",
    "LICENSE"
  ],
  "dependencies": {
    "acorn": "^7.1.1",
    "acorn-walk": "^7.1.1"
  },
  "devDependencies": {
    "testit": "^3.1.0"
  },
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ForbesLindesay/acorn-globals.git"
  },
  "author": "ForbesLindesay",
  "license": "MIT"
}