12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "acorn-globals",
- "version": "3.1.0",
- "description": "Detect global variables in JavaScript using acorn",
- "keywords": [
- "ast",
- "variable",
- "name",
- "lexical",
- "scope",
- "local",
- "global",
- "implicit"
- ],
- "files": [
- "index.js",
- "LICENSE"
- ],
- "dependencies": {
- "acorn": "^4.0.4"
- },
- "devDependencies": {
- "testit": "^2.0.2"
- },
- "scripts": {
- "test": "node test"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/ForbesLindesay/acorn-globals.git"
- },
- "author": "ForbesLindesay",
- "license": "MIT"
- }
|