{"_id":"regexpp","_rev":"338394","name":"regexpp","description":"Regular expression parser for ECMAScript.","dist-tags":{"latest":"3.2.0","next":"2.0.0-beta.0"},"maintainers":[{"name":"mysticatea","email":""}],"time":{"modified":"2021-06-20T02:23:05.000Z","created":"2018-02-28T10:17:11.737Z","3.2.0":"2021-06-14T11:06:58.407Z","3.1.0":"2020-04-04T16:45:56.795Z","3.0.0":"2019-08-30T02:44:42.581Z","2.0.1":"2018-10-05T09:38:15.306Z","2.0.0":"2018-06-23T12:21:41.579Z","2.0.0-beta.0":"2018-06-21T07:13:44.761Z","1.1.0":"2018-03-30T09:45:59.374Z","1.0.1":"2018-03-06T13:40:16.526Z","1.0.0":"2018-03-05T11:28:55.155Z","0.0.0":"2018-02-28T10:17:11.737Z"},"users":{},"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/regexpp.git"},"versions":{"3.2.0":{"name":"regexpp","version":"3.2.0","description":"Regular expression parser for ECMAScript.","engines":{"node":">=8"},"main":"index","exports":{".":{"import":"./index.mjs","default":"./index.js"},"./package.json":"./package.json"},"dependencies":{},"devDependencies":{"@mysticatea/eslint-plugin":"^11.0.0","@types/eslint":"^4.16.2","@types/jsdom":"^12.2.4","@types/mocha":"^5.2.2","@types/node":"^12.6.8","codecov":"^3.5.0","dts-bundle":"^0.7.3","eslint":"^6.1.0","jsdom":"^15.1.1","mocha":"^6.2.0","npm-run-all":"^4.1.5","nyc":"^14.1.1","rimraf":"^2.6.2","rollup":"^1.17.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.4.2","ts-node":"^8.3.0","typescript":"^3.5.3"},"scripts":{"prebuild":"npm run -s clean","build":"run-s build:*","build:tsc":"tsc --module es2015","build:rollup":"rollup -c","build:dts":"dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts","clean":"rimraf .temp index.*","codecov":"nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov","lint":"eslint scripts src test --ext .ts","pretest":"run-s build lint","test":"nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000","update:test":"ts-node scripts/update-fixtures.ts","update:unicode":"run-s update:unicode:*","update:unicode:ids":"ts-node scripts/update-unicode-ids.ts","update:unicode:props":"ts-node scripts/update-unicode-properties.ts","preversion":"npm test","version":"npm run -s build","postversion":"git push && git push --tags","prewatch":"npm run -s clean","watch":"_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions ts --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/regexpp.git"},"keywords":["regexp","regular","expression","parser","validator","ast","abstract","syntax","tree","ecmascript","es2015","es2016","es2017","es2018","es2019","es2020","annexB"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/regexpp/issues"},"homepage":"https://github.com/mysticatea/regexpp#readme","funding":"https://github.com/sponsors/mysticatea","gitHead":"b8bc4e82885a9cff44b908d247685cde129cd863","_id":"regexpp@3.2.0","_nodeVersion":"16.1.0","_npmVersion":"6.14.13","dist":{"shasum":"0425a2768d8f23bad70ca4b90461fa2f1213e1b2","size":50566,"noattachment":false,"key":"/regexpp/-/regexpp-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/regexpp/download/regexpp-3.2.0.tgz"},"_npmUser":{"name":"mysticatea","email":"public@mysticatea.dev"},"directories":{},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpp_3.2.0_1623668818163_0.22320183446534858"},"_hasShrinkwrap":false,"publish_time":1623668818407,"_cnpm_publish_time":1623668818407},"3.1.0":{"name":"regexpp","version":"3.1.0","description":"Regular expression parser for ECMAScript.","engines":{"node":">=8"},"main":"index","dependencies":{},"devDependencies":{"@mysticatea/eslint-plugin":"^11.0.0","@types/eslint":"^4.16.2","@types/jsdom":"^12.2.4","@types/mocha":"^5.2.2","@types/node":"^12.6.8","codecov":"^3.5.0","dts-bundle":"^0.7.3","eslint":"^6.1.0","jsdom":"^15.1.1","mocha":"^6.2.0","npm-run-all":"^4.1.5","nyc":"^14.1.1","rimraf":"^2.6.2","rollup":"^1.17.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.4.2","ts-node":"^8.3.0","typescript":"^3.5.3"},"scripts":{"prebuild":"npm run -s clean","build":"run-s build:*","build:tsc":"tsc --module es2015","build:rollup":"rollup -c","build:dts":"dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts","clean":"rimraf .temp index.*","codecov":"nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov","lint":"eslint scripts src test --ext .ts","pretest":"run-s build lint","test":"nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000","update:test":"ts-node scripts/update-fixtures.ts","update:unicode":"run-s update:unicode:*","update:unicode:ids":"ts-node scripts/update-unicode-ids.ts","update:unicode:props":"ts-node scripts/update-unicode-properties.ts","preversion":"npm test","version":"npm run -s build","postversion":"git push && git push --tags","prewatch":"npm run -s clean","watch":"_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions ts --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/regexpp.git"},"keywords":["regexp","regular","expression","parser","validator","ast","abstract","syntax","tree","ecmascript","es2015","es2016","es2017","es2018","es2019","es2020","annexB"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/regexpp/issues"},"homepage":"https://github.com/mysticatea/regexpp#readme","funding":"https://github.com/sponsors/mysticatea","gitHead":"5563cf33c4976d01a348472b818221fc199bbeb6","_id":"regexpp@3.1.0","_nodeVersion":"12.12.0","_npmVersion":"6.14.4","dist":{"shasum":"206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2","size":50415,"noattachment":false,"key":"/regexpp/-/regexpp-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/regexpp/download/regexpp-3.1.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmUser":{"name":"mysticatea","email":"public@mysticatea.dev"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpp_3.1.0_1586018756638_0.30465495628858386"},"_hasShrinkwrap":false,"publish_time":1586018756795,"_cnpm_publish_time":1586018756795},"3.0.0":{"name":"regexpp","version":"3.0.0","description":"Regular expression parser for ECMAScript.","engines":{"node":">=8"},"main":"index","dependencies":{},"devDependencies":{"@mysticatea/eslint-plugin":"^11.0.0","@types/eslint":"^4.16.2","@types/jsdom":"^12.2.4","@types/mocha":"^5.2.2","@types/node":"^12.6.8","codecov":"^3.5.0","dts-bundle":"^0.7.3","eslint":"^6.1.0","jsdom":"^15.1.1","mocha":"^6.2.0","npm-run-all":"^4.1.5","nyc":"^14.1.1","rimraf":"^2.6.2","rollup":"^1.17.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.4.2","ts-node":"^8.3.0","typescript":"^3.5.3"},"scripts":{"prebuild":"npm run -s clean","build":"run-s build:*","build:tsc":"tsc --module es2015","build:rollup":"rollup -c","build:dts":"dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts","clean":"rimraf .temp index.*","codecov":"nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov","lint":"eslint scripts src test --ext .ts","pretest":"run-s build lint","test":"nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000","update:test":"ts-node scripts/update-fixtures.ts","update:unicode":"run-s update:unicode:*","update:unicode:ids":"ts-node scripts/update-unicode-ids.ts","update:unicode:props":"ts-node scripts/update-unicode-properties.ts","preversion":"npm test","version":"npm run -s build","postversion":"git push && git push --tags","prewatch":"npm run -s clean","watch":"_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions .ts --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/regexpp.git"},"keywords":["regexp","regular","expression","parser","validator","ast","abstract","syntax","tree","ecmascript","es2015","es2016","es2017","es2018","es2019","es2020","annexB"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/regexpp/issues"},"homepage":"https://github.com/mysticatea/regexpp#readme","gitHead":"b4d683df665e3b9a5d014eea34222fdb3d6f2e7c","_id":"regexpp@3.0.0","_nodeVersion":"12.6.0","_npmVersion":"6.11.2","dist":{"shasum":"dd63982ee3300e67b41c1956f850aa680d9d330e","size":57455,"noattachment":false,"key":"/regexpp/-/regexpp-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/regexpp/download/regexpp-3.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmUser":{"name":"mysticatea","email":"public@mysticatea.dev"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpp_3.0.0_1567133082487_0.36859641486891404"},"_hasShrinkwrap":false,"publish_time":1567133082581,"_cnpm_publish_time":1567133082581},"2.0.1":{"name":"regexpp","version":"2.0.1","description":"Regular expression parser for ECMAScript 2018.","engines":{"node":">=6.5.0"},"main":"index","dependencies":{},"devDependencies":{"@types/eslint":"^4.16.2","@types/mocha":"^5.2.2","@types/node":"^10.3.3","coveralls":"^3.0.1","dts-bundle":"^0.7.3","eslint":"^4.19.1","eslint-plugin-mysticatea":"^5.0.0-beta.15","mocha":"^5.2.0","npm-run-all":"^4.1.3","nyc":"^12.0.2","rimraf":"^2.6.2","rollup":"^0.60.7","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-watch":"^4.3.1","ts-node":"^6.1.1","typescript":"^2.9.2","typescript-eslint-parser":"^16.0.0"},"scripts":{"prebuild":"npm run -s clean","build":"run-s build:*","build:tsc":"tsc --module es2015","build:rollup":"rollup -c","build:dts":"dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts","clean":"rimraf .temp index.*","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"eslint scripts src test --ext .ts","pretest":"run-s build lint","test":"nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000","update:test":"ts-node scripts/update-fixtures.ts","update:ids":"ts-node scripts/update-unicode-ids.ts","preversion":"npm test","version":"npm run -s build","postversion":"git push && git push --tags","prewatch":"npm run -s clean","watch":"_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions .ts --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/regexpp.git"},"keywords":["regexp","regular","expression","parser","validator","ast","abstract","syntax","tree","ecmascript","es2015","es2016","es2017","es2018","annexB"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/regexpp/issues"},"homepage":"https://github.com/mysticatea/regexpp#readme","gitHead":"d68b435cbf6d37e3fa6af186965a7b6c738bf685","_id":"regexpp@2.0.1","_npmVersion":"6.2.0","_nodeVersion":"10.11.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"8d19d31cf632482b589049f8281f93dbcba4d07f","size":124939,"noattachment":false,"key":"/regexpp/-/regexpp-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/regexpp/download/regexpp-2.0.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpp_2.0.1_1538732295013_0.4707850604874946"},"_hasShrinkwrap":false,"publish_time":1538732295306,"_cnpm_publish_time":1538732295306},"2.0.0":{"name":"regexpp","version":"2.0.0","description":"Regular expression parser for ECMAScript 2018.","engines":{"node":">=6.5.0"},"main":"index","files":["index.*"],"dependencies":{},"devDependencies":{"@types/eslint":"^4.16.2","@types/mocha":"^5.2.2","@types/node":"^10.3.3","coveralls":"^3.0.1","dts-bundle":"^0.7.3","eslint":"^4.19.1","eslint-plugin-mysticatea":"^5.0.0-beta.15","mocha":"^5.2.0","npm-run-all":"^4.1.3","nyc":"^12.0.2","rimraf":"^2.6.2","rollup":"^0.60.7","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-watch":"^4.3.1","ts-node":"^6.1.1","typescript":"^2.9.2","typescript-eslint-parser":"^16.0.0"},"scripts":{"prebuild":"npm run -s clean","build":"run-s build:*","build:tsc":"tsc --module es2015","build:rollup":"rollup -c","build:dts":"dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts","clean":"rimraf .temp index.*","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"eslint scripts src test --ext .ts","pretest":"run-s build lint","test":"nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000","update:test":"ts-node scripts/update-fixtures.ts","update:ids":"ts-node scripts/update-unicode-ids.ts","preversion":"npm test","version":"npm run -s build","postversion":"git push && git push --tags","prewatch":"npm run -s clean","watch":"_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions .ts --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/regexpp.git"},"keywords":["regexp","regular","expression","parser","validator","ast","abstract","syntax","tree","ecmascript","es2015","es2016","es2017","es2018","annexB"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/regexpp/issues"},"homepage":"https://github.com/mysticatea/regexpp#readme","gitHead":"813344e7f2d08f4ab729df57da5cd56c022c7417","_id":"regexpp@2.0.0","_npmVersion":"6.1.0","_nodeVersion":"10.4.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"b2a7534a85ca1b033bcf5ce9ff8e56d4e0755365","size":124438,"noattachment":false,"key":"/regexpp/-/regexpp-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/regexpp/download/regexpp-2.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpp_2.0.0_1529756501513_0.18740514059504432"},"_hasShrinkwrap":false,"publish_time":1529756501579,"_cnpm_publish_time":1529756501579},"2.0.0-beta.0":{"name":"regexpp","version":"2.0.0-beta.0","description":"Regular expression parser for ECMAScript 2018.","engines":{"node":">=6.5.0"},"main":"index","files":["index.*"],"dependencies":{},"devDependencies":{"@types/eslint":"^4.16.2","@types/mocha":"^5.2.2","@types/node":"^10.3.3","coveralls":"^3.0.1","dts-bundle":"^0.7.3","eslint":"^4.19.1","eslint-plugin-mysticatea":"^5.0.0-beta.15","mocha":"^5.2.0","npm-run-all":"^4.1.3","nyc":"^12.0.2","rimraf":"^2.6.2","rollup":"^0.60.7","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-watch":"^4.3.1","ts-node":"^6.1.1","typescript":"^2.9.2","typescript-eslint-parser":"^16.0.0"},"scripts":{"prebuild":"npm run -s clean","build":"run-s build:*","build:tsc":"tsc --module es2015","build:rollup":"rollup -c","build:dts":"dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts","clean":"rimraf .temp index.*","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"eslint scripts src test --ext .ts","pretest":"run-s build lint","test":"nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000","update:test":"ts-node scripts/update-fixtures.ts","update:ids":"ts-node scripts/update-unicode-ids.ts","preversion":"npm test","version":"npm run -s build","postversion":"git push && git push --tags","prewatch":"npm run -s clean","watch":"_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions .ts --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/regexpp.git"},"keywords":["regexp","regular","expression","parser","validator","ast","abstract","syntax","tree","ecmascript","es2015","es2016","es2017","es2018","annexB"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/regexpp/issues"},"homepage":"https://github.com/mysticatea/regexpp#readme","readmeFilename":"README.md","gitHead":"3938ad4f7d7d64618a89fe9476587cd5f4c14af5","_id":"regexpp@2.0.0-beta.0","_npmVersion":"6.1.0","_nodeVersion":"10.4.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"14d47dec39c4cd37090a12ac243fc981b73b63df","size":124443,"noattachment":false,"key":"/regexpp/-/regexpp-2.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/regexpp/download/regexpp-2.0.0-beta.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpp_2.0.0-beta.0_1529565224684_0.0593522495032206"},"_hasShrinkwrap":false,"publish_time":1529565224761,"_cnpm_publish_time":1529565224761},"1.1.0":{"name":"regexpp","version":"1.1.0","description":"Regular expression parser for ECMAScript 2018.","engines":{"node":">=4.0.0"},"main":"index","files":["index.*"],"dependencies":{},"devDependencies":{"@types/eslint":"^4.16.0","@types/mocha":"^2.2.48","@types/node":"^9.4.6","babel-core":"^6.26.0","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","dts-bundle":"^0.7.3","eslint":"^4.18.0","eslint-config-mysticatea":"^13.0.2","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.4.0","mocha":"^5.0.1","npm-run-all":"^4.1.2","prettier":"^1.9.2","rimraf":"^2.6.2","rollup":"^0.56.1","rollup-plugin-babel":"^3.0.3","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-watch":"^4.3.1","ts-node":"^5.0.0","typescript":"^2.7.2","typescript-eslint-parser":"^14.0.0"},"scripts":{"prebuild":"npm run -s clean","build":"run-s build:*","build:tsc":"tsc --module es2015 --target es2015","build:mjs":"rollup -c rollup-mjs.config.js","build:js":"rollup -c rollup-js.config.js","build:dts":"dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts","clean":"rimraf .temp index.*","lint":"eslint src test tools --ext .ts","pretest":"run-s build lint","test":"_mocha --require ts-node/register --reporter dot --timeout 10000 \"test/*.ts\"","update:test":"ts-node tools/update-fixtures.ts","update:ids":"ts-node tools/update-unicode-ids.ts","preversion":"npm test","version":"npm run -s build","postversion":"git push && git push --tags","prewatch":"npm run -s clean","watch":"npm run -s test -- --watch-extensions .ts --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/regexpp.git"},"keywords":["regexp","regular","expression","parser","validator","ast","abstract","syntax","tree","ecmascript","es2015","es2016","es2017","es2018","annexB"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/regexpp/issues"},"homepage":"https://github.com/mysticatea/regexpp#readme","gitHead":"258651ef294c23faaa4bc25861a9e77c21136c48","_id":"regexpp@1.1.0","_npmVersion":"5.8.0","_nodeVersion":"8.11.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"0e3516dd0b7904f413d2d4193dce4618c3a689ab","size":126588,"noattachment":false,"key":"/regexpp/-/regexpp-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/regexpp/download/regexpp-1.1.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpp_1.1.0_1522403159299_0.2810022828991172"},"_hasShrinkwrap":false,"publish_time":1522403159374,"_cnpm_publish_time":1522403159374},"1.0.1":{"name":"regexpp","version":"1.0.1","description":"Regular expression parser for ECMAScript 2018.","engines":{"node":">=4.0.0"},"main":"index.js","files":["index.d.ts","index.js.map"],"devDependencies":{"@types/eslint":"^4.16.0","@types/mocha":"^2.2.48","@types/node":"^9.4.6","dts-bundle":"^0.7.3","eslint":"^4.18.0","eslint-config-mysticatea":"^13.0.2","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.4.0","mocha":"^5.0.1","npm-run-all":"^4.1.2","prettier":"^1.9.2","rimraf":"^2.6.2","rollup":"^0.56.1","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-watch":"^4.3.1","ts-node":"^5.0.0","typescript":"^2.7.2","typescript-eslint-parser":"^14.0.0"},"scripts":{"prebuild":"npm run -s clean","build":"tsc --project tsconfig.prod.json && rollup -c -o index.js && dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts","clean":"rimraf .temp index.*","lint":"eslint src test tools --ext .ts","pretest":"run-s build lint","test":"_mocha --require ts-node/register --reporter dot --timeout 10000 \"test/*.ts\"","update:test":"ts-node tools/update-fixtures.ts","update:ids":"ts-node tools/update-unicode-ids.ts","preversion":"npm test","version":"npm run -s build","postversion":"git push && git push --tags","prewatch":"npm run -s clean","watch":"npm run -s test -- --watch-extensions .ts --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/regexpp.git"},"keywords":["regexp","regular","expression","parser","validator","ast","abstract","syntax","tree","ecmascript","es2015","es2016","es2017","es2018","annexB"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/regexpp/issues"},"homepage":"https://github.com/mysticatea/regexpp#readme","gitHead":"46c894e4c842d4cefda0ff827f962586e2e0395a","_id":"regexpp@1.0.1","_npmVersion":"5.7.1","_nodeVersion":"4.8.7","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"d857c3a741dce075c2848dcb019a0a975b190d43","size":64342,"noattachment":false,"key":"/regexpp/-/regexpp-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/regexpp/download/regexpp-1.0.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpp_1.0.1_1520343616447_0.3437533717937047"},"_hasShrinkwrap":false,"publish_time":1520343616526,"_cnpm_publish_time":1520343616526},"1.0.0":{"name":"regexpp","version":"1.0.0","description":"Regular expression parser for ECMAScript 2018.","engines":{"node":">=4.0.0"},"main":"index.js","files":["index.d.ts","index.js.map"],"devDependencies":{"@types/eslint":"^4.16.0","@types/mocha":"^2.2.48","@types/node":"^9.4.6","dts-bundle":"^0.7.3","eslint":"^4.18.0","eslint-config-mysticatea":"^13.0.2","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.4.0","mocha":"^5.0.1","npm-run-all":"^4.1.2","prettier":"^1.9.2","rollup":"^0.56.1","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-watch":"^4.3.1","ts-node":"^5.0.0","typescript":"^2.7.2","typescript-eslint-parser":"^14.0.0"},"scripts":{"prebuild":"npm run -s clean","build":"tsc --project tsconfig.prod.json && rollup -c -o index.js && dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts","clean":"rimraf .temp index.*","lint":"eslint src test tools --ext .ts","pretest":"run-s build lint","test":"_mocha --require ts-node/register --reporter dot --timeout 10000 \"test/*.ts\"","update:test":"ts-node tools/update-fixtures.ts","update:ids":"ts-node tools/update-unicode-ids.ts","preversion":"npm test","version":"npm run -s build","postversion":"git push && git push --tags","prewatch":"npm run -s clean","watch":"npm run -s test -- --watch-extensions .ts --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/regexpp.git"},"keywords":["regexp","regular","expression","parser","validator","ast","abstract","syntax","tree","ecmascript","es2015","es2016","es2017","es2018","annexB"],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/regexpp/issues"},"homepage":"https://github.com/mysticatea/regexpp#readme","gitHead":"cc2aa524c952a5c7e5f9c5c9b6cdcd2868fa6b4c","_id":"regexpp@1.0.0","_npmVersion":"5.7.1","_nodeVersion":"8.9.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"4bdc81199247f4a0109444e1f6273baa8ea0a5ee","size":62780,"noattachment":false,"key":"/regexpp/-/regexpp-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/regexpp/download/regexpp-1.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpp_1.0.0_1520249334973_0.6225448336418906"},"_hasShrinkwrap":false,"publish_time":1520249335155,"_cnpm_publish_time":1520249335155},"0.0.0":{"name":"regexpp","version":"0.0.0","description":"RegExp parser.","engines":{"node":">=4.0.0"},"main":"index.js","files":["index.d.ts","index.js.map"],"devDependencies":{"@types/mocha":"^2.2.48","@types/node":"^9.4.6","dts-bundle":"^0.7.3","eslint":"^4.18.0","eslint-config-mysticatea":"^13.0.2","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.4.0","mocha":"^5.0.1","npm-run-all":"^4.1.2","nyc":"^11.4.1","opener":"^1.4.3","prettier":"^1.9.2","rollup":"^0.56.1","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-watch":"^4.3.1","ts-node":"^5.0.0","typescript":"^2.8.0-dev.20180228","typescript-eslint-parser":"^14.0.0","wait-on":"^2.1.0","warun":"^1.0.0"},"scripts":{"_mocha":"_mocha --require ts-node/register --reporter dot --timeout 10000 \"test/*.js\"","prebuild":"npm run -s clean","build":"tsc --project tsconfig.prod.json && rollup -c -o index.js && dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts","clean":"rimraf .nyc_output .temp coverage index.*","codecov":"nyc report --reporter lcovonly && codecov","coverage":"nyc report --reporter lcov && opener ./coverage/lcov-report/index.html","lint":"eslint src test --ext .ts","setup":"git submodule update --init && cd test/fixtures/eslint && npm install","pretest":"run-s build lint","test":"nyc npm run _mocha","preversion":"npm test","version":"npm run -s build","postversion":"git push && git push --tags","prewatch":"npm run -s clean","update:fixtures":"ts-node test/tools/update-fixtures.ts","watch":"run-p watch:*","watch:tsc":"tsc --watch","watch:rollup":"wait-on .temp/index.js && rollup -c -o index.js --watch","watch:test":"wait-on index.js && warun index.js \"test/*.ts\" --debounce 1000 --no-initial -- nyc -r lcov npm run -s _mocha","watch:coverage-report":"wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/regexpp.git"},"keywords":[],"author":{"name":"Toru Nagashima","url":"https://github.com/mysticatea"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/regexpp/issues"},"homepage":"https://github.com/mysticatea/regexpp#readme","gitHead":"c3af648a9f7f66ca025bbb338e039340d1a1cadb","_id":"regexpp@0.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"6681c892b2494e530fd4c93f44b8de32ae0bfb18","size":1792,"noattachment":false,"key":"/regexpp/-/regexpp-0.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/regexpp/download/regexpp-0.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpp_0.0.0_1519813031685_0.46808276769335033"},"_hasShrinkwrap":false,"publish_time":1519813031737,"_cnpm_publish_time":1519813031737}},"readme":"# regexpp\n\n[![npm version](https://img.shields.io/npm/v/regexpp.svg)](https://www.npmjs.com/package/regexpp)\n[![Downloads/month](https://img.shields.io/npm/dm/regexpp.svg)](http://www.npmtrends.com/regexpp)\n[![Build Status](https://github.com/mysticatea/regexpp/workflows/CI/badge.svg)](https://github.com/mysticatea/regexpp/actions)\n[![codecov](https://codecov.io/gh/mysticatea/regexpp/branch/master/graph/badge.svg)](https://codecov.io/gh/mysticatea/regexpp)\n[![Dependency Status](https://david-dm.org/mysticatea/regexpp.svg)](https://david-dm.org/mysticatea/regexpp)\n\nA regular expression parser for ECMAScript.\n\n## ???? Installation\n\n```bash\n$ npm install regexpp\n```\n\n- require Node.js 8 or newer.\n\n## ???? Usage\n\n```ts\nimport {\n    AST,\n    RegExpParser,\n    RegExpValidator,\n    RegExpVisitor,\n    parseRegExpLiteral,\n    validateRegExpLiteral,\n    visitRegExpAST\n} from \"regexpp\"\n```\n\n### parseRegExpLiteral(source, options?)\n\nParse a given regular expression literal then make AST object.\n\nThis is equivalent to `new RegExpParser(options).parseLiteral(source)`.\n\n- **Parameters:**\n    - `source` (`string | RegExp`) The source code to parse.\n    - `options?` ([`RegExpParser.Options`]) The options to parse.\n- **Return:**\n    - The AST of the regular expression.\n\n### validateRegExpLiteral(source, options?)\n\nValidate a given regular expression literal.\n\nThis is equivalent to `new RegExpValidator(options).validateLiteral(source)`.\n\n- **Parameters:**\n    - `source` (`string`) The source code to validate.\n    - `options?` ([`RegExpValidator.Options`]) The options to validate.\n\n### visitRegExpAST(ast, handlers)\n\nVisit each node of a given AST.\n\nThis is equivalent to `new RegExpVisitor(handlers).visit(ast)`.\n\n- **Parameters:**\n    - `ast` ([`AST.Node`]) The AST to visit.\n    - `handlers` ([`RegExpVisitor.Handlers`]) The callbacks.\n\n### RegExpParser\n\n#### new RegExpParser(options?)\n\n- **Parameters:**\n    - `options?` ([`RegExpParser.Options`]) The options to parse.\n\n#### parser.parseLiteral(source, start?, end?)\n\nParse a regular expression literal.\n\n- **Parameters:**\n    - `source` (`string`) The source code to parse. E.g. `\"/abc/g\"`.\n    - `start?` (`number`) The start index in the source code. Default is `0`.\n    - `end?` (`number`) The end index in the source code. Default is `source.length`.\n- **Return:**\n    - The AST of the regular expression.\n\n#### parser.parsePattern(source, start?, end?, uFlag?)\n\nParse a regular expression pattern.\n\n- **Parameters:**\n    - `source` (`string`) The source code to parse. E.g. `\"abc\"`.\n    - `start?` (`number`) The start index in the source code. Default is `0`.\n    - `end?` (`number`) The end index in the source code. Default is `source.length`.\n    - `uFlag?` (`boolean`) The flag to enable Unicode mode.\n- **Return:**\n    - The AST of the regular expression pattern.\n\n#### parser.parseFlags(source, start?, end?)\n\nParse a regular expression flags.\n\n- **Parameters:**\n    - `source` (`string`) The source code to parse. E.g. `\"gim\"`.\n    - `start?` (`number`) The start index in the source code. Default is `0`.\n    - `end?` (`number`) The end index in the source code. Default is `source.length`.\n- **Return:**\n    - The AST of the regular expression flags.\n\n### RegExpValidator\n\n#### new RegExpValidator(options)\n\n- **Parameters:**\n    - `options` ([`RegExpValidator.Options`]) The options to validate.\n\n#### validator.validateLiteral(source, start, end)\n\nValidate a regular expression literal.\n\n- **Parameters:**\n    - `source` (`string`) The source code to validate.\n    - `start?` (`number`) The start index in the source code. Default is `0`.\n    - `end?` (`number`) The end index in the source code. Default is `source.length`.\n\n#### validator.validatePattern(source, start, end, uFlag)\n\nValidate a regular expression pattern.\n\n- **Parameters:**\n    - `source` (`string`) The source code to validate.\n    - `start?` (`number`) The start index in the source code. Default is `0`.\n    - `end?` (`number`) The end index in the source code. Default is `source.length`.\n    - `uFlag?` (`boolean`) The flag to enable Unicode mode.\n\n#### validator.validateFlags(source, start, end)\n\nValidate a regular expression flags.\n\n- **Parameters:**\n    - `source` (`string`) The source code to validate.\n    - `start?` (`number`) The start index in the source code. Default is `0`.\n    - `end?` (`number`) The end index in the source code. Default is `source.length`.\n\n### RegExpVisitor\n\n#### new RegExpVisitor(handlers)\n\n- **Parameters:**\n    - `handlers` ([`RegExpVisitor.Handlers`]) The callbacks.\n\n#### visitor.visit(ast)\n\nValidate a regular expression literal.\n\n- **Parameters:**\n    - `ast` ([`AST.Node`]) The AST to visit.\n\n## ???? Changelog\n\n- [GitHub Releases](https://github.com/mysticatea/regexpp/releases)\n\n## ???? Contributing\n\nWelcome contributing!\n\nPlease use GitHub's Issues/PRs.\n\n### Development Tools\n\n- `npm test` runs tests and measures coverage.\n- `npm run build` compiles TypeScript source code to `index.js`, `index.js.map`, and `index.d.ts`.\n- `npm run clean` removes the temporary files which are created by `npm test` and `npm run build`.\n- `npm run lint` runs ESLint.\n- `npm run update:test` updates test fixtures.\n- `npm run update:ids` updates `src/unicode/ids.ts`.\n- `npm run watch` runs tests with `--watch` option.\n\n[`AST.Node`]: src/ast.ts#L4\n[`RegExpParser.Options`]: src/parser.ts#L539\n[`RegExpValidator.Options`]: src/validator.ts#L127\n[`RegExpVisitor.Handlers`]: src/visitor.ts#L204\n","_attachments":{},"homepage":"https://github.com/mysticatea/regexpp#readme","bugs":{"url":"https://github.com/mysticatea/regexpp/issues"},"license":"MIT"}