sha256:3d35b71f789fd151999a177da4ca030d6fd31b38a873b9448215986f1d1db36a

Found in archives

lockfileVersion: '6.0'

settings:
  autoInstallPeers: true
  excludeLinksFromLockfile: false

dependencies:
  '@pnpm.e2e/pkg-with-optional':
    specifier: 1.0.0
    version: 1.0.0

packages:

  /@pnpm.e2e/dep-of-optional-pkg@1.0.0:
    resolution: {integrity: sha512-TBIWnj5MFb8i1cG4vh1WSaRHUsgrGXAuXH1QgKxc0D46l6c/o9bjiwTPZZb7a+CGolS9gNxIzZvc/D1XLCDStg==}
    requiresBuild: true
    dev: false
    optional: true

  /@pnpm.e2e/not-compatible-with-any-os@1.0.0:
    resolution: {integrity: sha512-2g2bPBv7vBuBUbZH0DOWUkc9nKa0E7IHI4QyRUZGxr7R1TAG/oCj4Qrn3kK/XJKjhHwIZRUqaf0Kl3REgzQxSw==}
    os: [this-os-does-not-exist]
    requiresBuild: true
    dependencies:
      '@pnpm.e2e/dep-of-optional-pkg': 1.0.0
    dev: false
    optional: true

  /@pnpm.e2e/pkg-with-optional@1.0.0:
    resolution: {integrity: sha512-RzAje0bEtf/XhAXgrTNYuXbpRfnkxHlXIGtfmLkK34B0yPnKXNL8qC/jZYv6LOo7bR0+rBSU6nrVb9qzNHIUmA==}
    optionalDependencies:
      '@pnpm.e2e/not-compatible-with-any-os': 1.0.0
    dev: false

Return to home page.