{ "_from": "mlly@^1.7.4", "_id": "mlly@1.8.0", "_inBundle": false, "_integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==", "_location": "/mlly", "_phantomChildren": { "confbox": "0.1.8", "mlly": "1.8.0", "pathe": "2.0.3" }, "_requested": { "type": "range", "registry": true, "raw": "mlly@^1.7.4", "name": "mlly", "escapedName": "mlly", "rawSpec": "^1.7.4", "saveSpec": null, "fetchSpec": "^1.7.4" }, "_requiredBy": [ "/@iconify/utils", "/local-pkg", "/mlly/pkg-types", "/unimport", "/unplugin-vue-components" ], "_resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.8.0.tgz", "_shasum": "e074612b938af8eba1eaf43299cbc89cb72d824e", "_spec": "mlly@^1.7.4", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\@iconify\\utils", "bugs": { "url": "https://github.com/unjs/mlly/issues" }, "bundleDependencies": false, "dependencies": { "acorn": "^8.15.0", "pathe": "^2.0.3", "pkg-types": "^1.3.1", "ufo": "^1.6.1" }, "deprecated": false, "description": "Missing ECMAScript module utils for Node.js", "devDependencies": { "@types/node": "^24.3.0", "@vitest/coverage-v8": "^3.2.4", "changelogen": "^0.6.2", "eslint": "^9.33.0", "eslint-config-unjs": "^0.5.0", "import-meta-resolve": "^4.1.0", "jiti": "^2.5.1", "prettier": "^3.6.2", "std-env": "^3.9.0", "typescript": "^5.9.2", "unbuild": "^3.6.1", "vitest": "^3.2.4" }, "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.15.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.0" }