Path: blob/master/node_modules/acorn-globals/package.json
1126 views
{1"name": "acorn-globals",2"version": "6.0.0",3"description": "Detect global variables in JavaScript using acorn",4"keywords": [5"ast",6"variable",7"name",8"lexical",9"scope",10"local",11"global",12"implicit"13],14"files": [15"index.js",16"LICENSE"17],18"dependencies": {19"acorn": "^7.1.1",20"acorn-walk": "^7.1.1"21},22"devDependencies": {23"testit": "^3.1.0"24},25"scripts": {26"test": "node test"27},28"repository": {29"type": "git",30"url": "https://github.com/ForbesLindesay/acorn-globals.git"31},32"author": "ForbesLindesay",33"license": "MIT"34}353637