github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/javascript/test-fixtures/pnpm-v9-snapshots/pnpm-lock.yaml (about)

     1  lockfileVersion: '9.0'
     2  
     3  settings:
     4    autoInstallPeers: true
     5    excludeLinksFromLockfile: false
     6  
     7  importers:
     8  
     9    .:
    10      dependencies:
    11        cross-spawn:
    12          specifier: ^7.0.5
    13          version: 7.0.6
    14  
    15  packages:
    16  
    17    cross-spawn@7.0.6:
    18      resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
    19      engines: {node: '>= 8'}
    20  
    21    isexe@2.0.0:
    22      resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
    23  
    24    path-key@3.1.1:
    25      resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
    26      engines: {node: '>=8'}
    27  
    28    shebang-command@2.0.0:
    29      resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
    30      engines: {node: '>=8'}
    31  
    32    shebang-regex@3.0.0:
    33      resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
    34      engines: {node: '>=8'}
    35  
    36    which@2.0.2:
    37      resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
    38      engines: {node: '>= 8'}
    39      hasBin: true
    40  
    41  snapshots:
    42  
    43    cross-spawn@7.0.6:
    44      dependencies:
    45        path-key: 3.1.1
    46        shebang-command: 2.0.0
    47        which: 2.0.2
    48  
    49    isexe@2.0.0: {}
    50  
    51    path-key@3.1.1: {}
    52  
    53    shebang-command@2.0.0:
    54      dependencies:
    55        shebang-regex: 3.0.0
    56  
    57    shebang-regex@3.0.0: {}
    58  
    59    which@2.0.2:
    60      dependencies:
    61        isexe: 2.0.0