react / wstein / node_modules / browserify / node_modules / insert-module-globals / node_modules / lexical-scope / package.json
80538 views{1"name": "lexical-scope",2"version": "1.1.1",3"description": "detect global and local lexical identifiers from javascript source code",4"main": "index.js",5"dependencies": {6"astw": "^2.0.0"7},8"devDependencies": {9"tape": "~2.4.1",10"brfs": "~0.0.3"11},12"scripts": {13"test": "tape test/*.js"14},15"testling": {16"files": "test/*.js",17"browsers": [18"ie/6",19"ie/7",20"ie/8",21"ie/9",22"ie/10",23"chrome/20",24"chrome/latest",25"firefox/10",26"firefox/15",27"firefox/latest",28"safari/latest",29"opera/11.0",30"opera/latest"31]32},33"repository": {34"type": "git",35"url": "git://github.com/substack/lexical-scope.git"36},37"homepage": "https://github.com/substack/lexical-scope",38"keywords": [39"ast",40"variable",41"name",42"lexical",43"local",44"global",45"implicit",46"exported"47],48"author": {49"name": "James Halliday",50"email": "[email protected]",51"url": "http://substack.net"52},53"license": "MIT",54"gitHead": "7abd191fa106a99e4827f27a95defb5c60fbe6c5",55"bugs": {56"url": "https://github.com/substack/lexical-scope/issues"57},58"_id": "[email protected]",59"_shasum": "debac1067435f1359d90fcfd9e94bcb2ee47b2bf",60"_from": "lexical-scope@>=1.1.0 <1.2.0",61"_npmVersion": "2.7.5",62"_nodeVersion": "1.6.3",63"_npmUser": {64"name": "substack",65"email": "[email protected]"66},67"dist": {68"shasum": "debac1067435f1359d90fcfd9e94bcb2ee47b2bf",69"tarball": "http://registry.npmjs.org/lexical-scope/-/lexical-scope-1.1.1.tgz"70},71"maintainers": [72{73"name": "substack",74"email": "[email protected]"75}76],77"directories": {},78"_resolved": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.1.1.tgz",79"readme": "ERROR: No README data found!"80}818283