{
  "_from": "regexp-to-ast@0.5.0",
  "_id": "regexp-to-ast@0.5.0",
  "_inBundle": false,
  "_integrity": "sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw==",
  "_location": "/regexp-to-ast",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "regexp-to-ast@0.5.0",
    "name": "regexp-to-ast",
    "escapedName": "regexp-to-ast",
    "rawSpec": "0.5.0",
    "saveSpec": null,
    "fetchSpec": "0.5.0"
  },
  "_requiredBy": [
    "/chevrotain"
  ],
  "_resolved": "https://registry.npmjs.org/regexp-to-ast/-/regexp-to-ast-0.5.0.tgz",
  "_shasum": "56c73856bee5e1fef7f73a00f1473452ab712a24",
  "_spec": "regexp-to-ast@0.5.0",
  "_where": "/var/www/html/node_modules/chevrotain",
  "author": {
    "name": "Shahar Soel"
  },
  "bugs": {
    "url": "https://github.com/bd82/regexp-to-ast/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Parses a Regular Expression and outputs an AST",
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.9",
    "eslint": "^6.7.2",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-es5": "^1.4.1",
    "gitty": "^3.7.0",
    "jsonfile": "^5.0.0",
    "lodash": "latest",
    "mocha": "^6.2.2",
    "npm-run-all": "^4.1.5",
    "nyc": "^14.1.1",
    "prettier": "1.19.1",
    "semver": "^6.3.0",
    "typescript": "^3.7.3"
  },
  "files": [
    "lib",
    "LICENSE",
    "CHANGELOG.md",
    "README.md",
    "api.d.ts"
  ],
  "homepage": "https://github.com/bd82/regexp-to-ast#readme",
  "keywords": [
    "regExp",
    "parser",
    "regular expression"
  ],
  "license": "MIT",
  "main": "lib/regexp-to-ast.js",
  "name": "regexp-to-ast",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ],
    "exclude": [
      "test/**.*"
    ]
  },
  "prettier": {
    "semi": false,
    "tabWidth": 4,
    "useTabs": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bd82/regexp-to-ast.git"
  },
  "scripts": {
    "check_coverage": "nyc check-coverage --lines 100 --statements 100 --functions 100",
    "ci_full_flow": "npm-run-all type_check test check_coverage verify_format",
    "format": "prettier --no-editorconfig --write \"**/*.@(ts|js|md)\"",
    "release": "git fetch && git rebase && node scripts/release.js",
    "report_coverage": "cat coverage/lcov.info | node_modules/.bin/coveralls",
    "test": "nyc mocha \"./test/**/*spec.js\"",
    "type_check": "tsc",
    "verify_format": "prettier --no-editorconfig --list-different  \"**/*.@(ts|js)\""
  },
  "typings": "api.d.ts",
  "version": "0.5.0"
}
