package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "local-pkg@^0.5.0",
  3. "_id": "local-pkg@0.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==",
  6. "_location": "/local-pkg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "local-pkg@^0.5.0",
  12. "name": "local-pkg",
  13. "escapedName": "local-pkg",
  14. "rawSpec": "^0.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.0"
  17. },
  18. "_requiredBy": [
  19. "/@iconify/utils",
  20. "/unimport",
  21. "/unplugin-auto-import"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.1.tgz",
  24. "_shasum": "69658638d2a95287534d4c2fff757980100dbb6d",
  25. "_spec": "local-pkg@^0.5.0",
  26. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unplugin-auto-import",
  27. "author": {
  28. "name": "Anthony Fu",
  29. "email": "anthonyfu117@hotmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/antfu/local-pkg/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "mlly": "^1.7.3",
  37. "pkg-types": "^1.2.1"
  38. },
  39. "deprecated": false,
  40. "description": "Get information on local packages.",
  41. "devDependencies": {
  42. "@antfu/eslint-config": "^3.9.2",
  43. "@antfu/ni": "^0.23.1",
  44. "@antfu/utils": "^0.7.10",
  45. "@types/chai": "^5.0.1",
  46. "@types/node": "^22.9.0",
  47. "bumpp": "^9.8.1",
  48. "chai": "^5.1.2",
  49. "eslint": "^9.15.0",
  50. "esno": "^4.8.0",
  51. "find-up": "^6.3.0",
  52. "typescript": "^5.6.3",
  53. "unbuild": "^2.0.0",
  54. "vitest": "^2.1.5"
  55. },
  56. "engines": {
  57. "node": ">=14"
  58. },
  59. "exports": {
  60. ".": {
  61. "types": "./dist/index.d.ts",
  62. "import": "./dist/index.mjs",
  63. "require": "./dist/index.cjs"
  64. }
  65. },
  66. "files": [
  67. "dist"
  68. ],
  69. "funding": "https://github.com/sponsors/antfu",
  70. "homepage": "https://github.com/antfu/local-pkg#readme",
  71. "keywords": [
  72. "package"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/index.cjs",
  76. "module": "dist/index.mjs",
  77. "name": "local-pkg",
  78. "packageManager": "pnpm@9.13.2",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/antfu/local-pkg.git"
  82. },
  83. "scripts": {
  84. "build": "unbuild",
  85. "lint": "eslint .",
  86. "prepublishOnly": "nr build",
  87. "release": "bumpp && npm publish",
  88. "test": "vitest run && node ./test/cjs.cjs && node ./test/esm.mjs",
  89. "typecheck": "tsc --noEmit"
  90. },
  91. "sideEffects": false,
  92. "type": "module",
  93. "types": "dist/index.d.ts",
  94. "version": "0.5.1"
  95. }