{ "_from": "magic-regexp@^0.10.0", "_id": "magic-regexp@0.10.0", "_inBundle": false, "_integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==", "_location": "/magic-regexp", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "magic-regexp@^0.10.0", "name": "magic-regexp", "escapedName": "magic-regexp", "rawSpec": "^0.10.0", "saveSpec": null, "fetchSpec": "^0.10.0" }, "_requiredBy": [ "/oxc-walker" ], "_resolved": "https://registry.npmmirror.com/magic-regexp/-/magic-regexp-0.10.0.tgz", "_shasum": "78b4421a50d2b7a67129bf2c424a333927c3a0e5", "_spec": "magic-regexp@^0.10.0", "_where": "/data/jenkins/workspace/usepcshop.ws.baibaodun.com.cn/src/JAVA-MER-2.1-PC_20251108/node_modules/oxc-walker", "bugs": { "url": "https://github.com/unjs/magic-regexp/issues" }, "bundleDependencies": false, "dependencies": { "estree-walker": "^3.0.3", "magic-string": "^0.30.12", "mlly": "^1.7.2", "regexp-tree": "^0.1.27", "type-level-regexp": "~0.1.17", "ufo": "^1.5.4", "unplugin": "^2.0.0" }, "deprecated": false, "description": "A compiled-away, type-safe, readable RegExp alternative", "devDependencies": { "@antfu/eslint-config": "4.12.0", "@codspeed/vitest-plugin": "4.0.1", "@nuxt/kit": "3.16.2", "@types/estree": "1.0.7", "@types/node": "22.14.1", "@vitest/coverage-v8": "3.1.2", "acorn": "8.14.1", "bumpp": "10.1.0", "eslint": "9.25.0", "expect-type": "1.2.1", "lint-staged": "latest", "rollup": "4.40.0", "simple-git-hooks": "2.12.1", "typescript": "5.8.3", "unbuild": "3.5.0", "vite": "6.3.2", "vitest": "3.1.2" }, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./converter": { "import": "./dist/converter.mjs", "require": "./dist/converter.cjs" }, "./transform": { "import": "./dist/transform.mjs", "require": "./dist/transform.cjs" }, "./further-magic": { "import": "./dist/further-magic.mjs", "require": "./dist/further-magic.cjs" }, "./nuxt": "./nuxt.mjs" }, "files": [ "dist", "further-magic.d.ts", "nuxt.mjs", "transform.d.ts" ], "homepage": "https://github.com/unjs/magic-regexp#readme", "license": "MIT", "lint-staged": { "*": [ "npx eslint --fix" ] }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "magic-regexp", "packageManager": "pnpm@10.9.0", "repository": { "type": "git", "url": "git+https://github.com/unjs/magic-regexp.git" }, "resolutions": { "magic-regexp": "link:.", "nuxt": "3.16.2", "vite": "6.3.2", "vue": "3.5.13" }, "scripts": { "build": "unbuild", "dev": "vitest dev", "docs:generate": "nuxi generate docs", "lint": "eslint .", "prepare": "npx simple-git-hooks && pnpm build", "prepublishOnly": "pnpm lint && pnpm test", "release": "bumpp && npm publish", "test": "vitest run", "test:types": "tsc --noEmit" }, "sideEffects": false, "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "types": "./dist/index.d.ts", "version": "0.10.0" }