# SAMPLE — fictional supply-chain data. Every package, registry, version, hash, licence, advisory identifier and signature in this document is invented.

lockfileVersion: '9.0'

settings:
  autoInstallPeers: true
  excludeLinksFromLockfile: false

importers:

  .:
    dependencies:
      '@orchard-example/router':
        specifier: ^2.1.0
        version: 2.1.3
      '@orchard-example/http-core':
        specifier: ^1.8.0
        version: 1.8.0
      'example-metrics':
        specifier: ^4.0.0
        version: 4.0.0
      'example-cache':
        specifier: ^0.9.0
        version: 0.9.2
      'example-crypto-shim':
        specifier: ^1.2.0
        version: 1.2.0

packages:

  '@orchard-example/router@2.1.3':
    resolution: {integrity: sha512-qtnM4l9j8zUuqQ9ICsxCdfl879PtducHYPiqO151qEu6bBv48+zuYbTbn/vSTJGbCd2RvGpDry/NEkSe1babaA==}
    engines: {node: '>=20.9'}

  '@orchard-example/http-core@1.8.0':
    resolution: {integrity: sha512-fG9AJmG+37+sln/eMVPmbu/bIcV+QbJ3bibSV9ob8PV6GYNFinrhSJQYFxkEYEHxckXBn7ExDim59rqSDaYoFg==}
    engines: {node: '>=20.9'}

  'example-metrics@4.0.0':
    resolution: {integrity: sha512-Sq3cxZ+Brv4bgLd+5B/o3upQ1O6YKjbr6TP5ZBZfw4XVjna6/8YkOeB52iLhrRDjs1UiF5v20Ijr7bEJtHKcOQ==}
    engines: {node: '>=20.9'}

  'example-cache@0.9.2':
    resolution: {integrity: sha512-AfwdCZmLEAUsc7Xx0ze+X4cSz6ES8G63hh3Jwx7mHEBJUNpzRLZBq7fDYVk7+cVh9spu+3wey8a0VDJS6cEpTw==}
    engines: {node: '>=20.9'}

  'example-crypto-shim@1.2.0':
    resolution: {integrity: sha512-C9iqJP6f/S7V/NsRGHnVv/u2nPtnjFMJbs4p8tMbjRSxrHeEjl6APolSniPvMFH0jlDUuO06nb86/a/GDEWRKg==}
    engines: {node: '>=20.9'}

  'example-logger@3.4.1':
    resolution: {integrity: sha512-kk/Leb1fYZthao23OX82Smci+JVca/5L0WYLNiApltZN7GOWc6rnxGKDixrxNQHddbyLPlE2DjE4gkWFRIeaFw==}
    engines: {node: '>=20.9'}

  'example-retry@1.0.4':
    resolution: {integrity: sha512-9gWFnhD7XUYAeOv+20TwbeFZK7JoL+HzYGU9q9uvwDiX24/8TF0soGOHyrJEwX6ywbTWVK4P03jQ2d6DcxH2fw==}
    engines: {node: '>=20.9'}

  'example-json-path@2.0.5':
    resolution: {integrity: sha512-L2s+lMlfrJzlz5234qg3JaPv10aSIfSijFnm5+wdJfN/P5mG8c+YUo+ePiZDQIjYVuove9XxBqTjrp+NK6XQ5w==}
    engines: {node: '>=20.9'}

  'example-yaml-lite@1.1.7':
    resolution: {integrity: sha512-AjJT7N1g7ta4KaGEVQtENtd9dOG9JGMszOZg3Z8fwb2v7SJz7OIIke+HZZFtiU8rzHRmmEySsI/YliI6Ligc7g==}
    engines: {node: '>=20.9'}

snapshots:

  '@orchard-example/router@2.1.3':
    dependencies:
      example-logger: 3.4.1
      example-retry: 1.0.4

  '@orchard-example/http-core@1.8.0':
    dependencies:
      example-logger: 3.4.1
      example-json-path: 2.0.5

  'example-metrics@4.0.0':
    dependencies:
      example-logger: 3.4.1

  'example-cache@0.9.2':
    dependencies:
      example-yaml-lite: 1.1.7

  'example-crypto-shim@1.2.0':
    {}

  'example-logger@3.4.1':
    {}

  'example-retry@1.0.4':
    {}

  'example-json-path@2.0.5':
    {}

  'example-yaml-lite@1.1.7':
    dependencies:
      example-json-path: 2.0.5
