{
  "_from": "grammex@^3.1.11",
  "_id": "grammex@3.1.12",
  "_inBundle": false,
  "_integrity": "sha512-6ufJOsSA7LcQehIJNCO7HIBykfM7DXQual0Ny780/DEcJIpBlHRvcqEBWGPYd7hrXL2GJ3oJI1MIhaXjWmLQOQ==",
  "_location": "/grammex",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grammex@^3.1.11",
    "name": "grammex",
    "escapedName": "grammex",
    "rawSpec": "^3.1.11",
    "saveSpec": null,
    "fetchSpec": "^3.1.11"
  },
  "_requiredBy": [
    "/zeptomatch"
  ],
  "_resolved": "https://registry.npmjs.org/grammex/-/grammex-3.1.12.tgz",
  "_shasum": "08f021dd2cad009e64248fb53247cc6108788404",
  "_spec": "grammex@^3.1.11",
  "_where": "/var/www/html/node_modules/zeptomatch",
  "bugs": {
    "url": "https://github.com/fabiospampinato/grammex/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A tiny, PEG-like system for building language grammars with regexes.",
  "devDependencies": {
    "benchloop": "^2.1.1",
    "fava": "^0.3.4",
    "tsex": "^4.0.2",
    "typescript": "^5.7.3"
  },
  "exports": "./dist/index.js",
  "homepage": "https://github.com/fabiospampinato/grammex#readme",
  "keywords": [
    "tiny",
    "peg",
    "regex",
    "parsing",
    "expression",
    "grammar"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "grammex",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabiospampinato/grammex.git"
  },
  "scripts": {
    "benchmark": "tsex benchmark",
    "benchmark:watch": "tsex benchmark --watch",
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "prepublishOnly": "tsex prepare",
    "test": "tsex test",
    "test:watch": "tsex test --watch"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "3.1.12"
}
