package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "local-pkg@^0.4.2",
  3. "_id": "local-pkg@0.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==",
  6. "_location": "/local-pkg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "local-pkg@^0.4.2",
  12. "name": "local-pkg",
  13. "escapedName": "local-pkg",
  14. "rawSpec": "^0.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.2"
  17. },
  18. "_requiredBy": [
  19. "/unplugin-vue-components"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.2.tgz",
  22. "_shasum": "13107310b77e74a0e513147a131a2ba288176c2f",
  23. "_spec": "local-pkg@^0.4.2",
  24. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/unplugin-vue-components",
  25. "author": {
  26. "name": "Anthony Fu",
  27. "email": "anthonyfu117@hotmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/antfu/local-pkg/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Get information on local packages.",
  35. "devDependencies": {
  36. "@antfu/eslint-config": "^0.25.2",
  37. "@antfu/ni": "^0.16.3",
  38. "@antfu/utils": "^0.5.2",
  39. "@types/chai": "^4.3.1",
  40. "@types/node": "^18.0.3",
  41. "bumpp": "^8.2.1",
  42. "chai": "^4.3.6",
  43. "eslint": "^8.19.0",
  44. "esno": "^0.16.3",
  45. "find-up": "^6.3.0",
  46. "tsup": "^6.1.3",
  47. "typescript": "^4.7.4"
  48. },
  49. "engines": {
  50. "node": ">=14"
  51. },
  52. "exports": {
  53. ".": {
  54. "require": "./index.cjs",
  55. "import": "./index.mjs"
  56. }
  57. },
  58. "files": [
  59. "dist",
  60. "index.cjs",
  61. "index.mjs",
  62. "index.d.ts"
  63. ],
  64. "funding": "https://github.com/sponsors/antfu",
  65. "homepage": "https://github.com/antfu/local-pkg#readme",
  66. "keywords": [
  67. "package"
  68. ],
  69. "license": "MIT",
  70. "main": "index.cjs",
  71. "module": "index.mjs",
  72. "name": "local-pkg",
  73. "packageManager": "pnpm@7.5.0",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/antfu/local-pkg.git"
  77. },
  78. "scripts": {
  79. "build": "tsup shared.ts --format esm,cjs --dts && esno scripts/postbuild.ts",
  80. "lint": "eslint .",
  81. "prepublishOnly": "nr build",
  82. "release": "bumpp && npm publish",
  83. "test": "node test/cjs.cjs && node test/esm.mjs"
  84. },
  85. "sideEffects": false,
  86. "types": "index.d.ts",
  87. "version": "0.4.2",
  88. "warnings": [
  89. {
  90. "code": "ENOTSUP",
  91. "required": {
  92. "node": ">=14"
  93. },
  94. "pkgid": "local-pkg@0.4.2"
  95. }
  96. ]
  97. }