{
  "_from": "graphmatch@^1.1.0",
  "_id": "graphmatch@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-5ykVn/EXM1hF0XCaWh05VbYvEiOL2lY1kBxZtaYsyvjp7cmWOU1XsAdfQBwClraEofXDT197lFbXOEVMHpvQOg==",
  "_location": "/graphmatch",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "graphmatch@^1.1.0",
    "name": "graphmatch",
    "escapedName": "graphmatch",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/zeptomatch"
  ],
  "_resolved": "https://registry.npmjs.org/graphmatch/-/graphmatch-1.1.1.tgz",
  "_shasum": "dcec68e8cb74de0a372d5252fc06e241daf71c38",
  "_spec": "graphmatch@^1.1.0",
  "_where": "/var/www/html/node_modules/zeptomatch",
  "bugs": {
    "url": "https://github.com/fabiospampinato/graphmatch/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A low-level utility for matching a string against a directed acyclic graph of regexes.",
  "devDependencies": {
    "benchloop": "^2.1.1",
    "fava": "^0.3.5",
    "tsex": "^4.0.2",
    "typescript": "^5.9.3"
  },
  "exports": "./dist/index.js",
  "homepage": "https://github.com/fabiospampinato/graphmatch#readme",
  "keywords": [
    "regex",
    "regexp",
    "dag",
    "graph",
    "match"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "graphmatch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabiospampinato/graphmatch.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"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.1.1"
}
