{ "_from": "mlly@^1.4.2", "_id": "mlly@1.5.0", "_inBundle": false, "_integrity": "sha512-NPVQvAY1xr1QoVeG0cy8yUYC7FQcOx6evl/RjT1wL5FvzPnzOysoqB/jmx/DhssT2dYa8nxECLAaFI/+gVLhDQ==", "_location": "/mlly", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "mlly@^1.4.2", "name": "mlly", "escapedName": "mlly", "rawSpec": "^1.4.2", "saveSpec": null, "fetchSpec": "^1.4.2" }, "_requiredBy": [ "/local-pkg", "/pkg-types", "/unconfig" ], "_resolved": "https://registry.npmjs.org/mlly/-/mlly-1.5.0.tgz", "_shasum": "8428a4617d54cc083d3009030ac79739a0e5447a", "_spec": "mlly@^1.4.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/unconfig", "bugs": { "url": "https://github.com/unjs/mlly/issues" }, "bundleDependencies": false, "dependencies": { "acorn": "^8.11.3", "pathe": "^1.1.2", "pkg-types": "^1.0.3", "ufo": "^1.3.2" }, "deprecated": false, "description": "Missing ECMAScript module utils for Node.js", "devDependencies": { "@types/node": "^20.11.0", "@vitest/coverage-v8": "^1.1.3", "changelogen": "^0.5.5", "eslint": "^8.56.0", "eslint-config-unjs": "^0.2.1", "import-meta-resolve": "^4.0.0", "jiti": "^1.21.0", "prettier": "^3.1.1", "typescript": "^5.3.3", "unbuild": "^2.0.0", "vitest": "^1.1.3" }, "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@8.14.0", "repository": { "type": "git", "url": "git+https://github.com/unjs/mlly.git" }, "scripts": { "build": "unbuild", "dev": "vitest", "lint": "eslint --ext .ts,.js src test && prettier -c src test", "lint:fix": "eslint --ext .ts,.js src test --fix && prettier -w src test", "release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags", "test": "pnpm lint && vitest run" }, "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", "version": "1.5.0" }