package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "ufo@^1.5.4",
  3. "_id": "ufo@1.5.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==",
  6. "_location": "/ufo",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ufo@^1.5.4",
  12. "name": "ufo",
  13. "escapedName": "ufo",
  14. "rawSpec": "^1.5.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.4"
  17. },
  18. "_requiredBy": [
  19. "/mlly"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.5.4.tgz",
  22. "_shasum": "16d6949674ca0c9e0fbbae1fa20a71d7b1ded754",
  23. "_spec": "ufo@^1.5.4",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\mlly",
  25. "bugs": {
  26. "url": "https://github.com/unjs/ufo/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "URL utils for humans",
  31. "devDependencies": {
  32. "@types/node": "^20.14.10",
  33. "@vitest/coverage-v8": "^2.0.3",
  34. "automd": "^0.3.8",
  35. "changelogen": "^0.5.5",
  36. "eslint": "^9.7.0",
  37. "eslint-config-unjs": "^0.3.2",
  38. "jiti": "^1.21.6",
  39. "prettier": "^3.3.3",
  40. "typescript": "^5.5.3",
  41. "unbuild": "^2.0.0",
  42. "untyped": "^1.4.2",
  43. "vitest": "^2.0.3"
  44. },
  45. "exports": {
  46. ".": {
  47. "types": "./dist/index.d.ts",
  48. "require": "./dist/index.cjs",
  49. "import": "./dist/index.mjs"
  50. },
  51. "./*": "./*"
  52. },
  53. "files": [
  54. "dist"
  55. ],
  56. "homepage": "https://github.com/unjs/ufo#readme",
  57. "license": "MIT",
  58. "main": "./dist/index.cjs",
  59. "module": "./dist/index.mjs",
  60. "name": "ufo",
  61. "packageManager": "pnpm@9.5.0",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/unjs/ufo.git"
  65. },
  66. "scripts": {
  67. "automd": "automd",
  68. "build": "automd && unbuild",
  69. "dev": "vitest",
  70. "lint": "eslint . && prettier -c src test",
  71. "lint:fix": "eslint --fix . && prettier -w src test",
  72. "prepack": "pnpm build",
  73. "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
  74. "test": "pnpm lint && vitest run --typecheck"
  75. },
  76. "sideEffects": false,
  77. "types": "./dist/index.d.ts",
  78. "version": "1.5.4"
  79. }