{
  "_args": [
    [
      "balanced-match@2.0.0",
      "/var/www/html/market_up"
    ]
  ],
  "_development": true,
  "_from": "balanced-match@2.0.0",
  "_id": "balanced-match@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
  "_location": "/balanced-match",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "balanced-match@2.0.0",
    "name": "balanced-match",
    "escapedName": "balanced-match",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/stylelint"
  ],
  "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/html/market_up",
  "author": {
    "name": "Julian Gruber",
    "email": "mail@juliangruber.com",
    "url": "http://juliangruber.com"
  },
  "bugs": {
    "url": "https://github.com/juliangruber/balanced-match/issues"
  },
  "description": "Match balanced character pairs, like \"{\" and \"}\"",
  "devDependencies": {
    "@c4312/matcha": "^1.3.1",
    "np": "^7.4.0",
    "prettier-standard": "^16.4.1",
    "standard": "^16.0.3",
    "tape": "^4.6.0"
  },
  "homepage": "https://github.com/juliangruber/balanced-match",
  "keywords": [
    "match",
    "regexp",
    "test",
    "balanced",
    "parse"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "balanced-match",
  "repository": {
    "type": "git",
    "url": "git://github.com/juliangruber/balanced-match.git"
  },
  "scripts": {
    "bench": "matcha test/bench.js",
    "release": "np",
    "test": "prettier-standard && standard && tape test/test.js"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/20..latest",
      "firefox/nightly",
      "chrome/25..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "2.0.0"
}
