@ontos-ai/knowhere-claw 0.2.0 → 0.2.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (244) hide show
  1. package/README.md +1 -1
  2. package/dist/__tests__/channel-route.test.d.ts +1 -0
  3. package/dist/__tests__/ingest-tool.test.d.ts +1 -0
  4. package/dist/__tests__/kg-service-test-helper.d.ts +2 -0
  5. package/dist/__tests__/kg-service.test.d.ts +1 -0
  6. package/dist/__tests__/read-result-file-tool.test.d.ts +1 -0
  7. package/dist/__tests__/tracker-progress.test.d.ts +1 -0
  8. package/dist/_virtual/_rolldown/runtime.js +1 -35
  9. package/dist/channel-delivery.d.ts +21 -0
  10. package/dist/client.d.ts +33 -0
  11. package/dist/client.js +1 -1
  12. package/dist/config.d.ts +13 -0
  13. package/dist/connect-builder.d.ts +48 -0
  14. package/dist/connect-builder.js +1 -2
  15. package/dist/error-message.d.ts +1 -0
  16. package/dist/graph-builder.d.ts +75 -0
  17. package/dist/graph-builder.js +9 -5
  18. package/dist/index.d.ts +9 -0
  19. package/dist/kg-service.d.ts +38 -0
  20. package/dist/kg-service.js +39 -33
  21. package/dist/parser.d.ts +16 -0
  22. package/dist/parser.js +1 -1
  23. package/dist/session.d.ts +11 -0
  24. package/dist/store.d.ts +79 -0
  25. package/dist/text.d.ts +10 -0
  26. package/dist/tools.d.ts +10 -0
  27. package/dist/tools.js +123 -34
  28. package/dist/tracker-progress.d.ts +10 -0
  29. package/dist/types.d.ts +320 -0
  30. package/openclaw.plugin.json +1 -1
  31. package/package.json +3 -2
  32. package/skills/knowhere/SKILL.md +14 -9
  33. package/dist/node_modules/.pnpm/@knowhere-ai_sdk@0.1.1/node_modules/@knowhere-ai/sdk/dist/index.js +0 -717
  34. package/dist/node_modules/.pnpm/@mapbox_node-pre-gyp@1.0.11/node_modules/@mapbox/node-pre-gyp/lib/node-pre-gyp.js +0 -212
  35. package/dist/node_modules/.pnpm/@mapbox_node-pre-gyp@1.0.11/node_modules/@mapbox/node-pre-gyp/lib/pre-binding.js +0 -35
  36. package/dist/node_modules/.pnpm/@mapbox_node-pre-gyp@1.0.11/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.js +0 -2609
  37. package/dist/node_modules/.pnpm/@mapbox_node-pre-gyp@1.0.11/node_modules/@mapbox/node-pre-gyp/lib/util/napi.js +0 -142
  38. package/dist/node_modules/.pnpm/@mapbox_node-pre-gyp@1.0.11/node_modules/@mapbox/node-pre-gyp/lib/util/s3_setup.js +0 -103
  39. package/dist/node_modules/.pnpm/@mapbox_node-pre-gyp@1.0.11/node_modules/@mapbox/node-pre-gyp/lib/util/versioning.js +0 -199
  40. package/dist/node_modules/.pnpm/@mapbox_node-pre-gyp@1.0.11/node_modules/@mapbox/node-pre-gyp/package.js +0 -67
  41. package/dist/node_modules/.pnpm/abbrev@1.1.1/node_modules/abbrev/abbrev.js +0 -59
  42. package/dist/node_modules/.pnpm/ansi-regex@5.0.1/node_modules/ansi-regex/index.js +0 -11
  43. package/dist/node_modules/.pnpm/aproba@2.1.0/node_modules/aproba/index.js +0 -119
  44. package/dist/node_modules/.pnpm/are-we-there-yet@2.0.0/node_modules/are-we-there-yet/lib/index.js +0 -13
  45. package/dist/node_modules/.pnpm/are-we-there-yet@2.0.0/node_modules/are-we-there-yet/lib/tracker-base.js +0 -16
  46. package/dist/node_modules/.pnpm/are-we-there-yet@2.0.0/node_modules/are-we-there-yet/lib/tracker-group.js +0 -98
  47. package/dist/node_modules/.pnpm/are-we-there-yet@2.0.0/node_modules/are-we-there-yet/lib/tracker-stream.js +0 -37
  48. package/dist/node_modules/.pnpm/are-we-there-yet@2.0.0/node_modules/are-we-there-yet/lib/tracker.js +0 -32
  49. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/adapters/adapters.js +0 -83
  50. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/adapters/fetch.js +0 -170
  51. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/adapters/xhr.js +0 -106
  52. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/axios.js +0 -57
  53. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/cancel/CancelToken.js +0 -90
  54. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/cancel/CanceledError.js +0 -20
  55. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/cancel/isCancel.js +0 -6
  56. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/core/Axios.js +0 -174
  57. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/core/AxiosError.js +0 -70
  58. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/core/AxiosHeaders.js +0 -204
  59. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/core/InterceptorManager.js +0 -60
  60. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/core/buildFullPath.js +0 -20
  61. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/core/dispatchRequest.js +0 -52
  62. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/core/mergeConfig.js +0 -81
  63. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/core/settle.js +0 -18
  64. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/core/transformData.js +0 -25
  65. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/defaults/index.js +0 -107
  66. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/defaults/transitional.js +0 -9
  67. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/env/data.js +0 -4
  68. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -50
  69. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -77
  70. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/bind.js +0 -15
  71. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/buildURL.js +0 -40
  72. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/combineURLs.js +0 -14
  73. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/composeSignals.js +0 -39
  74. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/cookies.js +0 -31
  75. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/formDataToJSON.js +0 -67
  76. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -14
  77. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/isAxiosError.js +0 -14
  78. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -8
  79. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/parseHeaders.js +0 -53
  80. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/parseProtocol.js +0 -7
  81. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/progressEventReducer.js +0 -38
  82. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/resolveConfig.js +0 -36
  83. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/speedometer.js +0 -36
  84. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/spread.js +0 -29
  85. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/throttle.js +0 -38
  86. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/toFormData.js +0 -151
  87. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -18
  88. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/trackStream.js +0 -69
  89. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/helpers/validator.js +0 -76
  90. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -4
  91. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -4
  92. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -5
  93. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/platform/browser/index.js +0 -22
  94. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/platform/common/utils.js +0 -46
  95. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/platform/index.js +0 -9
  96. package/dist/node_modules/.pnpm/axios@1.13.6/node_modules/axios/lib/utils.js +0 -698
  97. package/dist/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js +0 -53
  98. package/dist/node_modules/.pnpm/brace-expansion@1.1.12/node_modules/brace-expansion/index.js +0 -132
  99. package/dist/node_modules/.pnpm/color-support@1.1.3/node_modules/color-support/browser.js +0 -18
  100. package/dist/node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js +0 -19
  101. package/dist/node_modules/.pnpm/console-control-strings@1.1.0/node_modules/console-control-strings/index.js +0 -104
  102. package/dist/node_modules/.pnpm/delegates@1.0.0/node_modules/delegates/index.js +0 -104
  103. package/dist/node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/detect-libc.js +0 -221
  104. package/dist/node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/elf.js +0 -26
  105. package/dist/node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/filesystem.js +0 -48
  106. package/dist/node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/process.js +0 -24
  107. package/dist/node_modules/.pnpm/emoji-regex@8.0.0/node_modules/emoji-regex/index.js +0 -10
  108. package/dist/node_modules/.pnpm/fflate@0.8.2/node_modules/fflate/esm/browser.js +0 -426
  109. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/copy-sync.js +0 -120
  110. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/copy.js +0 -100
  111. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/index.js +0 -15
  112. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/empty/index.js +0 -43
  113. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/file.js +0 -53
  114. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/index.js +0 -27
  115. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/link.js +0 -56
  116. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink-paths.js +0 -89
  117. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink-type.js +0 -35
  118. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink.js +0 -81
  119. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/fs/index.js +0 -113
  120. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/index.js +0 -29
  121. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/json/index.js +0 -22
  122. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/json/jsonfile.js +0 -15
  123. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/json/output-json-sync.js +0 -15
  124. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/json/output-json.js +0 -15
  125. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/index.js +0 -20
  126. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/make-dir.js +0 -33
  127. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/utils.js +0 -17
  128. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/move/index.js +0 -15
  129. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/move/move-sync.js +0 -56
  130. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/move/move.js +0 -49
  131. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/output-file/index.js +0 -30
  132. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/path-exists/index.js +0 -18
  133. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/remove/index.js +0 -27
  134. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/util/async.js +0 -15
  135. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/util/stat.js +0 -131
  136. package/dist/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/util/utimes.js +0 -34
  137. package/dist/node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js +0 -51
  138. package/dist/node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js +0 -171
  139. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/base-theme.js +0 -21
  140. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/error.js +0 -27
  141. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/has-color.js +0 -9
  142. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/index.js +0 -224
  143. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/plumbing.js +0 -48
  144. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/process.js +0 -8
  145. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/progress-bar.js +0 -46
  146. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/render-template.js +0 -155
  147. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/set-immediate.js +0 -14
  148. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/set-interval.js +0 -8
  149. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/spin.js +0 -10
  150. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/template-item.js +0 -58
  151. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/theme-set.js +0 -99
  152. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/themes.js +0 -67
  153. package/dist/node_modules/.pnpm/gauge@3.0.2/node_modules/gauge/wide-truncate.js +0 -22
  154. package/dist/node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js +0 -162
  155. package/dist/node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js +0 -451
  156. package/dist/node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js +0 -280
  157. package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/clone.js +0 -20
  158. package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js +0 -362
  159. package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js +0 -92
  160. package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js +0 -255
  161. package/dist/node_modules/.pnpm/has-unicode@2.0.1/node_modules/has-unicode/index.js +0 -14
  162. package/dist/node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js +0 -45
  163. package/dist/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js +0 -27
  164. package/dist/node_modules/.pnpm/is-fullwidth-code-point@3.0.0/node_modules/is-fullwidth-code-point/index.js +0 -14
  165. package/dist/node_modules/.pnpm/jsonfile@6.2.0/node_modules/jsonfile/index.js +0 -68
  166. package/dist/node_modules/.pnpm/jsonfile@6.2.0/node_modules/jsonfile/utils.js +0 -19
  167. package/dist/node_modules/.pnpm/jszip@3.10.1/node_modules/jszip/dist/jszip.min.js +0 -3110
  168. package/dist/node_modules/.pnpm/minimatch@3.1.5/node_modules/minimatch/minimatch.js +0 -578
  169. package/dist/node_modules/.pnpm/nodejieba@2.6.0/node_modules/nodejieba/index.js +0 -46
  170. package/dist/node_modules/.pnpm/nopt@5.0.0/node_modules/nopt/lib/nopt.js +0 -330
  171. package/dist/node_modules/.pnpm/npmlog@5.0.1/node_modules/npmlog/log.js +0 -305
  172. package/dist/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.js +0 -54
  173. package/dist/node_modules/.pnpm/once@1.4.0/node_modules/once/once.js +0 -44
  174. package/dist/node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js +0 -19
  175. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors-browser.js +0 -88
  176. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_duplex.js +0 -75
  177. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_passthrough.js +0 -19
  178. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_readable.js +0 -666
  179. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js +0 -89
  180. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_writable.js +0 -423
  181. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -172
  182. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -243
  183. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -77
  184. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -87
  185. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -10
  186. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -80
  187. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/state.js +0 -21
  188. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -8
  189. package/dist/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/readable-browser.js +0 -23
  190. package/dist/node_modules/.pnpm/rimraf@3.0.2/node_modules/rimraf/rimraf.js +0 -229
  191. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/classes/comparator.js +0 -79
  192. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/classes/range.js +0 -282
  193. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/classes/semver.js +0 -186
  194. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/clean.js +0 -14
  195. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/cmp.js +0 -41
  196. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/coerce.js +0 -34
  197. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/compare-build.js +0 -15
  198. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/compare-loose.js +0 -11
  199. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/compare.js +0 -11
  200. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/diff.js +0 -32
  201. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/eq.js +0 -11
  202. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/gt.js +0 -11
  203. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/gte.js +0 -11
  204. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/inc.js +0 -22
  205. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/lt.js +0 -11
  206. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/lte.js +0 -11
  207. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/major.js +0 -11
  208. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/minor.js +0 -11
  209. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/neq.js +0 -11
  210. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/parse.js +0 -19
  211. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/patch.js +0 -11
  212. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/prerelease.js +0 -14
  213. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/rcompare.js +0 -11
  214. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/rsort.js +0 -11
  215. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/satisfies.js +0 -18
  216. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/sort.js +0 -11
  217. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/valid.js +0 -14
  218. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/index.js +0 -99
  219. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/constants.js +0 -28
  220. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/debug.js +0 -8
  221. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/identifiers.js +0 -23
  222. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/lrucache.js +0 -36
  223. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/parse-options.js +0 -15
  224. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/re.js +0 -84
  225. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/gtr.js +0 -11
  226. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/intersects.js +0 -15
  227. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/ltr.js +0 -11
  228. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/max-satisfying.js +0 -31
  229. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/min-satisfying.js +0 -31
  230. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/min-version.js +0 -45
  231. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/outside.js +0 -64
  232. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/simplify.js +0 -35
  233. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/subset.js +0 -102
  234. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/to-comparators.js +0 -11
  235. package/dist/node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/valid.js +0 -17
  236. package/dist/node_modules/.pnpm/set-blocking@2.0.0/node_modules/set-blocking/index.js +0 -12
  237. package/dist/node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js +0 -130
  238. package/dist/node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/signals.js +0 -16
  239. package/dist/node_modules/.pnpm/string-width@4.2.3/node_modules/string-width/index.js +0 -30
  240. package/dist/node_modules/.pnpm/strip-ansi@6.0.1/node_modules/strip-ansi/index.js +0 -10
  241. package/dist/node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js +0 -26
  242. package/dist/node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate/browser.js +0 -59
  243. package/dist/node_modules/.pnpm/wide-align@1.1.5/node_modules/wide-align/align.js +0 -52
  244. package/dist/node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js +0 -26
