サンプル
@types/node 22.20.2: typeScriptVersion
検証済みサンプル — npm @types/node 22.20.2: typeScriptVersion. node 22 · linux debian/x64 · docker で contract を実行し、成功しました: @types/node package.json defines package…
sha256:c3c5e950fe0cd1b470e2933fbc959665a15d2311dd54bee97109d27a364b35c2
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 1
- ビルドした署名鍵
- 1
宣言された環境
linux 24 · ubuntu · glibc 2.39 x64 npm
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| node 22 · linux debian/x64 · docker ed25519:c1973797be207ac4 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · node-typescript@1node:22@sha256:8a34c4ab3ea2… |
2026-09-17 |
ケース
HOW- ゴール
- verify @types/node.typeScriptVersion in pkg:npm/%40types/node@22.20.2
- パッケージ
- シンボル
-
- @types/node.typeScriptVersion
- 作成日
- 2026-09-17T00:47:53Z
コントラクト
- @types/node package.json defines package name as @types/node and version as 22.20.2
- @types/node package.json specifies typeScriptVersion as 5.6
- @types/node package.json defines typesVersions mapping for TypeScript versions <=5.6
- @types/node typesVersions mapping routes wildcard paths to ts5.6 for versions <=5.6
ファイル
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- test/contract.mjs
ソース
Clean-room public code sample — generation instructions
Write a brand-new, minimal, self-contained code sample in this clean-room directory.
Do not copy, paraphrase, or reference any existing project source. Work only from this spec.
A csx.json manifest scaffold already exists. Do not recreate it from memory. Preserve its case.goal, packages and symbols; fill its empty case.contract with exact assertions and correct its environment, commands and verifierAdapter for the files you generate.
Goal: verify @types/node.typeScriptVersion in pkg:npm/%40types/node@22.20.2
Kind: HOW
Use EXACTLY these public packages and versions:
- pkg:npm/%40types/node@22.20.2
Demonstrate these symbols/APIs:
- @types/node.typeScriptVersion
Rules:
- One focused purpose; the smallest project that proves the goal.
- Include a contract test (test/contract.*) that runs OFFLINE and exits 0 exactly when the goal behavior works.
- Pin every dependency with a lockfile so resolution is reproducible.
- No secrets, credentials, or tokens. No real URLs (only example.com or localhost). No absolute paths.
- No personal names, emails, company names, or project identifiers of any kind.
- No binaries and no generated output (node_modules, dist, target, venv, .git, .env).
- Keep it under 200 files and 256KB packed.
{"case":{"caseId":"case:sha256:2bfafca446d9e860912455ecacd4129be43ade92b2a481c9ec497e0e01c4c1a1","contract":["@types/node package.json defines package name as @types/node and version as 22.20.2","@types/node package.json specifies typeScriptVersion as 5.6","@types/node package.json defines typesVersions mapping for TypeScript versions \u003c=5.6","@types/node typesVersions mapping routes wildcard paths to ts5.6 for versions \u003c=5.6"],"goal":"verify @types/node.typeScriptVersion in pkg:npm/%40types/node@22.20.2","kind":"HOW","packages":["pkg:npm/%40types/node@22.20.2"],"schemaVersion":1,"symbols":["@types/node.typeScriptVersion"]},"contractCommand":["node","test/contract.mjs"],"environment":{"arch":"x64","distro":"ubuntu","ecosystem":"npm","libc":"glibc","libcVersion":"2.39","os":"linux","osVersionBucket":"24","packageManager":"npm","schemaVersion":1},"license":"MIT-0","packages":["pkg:npm/%40types/node@22.20.2"],"schemaVersion":1,"subject":"pkg:npm/%40types/node@22.20.2","symbols":["@types/node.typeScriptVersion"],"verifierAdapter":"node-typescript@1"}
{
"name": "sample-types-node-typescriptversion",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sample-types-node-typescriptversion",
"version": "1.0.0",
"license": "MIT-0",
"dependencies": {
"@types/node": "22.20.2"
}
},
"node_modules/@types/node": {
"version": "22.20.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.2.tgz",
"integrity": "sha512-xlvWf4Vs9n1PEVYwP1n4vvG07M6y8WgvJ2t0vbrWTmijsIHp1cS+uJ2kMIRdY3nHZK0nCYKrPeD171+SzF4/zw==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
}
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"license": "MIT"
}
}
}
{
"name": "sample-types-node-typescriptversion",
"version": "1.0.0",
"type": "module",
"private": true,
"license": "MIT-0",
"dependencies": {
"@types/node": "22.20.2"
}
}
{
"schemaVersion": 1,
"goal": "verify @types/node.typeScriptVersion in pkg:npm/%40types/node@22.20.2",
"kind": "HOW",
"packages": [
"pkg:npm/%40types/node@22.20.2"
],
"symbols": [
"@types/node.typeScriptVersion"
]
}
import assert from 'node:assert/strict';
import { createRequire } from 'node:module';
const require = createRequire(import.meta.url);
// 1. @types/node package.json defines package name as @types/node and version as 22.20.2
const pkgJson = require('@types/node/package.json');
assert.equal(pkgJson.name, '@types/node');
assert.equal(pkgJson.version, '22.20.2');
// 2. @types/node package.json specifies typeScriptVersion as 5.6
assert.equal(pkgJson.typeScriptVersion, '5.6');
// 3. @types/node package.json defines typesVersions mapping for TypeScript versions <=5.6
assert.ok(pkgJson.typesVersions);
assert.ok(pkgJson.typesVersions['<=5.6']);
// 4. @types/node typesVersions mapping routes wildcard paths to ts5.6 for versions <=5.6
assert.deepEqual(pkgJson.typesVersions['<=5.6']['*'], ['ts5.6/*']);
console.log('All contract tests passed.');
オリジンシーダー
匿名