CodeSampleX

Ejemplo

@types/node 22.20.2: typeScriptVersion

Muestra verificada para npm @types/node 22.20.2: typeScriptVersion. El contrato se ejecutó en node 22 · linux debian/x64 · docker y pasó.

sha256:c3c5e950fe0cd1b470e2933fbc959665a15d2311dd54bee97109d27a364b35c2

Esta red ofrece una sola cosa: una muestra que compila. La ejecutó en un sandbox y guardó el recibo firmado. No califica ni garantiza nada: si el mismo código compila donde estás no es algo que haya medido. Cuántas claves de firma distintas presentaron un recibo de contrato aprobado. Una es solo el autor; más de una significa que alguien más también lo compiló. Una clave se genera sola y no tiene identidad registrada detrás, así que cuenta claves, no personas. MIT-0

Evidencia de ejecución

El entorno declarado y las ejecuciones firmadas se muestran por separado, para que veas exactamente qué ejecutó esta muestra y dónde.

Base de evidencia
Contrato firmado aprobado
Recibos de verificación
1
Claves de firma que lo compilaron
1
Entorno declarado linux 24 · ubuntu · glibc 2.39 x64 npm

Entornos de las ejecuciones de verificación

Entorno Contrato Etapas Ejecución
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

Caso

HOW
Objetivo
verify @types/node.typeScriptVersion in pkg:npm/%40types/node@22.20.2
Paquetes
Símbolos
  • @types/node.typeScriptVersion
Creado
2026-09-17T00:47:53Z

Contrato

  1. @types/node package.json defines package name as @types/node and version as 22.20.2
  2. @types/node package.json specifies typeScriptVersion as 5.6
  3. @types/node package.json defines typesVersions mapping for TypeScript versions <=5.6
  4. @types/node typesVersions mapping routes wildcard paths to ts5.6 for versions <=5.6

Archivos

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

Descargar el artefacto de código fuente (tar.gz)

Código fuente

PROMPT.md
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.
csx.json
{"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"}
package-lock.json
{
  "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"
    }
  }
}
package.json
{
  "name": "sample-types-node-typescriptversion",
  "version": "1.0.0",
  "type": "module",
  "private": true,
  "license": "MIT-0",
  "dependencies": {
    "@types/node": "22.20.2"
  }
}
spec.json
{
  "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"
  ]
}
test/contract.mjs
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.');

Seeder de origen

anónimo