package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "mlly@^1.7.3",
  3. "_id": "mlly@1.7.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==",
  6. "_location": "/mlly",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mlly@^1.7.3",
  12. "name": "mlly",
  13. "escapedName": "mlly",
  14. "rawSpec": "^1.7.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.3"
  17. },
  18. "_requiredBy": [
  19. "/@iconify/utils",
  20. "/local-pkg",
  21. "/pkg-types",
  22. "/unimport"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.3.tgz",
  25. "_shasum": "d86c0fcd8ad8e16395eb764a5f4b831590cee48c",
  26. "_spec": "mlly@^1.7.3",
  27. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\local-pkg",
  28. "bugs": {
  29. "url": "https://github.com/unjs/mlly/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "acorn": "^8.14.0",
  34. "pathe": "^1.1.2",
  35. "pkg-types": "^1.2.1",
  36. "ufo": "^1.5.4"
  37. },
  38. "deprecated": false,
  39. "description": "Missing ECMAScript module utils for Node.js",
  40. "devDependencies": {
  41. "@types/node": "^22.9.0",
  42. "@vitest/coverage-v8": "^2.1.4",
  43. "changelogen": "^0.5.7",
  44. "eslint": "^9.14.0",
  45. "eslint-config-unjs": "^0.4.1",
  46. "import-meta-resolve": "^4.1.0",
  47. "jiti": "^2.4.0",
  48. "prettier": "^3.3.3",
  49. "std-env": "^3.8.0",
  50. "typescript": "^5.6.3",
  51. "unbuild": "^2.0.0",
  52. "vitest": "^2.1.4"
  53. },
  54. "exports": {
  55. "types": "./dist/index.d.ts",
  56. "import": "./dist/index.mjs",
  57. "require": "./dist/index.cjs"
  58. },
  59. "files": [
  60. "dist"
  61. ],
  62. "homepage": "https://github.com/unjs/mlly#readme",
  63. "license": "MIT",
  64. "main": "./dist/index.cjs",
  65. "module": "./dist/index.mjs",
  66. "name": "mlly",
  67. "packageManager": "pnpm@9.12.3",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/unjs/mlly.git"
  71. },
  72. "scripts": {
  73. "build": "unbuild",
  74. "dev": "vitest",
  75. "lint": "eslint src test && prettier -c src test",
  76. "lint:fix": "eslint src test --fix && prettier -w src test",
  77. "release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
  78. "test": "pnpm lint && pnpm test:types && vitest run",
  79. "test:types": "tsc --noEmit"
  80. },
  81. "sideEffects": false,
  82. "type": "module",
  83. "types": "./dist/index.d.ts",
  84. "version": "1.7.3"
  85. }