{
  "_from": "oniguruma-to-es@^4.3.6",
  "_id": "oniguruma-to-es@4.3.6",
  "_inBundle": false,
  "_integrity": "sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==",
  "_location": "/oniguruma-to-es",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "oniguruma-to-es@^4.3.6",
    "name": "oniguruma-to-es",
    "escapedName": "oniguruma-to-es",
    "rawSpec": "^4.3.6",
    "saveSpec": null,
    "fetchSpec": "^4.3.6"
  },
  "_requiredBy": [
    "/@shikijs/engine-javascript"
  ],
  "_resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.6.tgz",
  "_shasum": "43e640280241b0d687a314e7a641d476407a1c4d",
  "_spec": "oniguruma-to-es@^4.3.6",
  "_where": "/var/www/web-lab/node_modules/@shikijs/engine-javascript",
  "author": {
    "name": "Steven Levithan"
  },
  "browser": "./dist/index.min.js",
  "bugs": {
    "url": "https://github.com/slevithan/oniguruma-to-es/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "oniguruma-parser": "^0.12.2",
    "regex": "^6.1.0",
    "regex-recursion": "^6.0.2"
  },
  "deprecated": false,
  "description": "Convert Oniguruma patterns to native JavaScript RegExp",
  "devDependencies": {
    "esbuild": "^0.28.0",
    "jasmine": "^6.2.0",
    "typescript": "^6.0.3",
    "vscode-oniguruma": "^2.0.1"
  },
  "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"
      }
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/slevithan/oniguruma-to-es#readme",
  "keywords": [
    "regex",
    "regexp",
    "oniguruma",
    "textmate-grammar",
    "transpiler"
  ],
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "name": "oniguruma-to-es",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slevithan/oniguruma-to-es.git"
  },
  "scripts": {
    "build": "pnpm bundle:global && pnpm bundle:esm && pnpm bundle:cjs && pnpm types",
    "bundle:cjs": "esbuild src/index.js --format=cjs --bundle --sourcemap --outfile=dist/cjs/index.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:global": "esbuild src/index.js --global-name=OnigurumaToEs --bundle --minify --sourcemap --outfile=dist/index.min.js",
    "onig:match": "node scripts/onig-match.js",
    "postbuild": "node scripts/postbuild.js",
    "prebuild": "rm -rf dist/* types/*",
    "pretest": "pnpm build",
    "test": "jasmine",
    "types": "tsc src/index.js --rootDir src --declaration --allowJs --emitDeclarationOnly --outDir types --lib ESNext"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/cjs/index.d.ts",
  "version": "4.3.6"
}
