{"name":"oniguruma-to-es","version":"4.3.6","description":"Convert Oniguruma patterns to native JavaScript RegExp","author":{"name":"Steven Levithan"},"license":"MIT","type":"module","sideEffects":false,"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index.js"}}},"browser":"./dist/index.min.js","main":"./dist/cjs/index.js","types":"./dist/cjs/index.d.ts","repository":{"type":"git","url":"git+https://github.com/slevithan/oniguruma-to-es.git"},"keywords":["regex","regexp","oniguruma","textmate-grammar","transpiler"],"dependencies":{"oniguruma-parser":"^0.12.2","regex":"^6.1.0","regex-recursion":"^6.0.2"},"devDependencies":{"esbuild":"^0.28.0","jasmine":"^6.2.0","typescript":"^6.0.3","vscode-oniguruma":"^2.0.1"},"scripts":{"bundle:global":"esbuild src/index.js --global-name=OnigurumaToEs --bundle --minify --sourcemap --outfile=dist/index.min.js","bundle:esm":"esbuild src/index.js --format=esm --bundle --sourcemap --external:oniguruma-parser --external:regex --external:regex-recursion --outfile=dist/esm/index.js","bundle:cjs":"esbuild src/index.js --format=cjs --bundle --sourcemap --outfile=dist/cjs/index.js","types":"tsc src/index.js --rootDir src --declaration --allowJs --emitDeclarationOnly --outDir types --lib ESNext","prebuild":"rm -rf dist/* types/*","build":"pnpm bundle:global && pnpm bundle:esm && pnpm bundle:cjs && pnpm types","postbuild":"node scripts/postbuild.js","pretest":"pnpm build","test":"jasmine","onig:match":"node scripts/onig-match.js"},"_id":"oniguruma-to-es@4.3.6","bugs":{"url":"https://github.com/slevithan/oniguruma-to-es/issues"},"homepage":"https://github.com/slevithan/oniguruma-to-es#readme","_integrity":"sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==","_resolved":"/private/var/folders/0c/377ymr3x1k15yv7j154br4zh0000gn/T/4fda6dac9a8b3c02d5950b4cc55cd057/oniguruma-to-es-4.3.6.tgz","_from":"file:oniguruma-to-es-4.3.6.tgz","_nodeVersion":"25.8.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==","shasum":"43e640280241b0d687a314e7a641d476407a1c4d","tarball":"https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.6.tgz","fileCount":25,"unpackedSize":997453,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCID1spxDoXv6GeZ132PaNM5jLY351J3+YGrk29bc5Gb4jAiEAulxunDOkKvYr1GkJmSh2lRZrB3R4zN0nEwpK8C3Sxc4="}]},"_npmUser":{"name":"slevithan","email":"steves_list@hotmail.com"},"directories":{},"maintainers":[{"name":"slevithan","email":"steves_list@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/oniguruma-to-es_4.3.6_1776604113729_0.8811276224372984"},"_hasShrinkwrap":false}