{
  "name": "regexpp2",
  "version": "1.3.35",
  "description": "Regular expression parser for ECMAScript 2018.",
  "keywords": [
    "abstract",
    "annexB",
    "ast",
    "ecmascript",
    "es2015",
    "es2016",
    "es2017",
    "es2018",
    "expression",
    "parser",
    "regexp",
    "regular",
    "syntax",
    "tree",
    "validator"
  ],
  "homepage": "https://github.com/bluelovers/ws-regexp/tree/master/packages/regexpp2#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-regexp/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-regexp.git",
    "directory": "packages/regexpp2"
  },
  "license": "MIT",
  "author": "Toru Nagashima (https://github.com/mysticatea)",
  "main": "./index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "coverage": "yarn run test -- --coverage",
    "test": "echo \"Error: no test specified\"",
    "test:jest": "jest --passWithNoTests",
    "test:jest:coverage": "yarn run test:jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:mocha": "ynpx mocha -- --require ts-node/register --timeout 10000 \"test/**/*.ts\" --exclude \"**/*.d.ts\" --exclude \"**/visitor*\"",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "build": "yarn run update:ids && build-ts-file ./src/unicode/ids.ts & echo build",
    "build:commit": "git commit -m \"build: update unicode ids\" ./src/unicode & echo build:commit",
    "npm:publish": "npm publish",
    "npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
    "preversion": "yarn run test",
    "prepublish:lockfile": "npx sync-lockfile .",
    "prepublishOnly:lerna_": "yarn run build && yarn run build:commit",
    "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
    "postpublish": "yarn run postpublishOnly:add",
    "postpublish_": "git commit -m \"chore(release): publish\" .",
    "postpublishOnly:add": "npx yarn-tool root run postpublishOnly:add regexpp2",
    "ncu": "npx yarn-tool ncu -u",
    "sort-package-json": "npx yarn-tool sort",
    "tsc:showConfig": "ynpx get-current-tsconfig -p",
    "update:test": "ts-node scripts/update-fixtures.ts",
    "update:ids": "ts-node scripts/update-unicode-ids.ts"
  },
  "dependencies": {
    "tslib": ">=2"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "gitHead": "7804fe06cda102a7912e0955e38fd02687a1dd0f",
  "_types": [
    "./index.d.ts"
  ]
}
