{
  "_from": "@chevrotain/regexp-to-ast@~12.0.0",
  "_id": "@chevrotain/regexp-to-ast@12.0.0",
  "_inBundle": false,
  "_integrity": "sha512-p+EW9MaJwgaHguhoqwOtx/FwuGr+DnNn857sXWOi/mClXIkPGl3rn7hGNWvo31HA3vyeQxjqe+H36yZJwYU8cA==",
  "_location": "/@chevrotain/regexp-to-ast",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@chevrotain/regexp-to-ast@~12.0.0",
    "name": "@chevrotain/regexp-to-ast",
    "escapedName": "@chevrotain%2fregexp-to-ast",
    "scope": "@chevrotain",
    "rawSpec": "~12.0.0",
    "saveSpec": null,
    "fetchSpec": "~12.0.0"
  },
  "_requiredBy": [
    "/chevrotain",
    "/langium"
  ],
  "_resolved": "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-12.0.0.tgz",
  "_shasum": "a90bc4b4f5337a883a88dddd0cca7c38cfe66a7a",
  "_spec": "@chevrotain/regexp-to-ast@~12.0.0",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\langium",
  "bugs": {
    "url": "https://github.com/Chevrotain/chevrotain/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Parses a Regular Expression and outputs an AST",
  "exports": {
    ".": {
      "import": "./lib/src/api.js",
      "types": "./types.d.ts"
    }
  },
  "files": [
    "lib/src/**/*.js",
    "lib/src/**/*.map",
    "src/**/*.ts",
    "types.d.ts"
  ],
  "gitHead": "d3b4d05d5dd53d53d27175119bc7c9ed8056e3d5",
  "homepage": "https://github.com/Chevrotain/chevrotain#readme",
  "keywords": [
    "regExp",
    "parser",
    "regular expression"
  ],
  "license": "Apache-2.0",
  "name": "@chevrotain/regexp-to-ast",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Chevrotain/chevrotain.git"
  },
  "scripts": {
    "---------- BUILD STEPS --------": "",
    "---------- CI FLOWS --------": "",
    "build": "npm-run-all clean compile",
    "ci": "pnpm run build test",
    "clean": "shx rm -rf lib coverage",
    "compile": "tsc",
    "compile:watch": "tsc -w",
    "coverage": "c8 mocha",
    "test": "npm-run-all coverage"
  },
  "type": "module",
  "types": "./types.d.ts",
  "version": "12.0.0"
}
