{
  "_from": "balanced-match@^4.0.2",
  "_id": "balanced-match@4.0.4",
  "_inBundle": false,
  "_integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  "_location": "/balanced-match",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "balanced-match@^4.0.2",
    "name": "balanced-match",
    "escapedName": "balanced-match",
    "rawSpec": "^4.0.2",
    "saveSpec": null,
    "fetchSpec": "^4.0.2"
  },
  "_requiredBy": [
    "/brace-expansion"
  ],
  "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  "_shasum": "bfb10662feed8196a2c62e7c68e17720c274179a",
  "_spec": "balanced-match@^4.0.2",
  "_where": "/var/www/html/moro/node_modules/brace-expansion",
  "bugs": {
    "url": "https://github.com/juliangruber/balanced-match/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Match balanced character pairs, like \"{\" and \"}\"",
  "devDependencies": {
    "@types/brace-expansion": "^1.1.2",
    "@types/node": "^25.2.1",
    "mkdirp": "^3.0.1",
    "prettier": "^3.3.2",
    "tap": "^21.6.2",
    "tshy": "^3.0.2",
    "typedoc": "^0.28.5"
  },
  "engines": {
    "node": "18 || 20 || >=22"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/juliangruber/balanced-match#readme",
  "keywords": [
    "match",
    "regexp",
    "test",
    "balanced",
    "parse"
  ],
  "license": "MIT",
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "name": "balanced-match",
  "repository": {
    "type": "git",
    "url": "git://github.com/juliangruber/balanced-match.git"
  },
  "scripts": {
    "benchmark": "node benchmark/index.js",
    "format": "prettier --write .",
    "postversion": "npm publish",
    "prepare": "tshy",
    "prepublishOnly": "git push origin --follow-tags",
    "presnap": "npm run prepare",
    "pretest": "npm run prepare",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap",
    "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
  },
  "tshy": {
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "type": "module",
  "types": "./dist/commonjs/index.d.ts",
  "version": "4.0.4"
}
