sha256:86222850aaf603cae73f4ac2756751fcedcae568ab1912f2e1a76450a2ab9e41

Found in archives

lockfileVersion: '9.0'

settings:
  autoInstallPeers: true
  excludeLinksFromLockfile: false

importers:

  .:
    dependencies:
      pkg-a:
        specifier: git+ssh://git@example.com/org/pkg-a.git#v1
        version: git+ssh://git@example.com/org/pkg-a.git#0123456789abcdef0123456789abcdef01234567
    devDependencies:
      node:
        specifier: runtime:22.0.0
        version: runtime:22.0.0

packages:

  node@runtime:22.0.0:
    resolution:
      type: variations
      variants:
        - targets:
            - os: linux
              cpu: x64
          resolution:
            type: binary
            archive: tarball
            url: https://nodejs.org/download/release/v22.0.0/node-v22.0.0-linux-x64.tar.gz
            integrity: sha512-aaaa
    version: 22.0.0

  pkg-a@git+ssh://git@example.com/org/pkg-a.git#0123456789abcdef0123456789abcdef01234567:
    resolution: {commit: 0123456789abcdef0123456789abcdef01234567, repo: ssh://git@example.com/org/pkg-a.git, type: git}
    version: 1.0.0

snapshots:

  node@runtime:22.0.0: {}

  pkg-a@git+ssh://git@example.com/org/pkg-a.git#0123456789abcdef0123456789abcdef01234567: {}

Return to home page.