react / wstein / node_modules / browserify / node_modules / glob / node_modules / minimatch / node_modules / brace-expansion / node_modules / balanced-match / package.json
80559 views{1"name": "balanced-match",2"description": "Match balanced character pairs, like \"{\" and \"}\"",3"version": "0.2.0",4"repository": {5"type": "git",6"url": "git://github.com/juliangruber/balanced-match.git"7},8"homepage": "https://github.com/juliangruber/balanced-match",9"main": "index.js",10"scripts": {11"test": "make test"12},13"dependencies": {},14"devDependencies": {15"tape": "~1.1.1"16},17"keywords": [18"match",19"regexp",20"test",21"balanced",22"parse"23],24"author": {25"name": "Julian Gruber",26"email": "[email protected]",27"url": "http://juliangruber.com"28},29"license": "MIT",30"testling": {31"files": "test/*.js",32"browsers": [33"ie/8..latest",34"firefox/20..latest",35"firefox/nightly",36"chrome/25..latest",37"chrome/canary",38"opera/12..latest",39"opera/next",40"safari/5.1..latest",41"ipad/6.0..latest",42"iphone/6.0..latest",43"android-browser/4.2..latest"44]45},46"gitHead": "ba40ed78e7114a4a67c51da768a100184dead39c",47"bugs": {48"url": "https://github.com/juliangruber/balanced-match/issues"49},50"_id": "[email protected]",51"_shasum": "38f6730c03aab6d5edbb52bd934885e756d71674",52"_from": "balanced-match@>=0.2.0 <0.3.0",53"_npmVersion": "2.1.8",54"_nodeVersion": "0.10.32",55"_npmUser": {56"name": "juliangruber",57"email": "[email protected]"58},59"maintainers": [60{61"name": "juliangruber",62"email": "[email protected]"63}64],65"dist": {66"shasum": "38f6730c03aab6d5edbb52bd934885e756d71674",67"tarball": "http://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz"68},69"directories": {},70"_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz",71"readme": "ERROR: No README data found!"72}737475