github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/syft/pkg/cataloger/javascript/test-fixtures/pkg-json-and-lock/v1/package-lock.json (about)

     1  {
     2    "name": "test-app",
     3    "version": "0.0.0",
     4    "lockfileVersion": 1,
     5    "dependencies": {
     6      "rxjs": {
     7        "version": "7.5.7",
     8        "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.7.tgz",
     9        "integrity": "sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA=="
    10      },
    11      "tslib": {
    12        "version": "2.6.2",
    13        "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
    14        "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
    15      },
    16      "typescript": {
    17        "version": "4.7.4",
    18        "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
    19        "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
    20        "dev": true
    21      },
    22      "zone.js": {
    23        "version": "0.11.8",
    24        "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.8.tgz",
    25        "integrity": "sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA=="
    26      }
    27    }
    28  }