@@ -1,100 +0,0 @@
1
- import { __commonJSMin, __require } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_fs } from "../fs/index.js";
3
- import { require_mkdirs } from "../mkdirs/index.js";
4
- import { require_path_exists } from "../path-exists/index.js";
5
- import { require_utimes } from "../util/utimes.js";
6
- import { require_stat } from "../util/stat.js";
7
- import { require_async } from "../util/async.js";
8
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/copy.js
9
- var require_copy = /* @__PURE__ */ __commonJSMin(((exports, module) => {
10
- const fs = require_fs();
11
- const path = __require("path");
12
- const { mkdirs } = require_mkdirs();
13
- const { pathExists } = require_path_exists();
14
- const { utimesMillis } = require_utimes();
15
- const stat = require_stat();
16
- const { asyncIteratorConcurrentProcess } = require_async();
17
- async function copy(src, dest, opts = {}) {
18
- if (typeof opts === "function") opts = { filter: opts };
19
- opts.clobber = "clobber" in opts ? !!opts.clobber : true;
20
- opts.overwrite = "overwrite" in opts ? !!opts.overwrite : opts.clobber;
21
- if (opts.preserveTimestamps && process.arch === "ia32") process.emitWarning("Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269", "Warning", "fs-extra-WARN0001");
22
- const { srcStat, destStat } = await stat.checkPaths(src, dest, "copy", opts);
23
- await stat.checkParentPaths(src, srcStat, dest, "copy");
24
- if (!await runFilter(src, dest, opts)) return;
25
- const destParent = path.dirname(dest);
26
- if (!await pathExists(destParent)) await mkdirs(destParent);
27
- await getStatsAndPerformCopy(destStat, src, dest, opts);
28
- }
29
- async function runFilter(src, dest, opts) {
30
- if (!opts.filter) return true;
31
- return opts.filter(src, dest);
32
- }
33
- async function getStatsAndPerformCopy(destStat, src, dest, opts) {
34
- const srcStat = await (opts.dereference ? fs.stat : fs.lstat)(src);
35
- if (srcStat.isDirectory()) return onDir(srcStat, destStat, src, dest, opts);
36
- if (srcStat.isFile() || srcStat.isCharacterDevice() || srcStat.isBlockDevice()) return onFile(srcStat, destStat, src, dest, opts);
37
- if (srcStat.isSymbolicLink()) return onLink(destStat, src, dest, opts);
38
- if (srcStat.isSocket()) throw new Error(`Cannot copy a socket file: ${src}`);
39
- if (srcStat.isFIFO()) throw new Error(`Cannot copy a FIFO pipe: ${src}`);
40
- throw new Error(`Unknown file: ${src}`);
41
- }
42
- async function onFile(srcStat, destStat, src, dest, opts) {
43
- if (!destStat) return copyFile(srcStat, src, dest, opts);
44
- if (opts.overwrite) {
45
- await fs.unlink(dest);
46
- return copyFile(srcStat, src, dest, opts);
47
- }
48
- if (opts.errorOnExist) throw new Error(`'${dest}' already exists`);
49
- }
50
- async function copyFile(srcStat, src, dest, opts) {
51
- await fs.copyFile(src, dest);
52
- if (opts.preserveTimestamps) {
53
- if (fileIsNotWritable(srcStat.mode)) await makeFileWritable(dest, srcStat.mode);
54
- const updatedSrcStat = await fs.stat(src);
55
- await utimesMillis(dest, updatedSrcStat.atime, updatedSrcStat.mtime);
56
- }
57
- return fs.chmod(dest, srcStat.mode);
58
- }
59
- function fileIsNotWritable(srcMode) {
60
- return (srcMode & 128) === 0;
61
- }
62
- function makeFileWritable(dest, srcMode) {
63
- return fs.chmod(dest, srcMode | 128);
64
- }
65
- async function onDir(srcStat, destStat, src, dest, opts) {
66
- if (!destStat) await fs.mkdir(dest);
67
- await asyncIteratorConcurrentProcess(await fs.opendir(src), async (item) => {
68
- const srcItem = path.join(src, item.name);
69
- const destItem = path.join(dest, item.name);
70
- if (await runFilter(srcItem, destItem, opts)) {
71
- const { destStat } = await stat.checkPaths(srcItem, destItem, "copy", opts);
72
- await getStatsAndPerformCopy(destStat, srcItem, destItem, opts);
73
- }
74
- });
75
- if (!destStat) await fs.chmod(dest, srcStat.mode);
76
- }
77
- async function onLink(destStat, src, dest, opts) {
78
- let resolvedSrc = await fs.readlink(src);
79
- if (opts.dereference) resolvedSrc = path.resolve(process.cwd(), resolvedSrc);
80
- if (!destStat) return fs.symlink(resolvedSrc, dest);
81
- let resolvedDest = null;
82
- try {
83
- resolvedDest = await fs.readlink(dest);
84
- } catch (e) {
85
- if (e.code === "EINVAL" || e.code === "UNKNOWN") return fs.symlink(resolvedSrc, dest);
86
- throw e;
87
- }
88
- if (opts.dereference) resolvedDest = path.resolve(process.cwd(), resolvedDest);
89
- if (resolvedSrc !== resolvedDest) {
90
- if (stat.isSrcSubdir(resolvedSrc, resolvedDest)) throw new Error(`Cannot copy '${resolvedSrc}' to a subdirectory of itself, '${resolvedDest}'.`);
91
- if (stat.isSrcSubdir(resolvedDest, resolvedSrc)) throw new Error(`Cannot overwrite '${resolvedDest}' with '${resolvedSrc}'.`);
92
- }
93
- await fs.unlink(dest);
94
- return fs.symlink(resolvedSrc, dest);
95
- }
96
- module.exports = copy;
97
- }));
98
- //#endregion
99
- export default require_copy();
100
- export { require_copy };
@@ -1,15 +0,0 @@
1
- import { __commonJSMin } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_universalify } from "../../../../../universalify@2.0.1/node_modules/universalify/index.js";
3
- import { require_copy as require_copy$1 } from "./copy.js";
4
- import { require_copy_sync } from "./copy-sync.js";
5
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/index.js
6
- var require_copy = /* @__PURE__ */ __commonJSMin(((exports, module) => {
7
- const u = require_universalify().fromPromise;
8
- module.exports = {
9
- copy: u(require_copy$1()),
10
- copySync: require_copy_sync()
11
- };
12
- }));
13
- //#endregion
14
- export default require_copy();
15
- export { require_copy };
@@ -1,43 +0,0 @@
1
- import { __commonJSMin, __require } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_universalify } from "../../../../../universalify@2.0.1/node_modules/universalify/index.js";
3
- import { require_fs } from "../fs/index.js";
4
- import { require_mkdirs } from "../mkdirs/index.js";
5
- import { require_remove } from "../remove/index.js";
6
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/empty/index.js
7
- var require_empty = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8
- const u = require_universalify().fromPromise;
9
- const fs = require_fs();
10
- const path = __require("path");
11
- const mkdir = require_mkdirs();
12
- const remove = require_remove();
13
- const emptyDir = u(async function emptyDir(dir) {
14
- let items;
15
- try {
16
- items = await fs.readdir(dir);
17
- } catch {
18
- return mkdir.mkdirs(dir);
19
- }
20
- return Promise.all(items.map((item) => remove.remove(path.join(dir, item))));
21
- });
22
- function emptyDirSync(dir) {
23
- let items;
24
- try {
25
- items = fs.readdirSync(dir);
26
- } catch {
27
- return mkdir.mkdirsSync(dir);
28
- }
29
- items.forEach((item) => {
30
- item = path.join(dir, item);
31
- remove.removeSync(item);
32
- });
33
- }
34
- module.exports = {
35
- emptyDirSync,
36
- emptydirSync: emptyDirSync,
37
- emptyDir,
38
- emptydir: emptyDir
39
- };
40
- }));
41
- //#endregion
42
- export default require_empty();
43
- export { require_empty };
@@ -1,53 +0,0 @@
1
- import { __commonJSMin, __require } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_universalify } from "../../../../../universalify@2.0.1/node_modules/universalify/index.js";
3
- import { require_fs } from "../fs/index.js";
4
- import { require_mkdirs } from "../mkdirs/index.js";
5
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/file.js
6
- var require_file = /* @__PURE__ */ __commonJSMin(((exports, module) => {
7
- const u = require_universalify().fromPromise;
8
- const path = __require("path");
9
- const fs = require_fs();
10
- const mkdir = require_mkdirs();
11
- async function createFile(file) {
12
- let stats;
13
- try {
14
- stats = await fs.stat(file);
15
- } catch {}
16
- if (stats && stats.isFile()) return;
17
- const dir = path.dirname(file);
18
- let dirStats = null;
19
- try {
20
- dirStats = await fs.stat(dir);
21
- } catch (err) {
22
- if (err.code === "ENOENT") {
23
- await mkdir.mkdirs(dir);
24
- await fs.writeFile(file, "");
25
- return;
26
- } else throw err;
27
- }
28
- if (dirStats.isDirectory()) await fs.writeFile(file, "");
29
- else await fs.readdir(dir);
30
- }
31
- function createFileSync(file) {
32
- let stats;
33
- try {
34
- stats = fs.statSync(file);
35
- } catch {}
36
- if (stats && stats.isFile()) return;
37
- const dir = path.dirname(file);
38
- try {
39
- if (!fs.statSync(dir).isDirectory()) fs.readdirSync(dir);
40
- } catch (err) {
41
- if (err && err.code === "ENOENT") mkdir.mkdirsSync(dir);
42
- else throw err;
43
- }
44
- fs.writeFileSync(file, "");
45
- }
46
- module.exports = {
47
- createFile: u(createFile),
48
- createFileSync
49
- };
50
- }));
51
- //#endregion
52
- export default require_file();
53
- export { require_file };
@@ -1,27 +0,0 @@
1
- import { __commonJSMin } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_file } from "./file.js";
3
- import { require_link } from "./link.js";
4
- import { require_symlink } from "./symlink.js";
5
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/index.js
6
- var require_ensure = /* @__PURE__ */ __commonJSMin(((exports, module) => {
7
- const { createFile, createFileSync } = require_file();
8
- const { createLink, createLinkSync } = require_link();
9
- const { createSymlink, createSymlinkSync } = require_symlink();
10
- module.exports = {
11
- createFile,
12
- createFileSync,
13
- ensureFile: createFile,
14
- ensureFileSync: createFileSync,
15
- createLink,
16
- createLinkSync,
17
- ensureLink: createLink,
18
- ensureLinkSync: createLinkSync,
19
- createSymlink,
20
- createSymlinkSync,
21
- ensureSymlink: createSymlink,
22
- ensureSymlinkSync: createSymlinkSync
23
- };
24
- }));
25
- //#endregion
26
- export default require_ensure();
27
- export { require_ensure };
@@ -1,56 +0,0 @@
1
- import { __commonJSMin, __require } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_universalify } from "../../../../../universalify@2.0.1/node_modules/universalify/index.js";
3
- import { require_fs } from "../fs/index.js";
4
- import { require_mkdirs } from "../mkdirs/index.js";
5
- import { require_path_exists } from "../path-exists/index.js";
6
- import { require_stat } from "../util/stat.js";
7
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/link.js
8
- var require_link = /* @__PURE__ */ __commonJSMin(((exports, module) => {
9
- const u = require_universalify().fromPromise;
10
- const path = __require("path");
11
- const fs = require_fs();
12
- const mkdir = require_mkdirs();
13
- const { pathExists } = require_path_exists();
14
- const { areIdentical } = require_stat();
15
- async function createLink(srcpath, dstpath) {
16
- let dstStat;
17
- try {
18
- dstStat = await fs.lstat(dstpath);
19
- } catch {}
20
- let srcStat;
21
- try {
22
- srcStat = await fs.lstat(srcpath);
23
- } catch (err) {
24
- err.message = err.message.replace("lstat", "ensureLink");
25
- throw err;
26
- }
27
- if (dstStat && areIdentical(srcStat, dstStat)) return;
28
- const dir = path.dirname(dstpath);
29
- if (!await pathExists(dir)) await mkdir.mkdirs(dir);
30
- await fs.link(srcpath, dstpath);
31
- }
32
- function createLinkSync(srcpath, dstpath) {
33
- let dstStat;
34
- try {
35
- dstStat = fs.lstatSync(dstpath);
36
- } catch {}
37
- try {
38
- const srcStat = fs.lstatSync(srcpath);
39
- if (dstStat && areIdentical(srcStat, dstStat)) return;
40
- } catch (err) {
41
- err.message = err.message.replace("lstat", "ensureLink");
42
- throw err;
43
- }
44
- const dir = path.dirname(dstpath);
45
- if (fs.existsSync(dir)) return fs.linkSync(srcpath, dstpath);
46
- mkdir.mkdirsSync(dir);
47
- return fs.linkSync(srcpath, dstpath);
48
- }
49
- module.exports = {
50
- createLink: u(createLink),
51
- createLinkSync
52
- };
53
- }));
54
- //#endregion
55
- export default require_link();
56
- export { require_link };
@@ -1,89 +0,0 @@
1
- import { __commonJSMin, __require } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_universalify } from "../../../../../universalify@2.0.1/node_modules/universalify/index.js";
3
- import { require_fs } from "../fs/index.js";
4
- import { require_path_exists } from "../path-exists/index.js";
5
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink-paths.js
6
- var require_symlink_paths = /* @__PURE__ */ __commonJSMin(((exports, module) => {
7
- const path = __require("path");
8
- const fs = require_fs();
9
- const { pathExists } = require_path_exists();
10
- const u = require_universalify().fromPromise;
11
- /**
12
- * Function that returns two types of paths, one relative to symlink, and one
13
- * relative to the current working directory. Checks if path is absolute or
14
- * relative. If the path is relative, this function checks if the path is
15
- * relative to symlink or relative to current working directory. This is an
16
- * initiative to find a smarter `srcpath` to supply when building symlinks.
17
- * This allows you to determine which path to use out of one of three possible
18
- * types of source paths. The first is an absolute path. This is detected by
19
- * `path.isAbsolute()`. When an absolute path is provided, it is checked to
20
- * see if it exists. If it does it's used, if not an error is returned
21
- * (callback)/ thrown (sync). The other two options for `srcpath` are a
22
- * relative url. By default Node's `fs.symlink` works by creating a symlink
23
- * using `dstpath` and expects the `srcpath` to be relative to the newly
24
- * created symlink. If you provide a `srcpath` that does not exist on the file
25
- * system it results in a broken symlink. To minimize this, the function
26
- * checks to see if the 'relative to symlink' source file exists, and if it
27
- * does it will use it. If it does not, it checks if there's a file that
28
- * exists that is relative to the current working directory, if does its used.
29
- * This preserves the expectations of the original fs.symlink spec and adds
30
- * the ability to pass in `relative to current working direcotry` paths.
31
- */
32
- async function symlinkPaths(srcpath, dstpath) {
33
- if (path.isAbsolute(srcpath)) {
34
- try {
35
- await fs.lstat(srcpath);
36
- } catch (err) {
37
- err.message = err.message.replace("lstat", "ensureSymlink");
38
- throw err;
39
- }
40
- return {
41
- toCwd: srcpath,
42
- toDst: srcpath
43
- };
44
- }
45
- const dstdir = path.dirname(dstpath);
46
- const relativeToDst = path.join(dstdir, srcpath);
47
- if (await pathExists(relativeToDst)) return {
48
- toCwd: relativeToDst,
49
- toDst: srcpath
50
- };
51
- try {
52
- await fs.lstat(srcpath);
53
- } catch (err) {
54
- err.message = err.message.replace("lstat", "ensureSymlink");
55
- throw err;
56
- }
57
- return {
58
- toCwd: srcpath,
59
- toDst: path.relative(dstdir, srcpath)
60
- };
61
- }
62
- function symlinkPathsSync(srcpath, dstpath) {
63
- if (path.isAbsolute(srcpath)) {
64
- if (!fs.existsSync(srcpath)) throw new Error("absolute srcpath does not exist");
65
- return {
66
- toCwd: srcpath,
67
- toDst: srcpath
68
- };
69
- }
70
- const dstdir = path.dirname(dstpath);
71
- const relativeToDst = path.join(dstdir, srcpath);
72
- if (fs.existsSync(relativeToDst)) return {
73
- toCwd: relativeToDst,
74
- toDst: srcpath
75
- };
76
- if (!fs.existsSync(srcpath)) throw new Error("relative srcpath does not exist");
77
- return {
78
- toCwd: srcpath,
79
- toDst: path.relative(dstdir, srcpath)
80
- };
81
- }
82
- module.exports = {
83
- symlinkPaths: u(symlinkPaths),
84
- symlinkPathsSync
85
- };
86
- }));
87
- //#endregion
88
- export default require_symlink_paths();
89
- export { require_symlink_paths };
@@ -1,35 +0,0 @@
1
- import { __commonJSMin } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_universalify } from "../../../../../universalify@2.0.1/node_modules/universalify/index.js";
3
- import { require_fs } from "../fs/index.js";
4
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink-type.js
5
- var require_symlink_type = /* @__PURE__ */ __commonJSMin(((exports, module) => {
6
- const fs = require_fs();
7
- const u = require_universalify().fromPromise;
8
- async function symlinkType(srcpath, type) {
9
- if (type) return type;
10
- let stats;
11
- try {
12
- stats = await fs.lstat(srcpath);
13
- } catch {
14
- return "file";
15
- }
16
- return stats && stats.isDirectory() ? "dir" : "file";
17
- }
18
- function symlinkTypeSync(srcpath, type) {
19
- if (type) return type;
20
- let stats;
21
- try {
22
- stats = fs.lstatSync(srcpath);
23
- } catch {
24
- return "file";
25
- }
26
- return stats && stats.isDirectory() ? "dir" : "file";
27
- }
28
- module.exports = {
29
- symlinkType: u(symlinkType),
30
- symlinkTypeSync
31
- };
32
- }));
33
- //#endregion
34
- export default require_symlink_type();
35
- export { require_symlink_type };
@@ -1,81 +0,0 @@
1
- import { __commonJSMin, __require } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_universalify } from "../../../../../universalify@2.0.1/node_modules/universalify/index.js";
3
- import { require_fs } from "../fs/index.js";
4
- import { require_mkdirs } from "../mkdirs/index.js";
5
- import { require_path_exists } from "../path-exists/index.js";
6
- import { require_stat } from "../util/stat.js";
7
- import { require_symlink_paths } from "./symlink-paths.js";
8
- import { require_symlink_type } from "./symlink-type.js";
9
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink.js
10
- var require_symlink = /* @__PURE__ */ __commonJSMin(((exports, module) => {
11
- const u = require_universalify().fromPromise;
12
- const path = __require("path");
13
- const fs = require_fs();
14
- const { mkdirs, mkdirsSync } = require_mkdirs();
15
- const { symlinkPaths, symlinkPathsSync } = require_symlink_paths();
16
- const { symlinkType, symlinkTypeSync } = require_symlink_type();
17
- const { pathExists } = require_path_exists();
18
- const { areIdentical } = require_stat();
19
- async function createSymlink(srcpath, dstpath, type) {
20
- let stats;
21
- try {
22
- stats = await fs.lstat(dstpath);
23
- } catch {}
24
- if (stats && stats.isSymbolicLink()) {
25
- let srcStat;
26
- if (path.isAbsolute(srcpath)) srcStat = await fs.stat(srcpath);
27
- else {
28
- const dstdir = path.dirname(dstpath);
29
- const relativeToDst = path.join(dstdir, srcpath);
30
- try {
31
- srcStat = await fs.stat(relativeToDst);
32
- } catch {
33
- srcStat = await fs.stat(srcpath);
34
- }
35
- }
36
- const dstStat = await fs.stat(dstpath);
37
- if (areIdentical(srcStat, dstStat)) return;
38
- }
39
- const relative = await symlinkPaths(srcpath, dstpath);
40
- srcpath = relative.toDst;
41
- const toType = await symlinkType(relative.toCwd, type);
42
- const dir = path.dirname(dstpath);
43
- if (!await pathExists(dir)) await mkdirs(dir);
44
- return fs.symlink(srcpath, dstpath, toType);
45
- }
46
- function createSymlinkSync(srcpath, dstpath, type) {
47
- let stats;
48
- try {
49
- stats = fs.lstatSync(dstpath);
50
- } catch {}
51
- if (stats && stats.isSymbolicLink()) {
52
- let srcStat;
53
- if (path.isAbsolute(srcpath)) srcStat = fs.statSync(srcpath);
54
- else {
55
- const dstdir = path.dirname(dstpath);
56
- const relativeToDst = path.join(dstdir, srcpath);
57
- try {
58
- srcStat = fs.statSync(relativeToDst);
59
- } catch {
60
- srcStat = fs.statSync(srcpath);
61
- }
62
- }
63
- const dstStat = fs.statSync(dstpath);
64
- if (areIdentical(srcStat, dstStat)) return;
65
- }
66
- const relative = symlinkPathsSync(srcpath, dstpath);
67
- srcpath = relative.toDst;
68
- type = symlinkTypeSync(relative.toCwd, type);
69
- const dir = path.dirname(dstpath);
70
- if (fs.existsSync(dir)) return fs.symlinkSync(srcpath, dstpath, type);
71
- mkdirsSync(dir);
72
- return fs.symlinkSync(srcpath, dstpath, type);
73
- }
74
- module.exports = {
75
- createSymlink: u(createSymlink),
76
- createSymlinkSync
77
- };
78
- }));
79
- //#endregion
80
- export default require_symlink();
81
- export { require_symlink };
@@ -1,113 +0,0 @@
1
- import { __commonJSMin } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_universalify } from "../../../../../universalify@2.0.1/node_modules/universalify/index.js";
3
- import { require_graceful_fs } from "../../../../../graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js";
4
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/fs/index.js
5
- var require_fs = /* @__PURE__ */ __commonJSMin(((exports) => {
6
- const u = require_universalify().fromCallback;
7
- const fs = require_graceful_fs();
8
- const api = [
9
- "access",
10
- "appendFile",
11
- "chmod",
12
- "chown",
13
- "close",
14
- "copyFile",
15
- "cp",
16
- "fchmod",
17
- "fchown",
18
- "fdatasync",
19
- "fstat",
20
- "fsync",
21
- "ftruncate",
22
- "futimes",
23
- "glob",
24
- "lchmod",
25
- "lchown",
26
- "lutimes",
27
- "link",
28
- "lstat",
29
- "mkdir",
30
- "mkdtemp",
31
- "open",
32
- "opendir",
33
- "readdir",
34
- "readFile",
35
- "readlink",
36
- "realpath",
37
- "rename",
38
- "rm",
39
- "rmdir",
40
- "stat",
41
- "statfs",
42
- "symlink",
43
- "truncate",
44
- "unlink",
45
- "utimes",
46
- "writeFile"
47
- ].filter((key) => {
48
- return typeof fs[key] === "function";
49
- });
50
- Object.assign(exports, fs);
51
- api.forEach((method) => {
52
- exports[method] = u(fs[method]);
53
- });
54
- exports.exists = function(filename, callback) {
55
- if (typeof callback === "function") return fs.exists(filename, callback);
56
- return new Promise((resolve) => {
57
- return fs.exists(filename, resolve);
58
- });
59
- };
60
- exports.read = function(fd, buffer, offset, length, position, callback) {
61
- if (typeof callback === "function") return fs.read(fd, buffer, offset, length, position, callback);
62
- return new Promise((resolve, reject) => {
63
- fs.read(fd, buffer, offset, length, position, (err, bytesRead, buffer) => {
64
- if (err) return reject(err);
65
- resolve({
66
- bytesRead,
67
- buffer
68
- });
69
- });
70
- });
71
- };
72
- exports.write = function(fd, buffer, ...args) {
73
- if (typeof args[args.length - 1] === "function") return fs.write(fd, buffer, ...args);
74
- return new Promise((resolve, reject) => {
75
- fs.write(fd, buffer, ...args, (err, bytesWritten, buffer) => {
76
- if (err) return reject(err);
77
- resolve({
78
- bytesWritten,
79
- buffer
80
- });
81
- });
82
- });
83
- };
84
- exports.readv = function(fd, buffers, ...args) {
85
- if (typeof args[args.length - 1] === "function") return fs.readv(fd, buffers, ...args);
86
- return new Promise((resolve, reject) => {
87
- fs.readv(fd, buffers, ...args, (err, bytesRead, buffers) => {
88
- if (err) return reject(err);
89
- resolve({
90
- bytesRead,
91
- buffers
92
- });
93
- });
94
- });
95
- };
96
- exports.writev = function(fd, buffers, ...args) {
97
- if (typeof args[args.length - 1] === "function") return fs.writev(fd, buffers, ...args);
98
- return new Promise((resolve, reject) => {
99
- fs.writev(fd, buffers, ...args, (err, bytesWritten, buffers) => {
100
- if (err) return reject(err);
101
- resolve({
102
- bytesWritten,
103
- buffers
104
- });
105
- });
106
- });
107
- };
108
- if (typeof fs.realpath.native === "function") exports.realpath.native = u(fs.realpath.native);
109
- else process.emitWarning("fs.realpath.native is not a function. Is fs being monkey-patched?", "Warning", "fs-extra-WARN0003");
110
- }));
111
- //#endregion
112
- export default require_fs();
113
- export { require_fs };
@@ -1,29 +0,0 @@
1
- import { __commonJSMin } from "../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_fs } from "./fs/index.js";
3
- import { require_mkdirs } from "./mkdirs/index.js";
4
- import { require_path_exists } from "./path-exists/index.js";
5
- import { require_copy } from "./copy/index.js";
6
- import { require_remove } from "./remove/index.js";
7
- import { require_empty } from "./empty/index.js";
8
- import { require_ensure } from "./ensure/index.js";
9
- import { require_output_file } from "./output-file/index.js";
10
- import { require_json } from "./json/index.js";
11
- import { require_move } from "./move/index.js";
12
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/index.js
13
- var require_lib = /* @__PURE__ */ __commonJSMin(((exports, module) => {
14
- module.exports = {
15
- ...require_fs(),
16
- ...require_copy(),
17
- ...require_empty(),
18
- ...require_ensure(),
19
- ...require_json(),
20
- ...require_mkdirs(),
21
- ...require_move(),
22
- ...require_output_file(),
23
- ...require_path_exists(),
24
- ...require_remove()
25
- };
26
- }));
27
- //#endregion
28
- export default require_lib();
29
- export { require_lib };
@@ -1,22 +0,0 @@
1
- import { __commonJSMin } from "../../../../../../../_virtual/_rolldown/runtime.js";
2
- import { require_universalify } from "../../../../../universalify@2.0.1/node_modules/universalify/index.js";
3
- import { require_jsonfile } from "./jsonfile.js";
4
- import { require_output_json } from "./output-json.js";
5
- import { require_output_json_sync } from "./output-json-sync.js";
6
- //#region node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/json/index.js
7
- var require_json = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8
- const u = require_universalify().fromPromise;
9
- const jsonFile = require_jsonfile();
10
- jsonFile.outputJson = u(require_output_json());
11
- jsonFile.outputJsonSync = require_output_json_sync();
12
- jsonFile.outputJSON = jsonFile.outputJson;
13
- jsonFile.outputJSONSync = jsonFile.outputJsonSync;
14
- jsonFile.writeJSON = jsonFile.writeJson;
15
- jsonFile.writeJSONSync = jsonFile.writeJsonSync;
16
- jsonFile.readJSON = jsonFile.readJson;
17
- jsonFile.readJSONSync = jsonFile.readJsonSync;
18
- module.exports = jsonFile;
19
- }));
20
- //#endregion
21
- export default require_json();
22
- export { require_json };