11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "balanced-match", 31cb0ef41Sopenharmony_ci "description": "Match balanced character pairs, like \"{\" and \"}\"", 41cb0ef41Sopenharmony_ci "version": "1.0.2", 51cb0ef41Sopenharmony_ci "repository": { 61cb0ef41Sopenharmony_ci "type": "git", 71cb0ef41Sopenharmony_ci "url": "git://github.com/juliangruber/balanced-match.git" 81cb0ef41Sopenharmony_ci }, 91cb0ef41Sopenharmony_ci "homepage": "https://github.com/juliangruber/balanced-match", 101cb0ef41Sopenharmony_ci "main": "index.js", 111cb0ef41Sopenharmony_ci "scripts": { 121cb0ef41Sopenharmony_ci "test": "tape test/test.js", 131cb0ef41Sopenharmony_ci "bench": "matcha test/bench.js" 141cb0ef41Sopenharmony_ci }, 151cb0ef41Sopenharmony_ci "devDependencies": { 161cb0ef41Sopenharmony_ci "matcha": "^0.7.0", 171cb0ef41Sopenharmony_ci "tape": "^4.6.0" 181cb0ef41Sopenharmony_ci }, 191cb0ef41Sopenharmony_ci "keywords": [ 201cb0ef41Sopenharmony_ci "match", 211cb0ef41Sopenharmony_ci "regexp", 221cb0ef41Sopenharmony_ci "test", 231cb0ef41Sopenharmony_ci "balanced", 241cb0ef41Sopenharmony_ci "parse" 251cb0ef41Sopenharmony_ci ], 261cb0ef41Sopenharmony_ci "author": { 271cb0ef41Sopenharmony_ci "name": "Julian Gruber", 281cb0ef41Sopenharmony_ci "email": "mail@juliangruber.com", 291cb0ef41Sopenharmony_ci "url": "http://juliangruber.com" 301cb0ef41Sopenharmony_ci }, 311cb0ef41Sopenharmony_ci "license": "MIT", 321cb0ef41Sopenharmony_ci "testling": { 331cb0ef41Sopenharmony_ci "files": "test/*.js", 341cb0ef41Sopenharmony_ci "browsers": [ 351cb0ef41Sopenharmony_ci "ie/8..latest", 361cb0ef41Sopenharmony_ci "firefox/20..latest", 371cb0ef41Sopenharmony_ci "firefox/nightly", 381cb0ef41Sopenharmony_ci "chrome/25..latest", 391cb0ef41Sopenharmony_ci "chrome/canary", 401cb0ef41Sopenharmony_ci "opera/12..latest", 411cb0ef41Sopenharmony_ci "opera/next", 421cb0ef41Sopenharmony_ci "safari/5.1..latest", 431cb0ef41Sopenharmony_ci "ipad/6.0..latest", 441cb0ef41Sopenharmony_ci "iphone/6.0..latest", 451cb0ef41Sopenharmony_ci "android-browser/4.2..latest" 461cb0ef41Sopenharmony_ci ] 471cb0ef41Sopenharmony_ci } 481cb0ef41Sopenharmony_ci} 49