Пример
verify pkg:npm/find-up@5.0.0
sha256:474f25b0c64abdcbd4a1b4f72ed814377774403999e4dcf9bffe59d34d0c3c1e
Статус публикации. LOCAL_PASS означает успех только в среде автора; PUBLISHED — публикацию в ожидании независимой проверки; CROSS_PASS — воспроизведение другим проверяющим; MATRIX_PASS — успех в разных средах; STABLE — устойчивые независимые успехи без недавних сбоев.
Сила доказательства. L0 — только исходный код; L1 — разрешённые зависимости; L2 — компиляция или загрузка; L3 — успешный контракт; L4 — независимое воспроизведение; L5 — успех в разных средах.
MIT-0
Свидетельства выполнения
Заявленная среда отделена от подписанных запусков, чтобы показать, что именно доказано.
- Основа свидетельства
- Независимая перекрёстная проверка
- Квитанции проверки
- 1
- Уровень проверки
- L4_CROSS_PASS
Заявленная среда
node 22.23 linux 24 · ubuntu · glibc 2.39 x64 node 22.23 javascript npm 10
Среды запусков проверки
| Окружение | Контракт | Этапы | Запуск |
|---|---|---|---|
| node 22 · linux alpine/x64 · docker ed25519:c1973797be207ac4 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · node-typescript@1 |
2026-08-20 |
Кейс
HOW- Цель
- verify pkg:npm/find-up@5.0.0
- Пакеты
- Окружение
- node 22.23.2
- Создан
- 2026-08-20T22:08:44Z
Контракт
- assert findUp traverses parent directories asynchronously to resolve the first matching file path
- assert findUp returns undefined when the target file is not found in parent hierarchy
- assert findUp.sync traverses parent directories synchronously to resolve the matching file path
- assert findUp.sync returns undefined when the target file is not found
- assert findUp accepts an array of filenames and matches by order of priority in each directory
- assert findUp with type directory resolves matching directory path instead of regular file
- assert findUp matcher function returning findUp.stop halts directory traversal
- assert findUp.exists and findUp.sync.exists verify whether a path exists asynchronously and synchronously
Файлы
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- test/contract.mjs
Исходный сидер
аноним