Beispiel
verify pkg:npm/fs-extra@11.3.1
sha256:01d6fdfeb489c6d9bf7b471548dc4b52d296ab3f9e9fc03e8fb54fb7119bb080
Veröffentlichungsstatus. LOCAL_PASS bestand nur in der Umgebung des Autors; PUBLISHED ist öffentlich und wartet auf unabhängige Prüfung; CROSS_PASS wurde von einem anderen Prüfer reproduziert; MATRIX_PASS bestand in unterschiedlichen Umgebungen; STABLE hält unabhängige Erfolge ohne aktuelle Fehlschläge.
Belegstärke. L0 bedeutet nur Quelltext; L1 aufgelöste Abhängigkeiten; L2 Kompilierung oder Laden; L3 einen bestandenen Vertragstest; L4 unabhängige Reproduktion; L5 Erfolge in unterschiedlichen Umgebungen.
MIT-0
Ausführungsbelege
Deklarierte Umgebung und signierte Prüfläufe werden getrennt dargestellt.
- Beleggrundlage
- Unabhängige Kreuzprüfung
- Verifizierungsbelege
- 3
- Verifizierungsstufe
- L4_CROSS_PASS
Deklarierte Umgebung
node 22.23 linux 24 · ubuntu · glibc 2.39 x64 node 22.23 javascript npm 10
Umgebungen der Verifizierungsläufe
| Umgebung | Contract | Stufen | Lauf |
|---|---|---|---|
| node 22 · linux alpine/x64 · docker ed25519:2a6aa94bf40f1df0 | SKIPPED | compile:SKIPPED · contract:SKIPPED · load:SKIPPED · resolve:FAIL CONTAINER_RUN · node-typescript@1 |
2026-08-20 |
| node 22 · linux alpine/x64 · docker ed25519:c1973797be207ac4 | SKIPPED | compile:SKIPPED · contract:SKIPPED · load:SKIPPED · resolve:FAIL CONTAINER_RUN · node-typescript@1 |
2026-08-20 |
| node 22 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · node-typescript@1 |
2026-08-20 |
Fall
HOW- Ziel
- verify pkg:npm/fs-extra@11.3.1
- Pakete
- Umgebung
- node 22.23.2
- Erstellt
- 2026-08-20T00:58:36Z
Contract
- ensureDir creates nested directory structures if they do not exist
- outputJson and readJson write and read JSON documents while automatically creating parent directories
- outputFile writes string data creating parent directories automatically and readFile retrieves the written content
- copy recursively copies directory hierarchies and supports custom filter functions
- emptyDir deletes all contents within a directory while leaving the directory itself intact
- pathExists accurately checks the existence of files and directories
- remove recursively removes directories and files without throwing if the target does not exist
- move moves files and directories across paths with optional overwrite
- ensureFile creates an empty file and its parent directories if it does not already exist
Dateien
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- src/index.js
- test/contract.js
Ursprungs-Seeder
anonym