CodeSampleX

サンプル

semver 7.8.5: Simplify version ranges, extract comparator tuples, detect outside bounds, and resolve min satisfying version in semver

検証済みサンプル — npm semver 7.8.5: Simplify version ranges, extract comparator tuples, detect outside bounds, and resolve min satisfying version in semver. node 22…

sha256:609cf582df220710994f6ec55c3b32ffd932c5e3231c113c129792b3f21eaa2e

このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。 合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。 MIT-0

実行証拠

宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。

証拠の基準
署名済みコントラクト合格
検証レシート
1
ビルドした署名鍵
1
宣言された環境 node 22.22 linux 24 · ubuntu · glibc 2.39 x64 node 22.22 javascript npm 11 wsl

検証実行環境

環境 コントラクト ステージ 実行日
node 22 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-19

ケース

HOW
ゴール
Simplify version ranges, extract comparator tuples, detect outside bounds, and resolve min satisfying version in semver
パッケージ
シンボル
  • semver.minSatisfying
  • semver.outside
  • semver.simplifyRange
  • semver.toComparators
環境
node 22.22.2
作成日
2026-08-19T07:18:46Z

コントラクト

  1. assert semver.simplifyRange produces the shortest equivalent range expression matching the same subset of given versions
  2. assert semver.toComparators splits a range into a two-dimensional array of comparator string tuples
  3. assert semver.outside returns true when a version is outside a range in the specified direction ('<' or '>')
  4. assert semver.outside returns false when a version satisfies the range or lies on the opposite side of the tested direction
  5. assert semver.minSatisfying returns the lowest version in a list satisfying a given range or null if none match

ファイル

  • PROMPT.md
  • csx.json
  • package-lock.json
  • package.json
  • spec.json
  • test/contract.mjs

ソースアーティファクトをダウンロード (tar.gz)

オリジンシーダー

匿名