react / wstein / node_modules / browserify / node_modules / insert-module-globals / node_modules / lexical-scope / node_modules / astw / package.json
80551 views{1"name": "astw",2"version": "2.0.0",3"description": "walk the ast with references to parent nodes",4"main": "index.js",5"dependencies": {6"acorn": "^1.0.3"7},8"devDependencies": {9"tape": "~2.4.1",10"escodegen": "~0.0.17"11},12"scripts": {13"test": "tape test/*.js"14},15"testling": {16"files": "test/*.js",17"browsers": [18"ie/6..latest",19"chrome/20..latest",20"firefox/10..latest",21"safari/latest",22"opera/11.0..latest",23"iphone/6",24"ipad/6"25]26},27"repository": {28"type": "git",29"url": "git://github.com/substack/astw.git"30},31"homepage": "https://github.com/substack/astw",32"keywords": [33"ast",34"walk",35"source",36"acorn"37],38"author": {39"name": "James Halliday",40"email": "[email protected]",41"url": "http://substack.net"42},43"license": "MIT",44"gitHead": "c2c3527430c94a9379eb05f50dab74314e54e940",45"bugs": {46"url": "https://github.com/substack/astw/issues"47},48"_id": "[email protected]",49"_shasum": "08121ac8288d35611c0ceec663f6cd545604897d",50"_from": "astw@>=2.0.0 <3.0.0",51"_npmVersion": "2.7.5",52"_nodeVersion": "1.6.3",53"_npmUser": {54"name": "substack",55"email": "[email protected]"56},57"dist": {58"shasum": "08121ac8288d35611c0ceec663f6cd545604897d",59"tarball": "http://registry.npmjs.org/astw/-/astw-2.0.0.tgz"60},61"maintainers": [62{63"name": "substack",64"email": "[email protected]"65}66],67"directories": {},68"_resolved": "https://registry.npmjs.org/astw/-/astw-2.0.0.tgz",69"readme": "ERROR: No README data found!"70}717273