Path: blob/master/node_modules/balanced-match/package.json
1126 views
{1"name": "balanced-match",2"description": "Match balanced character pairs, like \"{\" and \"}\"",3"version": "1.0.2",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": "tape test/test.js",12"bench": "matcha test/bench.js"13},14"devDependencies": {15"matcha": "^0.7.0",16"tape": "^4.6.0"17},18"keywords": [19"match",20"regexp",21"test",22"balanced",23"parse"24],25"author": {26"name": "Julian Gruber",27"email": "[email protected]",28"url": "http://juliangruber.com"29},30"license": "MIT",31"testling": {32"files": "test/*.js",33"browsers": [34"ie/8..latest",35"firefox/20..latest",36"firefox/nightly",37"chrome/25..latest",38"chrome/canary",39"opera/12..latest",40"opera/next",41"safari/5.1..latest",42"ipad/6.0..latest",43"iphone/6.0..latest",44"android-browser/4.2..latest"45]46}47}484950