{
  "_from": "mlly@^1.8.0",
  "_id": "mlly@1.8.2",
  "_inBundle": false,
  "_integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  "_location": "/mlly",
  "_phantomChildren": {
    "confbox": "0.1.8",
    "mlly": "1.8.2",
    "pathe": "2.0.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mlly@^1.8.0",
    "name": "mlly",
    "escapedName": "mlly",
    "rawSpec": "^1.8.0",
    "saveSpec": null,
    "fetchSpec": "^1.8.0"
  },
  "_requiredBy": [
    "/local-pkg",
    "/mlly/pkg-types",
    "/vue-router"
  ],
  "_resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  "_shasum": "e7f7919a82d13b174405613117249a3f449d78bb",
  "_spec": "mlly@^1.8.0",
  "_where": "C:\\xampp\\htdocs\\findworkspace\\findworkspace\\node_modules\\vue-router",
  "bugs": {
    "url": "https://github.com/unjs/mlly/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "acorn": "^8.16.0",
    "pathe": "^2.0.3",
    "pkg-types": "^1.3.1",
    "ufo": "^1.6.3"
  },
  "deprecated": false,
  "description": "Missing ECMAScript module utils for Node.js",
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@vitest/coverage-v8": "^4.1.0",
    "changelogen": "^0.6.2",
    "eslint": "^10.0.3",
    "eslint-config-unjs": "^0.6.2",
    "import-meta-resolve": "^4.2.0",
    "jiti": "^2.6.1",
    "prettier": "^3.8.1",
    "std-env": "^4.0.0",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vitest": "^4.1.0"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/mlly#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "mlly",
  "packageManager": "pnpm@10.20.0",
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/mlly.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest",
    "lint": "eslint src test && prettier -c src test",
    "lint:fix": "eslint src test --fix && prettier -w src test",
    "release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm test:types && vitest run",
    "test:types": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.8.2"
}
