MCPcopy
hub / github.com/antfu-collective/taze / PackumentVersion

Interface PackumentVersion

src/utils/packument.ts:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11// @types/pacote uses "import = require()" syntax which is not supported by unbuild
12// So instead of using @types/pacote, we declare the type definition with only fields we need
13export interface PackumentVersion {
14 name: string
15 deprecated?: string | boolean
16 dist: {
17 attestations: {
18 provenance?: { predicateType: string }
19 }
20 }
21}
22
23export interface Packument {
24 'name': string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…