package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "pathe@^1.1.2",
  3. "_id": "pathe@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  6. "_location": "/pathe",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pathe@^1.1.2",
  12. "name": "pathe",
  13. "escapedName": "pathe",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/mlly",
  20. "/pkg-types",
  21. "/unimport"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  24. "_shasum": "6c4cb47a945692e48a1ddd6e4094d170516437ec",
  25. "_spec": "pathe@^1.1.2",
  26. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\mlly",
  27. "bugs": {
  28. "url": "https://github.com/unjs/pathe/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "Universal filesystem path utils",
  33. "devDependencies": {
  34. "@types/node": "^20.10.8",
  35. "@vitest/coverage-v8": "^1.1.3",
  36. "changelogen": "^0.5.5",
  37. "eslint": "^8.56.0",
  38. "eslint-config-unjs": "^0.2.1",
  39. "jiti": "^1.21.0",
  40. "prettier": "^3.1.1",
  41. "typescript": "^5.3.3",
  42. "unbuild": "^2.0.0",
  43. "vitest": "^1.1.3"
  44. },
  45. "exports": {
  46. ".": {
  47. "types": "./dist/index.d.ts",
  48. "import": "./dist/index.mjs",
  49. "require": "./dist/index.cjs"
  50. },
  51. "./utils": {
  52. "types": "./dist/utils.d.ts",
  53. "import": "./dist/utils.mjs",
  54. "require": "./dist/utils.cjs"
  55. }
  56. },
  57. "files": [
  58. "dist",
  59. "utils.d.ts"
  60. ],
  61. "homepage": "https://github.com/unjs/pathe#readme",
  62. "license": "MIT",
  63. "main": "./dist/index.cjs",
  64. "name": "pathe",
  65. "packageManager": "pnpm@8.14.0",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/unjs/pathe.git"
  69. },
  70. "scripts": {
  71. "build": "unbuild",
  72. "dev": "vitest",
  73. "lint": "eslint --ext .ts . && prettier -c src test",
  74. "lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
  75. "release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
  76. "test": "pnpm lint && vitest run --coverage",
  77. "test:types": "tsc --noEmit"
  78. },
  79. "sideEffects": false,
  80. "types": "./dist/index.d.ts",
  81. "version": "1.1.2"
  82. }