sha256:b82eea7a5b16f722578e07d8ff73c1812ce662827aa392aeae3e8a7f1123f9f9

Found in archives

lockfileVersion: '9.0'

settings:
  autoInstallPeers: true
  excludeLinksFromLockfile: false

importers:

  .:
    dependencies:
      sub-dep:
        specifier: file:./sub-dep
        version: file:sub-dep

packages:

  nested-child@file:sub-dep/child:
    resolution: {directory: sub-dep/child, type: directory}
    version: 1.0.0

  sub-dep@file:sub-dep:
    resolution: {directory: sub-dep, type: directory}
    version: 1.0.0

snapshots:

  nested-child@file:sub-dep/child:
    dev: false

  sub-dep@file:sub-dep:
    dependencies:
      nested-child: file:sub-dep/child
    dev: false

Return to home page.