@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/package-lockfiles-and-reproducible-installs>
  a schema:TechArticle ;
  schema:headline "Package Lockfiles and Reproducible Installs" ;
  schema:url <https://anchorfact.org/computer-science/package-lockfiles-and-reproducible-installs/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/package-lockfiles-and-reproducible-installs>
  schema:citation <https://docs.npmjs.com/cli/v11/configuring-npm/package-lock-json> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/package-lockfiles-and-reproducible-installs>
  schema:citation <https://docs.npmjs.com/cli/v11/commands/npm-ci> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/package-lockfiles-and-reproducible-installs>
  schema:citation <https://pnpm.io/next/git> ;
  af:sourceTier "B" .