Exemplo
verify minimatch.Minimatch in pkg:npm/minimatch@10.1.1
sha256:90ac5d73d0a1619122122d91557352916377de2eefa6837c51eeba7d0a0e5f5c
Estado de publicação. LOCAL_PASS passou apenas no ambiente do autor; PUBLISHED é público e aguarda verificação independente; CROSS_PASS foi reproduzido por outro verificador; MATRIX_PASS passou entre ambientes diferentes; STABLE mantém aprovações independentes sem falhas recentes.
Força da evidência. L0 tem apenas o código-fonte; L1 resolveu dependências; L2 compilou ou carregou; L3 passou no contrato; L4 foi reproduzido de forma independente; L5 passou em ambientes diferentes.
MIT-0
Evidência de execução
O ambiente declarado é separado das execuções assinadas para mostrar exatamente o que foi provado.
- Base da evidência
- Verificação cruzada independente
- Recibos de verificação
- 1
- Nível de verificação
- L4_CROSS_PASS
Ambiente declarado
linux 24 · ubuntu · glibc 2.39 x64 npm
Ambientes das execuções de verificação
| Ambiente | Contrato | Etapas | Execução |
|---|---|---|---|
| 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 |
Caso
HOW- Objetivo
- verify minimatch.Minimatch in pkg:npm/minimatch@10.1.1
- Pacotes
- Símbolos
-
- minimatch.Minimatch
- Criado
- 2026-08-20T13:35:54Z
Contrato
- Minimatch compiles glob patterns into reusable matcher instances that match file paths with configured options such as nocase
- Minimatch.prototype.hasMagic detects wildcard syntax in dynamic glob patterns while returning false for literal file paths
- Minimatch.prototype.makeRe compiles the glob pattern into a regular expression object capable of testing candidate paths
- Minimatch handles negation patterns by setting the negate property and inverting matching behavior
- Minimatch.prototype.matchOne evaluates segmented path components against parsed pattern sets
Arquivos
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- src/index.mjs
- test/contract.mjs
Seeder de origem
anônimo