package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "pkg-types@^1.2.1",
  3. "_id": "pkg-types@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==",
  6. "_location": "/pkg-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pkg-types@^1.2.1",
  12. "name": "pkg-types",
  13. "escapedName": "pkg-types",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/local-pkg",
  20. "/mlly",
  21. "/unimport"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.0.tgz",
  24. "_shasum": "53d915eb99485798c554ad8eb2dc2af7c03006eb",
  25. "_spec": "pkg-types@^1.2.1",
  26. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\local-pkg",
  27. "bugs": {
  28. "url": "https://github.com/unjs/pkg-types/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "confbox": "^0.1.8",
  33. "mlly": "^1.7.3",
  34. "pathe": "^1.1.2"
  35. },
  36. "deprecated": false,
  37. "description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",
  38. "devDependencies": {
  39. "@types/node": "^22.10.2",
  40. "@vitest/coverage-v8": "^2.1.8",
  41. "automd": "^0.3.12",
  42. "changelogen": "^0.5.7",
  43. "eslint": "^9.17.0",
  44. "eslint-config-unjs": "^0.4.2",
  45. "expect-type": "^1.1.0",
  46. "jiti": "^2.4.2",
  47. "prettier": "^3.4.2",
  48. "typescript": "^5.7.2",
  49. "unbuild": "^3.0.1",
  50. "vitest": "^2.1.8"
  51. },
  52. "exports": {
  53. "types": "./dist/index.d.ts",
  54. "import": "./dist/index.mjs",
  55. "require": "./dist/index.cjs"
  56. },
  57. "files": [
  58. "dist"
  59. ],
  60. "homepage": "https://github.com/unjs/pkg-types#readme",
  61. "license": "MIT",
  62. "main": "./dist/index.cjs",
  63. "name": "pkg-types",
  64. "packageManager": "pnpm@9.15.1",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/unjs/pkg-types.git"
  68. },
  69. "scripts": {
  70. "build": "unbuild",
  71. "dev": "vitest --typecheck",
  72. "lint": "eslint && prettier -c src test",
  73. "lint:fix": "automd && eslint --fix . && prettier -w src test",
  74. "prepack": "pnpm build",
  75. "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
  76. "test": "vitest run --typecheck --coverage"
  77. },
  78. "sideEffects": false,
  79. "types": "./dist/index.d.ts",
  80. "version": "1.3.0"
  81. }