| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_from": "mlly@^1.7.3",
- "_id": "mlly@1.7.3",
- "_inBundle": false,
- "_integrity": "sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==",
- "_location": "/mlly",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "mlly@^1.7.3",
- "name": "mlly",
- "escapedName": "mlly",
- "rawSpec": "^1.7.3",
- "saveSpec": null,
- "fetchSpec": "^1.7.3"
- },
- "_requiredBy": [
- "/@iconify/utils",
- "/local-pkg",
- "/pkg-types",
- "/unimport"
- ],
- "_resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.3.tgz",
- "_shasum": "d86c0fcd8ad8e16395eb764a5f4b831590cee48c",
- "_spec": "mlly@^1.7.3",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\local-pkg",
- "bugs": {
- "url": "https://github.com/unjs/mlly/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "acorn": "^8.14.0",
- "pathe": "^1.1.2",
- "pkg-types": "^1.2.1",
- "ufo": "^1.5.4"
- },
- "deprecated": false,
- "description": "Missing ECMAScript module utils for Node.js",
- "devDependencies": {
- "@types/node": "^22.9.0",
- "@vitest/coverage-v8": "^2.1.4",
- "changelogen": "^0.5.7",
- "eslint": "^9.14.0",
- "eslint-config-unjs": "^0.4.1",
- "import-meta-resolve": "^4.1.0",
- "jiti": "^2.4.0",
- "prettier": "^3.3.3",
- "std-env": "^3.8.0",
- "typescript": "^5.6.3",
- "unbuild": "^2.0.0",
- "vitest": "^2.1.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@9.12.3",
- "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.7.3"
- }
|