Created
June 10, 2026 08:22
-
-
Save up1/c5dd5276131275775b39e9f31f0c7573 to your computer and use it in GitHub Desktop.
Demo SBOM for nodejs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", | |
| "bomFormat": "CycloneDX", | |
| "specVersion": "1.6", | |
| "version": 1, | |
| "serialNumber": "urn:uuid:eb4d5f8f-8960-48e3-b2b1-78851025f1b0", | |
| "metadata": { | |
| "timestamp": "2026-06-10T08:12:33.759Z", | |
| "tools": { | |
| "components": [ | |
| { | |
| "type": "application", | |
| "name": "npm", | |
| "version": "11.6.2" | |
| }, | |
| { | |
| "type": "application", | |
| "name": "cyclonedx-npm", | |
| "group": "@cyclonedx", | |
| "version": "4.1.2", | |
| "author": "Jan Kowalleck", | |
| "description": "Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "Apache-2.0" | |
| } | |
| } | |
| ], | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/CycloneDX/cyclonedx-node-npm.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/CycloneDX/cyclonedx-node-npm#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/CycloneDX/cyclonedx-node-npm/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "cyclonedx-library", | |
| "group": "@cyclonedx", | |
| "version": "9.4.1", | |
| "author": "Jan Kowalleck", | |
| "description": "Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "Apache-2.0" | |
| } | |
| } | |
| ], | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/CycloneDX/cyclonedx-javascript-library.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/CycloneDX/cyclonedx-javascript-library#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/CycloneDX/cyclonedx-javascript-library/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "component": { | |
| "type": "application", | |
| "name": "secure-nodesec-workshop", | |
| "version": "1.0.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "ISC", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/secure-nodesec-workshop@1.0.0", | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "" | |
| } | |
| ] | |
| } | |
| }, | |
| "components": [ | |
| { | |
| "type": "library", | |
| "name": "express", | |
| "version": "5.2.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|express@5.2.1", | |
| "author": "TJ Holowaychuk", | |
| "description": "Fast, unopinionated, minimalist web framework", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/express@5.2.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/expressjs/express.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://expressjs.com/", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/expressjs/express/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/express/-/express-5.2.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "8484b889d5966a2ebd35ecc8751b76c455687da1788fee8834ea4995538b0cef335c6a54544573218935d94522d89ce313358bdc8380c5c4ee6e0cfd3e8d325f" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/express" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "accepts", | |
| "version": "2.0.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|accepts@2.0.0", | |
| "description": "Higher-level content negotiation", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/accepts@2.0.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/accepts.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/accepts#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/accepts/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "e5cbe0e82b4ac1f81d995a98d562225ca7374356e446a18b8bed96ffa6a8fba63b82efd10b046e021184ce1e41e0a96ccd2b932e0658baa16aa396c89a334a9e" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/accepts" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "body-parser", | |
| "version": "2.2.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|body-parser@2.2.2", | |
| "description": "Node.js body parsing middleware", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/body-parser@2.2.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/expressjs/body-parser.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/expressjs/body-parser#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/expressjs/body-parser/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "a0fe559004ca94dc1c82fc62d2f334a7f0f79f60b7111798557f83358b394e36459ffa10b768fee2c549b5232bd7ca5d46bf308d370197a2e857e154c333e634" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/body-parser" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "content-disposition", | |
| "version": "1.1.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|content-disposition@1.1.0", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Create and parse Content-Disposition header", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/content-disposition@1.1.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/content-disposition.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/content-disposition#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/content-disposition/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "e634421fd67ff8344feeb92f63cdc1fb2188197f7a3987499b39e0aa7c364814b1a8214f774c36926dece626b0a465fc92b9f0486985d055b9361af41df6a2de" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/content-disposition" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "content-type", | |
| "version": "1.0.5", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|content-type@1.0.5", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Create and parse HTTP Content-Type header", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/content-type@1.0.5", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/content-type.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/content-type#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/content-type/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "9d38ea7dc045122a4a7570afe180d05827e670b64a9bcd65745d29028a53bf2ac51956dc47a3ff54001de46ecdfb4b53afc42a894d2d15a743e852b836d27038" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/content-type" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "cookie-signature", | |
| "version": "1.2.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|cookie-signature@1.2.2", | |
| "author": "TJ Holowaychuk", | |
| "description": "Sign and unsign cookies", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/cookie-signature@1.2.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/visionmedia/node-cookie-signature.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/visionmedia/node-cookie-signature#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/visionmedia/node-cookie-signature/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "0fbeae53bdee9525eb0f5517178284d93331555c21b270a07c0c9383d93c3fa2866639572ab38b7b874940a2370718b9c237ac6681572561253560633d931b86" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/cookie-signature" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "cookie", | |
| "version": "0.7.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|cookie@0.7.2", | |
| "author": "Roman Shtylman", | |
| "description": "HTTP server cookie parsing and serialization", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/cookie@0.7.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/cookie.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/cookie#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/cookie/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "ca48b95e72ae7fbe74979d2e193965b7a90a20b6389d0d5e34841ab685c40726797568272aa6e7aa64eb044e41e0dee5acc24a436cad58c8933b6a34bfa130ff" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/cookie" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "debug", | |
| "version": "4.4.3", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|debug@4.4.3", | |
| "author": "Josh Junon", | |
| "description": "Lightweight debugging utility for Node.js and the browser", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/debug@4.4.3", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/debug-js/debug.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/debug-js/debug#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/debug-js/debug/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "446c305a7c10be455f6af295b76d8518bc3ec5849dcc04709b4aeee83853540dee994e6165cdbc57790ee2cb6062bcab4e52e9baf808f468a28e5b408cd6dca8" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/debug" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "depd", | |
| "version": "2.0.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|depd@2.0.0", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Deprecate all the things", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/depd@2.0.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/dougwilson/nodejs-depd.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/dougwilson/nodejs-depd#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/dougwilson/nodejs-depd/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "83b9c7e8fe9dc838a8268800006a6b1a90ad5489898693e4feba02cdd6f77c887ad7fb3f9cfb1f47aa27c8cc2408047f3a50b7c810b49444af52840402cb08af" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/depd" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "encodeurl", | |
| "version": "2.0.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|encodeurl@2.0.0", | |
| "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/encodeurl@2.0.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/pillarjs/encodeurl.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/encodeurl#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/encodeurl/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "4349fd1d18b89ba26e188575785966bc907b644571bbddc8accca232c182d25acc24c5b3460c7a586aaec9f4206556f7d6f8468179df98f34d5e6c673a4441ae" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/encodeurl" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "escape-html", | |
| "version": "1.0.3", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|escape-html@1.0.3", | |
| "description": "Escape string for use in HTML", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/escape-html@1.0.3", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/component/escape-html.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/component/escape-html#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/component/escape-html/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "3624aea59e0e7ae1b0afaf251887b29bf92c219309a1d506392099fc54a74f172b7a46efaab81d53194938ca628da299563009ad6ac6b3fe89cbc38cbb28fda3" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/escape-html" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "etag", | |
| "version": "1.8.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|etag@1.8.1", | |
| "description": "Create simple HTTP ETags", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/etag@1.8.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/etag.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/etag#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/etag/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "6882f9171ee66b055adf4d1a976067104e2236fa35a844f12eb3c8fe8d392fbcfa828edf0b0d49e844266cae05989d804bb920545fca1195ae7c17dd0a531c3e" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/etag" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "finalhandler", | |
| "version": "2.1.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|finalhandler@2.1.1", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Node.js final http responder", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/finalhandler@2.1.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/pillarjs/finalhandler.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/finalhandler#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/finalhandler/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "4bc2a866045937e6b9acdc2a4f195965e3e34ffe1c9e6d11395ef42de7511d9d29f2ef5f4480f484951942990a2f3ae8f0b7e60bcb31db76d8ead54dc6ff2940" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/finalhandler" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "fresh", | |
| "version": "2.0.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|fresh@2.0.0", | |
| "author": "TJ Holowaychuk", | |
| "description": "HTTP response freshness testing", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/fresh@2.0.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/fresh.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/fresh#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/fresh/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "471fd6c9c67ad0739aa8b2808ba70744a288ef3c566c9df53219ed9adc0ca1a4de17b5c51fd861069f2f21368c89d7e58d143a7985822a46932beca45491cfd8" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/fresh" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "http-errors", | |
| "version": "2.0.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|http-errors@2.0.1", | |
| "author": "Jonathan Ong", | |
| "description": "Create HTTP error objects", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/http-errors@2.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/http-errors.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/http-errors#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/http-errors/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "e056d17405fe6d2766a3801416e4b458d88fcfc36016dfabf138603569a5ae3423b7543b651f7ecd395c7b6f39f71e0a497af022c69e4ea0e82909ad3fca4b99" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/http-errors" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "merge-descriptors", | |
| "version": "2.0.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|merge-descriptors@2.0.0", | |
| "description": "Merge objects using their property descriptors", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/merge-descriptors@2.0.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/sindresorhus/merge-descriptors.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/sindresorhus/merge-descriptors#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/sindresorhus/merge-descriptors/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "4a7937d785796b214b869ddf914444b9be96b6305f3dd08f6352e7f3ff26ba7b8bba2621b000600555aca33006f8c58c6d512f71d7296e2f51ef0c36da5f50de" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/merge-descriptors" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "mime-types", | |
| "version": "3.0.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|mime-types@3.0.2", | |
| "description": "The ultimate javascript content-type utility.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/mime-types@3.0.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/mime-types.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/mime-types#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/mime-types/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "2db833764d21e23ba843d7c22975b86f2d1426a8fe9ce3ab23d309d6c4a3e2723c688d9ea35aa6bd01227b8543d6096c4b6e749f5e4bb16b18b42ba0892b52e4" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/mime-types" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "on-finished", | |
| "version": "2.4.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|on-finished@2.4.1", | |
| "description": "Execute a callback when a request closes, finishes, or errors", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/on-finished@2.4.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/on-finished.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/on-finished#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/on-finished/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "a15973920dc4340842936cddbfb209c1dfd0503e33d91c51c2991c198f29b0255c09864dab8c189d55802c733e6ebb6e26378f5a2605fc2966b83afc0a1e7e92" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/on-finished" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "once", | |
| "version": "1.4.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|once@1.4.0", | |
| "author": "Isaac Z. Schlueter", | |
| "description": "Run a function exactly one time", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "ISC", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/once@1.4.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/isaacs/once.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/isaacs/once#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/isaacs/once/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "94d689808fb643951140191c7042874d038f697754c67659125413658d0c15402e684a9ed44f8dcaf81dcff688c8d8ba67d3333b976fd47f27e7cfc610ba77fb" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/once" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "parseurl", | |
| "version": "1.3.3", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|parseurl@1.3.3", | |
| "description": "parse a url with memoization", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/parseurl@1.3.3", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/pillarjs/parseurl.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/parseurl#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/parseurl/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "0a2c9e3b1153fc96723799b4cfd3df5f0e1208127a4b2833d43a65d30aa39610c418604fd469ec51510bd29eb78681b57dc8f77c7ca75e2f4d60ee2758e2fea9" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/parseurl" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "proxy-addr", | |
| "version": "2.0.7", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|proxy-addr@2.0.7", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Determine address of proxied request", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/proxy-addr@2.0.7", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/proxy-addr.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/proxy-addr#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/proxy-addr/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "96542c30b4940d43d3e388ddad4fcedfbaa59e27e2b433fe670ae699972848ac8b2afb59c69c95d27dbf6c3fcde2d040019fe024475953b28cadaa0ad7e5d802" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/proxy-addr" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "qs", | |
| "version": "6.15.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|qs@6.15.2", | |
| "description": "A querystring parser that supports nesting and arrays, with a depth limit", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "BSD-3-Clause", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/qs@6.15.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/qs.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/qs", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/qs/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "473ab4284c97ff0fed1326e770381d919ac981552c50c937c63877b796efdd2d474c0b60fae398b7bdbe65fc2243029dcac4e191305d2ffad38ba1c3997f4377" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/qs" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "range-parser", | |
| "version": "1.2.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|range-parser@1.2.1", | |
| "author": "TJ Holowaychuk", | |
| "description": "Range header field string parser", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/range-parser@1.2.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/range-parser.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/range-parser#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/range-parser/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "1eb82cc7ea2baa8ca09e68456ca68713a736f7a27e1d30105e8c4417a80dba944e9a6189468cb37c6ddc700bdea8206bc2bff6cb143905577f1939796a03b04a" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/range-parser" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "router", | |
| "version": "2.2.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|router@2.2.0", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Simple middleware-style router", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/router@2.2.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/pillarjs/router.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/router#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/router/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/router/-/router-2.2.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "9cb4eb50a9b653288beeb9616a9bbf665e3917036091919a0a965b2076a30d883094908eccb4a4f9c20f027b04a95f79e468c82c99ca6dd402d6754fcfe80061" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/router" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "send", | |
| "version": "1.2.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|send@1.2.1", | |
| "author": "TJ Holowaychuk", | |
| "description": "Better streaming static file server with Range and conditional-GET support", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/send@1.2.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/pillarjs/send.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/send#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/send/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/send/-/send-1.2.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "d609d97fb0c572821c6a34e34f08f0b838f3bb3e0f3dc6364ad28f96c180435f981f6d08455ac169749699d8e8c1327abbc45cd353e860e1875df3f599871935" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/send" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "serve-static", | |
| "version": "2.2.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|serve-static@2.2.1", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Serve static files", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/serve-static@2.2.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/expressjs/serve-static.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/expressjs/serve-static#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/expressjs/serve-static/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "c515c19f4a4fa904d54220bcc3242b2acd8c3a55f6e334343ce19a8f492e96dbe8382b2d050339caf3a1015494c0e32342d4efb0f5a83421df3c6c1a6902614f" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/serve-static" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "statuses", | |
| "version": "2.0.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|statuses@2.0.2", | |
| "description": "HTTP status utility", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/statuses@2.0.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/statuses.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/statuses#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/statuses/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "0ef132e795770c1eee927468fb888e193e5f3f5b2547cc10a2155d9278a064f32932cb5a289416870898040089137525da94e70138a18416274616501c606247" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/statuses" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "type-is", | |
| "version": "2.1.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|type-is@2.1.0", | |
| "description": "Infer the content-type of a request.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/type-is@2.1.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/type-is.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/type-is#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/type-is/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "7da607c346a705b73f916177cc54c49f14853801945fd1856ce06d86f0dd2ec22512858e14eb52d3380289063022c90bf6219764bde40170fc3a86781a63004c" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/type-is" | |
| } | |
| ], | |
| "components": [ | |
| { | |
| "type": "library", | |
| "name": "content-type", | |
| "version": "2.0.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|type-is@2.1.0|content-type@2.0.0", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Create and parse HTTP Content-Type header", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/content-type@2.0.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/content-type.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/content-type#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/content-type/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "8ff3bf77b19c642c8d97bfe1c1901beb4eabcea932bda0dcb4b99c91bc4bcc7bc50734c91ee1847687404dc3f7c884680eb2c790801326ebf36c5969fe48b671" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/type-is/node_modules/content-type" | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "vary", | |
| "version": "1.1.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|vary@1.1.2", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Manipulate the HTTP Vary header", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/vary@1.1.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/vary.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/vary#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/vary/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "04d19b58b7ddd1e50f69b8645d4566d23f2ebaf444c93879a2f45afddca8c3f06a01b649c82fb97d4f88cd03b39802b362a6110084a8461750af778867f3d7aa" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/vary" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "negotiator", | |
| "version": "1.0.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|negotiator@1.0.0", | |
| "description": "HTTP content negotiation", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/negotiator@1.0.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/negotiator.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/negotiator#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/negotiator/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "f0e7ecfc051087c31a11cae5ab9c4e5f4090f72a53179765efc9a394c35f38ad3c7f3a604c741140f07170f944b48c34c91a70b3e668ff7afee5645bcbbbb71a" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/negotiator" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "bytes", | |
| "version": "3.1.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|bytes@3.1.2", | |
| "author": "TJ Holowaychuk", | |
| "description": "Utility to parse a string bytes to bytes and vice-versa", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/bytes@3.1.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/visionmedia/bytes.js.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/visionmedia/bytes.js#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/visionmedia/bytes.js/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "fcd7fb4f2cd3c7a4b7c9124e6ce015efde7aafc72bdbe3a3f000b976df3048fdc1400a1e5f9f0da07c8253c3fccc690d5d2b634d28ba7f33ba174a4175c61b12" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/bytes" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "iconv-lite", | |
| "version": "0.7.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|iconv-lite@0.7.2", | |
| "author": "Alexander Shtuchkin", | |
| "description": "Convert character encodings in pure javascript.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/iconv-lite@0.7.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/pillarjs/iconv-lite.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/iconv-lite", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/iconv-lite/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "8a6f438c40d0e79b3d7cbe04633380bf4c8caa6301499a7a1b456f1724cc3ca5b1892047523f4d5bfaaa2e65d4c17aeb33b02fa9295309fbea45bd1c33cc98ab" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/iconv-lite" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "raw-body", | |
| "version": "3.0.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|raw-body@3.0.2", | |
| "author": "Jonathan Ong", | |
| "description": "Get and validate the raw body of a readable stream.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/raw-body@3.0.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/stream-utils/raw-body.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/stream-utils/raw-body#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/stream-utils/raw-body/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "2b9cd08c3965c5691fed9e7125d574fc1d164cdab1eafc46ef4cc9138374901b382e8be6118589cd01b10bd6d2f5100abb76e0338d25adde73a0b275d8c43904" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/raw-body" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "ms", | |
| "version": "2.1.3", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|ms@2.1.3", | |
| "description": "Tiny millisecond conversion utility", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/ms@2.1.3", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/vercel/ms.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/vercel/ms#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/vercel/ms/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "e85973b9b4cb646dc9d9afcd542025784863ceae68c601f268253dc985ef70bb2fa1568726afece715c8ebf5d73fab73ed1f7100eb479d23bfb57b45dd645394" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/ms" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "inherits", | |
| "version": "2.0.4", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|inherits@2.0.4", | |
| "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "ISC", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/inherits@2.0.4", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/isaacs/inherits.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/isaacs/inherits#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/isaacs/inherits/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/inherits" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "setprototypeof", | |
| "version": "1.2.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|setprototypeof@1.2.0", | |
| "author": "Wes Todd", | |
| "description": "A small polyfill for Object.setprototypeof", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "ISC", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/setprototypeof@1.2.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/wesleytodd/setprototypeof.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/wesleytodd/setprototypeof", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/wesleytodd/setprototypeof/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "1392c35fb5aba7ce4a8a5e5b859bf8ea3f2339e6e82aae4932660cde05467461fcc45a4f59750cb0dae53830ab928c4c11e362fd7648c2e46f6385cdc18309a7" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/setprototypeof" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "toidentifier", | |
| "version": "1.0.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|toidentifier@1.0.1", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Convert a string of words to a JavaScript identifier", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/toidentifier@1.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/component/toidentifier.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/component/toidentifier#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/component/toidentifier/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "a39b123ca12483f0c840d987e37574fee7ab2eba7355e764521f2d18dbda797a5fa6ec2329e9e54a8c7fd8efc14e5654b447be246eece58844cfad3c3e500744" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/toidentifier" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "mime-db", | |
| "version": "1.54.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|mime-db@1.54.0", | |
| "description": "Media Type Database", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/mime-db@1.54.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/mime-db.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/mime-db#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/mime-db/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "694e4426e20dd960de982700a76bc505fa7f9b810085626750d492c348b1b3bfe45db77a3e0eb8126c0990d745841f1a5add6c1f60935eb2f1a3f880195de83d" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/mime-db" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "ee-first", | |
| "version": "1.1.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|ee-first@1.1.1", | |
| "author": "Jonathan Ong", | |
| "description": "return the first event in a set of ee/event pairs", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/ee-first@1.1.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jonathanong/ee-first.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jonathanong/ee-first#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jonathanong/ee-first/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "58cc26f4b851528f9651a44dfaf46e113a86f3d22066985548d91d16079beac4bf1383ab0c837bb78f0201ec121d773a0bc95e7c3f0a29faf9bd8eb56eb425a3" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/ee-first" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "wrappy", | |
| "version": "1.0.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|wrappy@1.0.2", | |
| "author": "Isaac Z. Schlueter", | |
| "description": "Callback wrapping utility", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "ISC", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/wrappy@1.0.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/npm/wrappy.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/npm/wrappy", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/npm/wrappy/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "9784a9fc346c7a8afdc0be84bd5dbe4ee427eb774c90f8d9feca7d5e48214c46d5f4a94f4b5c54b19deeeff2103b8c31b5c141e1b82940f45c477402bdeccf71" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/wrappy" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "forwarded", | |
| "version": "0.2.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|forwarded@0.2.0", | |
| "description": "Parse HTTP X-Forwarded-For header", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/forwarded@0.2.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/forwarded.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/forwarded#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/forwarded/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "6ee446d1fa41b511d24c238049eea10f6e7cb44b9b16844b6f864d03a3713151cdc3680e7301e8f70c9a6e5ccccce039cfdc40f4bd4a36393f36de8c4fd698a3" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/forwarded" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "ipaddr.js", | |
| "version": "1.9.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|ipaddr.js@1.9.1", | |
| "author": "whitequark", | |
| "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/ipaddr.js@1.9.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/whitequark/ipaddr.js.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/whitequark/ipaddr.js#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/whitequark/ipaddr.js/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "d0a23feb4ef1a31493a07ec68cdd457d26cba14d3e6ed4e2723b1049642587f859ca437c2a998c7fbb98c0f5b747e6a467a47fc35f199574870585e26143cede" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/ipaddr.js" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "side-channel", | |
| "version": "1.1.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|side-channel@1.1.1", | |
| "author": "Jordan Harband", | |
| "description": "Store information about any JS value in a side channel. Uses WeakMap if available.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/side-channel@1.1.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/side-channel.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "eb1e9d2bacc97694f3178b1078d631c2dbc1cdfe848381ad95eb12f781cebd3b9d51ec8ad965c06887e60e0b32b2562b441785225b22e78018b05194ba19afad" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/side-channel" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "is-promise", | |
| "version": "4.0.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|is-promise@4.0.0", | |
| "author": "ForbesLindesay", | |
| "description": "Test whether an object looks like a promises-a+ promise", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/is-promise@4.0.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/then/is-promise.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/then/is-promise#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/then/is-promise/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "86fa6823a928ae124c9de8f6f3975283a9eed7e7babb1b3bcc6dc16009b96f2a83b2024d5b0c7333acfa8998808104784c9df42660533b0a99530dd69721f701" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/is-promise" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "path-to-regexp", | |
| "version": "8.4.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|path-to-regexp@8.4.2", | |
| "description": "Express style path to RegExp utility", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/path-to-regexp@8.4.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/pillarjs/path-to-regexp.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/path-to-regexp#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/path-to-regexp/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "a9172e21d3faf4d3e6e2a6c008af9a0e8808e42043322d6329ed2bcb9ad2409cfc2552ec0bb8d5f17a622631912cba25dcdf91e6284661cacf2d39e8ea901d04" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/path-to-regexp" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "media-typer", | |
| "version": "1.1.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|media-typer@1.1.0", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Simple RFC 6838 media type parser and formatter", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/media-typer@1.1.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/jshttp/media-typer.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/media-typer#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/jshttp/media-typer/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "6a2b27ac33f818d7b4e9470a1675796df30d3c1530e23b0b19a5b059f9c7defd361a706e5d7d8c0959f945bad6a348f7a5ccd48a561b96aedf43b370dade572b" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/media-typer" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "safer-buffer", | |
| "version": "2.1.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|safer-buffer@2.1.2", | |
| "author": "Nikita Skovoroda", | |
| "description": "Modern Buffer API polyfill without footguns", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/safer-buffer@2.1.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ChALkeR/safer-buffer.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ChALkeR/safer-buffer#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ChALkeR/safer-buffer/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "619a372bcd920fb462ca2d04d4440fa232f3ee4a5ea6749023d2323db1c78355d75debdbe5d248eeda72376003c467106c71bbbdcc911e4d1c6f0a9c42b894b6" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/safer-buffer" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "unpipe", | |
| "version": "1.0.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|unpipe@1.0.0", | |
| "author": "Douglas Christopher Wilson", | |
| "description": "Unpipe a stream from all destinations", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/unpipe@1.0.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/stream-utils/unpipe.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/stream-utils/unpipe#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/stream-utils/unpipe/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "a63cb66d8852b2e7f05a52b03dcfa5ddc37bfb0b8994aeaecf461d2443a54036e5ea3a3f6253e2e266fc6a0524542f0117b57c36ecdec8f36a464b00de1ced29" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/unpipe" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "es-errors", | |
| "version": "1.3.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|es-errors@1.3.0", | |
| "author": "Jordan Harband", | |
| "description": "A simple cache for a few of the JS Error constructors.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/es-errors@1.3.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/es-errors.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/es-errors#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/es-errors/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "65fe47d8ac6ddb18d3bdb26f3f66562c4202c40ea3fa1026333225ca9cb8c5c060d6f2959f1f3d5b2d066d2fa47f9730095145cdd0858765d20853542d2e9cb3" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/es-errors" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "object-inspect", | |
| "version": "1.13.4", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|object-inspect@1.13.4", | |
| "author": "James Halliday", | |
| "description": "string representations of objects in node and the browser", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/object-inspect@1.13.4", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/inspect-js/object-inspect.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/inspect-js/object-inspect", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/inspect-js/object-inspect/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "5baee22e5e09d845c41936df78709f7eb8c37e2b6f2c0360d14957df01545124f1f762974457a0307515812a84fb0be101b8b85aa8c683d733cac4d5d84a5b7b" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/object-inspect" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "side-channel-list", | |
| "version": "1.0.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|side-channel-list@1.0.1", | |
| "author": "Jordan Harband", | |
| "description": "Store information about any JS value in a side channel, using a linked list", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/side-channel-list@1.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/side-channel-list.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel-list#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel-list/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "9a39ffd1b8bfa145118dce5797b21a5a2fce24926e9aea0915025f0c3c8ee3afa1056b1f69533ae53047ab67a864187397d11c8713a28e991b442f12541414d3" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/side-channel-list" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "side-channel-map", | |
| "version": "1.0.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|side-channel-map@1.0.1", | |
| "author": "Jordan Harband", | |
| "description": "Store information about any JS value in a side channel, using a Map", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/side-channel-map@1.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/side-channel-map.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel-map#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel-map/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "5428c235f80cb1bcb7b53768d369db8ed33f7b0adaea33c79a94e17a7913621f291bdb9c67fd4ff12a38bb814605e93f063a4e56c0c23282c0fe2b8128815744" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/side-channel-map" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "side-channel-weakmap", | |
| "version": "1.0.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|side-channel-weakmap@1.0.2", | |
| "author": "Jordan Harband", | |
| "description": "Store information about any JS value in a side channel. Uses WeakMap if available.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/side-channel-weakmap@1.0.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/side-channel-weakmap.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel-weakmap#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel-weakmap/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "58f4bf1ef1d04d89c78ac2e8f4c72a0473899361641cefed969be5772ae77a6e1a790a7885a8b7832b61b3083aa74d684a84e5e7cadca621408c5d9baf6024d8" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/side-channel-weakmap" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "call-bound", | |
| "version": "1.0.4", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|call-bound@1.0.4", | |
| "author": "Jordan Harband", | |
| "description": "Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/call-bound@1.0.4", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/call-bound.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/call-bound#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/call-bound/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "fb2b3df7b53dea9a382b1fc0069042aa103d12ec49690583420ef6f791f8841a61bf72198346e804abb0629b78617a7a319e4099942753fb72313951a5a49e8e" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/call-bound" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "get-intrinsic", | |
| "version": "1.3.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|get-intrinsic@1.3.0", | |
| "author": "Jordan Harband", | |
| "description": "Get and robustly cache all JS language-level intrinsics at first require time", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/get-intrinsic@1.3.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/get-intrinsic.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/get-intrinsic#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/get-intrinsic/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "f5f4a349aa2cfdf448548a7ec5226513a95fc21112ecb36d29a08121a987b23af69dad418800493e8d263a38f3f062435116ab9823c6a9a89583999f8dbf7c09" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/get-intrinsic" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "call-bind-apply-helpers", | |
| "version": "1.0.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|call-bind-apply-helpers@1.0.2", | |
| "author": "Jordan Harband", | |
| "description": "Helper functions around Function call/apply/bind, for use in `call-bind`", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/call-bind-apply-helpers@1.0.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/call-bind-apply-helpers.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/call-bind-apply-helpers#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/call-bind-apply-helpers/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "4a9d5a6e52748af0e44b38dc68977112e9cde7f5ef92c149dac30115fabac74af285057fd9bfcac057b6d5c329987b4f3928a3f0af7dff049fa04b9339b9ae31" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/call-bind-apply-helpers" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "es-define-property", | |
| "version": "1.0.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|es-define-property@1.0.1", | |
| "author": "Jordan Harband", | |
| "description": "`Object.defineProperty`, but not IE 8's broken one.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/es-define-property@1.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/es-define-property.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/es-define-property#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/es-define-property/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "7b79d17e07d4678acd18bdb7da05205f4e90372c9ecf4e0a76316b17e2d34683979ab3a014a0e0e0109db235bc1274faf5ea9d606991a49c223d560dac2696de" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/es-define-property" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "es-object-atoms", | |
| "version": "1.1.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|es-object-atoms@1.1.2", | |
| "author": "Jordan Harband", | |
| "description": "ES Object-related atoms: Object, ToObject, RequireObjectCoercible", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/es-object-atoms@1.1.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/es-object-atoms.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/es-object-atoms#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/es-object-atoms/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "1d6701a0de8d8a57aab52c9d2b616a1db4bf2e80ddda9aab9d01cbc89cc18f890ea7f932d8c58c37af78c4e7e42bcfd29d4b16d831fb11fc9597274a0ac9b567" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/es-object-atoms" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "function-bind", | |
| "version": "1.1.2", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|function-bind@1.1.2", | |
| "author": "Raynos", | |
| "description": "Implementation of Function.prototype.bind", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/function-bind@1.1.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/Raynos/function-bind.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/Raynos/function-bind", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/Raynos/function-bind/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "ed71cdc47eea5fdc46e66230c6486e993a31fcc21135c3a00ebc56b0cb76a40af6dd61e9e8cad194dec50521690a9afea153b417be38894811f369c931f1b648" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/function-bind" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "get-proto", | |
| "version": "1.0.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|get-proto@1.0.1", | |
| "author": "Jordan Harband", | |
| "description": "Robustly get the [[Prototype]] of an object", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/get-proto@1.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/get-proto.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/get-proto#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/get-proto/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "b1349f063a17069f3d26f20a21e7eac3b53608279bb1cef892263a6b0886a202ada1219b823604fc6ffe97db05dcc5853cd73d21ca0e0b83837ca1dfc459a9d2" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/get-proto" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "gopd", | |
| "version": "1.2.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|gopd@1.2.0", | |
| "author": "Jordan Harband", | |
| "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/gopd@1.2.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/gopd.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/gopd#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/gopd/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "65429187afe4505a0089302d4d83d9277870f70371c7e04804e8a39e51bd3e7ac9b027128ecd70cb20fabc9a5a62d827cc3aca6114aa7f738ee917daf77c6c46" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/gopd" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "has-symbols", | |
| "version": "1.1.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|has-symbols@1.1.0", | |
| "author": "Jordan Harband", | |
| "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/has-symbols@1.1.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/inspect-js/has-symbols.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/has-symbols#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/has-symbols/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "d5c0cd77027625aa2199bdec8383a629a301c2e0b8f2c6278b91d4c360efb02f0b8c64cb2bd87e79bd57e91cae3877b8853d142c25baf22a26863528294aa53d" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/has-symbols" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "hasown", | |
| "version": "2.0.4", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|hasown@2.0.4", | |
| "author": "Jordan Harband", | |
| "description": "A robust, ES3 compatible, \"has own property\" predicate.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/hasown@2.0.4", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/inspect-js/hasOwn.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/inspect-js/hasOwn#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/inspect-js/hasOwn/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "4f651b7db044177db089ea5722c3254d6f7e743602eb0321fedfef600e2db8e30aa96cff9f7bebd4d152c508b23fece4da65eca0c03f8bfeea57a2cabadd6dd4" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/hasown" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "math-intrinsics", | |
| "version": "1.1.0", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|math-intrinsics@1.1.0", | |
| "author": "Jordan Harband", | |
| "description": "ES Math-related intrinsics and helpers, robustly cached.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/math-intrinsics@1.1.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/es-shims/math-intrinsics.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/es-shims/math-intrinsics#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/es-shims/math-intrinsics/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "fc85ed6f0124e474cfc84c32297ea11a4617c4cf676e3eb807e8a55499c2fd1e81d291f91b85776f4a556cbec3063e2d921040a696d05257fa17a5e5f4b1eed6" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/math-intrinsics" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "library", | |
| "name": "dunder-proto", | |
| "version": "1.0.1", | |
| "bom-ref": "secure-nodesec-workshop@1.0.0|dunder-proto@1.0.1", | |
| "author": "Jordan Harband", | |
| "description": "If available, the `Object.prototype.__proto__` accessor and mutator, call-bound", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT", | |
| "acknowledgement": "declared" | |
| } | |
| } | |
| ], | |
| "purl": "pkg:npm/dunder-proto@1.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/es-shims/dunder-proto.git", | |
| "type": "vcs", | |
| "comment": "as detected from PackageJson property \"repository.url\"" | |
| }, | |
| { | |
| "url": "https://github.com/es-shims/dunder-proto#readme", | |
| "type": "website", | |
| "comment": "as detected from PackageJson property \"homepage\"" | |
| }, | |
| { | |
| "url": "https://github.com/es-shims/dunder-proto/issues", | |
| "type": "issue-tracker", | |
| "comment": "as detected from PackageJson property \"bugs.url\"" | |
| }, | |
| { | |
| "url": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", | |
| "type": "distribution", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-512", | |
| "content": "28837f9c3241411717c3430b561644f62407986ebca80548060f42aa65188e64088608a3f54e4c16faea9142f915bb72cb366e39e3add3375e45ee1463b72df8" | |
| } | |
| ], | |
| "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "cdx:npm:package:path", | |
| "value": "node_modules/dunder-proto" | |
| } | |
| ] | |
| } | |
| ], | |
| "dependencies": [ | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|express@5.2.1" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|express@5.2.1", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|accepts@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|body-parser@2.2.2", | |
| "secure-nodesec-workshop@1.0.0|content-disposition@1.1.0", | |
| "secure-nodesec-workshop@1.0.0|content-type@1.0.5", | |
| "secure-nodesec-workshop@1.0.0|cookie-signature@1.2.2", | |
| "secure-nodesec-workshop@1.0.0|cookie@0.7.2", | |
| "secure-nodesec-workshop@1.0.0|debug@4.4.3", | |
| "secure-nodesec-workshop@1.0.0|depd@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|encodeurl@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|escape-html@1.0.3", | |
| "secure-nodesec-workshop@1.0.0|etag@1.8.1", | |
| "secure-nodesec-workshop@1.0.0|finalhandler@2.1.1", | |
| "secure-nodesec-workshop@1.0.0|fresh@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|http-errors@2.0.1", | |
| "secure-nodesec-workshop@1.0.0|merge-descriptors@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|mime-types@3.0.2", | |
| "secure-nodesec-workshop@1.0.0|on-finished@2.4.1", | |
| "secure-nodesec-workshop@1.0.0|once@1.4.0", | |
| "secure-nodesec-workshop@1.0.0|parseurl@1.3.3", | |
| "secure-nodesec-workshop@1.0.0|proxy-addr@2.0.7", | |
| "secure-nodesec-workshop@1.0.0|qs@6.15.2", | |
| "secure-nodesec-workshop@1.0.0|range-parser@1.2.1", | |
| "secure-nodesec-workshop@1.0.0|router@2.2.0", | |
| "secure-nodesec-workshop@1.0.0|send@1.2.1", | |
| "secure-nodesec-workshop@1.0.0|serve-static@2.2.1", | |
| "secure-nodesec-workshop@1.0.0|statuses@2.0.2", | |
| "secure-nodesec-workshop@1.0.0|type-is@2.1.0", | |
| "secure-nodesec-workshop@1.0.0|vary@1.1.2" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|accepts@2.0.0", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|mime-types@3.0.2", | |
| "secure-nodesec-workshop@1.0.0|negotiator@1.0.0" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|body-parser@2.2.2", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|bytes@3.1.2", | |
| "secure-nodesec-workshop@1.0.0|content-type@1.0.5", | |
| "secure-nodesec-workshop@1.0.0|debug@4.4.3", | |
| "secure-nodesec-workshop@1.0.0|http-errors@2.0.1", | |
| "secure-nodesec-workshop@1.0.0|iconv-lite@0.7.2", | |
| "secure-nodesec-workshop@1.0.0|on-finished@2.4.1", | |
| "secure-nodesec-workshop@1.0.0|qs@6.15.2", | |
| "secure-nodesec-workshop@1.0.0|raw-body@3.0.2", | |
| "secure-nodesec-workshop@1.0.0|type-is@2.1.0" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|content-disposition@1.1.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|content-type@1.0.5" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|cookie-signature@1.2.2" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|cookie@0.7.2" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|debug@4.4.3", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|ms@2.1.3" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|depd@2.0.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|encodeurl@2.0.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|escape-html@1.0.3" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|etag@1.8.1" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|finalhandler@2.1.1", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|debug@4.4.3", | |
| "secure-nodesec-workshop@1.0.0|encodeurl@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|escape-html@1.0.3", | |
| "secure-nodesec-workshop@1.0.0|on-finished@2.4.1", | |
| "secure-nodesec-workshop@1.0.0|parseurl@1.3.3", | |
| "secure-nodesec-workshop@1.0.0|statuses@2.0.2" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|fresh@2.0.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|http-errors@2.0.1", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|depd@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|inherits@2.0.4", | |
| "secure-nodesec-workshop@1.0.0|setprototypeof@1.2.0", | |
| "secure-nodesec-workshop@1.0.0|statuses@2.0.2", | |
| "secure-nodesec-workshop@1.0.0|toidentifier@1.0.1" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|merge-descriptors@2.0.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|mime-types@3.0.2", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|mime-db@1.54.0" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|on-finished@2.4.1", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|ee-first@1.1.1" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|once@1.4.0", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|wrappy@1.0.2" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|parseurl@1.3.3" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|proxy-addr@2.0.7", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|forwarded@0.2.0", | |
| "secure-nodesec-workshop@1.0.0|ipaddr.js@1.9.1" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|qs@6.15.2", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|side-channel@1.1.1" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|range-parser@1.2.1" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|router@2.2.0", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|debug@4.4.3", | |
| "secure-nodesec-workshop@1.0.0|depd@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|is-promise@4.0.0", | |
| "secure-nodesec-workshop@1.0.0|parseurl@1.3.3", | |
| "secure-nodesec-workshop@1.0.0|path-to-regexp@8.4.2" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|send@1.2.1", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|debug@4.4.3", | |
| "secure-nodesec-workshop@1.0.0|encodeurl@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|escape-html@1.0.3", | |
| "secure-nodesec-workshop@1.0.0|etag@1.8.1", | |
| "secure-nodesec-workshop@1.0.0|fresh@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|http-errors@2.0.1", | |
| "secure-nodesec-workshop@1.0.0|mime-types@3.0.2", | |
| "secure-nodesec-workshop@1.0.0|ms@2.1.3", | |
| "secure-nodesec-workshop@1.0.0|on-finished@2.4.1", | |
| "secure-nodesec-workshop@1.0.0|range-parser@1.2.1", | |
| "secure-nodesec-workshop@1.0.0|statuses@2.0.2" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|serve-static@2.2.1", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|encodeurl@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|escape-html@1.0.3", | |
| "secure-nodesec-workshop@1.0.0|parseurl@1.3.3", | |
| "secure-nodesec-workshop@1.0.0|send@1.2.1" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|statuses@2.0.2" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|type-is@2.1.0", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|type-is@2.1.0|content-type@2.0.0", | |
| "secure-nodesec-workshop@1.0.0|media-typer@1.1.0", | |
| "secure-nodesec-workshop@1.0.0|mime-types@3.0.2" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|type-is@2.1.0|content-type@2.0.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|vary@1.1.2" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|negotiator@1.0.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|bytes@3.1.2" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|iconv-lite@0.7.2", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|safer-buffer@2.1.2" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|raw-body@3.0.2", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|bytes@3.1.2", | |
| "secure-nodesec-workshop@1.0.0|http-errors@2.0.1", | |
| "secure-nodesec-workshop@1.0.0|iconv-lite@0.7.2", | |
| "secure-nodesec-workshop@1.0.0|unpipe@1.0.0" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|ms@2.1.3" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|inherits@2.0.4" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|setprototypeof@1.2.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|toidentifier@1.0.1" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|mime-db@1.54.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|ee-first@1.1.1" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|wrappy@1.0.2" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|forwarded@0.2.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|ipaddr.js@1.9.1" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|side-channel@1.1.1", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|es-errors@1.3.0", | |
| "secure-nodesec-workshop@1.0.0|object-inspect@1.13.4", | |
| "secure-nodesec-workshop@1.0.0|side-channel-list@1.0.1", | |
| "secure-nodesec-workshop@1.0.0|side-channel-map@1.0.1", | |
| "secure-nodesec-workshop@1.0.0|side-channel-weakmap@1.0.2" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|is-promise@4.0.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|path-to-regexp@8.4.2" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|media-typer@1.1.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|safer-buffer@2.1.2" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|unpipe@1.0.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|es-errors@1.3.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|object-inspect@1.13.4" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|side-channel-list@1.0.1", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|es-errors@1.3.0", | |
| "secure-nodesec-workshop@1.0.0|object-inspect@1.13.4" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|side-channel-map@1.0.1", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|call-bound@1.0.4", | |
| "secure-nodesec-workshop@1.0.0|es-errors@1.3.0", | |
| "secure-nodesec-workshop@1.0.0|get-intrinsic@1.3.0", | |
| "secure-nodesec-workshop@1.0.0|object-inspect@1.13.4" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|side-channel-weakmap@1.0.2", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|call-bound@1.0.4", | |
| "secure-nodesec-workshop@1.0.0|es-errors@1.3.0", | |
| "secure-nodesec-workshop@1.0.0|get-intrinsic@1.3.0", | |
| "secure-nodesec-workshop@1.0.0|object-inspect@1.13.4", | |
| "secure-nodesec-workshop@1.0.0|side-channel-map@1.0.1" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|call-bound@1.0.4", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|call-bind-apply-helpers@1.0.2", | |
| "secure-nodesec-workshop@1.0.0|get-intrinsic@1.3.0" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|get-intrinsic@1.3.0", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|call-bind-apply-helpers@1.0.2", | |
| "secure-nodesec-workshop@1.0.0|es-define-property@1.0.1", | |
| "secure-nodesec-workshop@1.0.0|es-errors@1.3.0", | |
| "secure-nodesec-workshop@1.0.0|es-object-atoms@1.1.2", | |
| "secure-nodesec-workshop@1.0.0|function-bind@1.1.2", | |
| "secure-nodesec-workshop@1.0.0|get-proto@1.0.1", | |
| "secure-nodesec-workshop@1.0.0|gopd@1.2.0", | |
| "secure-nodesec-workshop@1.0.0|has-symbols@1.1.0", | |
| "secure-nodesec-workshop@1.0.0|hasown@2.0.4", | |
| "secure-nodesec-workshop@1.0.0|math-intrinsics@1.1.0" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|call-bind-apply-helpers@1.0.2", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|es-errors@1.3.0", | |
| "secure-nodesec-workshop@1.0.0|function-bind@1.1.2" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|es-define-property@1.0.1" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|es-object-atoms@1.1.2", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|es-errors@1.3.0" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|function-bind@1.1.2" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|get-proto@1.0.1", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|dunder-proto@1.0.1", | |
| "secure-nodesec-workshop@1.0.0|es-object-atoms@1.1.2" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|gopd@1.2.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|has-symbols@1.1.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|hasown@2.0.4", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|function-bind@1.1.2" | |
| ] | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|math-intrinsics@1.1.0" | |
| }, | |
| { | |
| "ref": "secure-nodesec-workshop@1.0.0|dunder-proto@1.0.1", | |
| "dependsOn": [ | |
| "secure-nodesec-workshop@1.0.0|call-bind-apply-helpers@1.0.2", | |
| "secure-nodesec-workshop@1.0.0|es-errors@1.3.0", | |
| "secure-nodesec-workshop@1.0.0|gopd@1.2.0" | |
| ] | |
| } | |
| ] | |
| } |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", | |
| "bomFormat": "CycloneDX", | |
| "specVersion": "1.6", | |
| "serialNumber": "urn:uuid:df4945df-ccf5-4172-abf7-f54d40409383", | |
| "version": 1, | |
| "metadata": { | |
| "timestamp": "2026-06-10T15:20:48+07:00", | |
| "tools": { | |
| "components": [ | |
| { | |
| "type": "application", | |
| "author": "anchore", | |
| "name": "syft", | |
| "version": "1.32.0" | |
| } | |
| ] | |
| }, | |
| "component": { | |
| "bom-ref": "42fd851cf097a6d0", | |
| "type": "container", | |
| "name": "demo", | |
| "version": "secure" | |
| } | |
| }, | |
| "components": [ | |
| { | |
| "bom-ref": "pkg:npm/accepts@2.0.0?package-id=31ed287887c4cfee", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | |
| "name": "accepts", | |
| "version": "2.0.0", | |
| "description": "Higher-level content negotiation", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:accepts:accepts:2.0.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/accepts@2.0.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/accepts/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/base-files@13.8%2Bdeb13u5?arch=arm64&distro=debian-13&package-id=4a68b6e7451be7a4", | |
| "type": "library", | |
| "publisher": "Santiago Vila <sanvila@debian.org>", | |
| "name": "base-files", | |
| "version": "13.8+deb13u5", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "GPL-2.0-or-later" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "GPL" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "verbatim" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:base-files:base-files:13.8\\+deb13u5:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/base-files@13.8%2Bdeb13u5?arch=arm64&distro=debian-13", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:base-files:base_files:13.8\\+deb13u5:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:base_files:base-files:13.8\\+deb13u5:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:base_files:base_files:13.8\\+deb13u5:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:base:base-files:13.8\\+deb13u5:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:base:base_files:13.8\\+deb13u5:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:8c1a7c4365a2a1ae8d7f361675388c8094a9f30514d9dfc0e06682f9367e759f" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/base-files" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:8c1a7c4365a2a1ae8d7f361675388c8094a9f30514d9dfc0e06682f9367e759f" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/usr/share/doc/base-files/copyright" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:8c1a7c4365a2a1ae8d7f361675388c8094a9f30514d9dfc0e06682f9367e759f" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/var/lib/dpkg/status.d/base-files.md5sums" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "348" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/body-parser@2.2.2?package-id=ea639cd28e7b970c", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | |
| "name": "body-parser", | |
| "version": "2.2.2", | |
| "description": "Node.js body parsing middleware", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:openjsf:body-parser:2.2.2:*:*:*:*:node.js:*:*", | |
| "purl": "pkg:npm/body-parser@2.2.2", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/body-parser/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/bytes@3.1.2?package-id=c06b193d6eedd0ef", | |
| "type": "library", | |
| "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com), Jed Watson <jed.watson@me.com>, Théo FIDRY <theo.fidry@gmail.com>", | |
| "name": "bytes", | |
| "version": "3.1.2", | |
| "description": "Utility to parse a string bytes to bytes and vice-versa", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:bytes:bytes:3.1.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/bytes@3.1.2", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/bytes/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/call-bind-apply-helpers@1.0.2?package-id=549128113554b63a", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "call-bind-apply-helpers", | |
| "version": "1.0.2", | |
| "description": "Helper functions around Function call/apply/bind, for use in `call-bind`", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:call-bind-apply-helpers:call-bind-apply-helpers:1.0.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/call-bind-apply-helpers@1.0.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/call-bind-apply-helpers.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/call-bind-apply-helpers#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call-bind-apply-helpers:call_bind_apply_helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call_bind_apply_helpers:call-bind-apply-helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call_bind_apply_helpers:call_bind_apply_helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call-bind-apply:call-bind-apply-helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call-bind-apply:call_bind_apply_helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call_bind_apply:call-bind-apply-helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call_bind_apply:call_bind_apply_helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call-bind:call-bind-apply-helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call-bind:call_bind_apply_helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call_bind:call-bind-apply-helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call_bind:call_bind_apply_helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:call-bind-apply-helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:call_bind_apply_helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call:call-bind-apply-helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call:call_bind_apply_helpers:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/call-bind-apply-helpers/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/call-bound@1.0.4?package-id=a2f10849c07dad79", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "call-bound", | |
| "version": "1.0.4", | |
| "description": "Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:call-bound:call-bound:1.0.4:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/call-bound@1.0.4", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/call-bound.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/call-bound#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call-bound:call_bound:1.0.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call_bound:call-bound:1.0.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call_bound:call_bound:1.0.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:call-bound:1.0.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:call_bound:1.0.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call:call-bound:1.0.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:call:call_bound:1.0.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/call-bound/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/content-disposition@1.1.0?package-id=05803b222dd52787", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "content-disposition", | |
| "version": "1.1.0", | |
| "description": "Create and parse Content-Disposition header", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:content-disposition:content-disposition:1.1.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/content-disposition@1.1.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content-disposition:content_disposition:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content_disposition:content-disposition:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content_disposition:content_disposition:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content:content-disposition:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content:content_disposition:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/content-disposition/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/content-type@1.0.5?package-id=1b1995b4eda56182", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "content-type", | |
| "version": "1.0.5", | |
| "description": "Create and parse HTTP Content-Type header", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:content-type:content-type:1.0.5:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/content-type@1.0.5", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content-type:content_type:1.0.5:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content_type:content-type:1.0.5:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content_type:content_type:1.0.5:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content:content-type:1.0.5:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content:content_type:1.0.5:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/content-type/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/content-type@2.0.0?package-id=fbbb085f589bd18b", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "content-type", | |
| "version": "2.0.0", | |
| "description": "Create and parse HTTP Content-Type header", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:content-type:content-type:2.0.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/content-type@2.0.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content-type:content_type:2.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content_type:content-type:2.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content_type:content_type:2.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content:content-type:2.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:content:content_type:2.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/type-is/node_modules/content-type/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/cookie@0.7.2?package-id=d79d8b7309318c24", | |
| "type": "library", | |
| "author": "Roman Shtylman <shtylman@gmail.com>, Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "cookie", | |
| "version": "0.7.2", | |
| "description": "HTTP server cookie parsing and serialization", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:cookie:cookie:0.7.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/cookie@0.7.2", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/cookie/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/cookie-signature@1.2.2?package-id=f074c9ccb0971091", | |
| "type": "library", | |
| "author": "TJ Holowaychuk <tj@learnboost.com>", | |
| "name": "cookie-signature", | |
| "version": "1.2.2", | |
| "description": "Sign and unsign cookies", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:cookie-signature_project:cookie-signature:1.2.2:*:*:*:*:node.js:*:*", | |
| "purl": "pkg:npm/cookie-signature@1.2.2", | |
| "externalReferences": [ | |
| { | |
| "url": "https://github.com/visionmedia/node-cookie-signature.git", | |
| "type": "distribution" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/cookie-signature/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/debug@4.4.3?package-id=53af51fe374d292a", | |
| "type": "library", | |
| "author": "Josh Junon (https://github.com/qix-), TJ Holowaychuk <tj@vision-media.ca>, Nathan Rajlich <nathan@tootallnate.net> (http://n8.io), Andrew Rhyne <rhyneandrew@gmail.com>", | |
| "name": "debug", | |
| "version": "4.4.3", | |
| "description": "Lightweight debugging utility for Node.js and the browser", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:debug_project:debug:4.4.3:*:*:*:*:node.js:*:*", | |
| "purl": "pkg:npm/debug@4.4.3", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/debug-js/debug.git", | |
| "type": "distribution" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/debug/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/depd@2.0.0?package-id=c05563d2846262a8", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "depd", | |
| "version": "2.0.0", | |
| "description": "Deprecate all the things", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:depd:depd:2.0.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/depd@2.0.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/depd/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/dunder-proto@1.0.1?package-id=faaa48b6e96df437", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "dunder-proto", | |
| "version": "1.0.1", | |
| "description": "If available, the `Object.prototype.__proto__` accessor and mutator, call-bound", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:dunder-proto:dunder-proto:1.0.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/dunder-proto@1.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/es-shims/dunder-proto.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/es-shims/dunder-proto#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:dunder-proto:dunder_proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:dunder_proto:dunder-proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:dunder_proto:dunder_proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es-shims:dunder-proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es-shims:dunder_proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:dunder:dunder-proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:dunder:dunder_proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/dunder-proto/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/ee-first@1.1.1?package-id=b918b5ea67b25eb3", | |
| "type": "library", | |
| "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com), Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "ee-first", | |
| "version": "1.1.1", | |
| "description": "return the first event in a set of ee/event pairs", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:ee-first:ee-first:1.1.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/ee-first@1.1.1", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ee-first:ee_first:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ee_first:ee-first:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ee_first:ee_first:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ee:ee-first:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ee:ee_first:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/ee-first/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/encodeurl@2.0.0?package-id=49d82ed8dc9a4567", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "encodeurl", | |
| "version": "2.0.0", | |
| "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:encodeurl:encodeurl:2.0.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/encodeurl@2.0.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/encodeurl/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/es-define-property@1.0.1?package-id=e431b432334fdda5", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "es-define-property", | |
| "version": "1.0.1", | |
| "description": "`Object.defineProperty`, but not IE 8's broken one.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:es-define-property:es-define-property:1.0.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/es-define-property@1.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/es-define-property.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/es-define-property#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es-define-property:es_define_property:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es_define_property:es-define-property:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es_define_property:es_define_property:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es-define:es-define-property:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es-define:es_define_property:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es_define:es-define-property:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es_define:es_define_property:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:es-define-property:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:es_define_property:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es:es-define-property:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es:es_define_property:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/es-define-property/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/es-errors@1.3.0?package-id=9d5c7f8a6f8c2727", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "es-errors", | |
| "version": "1.3.0", | |
| "description": "A simple cache for a few of the JS Error constructors.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:es-errors:es-errors:1.3.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/es-errors@1.3.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/es-errors.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/es-errors#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es-errors:es_errors:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es_errors:es-errors:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es_errors:es_errors:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:es-errors:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:es_errors:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es:es-errors:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es:es_errors:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/es-errors/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/es-object-atoms@1.1.2?package-id=d9cc4e59d313564a", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "es-object-atoms", | |
| "version": "1.1.2", | |
| "description": "ES Object-related atoms: Object, ToObject, RequireObjectCoercible", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:es-object-atoms:es-object-atoms:1.1.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/es-object-atoms@1.1.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/es-object-atoms.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/es-object-atoms#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es-object-atoms:es_object_atoms:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es_object_atoms:es-object-atoms:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es_object_atoms:es_object_atoms:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es-object:es-object-atoms:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es-object:es_object_atoms:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es_object:es-object-atoms:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es_object:es_object_atoms:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:es-object-atoms:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:es_object_atoms:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es:es-object-atoms:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es:es_object_atoms:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/es-object-atoms/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/escape-html@1.0.3?package-id=fb18f7f7f0afe4c0", | |
| "type": "library", | |
| "name": "escape-html", | |
| "version": "1.0.3", | |
| "description": "Escape string for use in HTML", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:escape-html:escape-html:1.0.3:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/escape-html@1.0.3", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:escape-html:escape_html:1.0.3:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:escape_html:escape-html:1.0.3:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:escape_html:escape_html:1.0.3:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:escape:escape-html:1.0.3:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:escape:escape_html:1.0.3:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/escape-html/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/etag@1.8.1?package-id=4ecdaf0993a0ba2f", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, David Björklund <david.bjorklund@gmail.com>", | |
| "name": "etag", | |
| "version": "1.8.1", | |
| "description": "Create simple HTTP ETags", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:etag:etag:1.8.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/etag@1.8.1", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/etag/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/express@5.2.1?package-id=dd18548132afa84c", | |
| "type": "library", | |
| "author": "TJ Holowaychuk <tj@vision-media.ca>, Aaron Heckmann <aaron.heckmann+github@gmail.com>, Ciaran Jessup <ciaranj@gmail.com>, Douglas Christopher Wilson <doug@somethingdoug.com>, Guillermo Rauch <rauchg@gmail.com>, Jonathan Ong <me@jongleberry.com>, Roman Shtylman <shtylman+expressjs@gmail.com>, Young Jae Sim <hanul@hanul.me>", | |
| "name": "express", | |
| "version": "5.2.1", | |
| "description": "Fast, unopinionated, minimalist web framework", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:openjsf:express:5.2.1:*:*:*:*:node.js:*:*", | |
| "purl": "pkg:npm/express@5.2.1", | |
| "externalReferences": [ | |
| { | |
| "url": "https://expressjs.com/", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/express/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/finalhandler@2.1.1?package-id=09a260f1479c6cce", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "finalhandler", | |
| "version": "2.1.1", | |
| "description": "Node.js final http responder", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:finalhandler:finalhandler:2.1.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/finalhandler@2.1.1", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/finalhandler/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/forwarded@0.2.0?package-id=8fc3c16b1e6ad459", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "forwarded", | |
| "version": "0.2.0", | |
| "description": "Parse HTTP X-Forwarded-For header", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:forwarded_project:forwarded:0.2.0:*:*:*:*:node.js:*:*", | |
| "purl": "pkg:npm/forwarded@0.2.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/forwarded/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/fresh@2.0.0?package-id=44d30120f542ee0c", | |
| "type": "library", | |
| "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com), Douglas Christopher Wilson <doug@somethingdoug.com>, Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | |
| "name": "fresh", | |
| "version": "2.0.0", | |
| "description": "HTTP response freshness testing", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:fresh_project:fresh:2.0.0:*:*:*:*:node.js:*:*", | |
| "purl": "pkg:npm/fresh@2.0.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/fresh/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/function-bind@1.1.2?package-id=e80adaea693a7861", | |
| "type": "library", | |
| "author": "Raynos <raynos2@gmail.com>, Raynos, Jordan Harband (https://github.com/ljharb)", | |
| "name": "function-bind", | |
| "version": "1.1.2", | |
| "description": "Implementation of Function.prototype.bind", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:function-bind:function-bind:1.1.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/function-bind@1.1.2", | |
| "externalReferences": [ | |
| { | |
| "url": "https://github.com/Raynos/function-bind.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/Raynos/function-bind", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:function-bind:function_bind:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:function_bind:function-bind:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:function_bind:function_bind:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:function:function-bind:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:function:function_bind:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:Raynos:function-bind:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:Raynos:function_bind:1.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/function-bind/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/gcc-14-base@14.2.0-19?arch=arm64&distro=debian-13&package-id=b8be56abcd0b29ca&upstream=gcc-14", | |
| "type": "library", | |
| "publisher": "Debian GCC Maintainers <debian-gcc@lists.debian.org>", | |
| "name": "gcc-14-base", | |
| "version": "14.2.0-19", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "GFDL-1.2-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-3.0-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "Artistic" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "GPL" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "LGPL" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:gcc-14-base:gcc-14-base:14.2.0-19:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/gcc-14-base@14.2.0-19?arch=arm64&distro=debian-13&upstream=gcc-14", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:gcc-14-base:gcc_14_base:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:gcc_14_base:gcc-14-base:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:gcc_14_base:gcc_14_base:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:gcc-14:gcc-14-base:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:gcc-14:gcc_14_base:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:gcc_14:gcc-14-base:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:gcc_14:gcc_14_base:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:gcc:gcc-14-base:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:gcc:gcc_14_base:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:30884b21b6a1362fbcdb60743280a138148b6d0ac50a3f8ee3e9f213b371c9e7" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/gcc-14-base" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:30884b21b6a1362fbcdb60743280a138148b6d0ac50a3f8ee3e9f213b371c9e7" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/usr/share/doc/gcc-14-base/copyright" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:30884b21b6a1362fbcdb60743280a138148b6d0ac50a3f8ee3e9f213b371c9e7" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/var/lib/dpkg/status.d/gcc-14-base.md5sums" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "112" | |
| }, | |
| { | |
| "name": "syft:metadata:source", | |
| "value": "gcc-14" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/get-intrinsic@1.3.0?package-id=ce530020ad62d7b9", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "get-intrinsic", | |
| "version": "1.3.0", | |
| "description": "Get and robustly cache all JS language-level intrinsics at first require time", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:get-intrinsic:get-intrinsic:1.3.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/get-intrinsic@1.3.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/get-intrinsic.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/get-intrinsic#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:get-intrinsic:get_intrinsic:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:get_intrinsic:get-intrinsic:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:get_intrinsic:get_intrinsic:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:get-intrinsic:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:get_intrinsic:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:get:get-intrinsic:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:get:get_intrinsic:1.3.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/get-intrinsic/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/get-proto@1.0.1?package-id=ab6d8bbfaf0b2b4c", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "get-proto", | |
| "version": "1.0.1", | |
| "description": "Robustly get the [[Prototype]] of an object", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:get-proto:get-proto:1.0.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/get-proto@1.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/get-proto.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/get-proto#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:get-proto:get_proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:get_proto:get-proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:get_proto:get_proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:get-proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:get_proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:get:get-proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:get:get_proto:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/get-proto/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/gopd@1.2.0?package-id=568663baa6503f61", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "gopd", | |
| "version": "1.2.0", | |
| "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:ljharb:gopd:1.2.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/gopd@1.2.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/gopd.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/gopd#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:gopd:gopd:1.2.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/gopd/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/has-symbols@1.1.0?package-id=e7bbf4cd9950a89e", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com> (http://ljharb.codes), Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)", | |
| "name": "has-symbols", | |
| "version": "1.1.0", | |
| "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:has-symbols:has-symbols:1.1.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/has-symbols@1.1.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/inspect-js/has-symbols.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/has-symbols#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:has-symbols:has_symbols:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:has_symbols:has-symbols:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:has_symbols:has_symbols:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:inspect-js:has-symbols:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:inspect-js:has_symbols:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:has-symbols:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:has_symbols:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:has:has-symbols:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:has:has_symbols:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/has-symbols/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/hasown@2.0.4?package-id=54f769256491e584", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "hasown", | |
| "version": "2.0.4", | |
| "description": "A robust, ES3 compatible, \"has own property\" predicate.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:inspect-js:hasown:2.0.4:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/hasown@2.0.4", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/inspect-js/hasOwn.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/inspect-js/hasOwn#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:hasown:hasown:2.0.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/hasown/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/http-errors@2.0.1?package-id=9030abbc8d369b3e", | |
| "type": "library", | |
| "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com), Alan Plum <me@pluma.io>, Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "http-errors", | |
| "version": "2.0.1", | |
| "description": "Create HTTP error objects", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:http-errors:http-errors:2.0.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/http-errors@2.0.1", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:http-errors:http_errors:2.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:http_errors:http-errors:2.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:http_errors:http_errors:2.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:http:http-errors:2.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:http:http_errors:2.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/http-errors/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/iconv-lite@0.7.2?package-id=8ef4cb6df5ce7890", | |
| "type": "library", | |
| "author": "Alexander Shtuchkin <ashtuchkin@gmail.com>", | |
| "name": "iconv-lite", | |
| "version": "0.7.2", | |
| "description": "Convert character encodings in pure javascript.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:iconv-lite:iconv-lite:0.7.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/iconv-lite@0.7.2", | |
| "externalReferences": [ | |
| { | |
| "url": "https://github.com/pillarjs/iconv-lite.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/pillarjs/iconv-lite", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:iconv-lite:iconv_lite:0.7.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:iconv_lite:iconv-lite:0.7.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:iconv_lite:iconv_lite:0.7.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:pillarjs:iconv-lite:0.7.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:pillarjs:iconv_lite:0.7.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:iconv:iconv-lite:0.7.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:iconv:iconv_lite:0.7.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/iconv-lite/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/inherits@2.0.4?package-id=ba3d3b0285cc51bf", | |
| "type": "library", | |
| "name": "inherits", | |
| "version": "2.0.4", | |
| "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "ISC" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:inherits:inherits:2.0.4:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/inherits@2.0.4", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/isaacs/inherits", | |
| "type": "distribution" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:isaacs:inherits:2.0.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/inherits/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/ipaddr.js@1.9.1?package-id=e0da187bcfbab008", | |
| "type": "library", | |
| "author": "whitequark <whitequark@whitequark.org>", | |
| "name": "ipaddr.js", | |
| "version": "1.9.1", | |
| "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:whitequark:ipaddr.js:1.9.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/ipaddr.js@1.9.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/whitequark/ipaddr.js", | |
| "type": "distribution" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ipaddr.js:ipaddr.js:1.9.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/ipaddr.js/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/is-promise@4.0.0?package-id=d05c123d596a4910", | |
| "type": "library", | |
| "author": "ForbesLindesay", | |
| "name": "is-promise", | |
| "version": "4.0.0", | |
| "description": "Test whether an object looks like a promises-a+ promise", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:is-promise:is-promise:4.0.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/is-promise@4.0.0", | |
| "externalReferences": [ | |
| { | |
| "url": "https://github.com/then/is-promise.git", | |
| "type": "distribution" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:is-promise:is_promise:4.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:is_promise:is-promise:4.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:is_promise:is_promise:4.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:then:is-promise:4.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:then:is_promise:4.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:is:is-promise:4.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:is:is_promise:4.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/is-promise/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/libatomic1@14.2.0-19?arch=arm64&distro=debian-13&package-id=ae5cb8cab045e4a0&upstream=gcc-14", | |
| "type": "library", | |
| "publisher": "Debian GCC Maintainers <debian-gcc@lists.debian.org>", | |
| "name": "libatomic1", | |
| "version": "14.2.0-19", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "GFDL-1.2-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-3.0-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "Artistic" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "GPL" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "LGPL" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:libatomic1:libatomic1:14.2.0-19:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/libatomic1@14.2.0-19?arch=arm64&distro=debian-13&upstream=gcc-14", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:d1ca5b3ffbd50468909c732b8a62140f4ed5a25bed8147b836b3427abd5e943a" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/libatomic1" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:30884b21b6a1362fbcdb60743280a138148b6d0ac50a3f8ee3e9f213b371c9e7" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/usr/share/doc/gcc-14-base/copyright" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:d1ca5b3ffbd50468909c732b8a62140f4ed5a25bed8147b836b3427abd5e943a" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/var/lib/dpkg/status.d/libatomic1.md5sums" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "81" | |
| }, | |
| { | |
| "name": "syft:metadata:source", | |
| "value": "gcc-14" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/libc6@2.41-12%2Bdeb13u3?arch=arm64&distro=debian-13&package-id=62f5c02fdb943dee&upstream=glibc", | |
| "type": "library", | |
| "publisher": "GNU Libc Maintainers <debian-glibc@lists.debian.org>", | |
| "name": "libc6", | |
| "version": "2.41-12+deb13u3", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "BSD-2-Clause" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "BSL-1.0" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "FSFAP" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-2.0-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-2.0-or-later" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-3.0-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-3.0-or-later" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "ISC" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "LGPL-2.0-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "LGPL-2.0-or-later" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "LGPL-2.1-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "LGPL-2.1-or-later" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "LGPL-3.0-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "LGPL-3.0-or-later" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "SunPro" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "Unicode-DFS-2016" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "BSD-3-clause-Berkeley" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "BSD-3-clause-Carnegie" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "BSD-3-clause-Oracle" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "BSD-3-clause-WIDE" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "BSD-like-Spencer" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "CORE-MATH" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "Carnegie" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "DEC" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "GPL-2+-with-link-exception" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "IBM" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "Inner-Net" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "LGPL-2.1+-with-link-exception" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "MIT-like-Lord" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "PCRE" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "Univ-Coimbra" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "public-domain" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:libc6:libc6:2.41-12\\+deb13u3:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/libc6@2.41-12%2Bdeb13u3?arch=arm64&distro=debian-13&upstream=glibc", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:5c729492ffc6d588d59ee068eaa7910f2c76fd99a7fc21ccb6d408351f48d428" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/libc6" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:5c729492ffc6d588d59ee068eaa7910f2c76fd99a7fc21ccb6d408351f48d428" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/usr/share/doc/libc6/copyright" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:5c729492ffc6d588d59ee068eaa7910f2c76fd99a7fc21ccb6d408351f48d428" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/var/lib/dpkg/status.d/libc6.md5sums" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "23769" | |
| }, | |
| { | |
| "name": "syft:metadata:source", | |
| "value": "glibc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/libgcc-s1@14.2.0-19?arch=arm64&distro=debian-13&package-id=0ce625bd52243fc1&upstream=gcc-14", | |
| "type": "library", | |
| "publisher": "Debian GCC Maintainers <debian-gcc@lists.debian.org>", | |
| "name": "libgcc-s1", | |
| "version": "14.2.0-19", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "GFDL-1.2-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-3.0-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "Artistic" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "GPL" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "LGPL" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:14.2.0-19:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/libgcc-s1@14.2.0-19?arch=arm64&distro=debian-13&upstream=gcc-14", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:libgcc:libgcc-s1:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:libgcc:libgcc_s1:14.2.0-19:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:fcb0c313318aac64dde0e0574b4df3394902929eb62d43e8b6c47ec4562f170d" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/libgcc-s1" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:fcb0c313318aac64dde0e0574b4df3394902929eb62d43e8b6c47ec4562f170d" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/var/lib/dpkg/status.d/libgcc-s1.md5sums" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:30884b21b6a1362fbcdb60743280a138148b6d0ac50a3f8ee3e9f213b371c9e7" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/usr/share/doc/gcc-14-base/copyright" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "148" | |
| }, | |
| { | |
| "name": "syft:metadata:source", | |
| "value": "gcc-14" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/libgomp1@14.2.0-19?arch=arm64&distro=debian-13&package-id=74c2593a11e462ae&upstream=gcc-14", | |
| "type": "library", | |
| "publisher": "Debian GCC Maintainers <debian-gcc@lists.debian.org>", | |
| "name": "libgomp1", | |
| "version": "14.2.0-19", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "GFDL-1.2-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-3.0-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "Artistic" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "GPL" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "LGPL" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:libgomp1:libgomp1:14.2.0-19:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/libgomp1@14.2.0-19?arch=arm64&distro=debian-13&upstream=gcc-14", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:7578331450f7cd6e1f6f28caf2ce9af93ea935a049132bb63ed523dcbda068e4" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/libgomp1" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:7578331450f7cd6e1f6f28caf2ce9af93ea935a049132bb63ed523dcbda068e4" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/var/lib/dpkg/status.d/libgomp1.md5sums" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:30884b21b6a1362fbcdb60743280a138148b6d0ac50a3f8ee3e9f213b371c9e7" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/usr/share/doc/gcc-14-base/copyright" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "352" | |
| }, | |
| { | |
| "name": "syft:metadata:source", | |
| "value": "gcc-14" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/libssl3t64@3.5.6-1~deb13u1?arch=arm64&distro=debian-13&package-id=5ca9c120c479b39c&upstream=openssl", | |
| "type": "library", | |
| "publisher": "Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>", | |
| "name": "libssl3t64", | |
| "version": "3.5.6-1~deb13u1", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "Apache-2.0" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-1.0-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-1.0-or-later" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "Artistic" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:libssl3t64:libssl3t64:3.5.6-1\\~deb13u1:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/libssl3t64@3.5.6-1~deb13u1?arch=arm64&distro=debian-13&upstream=openssl", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:ef38dbbbf1299b9e789ac43915b8a83243d508ffae2706d6f8d6308e20f67b2b" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/libssl3t64" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:ef38dbbbf1299b9e789ac43915b8a83243d508ffae2706d6f8d6308e20f67b2b" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/usr/share/doc/libssl3t64/copyright" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:ef38dbbbf1299b9e789ac43915b8a83243d508ffae2706d6f8d6308e20f67b2b" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/var/lib/dpkg/status.d/libssl3t64.md5sums" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "8015" | |
| }, | |
| { | |
| "name": "syft:metadata:source", | |
| "value": "openssl" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/libstdc%2B%2B6@14.2.0-19?arch=arm64&distro=debian-13&package-id=be1ff9cca316f1de&upstream=gcc-14", | |
| "type": "library", | |
| "publisher": "Debian GCC Maintainers <debian-gcc@lists.debian.org>", | |
| "name": "libstdc++6", | |
| "version": "14.2.0-19", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "GFDL-1.2-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-3.0-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "Artistic" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "GPL" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "LGPL" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:14.2.0-19:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/libstdc%2B%2B6@14.2.0-19?arch=arm64&distro=debian-13&upstream=gcc-14", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:323c2be748e4417f7ab7b05b33d6c1a52df0788e779143555109ddcd5325c76c" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/libstdc++6" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:323c2be748e4417f7ab7b05b33d6c1a52df0788e779143555109ddcd5325c76c" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/var/lib/dpkg/status.d/libstdc++6.md5sums" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:30884b21b6a1362fbcdb60743280a138148b6d0ac50a3f8ee3e9f213b371c9e7" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/usr/share/doc/gcc-14-base/copyright" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "3022" | |
| }, | |
| { | |
| "name": "syft:metadata:source", | |
| "value": "gcc-14" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/libzstd1@1.5.7%2Bdfsg-1?arch=arm64&distro=debian-13&package-id=02b5bf6dd9ecb243&upstream=libzstd", | |
| "type": "library", | |
| "publisher": "RPM packaging team <team+pkg-rpm@tracker.debian.org>", | |
| "name": "libzstd1", | |
| "version": "1.5.7+dfsg-1", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "BSD-3-Clause" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "GPL-2.0-only" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "id": "Zlib" | |
| } | |
| }, | |
| { | |
| "license": { | |
| "name": "Expat" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.5.7\\+dfsg-1:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/libzstd1@1.5.7%2Bdfsg-1?arch=arm64&distro=debian-13&upstream=libzstd", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:91213e6dc2fda431a0de4541602a933c7a48206a0bf487217fa681260fccdc23" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/libzstd1" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:91213e6dc2fda431a0de4541602a933c7a48206a0bf487217fa681260fccdc23" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/usr/share/doc/libzstd1/copyright" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:91213e6dc2fda431a0de4541602a933c7a48206a0bf487217fa681260fccdc23" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/var/lib/dpkg/status.d/libzstd1.md5sums" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "748" | |
| }, | |
| { | |
| "name": "syft:metadata:source", | |
| "value": "libzstd" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/math-intrinsics@1.1.0?package-id=91385b50ff22d467", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "math-intrinsics", | |
| "version": "1.1.0", | |
| "description": "ES Math-related intrinsics and helpers, robustly cached.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:math-intrinsics:math-intrinsics:1.1.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/math-intrinsics@1.1.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/es-shims/math-intrinsics.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/es-shims/math-intrinsics#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:math-intrinsics:math_intrinsics:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:math_intrinsics:math-intrinsics:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:math_intrinsics:math_intrinsics:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es-shims:math-intrinsics:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:es-shims:math_intrinsics:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:math:math-intrinsics:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:math:math_intrinsics:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/math-intrinsics/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/media-typer@1.1.0?package-id=6650b5cb54a1fea5", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "media-typer", | |
| "version": "1.1.0", | |
| "description": "Simple RFC 6838 media type parser and formatter", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:media-typer:media-typer:1.1.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/media-typer@1.1.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:media-typer:media_typer:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:media_typer:media-typer:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:media_typer:media_typer:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:media:media-typer:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:media:media_typer:1.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/media-typer/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/media-types@13.0.0?arch=all&distro=debian-13&package-id=3c9375f7f83b0d94", | |
| "type": "library", | |
| "publisher": "Mime-Support Packagers <team+debian-mimesupport-packagers@tracker.debian.org>", | |
| "name": "media-types", | |
| "version": "13.0.0", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "name": "ad-hoc" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:media-types:media-types:13.0.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/media-types@13.0.0?arch=all&distro=debian-13", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:media-types:media_types:13.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:media_types:media-types:13.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:media_types:media_types:13.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:media:media-types:13.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:media:media_types:13.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:275a30dd8ce958b21daa9ad962c6fbc09f98306ee2f486b65c9075dc257b1412" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/media-types" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:275a30dd8ce958b21daa9ad962c6fbc09f98306ee2f486b65c9075dc257b1412" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/usr/share/doc/media-types/copyright" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:275a30dd8ce958b21daa9ad962c6fbc09f98306ee2f486b65c9075dc257b1412" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/var/lib/dpkg/status.d/media-types.md5sums" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "98" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/merge-descriptors@2.0.0?package-id=30ad81d47f82ac0a", | |
| "type": "library", | |
| "author": "Jonathan Ong <me@jongleberry.com>, Douglas Christopher Wilson <doug@somethingdoug.com>, Mike Grabowski <grabbou@gmail.com>, Sindre Sorhus <sindresorhus@gmail.com>", | |
| "name": "merge-descriptors", | |
| "version": "2.0.0", | |
| "description": "Merge objects using their property descriptors", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:merge-descriptors:merge-descriptors:2.0.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/merge-descriptors@2.0.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:merge-descriptors:merge_descriptors:2.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:merge_descriptors:merge-descriptors:2.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:merge_descriptors:merge_descriptors:2.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:merge:merge-descriptors:2.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:merge:merge_descriptors:2.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/merge-descriptors/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/mime-db@1.54.0?package-id=a7d00b3c69b058bb", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, Jonathan Ong <me@jongleberry.com> (http://jongleberry.com), Robert Kieffer <robert@broofa.com> (http://github.com/broofa)", | |
| "name": "mime-db", | |
| "version": "1.54.0", | |
| "description": "Media Type Database", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:mime-db:mime-db:1.54.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/mime-db@1.54.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:mime-db:mime_db:1.54.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:mime_db:mime-db:1.54.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:mime_db:mime_db:1.54.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:mime:mime-db:1.54.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:mime:mime_db:1.54.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/mime-db/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/mime-types@3.0.2?package-id=e239963c8baf630a", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su), Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | |
| "name": "mime-types", | |
| "version": "3.0.2", | |
| "description": "The ultimate javascript content-type utility.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:mime-types:mime-types:3.0.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/mime-types@3.0.2", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:mime-types:mime_types:3.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:mime_types:mime-types:3.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:mime_types:mime_types:3.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:mime:mime-types:3.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:mime:mime_types:3.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/mime-types/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/ms@2.1.3?package-id=98f829b6ebedd1f1", | |
| "type": "library", | |
| "name": "ms", | |
| "version": "2.1.3", | |
| "description": "Tiny millisecond conversion utility", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:vercel:ms:2.1.3:*:*:*:*:node.js:*:*", | |
| "purl": "pkg:npm/ms@2.1.3", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/ms/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/negotiator@1.0.0?package-id=74fb015522480b52", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, Federico Romero <federico.romero@outboxlabs.com>, Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | |
| "name": "negotiator", | |
| "version": "1.0.0", | |
| "description": "HTTP content negotiation", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:negotiator:negotiator:1.0.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/negotiator@1.0.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/negotiator/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/netbase@6.5?arch=all&distro=debian-13&package-id=789361e68c8ad425", | |
| "type": "library", | |
| "publisher": "Marco d'Itri <md@linux.it>", | |
| "name": "netbase", | |
| "version": "6.5", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "GPL-2.0-only" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:netbase:netbase:6.5:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/netbase@6.5?arch=all&distro=debian-13", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:621c35e751a51a9a9dc3e80aa0b7fe8be2a93402ea6ccd307d30852cd7776cda" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/netbase" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:621c35e751a51a9a9dc3e80aa0b7fe8be2a93402ea6ccd307d30852cd7776cda" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/usr/share/doc/netbase/copyright" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:621c35e751a51a9a9dc3e80aa0b7fe8be2a93402ea6ccd307d30852cd7776cda" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/var/lib/dpkg/status.d/netbase.md5sums" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "35" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:generic/node@26.3.0?package-id=5275b1285d4726ab", | |
| "type": "application", | |
| "name": "node", | |
| "version": "26.3.0", | |
| "cpe": "cpe:2.3:a:nodejs:node.js:26.3.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:generic/node@26.3.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "binary-classifier-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "binary" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "binary-signature" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:e0505a26672c44143f2d15c9e2b4d1fac98428050a450f59ed40d2a9f03cbb7a" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/nodejs/bin/node" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/object-inspect@1.13.4?package-id=8f3f282a90dc1415", | |
| "type": "library", | |
| "author": "James Halliday <mail@substack.net> (http://substack.net)", | |
| "name": "object-inspect", | |
| "version": "1.13.4", | |
| "description": "string representations of objects in node and the browser", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:object-inspect:object-inspect:1.13.4:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/object-inspect@1.13.4", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/inspect-js/object-inspect.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/inspect-js/object-inspect", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:object-inspect:object_inspect:1.13.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:object_inspect:object-inspect:1.13.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:object_inspect:object_inspect:1.13.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:inspect-js:object-inspect:1.13.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:inspect-js:object_inspect:1.13.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:object:object-inspect:1.13.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:object:object_inspect:1.13.4:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/object-inspect/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/on-finished@2.4.1?package-id=1bb2df8d1b9ae329", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | |
| "name": "on-finished", | |
| "version": "2.4.1", | |
| "description": "Execute a callback when a request closes, finishes, or errors", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:on-finished:on-finished:2.4.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/on-finished@2.4.1", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:on-finished:on_finished:2.4.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:on_finished:on-finished:2.4.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:on_finished:on_finished:2.4.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:on:on-finished:2.4.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:on:on_finished:2.4.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/on-finished/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/once@1.4.0?package-id=f2744488505313c3", | |
| "type": "library", | |
| "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | |
| "name": "once", | |
| "version": "1.4.0", | |
| "description": "Run a function exactly one time", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "ISC" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:isaacs:once:1.4.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/once@1.4.0", | |
| "externalReferences": [ | |
| { | |
| "url": "git://github.com/isaacs/once", | |
| "type": "distribution" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:once:once:1.4.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/once/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/parseurl@1.3.3?package-id=cb7e73df777969fb", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | |
| "name": "parseurl", | |
| "version": "1.3.3", | |
| "description": "parse a url with memoization", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:parseurl:parseurl:1.3.3:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/parseurl@1.3.3", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/parseurl/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/path-to-regexp@8.4.2?package-id=8417d50c671fa134", | |
| "type": "library", | |
| "name": "path-to-regexp", | |
| "version": "8.4.2", | |
| "description": "Express style path to RegExp utility", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:path-to-regexp:path-to-regexp:8.4.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/path-to-regexp@8.4.2", | |
| "externalReferences": [ | |
| { | |
| "url": "https://github.com/pillarjs/path-to-regexp.git", | |
| "type": "distribution" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:path-to-regexp:path_to_regexp:8.4.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:path_to_regexp:path-to-regexp:8.4.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:path_to_regexp:path_to_regexp:8.4.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:pillarjs:path-to-regexp:8.4.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:pillarjs:path_to_regexp:8.4.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:path-to:path-to-regexp:8.4.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:path-to:path_to_regexp:8.4.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:path_to:path-to-regexp:8.4.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:path_to:path_to_regexp:8.4.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:path:path-to-regexp:8.4.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:path:path_to_regexp:8.4.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/path-to-regexp/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/proxy-addr@2.0.7?package-id=5a8703988698dc93", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "proxy-addr", | |
| "version": "2.0.7", | |
| "description": "Determine address of proxied request", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:proxy-addr:proxy-addr:2.0.7:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/proxy-addr@2.0.7", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:proxy-addr:proxy_addr:2.0.7:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:proxy_addr:proxy-addr:2.0.7:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:proxy_addr:proxy_addr:2.0.7:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:proxy:proxy-addr:2.0.7:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:proxy:proxy_addr:2.0.7:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/proxy-addr/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/qs@6.15.2?package-id=894f64eb056d37de", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)", | |
| "name": "qs", | |
| "version": "6.15.2", | |
| "description": "A querystring parser that supports nesting and arrays, with a depth limit", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "BSD-3-Clause" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:qs_project:qs:6.15.2:*:*:*:*:node.js:*:*", | |
| "purl": "pkg:npm/qs@6.15.2", | |
| "externalReferences": [ | |
| { | |
| "url": "https://github.com/ljharb/qs.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/qs", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/qs/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/range-parser@1.2.1?package-id=2a5ca88a179c5709", | |
| "type": "library", | |
| "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com), Douglas Christopher Wilson <doug@somethingdoug.com>, James Wyatt Cready <wyatt.cready@lanetix.com>, Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | |
| "name": "range-parser", | |
| "version": "1.2.1", | |
| "description": "Range header field string parser", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:range-parser:range-parser:1.2.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/range-parser@1.2.1", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:range-parser:range_parser:1.2.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:range_parser:range-parser:1.2.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:range_parser:range_parser:1.2.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:range:range-parser:1.2.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:range:range_parser:1.2.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/range-parser/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/raw-body@3.0.2?package-id=1552556ad744ef41", | |
| "type": "library", | |
| "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com), Douglas Christopher Wilson <doug@somethingdoug.com>, Raynos <raynos2@gmail.com>", | |
| "name": "raw-body", | |
| "version": "3.0.2", | |
| "description": "Get and validate the raw body of a readable stream.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:raw-body:raw-body:3.0.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/raw-body@3.0.2", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:raw-body:raw_body:3.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:raw_body:raw-body:3.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:raw_body:raw_body:3.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:raw:raw-body:3.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:raw:raw_body:3.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/raw-body/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/router@2.2.0?package-id=3b162e1fa4177926", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, Blake Embrey <hello@blakeembrey.com>", | |
| "name": "router", | |
| "version": "2.2.0", | |
| "description": "Simple middleware-style router", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:router:router:2.2.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/router@2.2.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/router/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/safer-buffer@2.1.2?package-id=0ca7f8898a72a5e9", | |
| "type": "library", | |
| "author": "Nikita Skovoroda <chalkerx@gmail.com> (https://github.com/ChALkeR)", | |
| "name": "safer-buffer", | |
| "version": "2.1.2", | |
| "description": "Modern Buffer API polyfill without footguns", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:safer-buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/safer-buffer@2.1.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ChALkeR/safer-buffer.git", | |
| "type": "distribution" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:safer-buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:safer_buffer:safer-buffer:2.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:safer_buffer:safer_buffer:2.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:safer:safer-buffer:2.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:safer:safer_buffer:2.1.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/safer-buffer/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/secure-nodesec-workshop@1.0.0?package-id=887b7558993ed1ba", | |
| "type": "library", | |
| "name": "secure-nodesec-workshop", | |
| "version": "1.0.0", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "ISC" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:secure-nodesec-workshop:secure-nodesec-workshop:1.0.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/secure-nodesec-workshop@1.0.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:secure-nodesec-workshop:secure_nodesec_workshop:1.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:secure_nodesec_workshop:secure-nodesec-workshop:1.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:secure_nodesec_workshop:secure_nodesec_workshop:1.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:secure-nodesec:secure-nodesec-workshop:1.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:secure-nodesec:secure_nodesec_workshop:1.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:secure_nodesec:secure-nodesec-workshop:1.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:secure_nodesec:secure_nodesec_workshop:1.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:secure:secure-nodesec-workshop:1.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:secure:secure_nodesec_workshop:1.0.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:e47b755acfc23a852f7333c78d01bde1a679bb08cc0dcc70cce334431ae5f59b" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/send@1.2.1?package-id=949ce7c2884f4066", | |
| "type": "library", | |
| "author": "TJ Holowaychuk <tj@vision-media.ca>, Douglas Christopher Wilson <doug@somethingdoug.com>, James Wyatt Cready <jcready@gmail.com>, Jesús Leganés Combarro <piranna@gmail.com>", | |
| "name": "send", | |
| "version": "1.2.1", | |
| "description": "Better streaming static file server with Range and conditional-GET support", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:send_project:send:1.2.1:*:*:*:*:node.js:*:*", | |
| "purl": "pkg:npm/send@1.2.1", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/send/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/serve-static@2.2.1?package-id=d76d45355a9038ad", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "serve-static", | |
| "version": "2.2.1", | |
| "description": "Serve static files", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:serve-static:serve-static:2.2.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/serve-static@2.2.1", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:serve-static:serve_static:2.2.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:serve_static:serve-static:2.2.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:serve_static:serve_static:2.2.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:serve:serve-static:2.2.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:serve:serve_static:2.2.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/serve-static/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/setprototypeof@1.2.0?package-id=6dc31ff1687258e0", | |
| "type": "library", | |
| "author": "Wes Todd", | |
| "name": "setprototypeof", | |
| "version": "1.2.0", | |
| "description": "A small polyfill for Object.setprototypeof", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "ISC" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:setprototypeof:setprototypeof:1.2.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/setprototypeof@1.2.0", | |
| "externalReferences": [ | |
| { | |
| "url": "https://github.com/wesleytodd/setprototypeof.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/wesleytodd/setprototypeof", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:wesleytodd:setprototypeof:1.2.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/setprototypeof/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/side-channel@1.1.1?package-id=3e6459c02adf5b08", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "side-channel", | |
| "version": "1.1.1", | |
| "description": "Store information about any JS value in a side channel. Uses WeakMap if available.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:side-channel:side-channel:1.1.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/side-channel@1.1.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/side-channel.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side-channel:side_channel:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel:side-channel:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel:side_channel:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:side-channel:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:side_channel:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side:side-channel:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side:side_channel:1.1.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/side-channel/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/side-channel-list@1.0.1?package-id=9561a4346d82f604", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "side-channel-list", | |
| "version": "1.0.1", | |
| "description": "Store information about any JS value in a side channel, using a linked list", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:side-channel-list:side-channel-list:1.0.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/side-channel-list@1.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/side-channel-list.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel-list#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side-channel-list:side_channel_list:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel_list:side-channel-list:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel_list:side_channel_list:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side-channel:side-channel-list:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side-channel:side_channel_list:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel:side-channel-list:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel:side_channel_list:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:side-channel-list:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:side_channel_list:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side:side-channel-list:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side:side_channel_list:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/side-channel-list/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/side-channel-map@1.0.1?package-id=c3df8d43b8440d8f", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "side-channel-map", | |
| "version": "1.0.1", | |
| "description": "Store information about any JS value in a side channel, using a Map", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:side-channel-map:side-channel-map:1.0.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/side-channel-map@1.0.1", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/side-channel-map.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel-map#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side-channel-map:side_channel_map:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel_map:side-channel-map:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel_map:side_channel_map:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side-channel:side-channel-map:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side-channel:side_channel_map:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel:side-channel-map:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel:side_channel_map:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:side-channel-map:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:side_channel_map:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side:side-channel-map:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side:side_channel_map:1.0.1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/side-channel-map/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/side-channel-weakmap@1.0.2?package-id=ee3f7bab85e021b4", | |
| "type": "library", | |
| "author": "Jordan Harband <ljharb@gmail.com>", | |
| "name": "side-channel-weakmap", | |
| "version": "1.0.2", | |
| "description": "Store information about any JS value in a side channel. Uses WeakMap if available.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:side-channel-weakmap:side-channel-weakmap:1.0.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/side-channel-weakmap@1.0.2", | |
| "externalReferences": [ | |
| { | |
| "url": "git+https://github.com/ljharb/side-channel-weakmap.git", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/ljharb/side-channel-weakmap#readme", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side-channel-weakmap:side_channel_weakmap:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel_weakmap:side-channel-weakmap:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel_weakmap:side_channel_weakmap:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side-channel:side-channel-weakmap:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side-channel:side_channel_weakmap:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel:side-channel-weakmap:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side_channel:side_channel_weakmap:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:side-channel-weakmap:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:ljharb:side_channel_weakmap:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side:side-channel-weakmap:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:side:side_channel_weakmap:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/side-channel-weakmap/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/statuses@2.0.2?package-id=40521b7f4bd624f1", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | |
| "name": "statuses", | |
| "version": "2.0.2", | |
| "description": "HTTP status utility", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:statuses:statuses:2.0.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/statuses@2.0.2", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/statuses/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/toidentifier@1.0.1?package-id=3bce1ba92049ad10", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, Douglas Christopher Wilson <doug@somethingdoug.com>, Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | |
| "name": "toidentifier", | |
| "version": "1.0.1", | |
| "description": "Convert a string of words to a JavaScript identifier", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:toidentifier:toidentifier:1.0.1:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/toidentifier@1.0.1", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/toidentifier/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/type-is@2.1.0?package-id=1b2db731d8e704e1", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>, Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | |
| "name": "type-is", | |
| "version": "2.1.0", | |
| "description": "Infer the content-type of a request.", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:type-is:type-is:2.1.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/type-is@2.1.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:type-is:type_is:2.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:type_is:type-is:2.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:type_is:type_is:2.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:type:type-is:2.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:type:type_is:2.1.0:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/type-is/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/tzdata@2026b-0%2Bdeb13u1?arch=all&distro=debian-13&package-id=1d6a1ccfa4fbbaa6", | |
| "type": "library", | |
| "publisher": "GNU Libc Maintainers <debian-glibc@lists.debian.org>", | |
| "name": "tzdata", | |
| "version": "2026b-0+deb13u1", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "name": "public-domain" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:tzdata:tzdata:2026b-0\\+deb13u1:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/tzdata@2026b-0%2Bdeb13u1?arch=all&distro=debian-13", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c8b007d0206e4b10ed4d3b3d99dfeab47c2648e82011989fd78a5731baf33fc3" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/tzdata" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:c8b007d0206e4b10ed4d3b3d99dfeab47c2648e82011989fd78a5731baf33fc3" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/usr/share/doc/tzdata/copyright" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:c8b007d0206e4b10ed4d3b3d99dfeab47c2648e82011989fd78a5731baf33fc3" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/var/lib/dpkg/status.d/tzdata.md5sums" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "1361" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/tzdata-legacy@2026b-0%2Bdeb13u1?arch=all&distro=debian-13&package-id=1076a96a1df453a7&upstream=tzdata", | |
| "type": "library", | |
| "publisher": "GNU Libc Maintainers <debian-glibc@lists.debian.org>", | |
| "name": "tzdata-legacy", | |
| "version": "2026b-0+deb13u1", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "name": "public-domain" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:tzdata-legacy:tzdata-legacy:2026b-0\\+deb13u1:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/tzdata-legacy@2026b-0%2Bdeb13u1?arch=all&distro=debian-13&upstream=tzdata", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:tzdata-legacy:tzdata_legacy:2026b-0\\+deb13u1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:tzdata_legacy:tzdata-legacy:2026b-0\\+deb13u1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:tzdata_legacy:tzdata_legacy:2026b-0\\+deb13u1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:tzdata:tzdata-legacy:2026b-0\\+deb13u1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:tzdata:tzdata_legacy:2026b-0\\+deb13u1:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:bec7e6bb35e05d1284f28b10d2150c259717d91c658c4c10c08424bb9466caba" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/tzdata-legacy" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:bec7e6bb35e05d1284f28b10d2150c259717d91c658c4c10c08424bb9466caba" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/usr/share/doc/tzdata-legacy/copyright" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:bec7e6bb35e05d1284f28b10d2150c259717d91c658c4c10c08424bb9466caba" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/var/lib/dpkg/status.d/tzdata-legacy.md5sums" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "1251" | |
| }, | |
| { | |
| "name": "syft:metadata:source", | |
| "value": "tzdata" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/unpipe@1.0.0?package-id=c8c6befed7b3696b", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "unpipe", | |
| "version": "1.0.0", | |
| "description": "Unpipe a stream from all destinations", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:unpipe:unpipe:1.0.0:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/unpipe@1.0.0", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/unpipe/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/vary@1.1.2?package-id=7895f759c698cf0d", | |
| "type": "library", | |
| "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | |
| "name": "vary", | |
| "version": "1.1.2", | |
| "description": "Manipulate the HTTP Vary header", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "MIT" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:vary:vary:1.1.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/vary@1.1.2", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/vary/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:npm/wrappy@1.0.2?package-id=15d862d8b78880bb", | |
| "type": "library", | |
| "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | |
| "name": "wrappy", | |
| "version": "1.0.2", | |
| "description": "Callback wrapping utility", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "ISC" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:wrappy:wrappy:1.0.2:*:*:*:*:*:*:*", | |
| "purl": "pkg:npm/wrappy@1.0.2", | |
| "externalReferences": [ | |
| { | |
| "url": "https://github.com/npm/wrappy", | |
| "type": "distribution" | |
| }, | |
| { | |
| "url": "https://github.com/npm/wrappy", | |
| "type": "website" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "javascript-package-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:language", | |
| "value": "javascript" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "npm" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "javascript-npm-package" | |
| }, | |
| { | |
| "name": "syft:cpe23", | |
| "value": "cpe:2.3:a:npm:wrappy:1.0.2:*:*:*:*:*:*:*" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:c0ebdd1ae344c1e3979d48cc4338c14062f9b93b365a6a5cced2b677fd883c18" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/usr/app/node_modules/wrappy/package.json" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "pkg:deb/debian/zlib1g@1%3A1.3.dfsg%2Breally1.3.1-1%2Bb1?arch=arm64&distro=debian-13&package-id=90e7d5b74b631f9d&upstream=zlib%401%3A1.3.dfsg%2Breally1.3.1-1", | |
| "type": "library", | |
| "publisher": "Mark Brown <broonie@debian.org>", | |
| "name": "zlib1g", | |
| "version": "1:1.3.dfsg+really1.3.1-1+b1", | |
| "licenses": [ | |
| { | |
| "license": { | |
| "id": "Zlib" | |
| } | |
| } | |
| ], | |
| "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.3.dfsg\\+really1.3.1-1\\+b1:*:*:*:*:*:*:*", | |
| "purl": "pkg:deb/debian/zlib1g@1%3A1.3.dfsg%2Breally1.3.1-1%2Bb1?arch=arm64&distro=debian-13&upstream=zlib%401%3A1.3.dfsg%2Breally1.3.1-1", | |
| "properties": [ | |
| { | |
| "name": "syft:package:foundBy", | |
| "value": "dpkg-db-cataloger" | |
| }, | |
| { | |
| "name": "syft:package:type", | |
| "value": "deb" | |
| }, | |
| { | |
| "name": "syft:package:metadataType", | |
| "value": "dpkg-db-entry" | |
| }, | |
| { | |
| "name": "syft:location:0:layerID", | |
| "value": "sha256:7b57942929394e731b49e8f1863a4da2cbd1b9fda48d9f1e75a0a28b2d89d01a" | |
| }, | |
| { | |
| "name": "syft:location:0:path", | |
| "value": "/var/lib/dpkg/status.d/zlib1g" | |
| }, | |
| { | |
| "name": "syft:location:1:layerID", | |
| "value": "sha256:7b57942929394e731b49e8f1863a4da2cbd1b9fda48d9f1e75a0a28b2d89d01a" | |
| }, | |
| { | |
| "name": "syft:location:1:path", | |
| "value": "/usr/share/doc/zlib1g/copyright" | |
| }, | |
| { | |
| "name": "syft:location:2:layerID", | |
| "value": "sha256:7b57942929394e731b49e8f1863a4da2cbd1b9fda48d9f1e75a0a28b2d89d01a" | |
| }, | |
| { | |
| "name": "syft:location:2:path", | |
| "value": "/var/lib/dpkg/status.d/zlib1g.md5sums" | |
| }, | |
| { | |
| "name": "syft:metadata:installedSize", | |
| "value": "181" | |
| }, | |
| { | |
| "name": "syft:metadata:source", | |
| "value": "zlib" | |
| }, | |
| { | |
| "name": "syft:metadata:sourceVersion", | |
| "value": "1:1.3.dfsg+really1.3.1-1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "os:debian@13", | |
| "type": "operating-system", | |
| "name": "debian", | |
| "version": "13", | |
| "description": "Distroless", | |
| "swid": { | |
| "tagId": "debian", | |
| "name": "debian", | |
| "version": "13" | |
| }, | |
| "externalReferences": [ | |
| { | |
| "url": "https://github.com/GoogleContainerTools/distroless/issues/new", | |
| "type": "issue-tracker" | |
| }, | |
| { | |
| "url": "https://github.com/GoogleContainerTools/distroless", | |
| "type": "website" | |
| }, | |
| { | |
| "url": "https://github.com/GoogleContainerTools/distroless/blob/master/README.md", | |
| "comment": "support", | |
| "type": "other" | |
| } | |
| ], | |
| "properties": [ | |
| { | |
| "name": "syft:distro:extendedSupport", | |
| "value": "false" | |
| }, | |
| { | |
| "name": "syft:distro:id", | |
| "value": "debian" | |
| }, | |
| { | |
| "name": "syft:distro:prettyName", | |
| "value": "Distroless" | |
| }, | |
| { | |
| "name": "syft:distro:versionID", | |
| "value": "13" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "902ae7c17ef8559b", | |
| "type": "file", | |
| "name": "/usr/share/base-files/dot.bashrc", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ba135c7bf840c9171bd3a3aea4156b45324d8d38" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3dee894213fc1183318d254b1b3fcb21f41e7fc879ba81d39252f7996b67f980" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3d476ca7f7a22415", | |
| "type": "file", | |
| "name": "/usr/share/base-files/dot.profile", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1d979f382adb7b03d225cd4d3d3b64d0375c99eb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "996f60727f48cbe1496fa20bffd5a434a190407db2cafc2c1bfdf54d3bfc0372" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "557419e1ff547900", | |
| "type": "file", | |
| "name": "/usr/share/base-files/dot.profile.md5sums", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e1da45f59b221ace5d2cc31ea5ddd6de7c83968f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "70c70cffea32e8a79118d592f94727b24e9cf36c82ed8abca536d59224147b92" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0794db35c71be681", | |
| "type": "file", | |
| "name": "/usr/share/base-files/info.dir", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3551f8dfbf114c159f692d5e823099cdd53b16cf" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c58a258cb9c410c29486aa8fa37f4e5b738bfeedc2b8e97be1cd6cff1df28459" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e2e43a01c8422791", | |
| "type": "file", | |
| "name": "/usr/share/base-files/motd", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8b55aac644e9e6f2701805584cc391ff81d3ecec" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a378977155fb42bb006496321cbe31f74cbda803c3f6ca590f30e76d1afad921" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2284eb0ec2340156", | |
| "type": "file", | |
| "name": "/usr/share/base-files/profile", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "069fd424829b7f75706af3fc9303a5fe2ece0bff" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8fec28102e0c371e6f2ecb949b95c1ba802260766b18c2445882b082418428b9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "acefd27ed3ede73e", | |
| "type": "file", | |
| "name": "/usr/share/base-files/profile.md5sums", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f564180899b7b160eef0a52331b0ad44c5cc677c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c8a3222782665785755e9a58a61468f3aaf6e2bfd62101b7ac80c3b4f8984532" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "62530565cd10a40d", | |
| "type": "file", | |
| "name": "/usr/share/base-files/staff-group-for-usr-local", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e2bdd9c1f6bff4d437032d71154e32d0c74a2c09" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "24f49f765b6363ba8326121b46cabad2ac5c34532cc8322a645d60afe158c4f0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a9150d25da7e215a", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/Apache-2.0", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2b8b815229aa8a61e483fb4ba0588b8b6c491890" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6cea68db309a4fda", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/Artistic", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "be0627fff2e8aef3d2a14d5d7486babc8a4873ba" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "afc53a6f86f73d23", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/BSD", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "095d1f504f6fd8add73a4e4964e37f260f332b6a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5d588eb3b157d52112afea935c88a7ff9efddc1e2d95a42c25d3b96ad9055008" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "524e05027f6b9f6b", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/CC0-1.0", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "82da472f6d00dc5f0a651f33ebb320aa9c7b08d0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "60f3ffd68b5c577c", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/GFDL-1.2", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b1d77f84fb2bc29ed2482774473b77764fdd8968" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2652c22ba086f92e55ae4a9f9c890ad4766ffd7814a73d318e22a597edf857a4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9679a4f99e4f6a3a", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/GFDL-1.3", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "715f995f11805ee85601834220c43b082f457ea3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "110535522396708cea37c72a802c5e7e81391139f5f7985631c93ef242b206a4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "70001ea02217ba92", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/GPL-1", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7ef34515d063318cbf05464cb043757f54ea5520" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "49c007bafb5ad6dd9f9d4dae4d3ac0461975498150c05d684c551f0914ab486c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "94920262634ae602", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/GPL-2", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5b48b90e1bafdbede57b01227ade30d51f4b2a3c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "43b79798859560de", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/GPL-3", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "31a3d460bb3c7d98845187c716a30db81c44b615" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d6c43f9d1d3e8140", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/LGPL-2", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "23b6c0407391cbcd669f3be57101abf490f3f2dd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cc535c21133c895b56b374c8a1dc1eb948d99003ed2b47372069456b62f42b24" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3e5361dd9be64bef", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/LGPL-2.1", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "714f44a04b7807f4207e645d57aa73240e7e5d69" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "20e50fe7aae3e56378ebf0417d9de904f55a0e61e4df315333e632a4d3555d95" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a1c6bb91a05d118d", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/LGPL-3", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a8a12e6867d7ee39c21d9b11a984066099b6fb6b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6ab692fd00e7d686", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/MPL-1.1", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ee93a1907dafcb7901b28f14ee05e49176ab7c87" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f849fc26a7a99981611a3a370e83078deb617d12a45776d6c4cada4d338be469" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5a38d5c435f3d415", | |
| "type": "file", | |
| "name": "/usr/share/common-licenses/MPL-2.0", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9744cedce099f727b327cd9913a1fdc58a7f5599" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cc0d6caa314759ae", | |
| "type": "file", | |
| "name": "/usr/share/doc/base-files/NEWS.Debian.gz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a8cc23a89c0864b822229b6c26c66d9dcba59445" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2d5dcea919681d92d097ef4f0556224d05fbda98d2ee73e1294121627f367cd8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d69d1f4a350ee448", | |
| "type": "file", | |
| "name": "/usr/share/doc/base-files/README", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "59c09bdd86c7ad0b8fba2c580a2ade685c40c25e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "95552e3c597929b3c436a2de2225c3685f740484212e3f944726c3c937447aba" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8975b5d636bee317", | |
| "type": "file", | |
| "name": "/usr/share/doc/base-files/README.FHS", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6564fdf9f9f97e17460f5d55e4a6118077e1ae7e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "099e7f4bdeb4ff34ee8d4ef7f158a21adbc59db46a354fd2051f6d1959e70fbc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "073de7ee1d009d9b", | |
| "type": "file", | |
| "name": "/usr/share/doc/base-files/changelog.gz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f694eabe3c2fa1d556802cd14d7cb19456bffb6d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6a0d1bba4c7c17509ae351e5802fff82c589471a10e0c105a5b809449c611956" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e0df9240ecde7b01", | |
| "type": "file", | |
| "name": "/usr/share/doc/base-files/copyright", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "48a964e14ee8c52aa1529efc1040d358e384ecec" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "576859a65409c99cb1632c8b3de4b3deb26910800832beda76aca33d00720134" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c2aafc258ff6724a", | |
| "type": "file", | |
| "name": "/usr/share/lintian/overrides/base-files", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "87bc8764445c236005a958394fe768dc52c8c3a8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "02120b9c96091120933c60555f951a206cfd75fd70d5aabe388202033eddd2fc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0fe13b86ce41d282", | |
| "type": "file", | |
| "name": "/var/lib/dpkg/status.d/base-files", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e12e6e7f5985be4fc5329de18b95b62e7457c1e4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8631a6e3fcc27ab5db638ce392d92668665be9751fb5e8c4141d5a18f7504018" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6a2487f791cee1b8", | |
| "type": "file", | |
| "name": "/var/lib/dpkg/status.d/base-files.md5sums", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c2f16100b20ae1b9a73828078561bd801b792c1b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3ec5b78da6913880e777de094ab45874b4487525f09436a4e06daa3ea6f77a58" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "522a23aa553979d9", | |
| "type": "file", | |
| "name": "/usr/share/doc/netbase/changelog.gz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "82d77f071e25ad1d6744919eb61af82f0cc4474f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f12000167f242ed7c722889e37e3ab8eee5133ac0c6861fcbe3b51499027a294" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fc8ad845573d9aa9", | |
| "type": "file", | |
| "name": "/usr/share/doc/netbase/copyright", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ed888a1f31b753739cde9435ff17fbab81aef830" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "795b66147ea5ad692991caa7008ece551fb0fa88b9c53656223bd1518dc58ab2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "eda4d4cf0900f9a5", | |
| "type": "file", | |
| "name": "/var/lib/dpkg/status.d/netbase", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "225bb01a2cd2e4237ade61611d7a41abdde5911f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1b44f4feb536c195a150c6b83001dfa016cb40f35ed1a5972248eddd8677a254" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "feeedbf2bec912ff", | |
| "type": "file", | |
| "name": "/var/lib/dpkg/status.d/netbase.md5sums", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2dda7038760c2debb3e769a27d26dfd7f8ef8a14" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ef0276ef8c499705809b3f72480078d8065ba28da0fb99e5c12bfedbe1e2f4cc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7f441a62da851c94", | |
| "type": "file", | |
| "name": "/usr/share/doc/tzdata/NEWS.Debian.gz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "214a8f9bc8c950365011c2f9514ab9c0d8c713c1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "70b372edce5f0ddf6436f1e8a95af03cb5e8002f25a565b4a6ad0eb3de24045f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8d486a453d5cace4", | |
| "type": "file", | |
| "name": "/usr/share/doc/tzdata/README.Debian", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f78a0e53523eb3cd58d2ba9a189350e6e2f95629" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7b1f0b2ab552f13ad6cf8aef7e1f02fcd6cdc0a1be967db13f29d1285e4a4d87" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "827bd0a6d29d338c", | |
| "type": "file", | |
| "name": "/usr/share/doc/tzdata/changelog.Debian.gz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b37d6d525e521ed520a8faade9c153eb2e46f78b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "87f4e664ff4b8313a56649a0131e27c860e58d457a520b7b24236edf69d76ec4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b2adaed112563814", | |
| "type": "file", | |
| "name": "/usr/share/doc/tzdata/changelog.gz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c8818e8b47176bad2f15b44f9b4b8e9b370dd1e4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "02ed3c304f99e1a3b0f01e2d297a1871810032bd85c5b576dd1759f8c158c329" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2e08c26fcafe808e", | |
| "type": "file", | |
| "name": "/usr/share/doc/tzdata/copyright", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "aea2b97caa943cd88b5c1e03d1ac7055425f9aec" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cb61132bc0fc7b26ef5a82ee18b2fb644a1362f4f286ed980ff22e408471f59a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "104451bfa136fdcf", | |
| "type": "file", | |
| "name": "/usr/share/lintian/overrides/tzdata", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "945bf790174b5c29a79045dcdbf8c4e4028ee9fe" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8a5727695ce21f9c8ce9e111d20475268f426caf82b8a1b68e0775de5fbdf093" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "912548c510e01f5f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Abidjan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5cc9b028b5bd2222200e20091a18868ea62c4f18" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d2efac4e5f23d88c95d72c1db42807170f52f43dd98a205af5a92a91b9f2d997" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "45e9a23c16e1bfb2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Accra", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e51b14ae73c9ceba6b940ab31fc39566d5e392d7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7346770dc7af569c724fd1ce816d7149ffdff3e303420059faa1557cc959e115" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fa2427df9e6f4cae", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Addis_Ababa", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c3ec6c02b82cdb393255b31b88841e58585c7d6a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fc87a606ec2e31f061a7806193472eb39181dd3b1a8a3563f404992bc693a77b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "230a9769b912105c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Algiers", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "edb95d3dc9238b5545f4f1d85d8bc879cdacdec8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bda1698cd542c0e6e76dfbbcdab390cdd26f37a9d5826a57a50d5aab37f3b2a6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "461f22c82cb16459", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Asmara", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "da26c35de6001f6ce436ed72481197975da7ef62" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "65af76431c1dd400e1ada6687e648e0fba1f80138acccdf7987cd3e1cd01b199" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ca625eea4768f5a0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Bamako", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d7015e94ea3ea52f57df9fde2988ddbfffd785c8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a212ea76ad201e8a956438bd008cd333ead81dac3ebcd2df4fcddc5b0f59165e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ef756e6b943564bb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Bangui", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "95e4df1f88558c46071352063438fd7efd740d24" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a72ce103a74d3432bfd869efa0276a8eb4f83398f93d94e922f793b9ef7beaef" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "624a485b865020a3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Banjul", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8a756377248320782695b94c651f9f38435957c1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f511d8d1785320b80330d02f1d8ff3a6619f71f09539a73daba97f91cf630f5e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "075c6494a3b4092c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Bissau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "adca16c6998258a9ccabcc8d4bcfe883a8d848f5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "223bb10cfe846620c716f97f6c74ba34deec751c4b297965a28042f36f69a1a9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e6550c08a76e9839", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Blantyre", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e86f9fd7e39b1cfb6823edcb39dd1164df936bdf" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "de96b327c8198764a41bc035efd36b63075f618e7db479ebf451226a54d4bd42" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d553f42951331bf9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Brazzaville", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a15d91431af650e7aafdedf68d45ec31d86f1e0e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4680eb49f8aa6b167969f6e27221d859792357cefe0285eb03f60725db664d57" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8ff4a0a04325014b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Bujumbura", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "eccd392d987e133182ce336005a4714e9e5fad6a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c880a655aba172cecd4ae8eddd5f8d4cdde07686f00223e4adcc086dad320e7e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c85137aad91b1082", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Cairo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "428e1f5f708eb4c131f29185bd602223027b3eac" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2dfb7e1822d085a4899bd56a526b041681c84b55617daee91499fd1990a989fb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3745b738232f60f6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Casablanca", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8299b0d609b0f62013f4320df4b92583c21071fc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e11a956f0fc5dd9b9ca29202da2bc027c583c23e7044e0c007aeed0697577200" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "28e4c43d4ae97538", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Ceuta", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "029ce64badb36722c9e2191f3ce858c514aabbc1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0b0fb6fe714319b37c5aa22c56971abb2668a165fc8f72a6c763e70b47c7badf" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "720ddc0f2e5ac90e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Conakry", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d9eef5864a0db2b82c647282aae34c3152de54a1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "93b62b3d76c1d4a477d84d232c576f9b9f21e428a42635db94eaca2c59b7b2ec" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1fdf54ac34f9e80e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Dakar", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cc33bc67d266dc2d49dd08b413605d6e974eecb3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "40733be9374ab5a9bd38be2be2664e538f97a265bbe7d898a6167d3800cb228b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b2f211d9c6500269", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Dar_es_Salaam", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3ece541c6f4d5b8c6407a3ea0c83ac812970912a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4fc4f312a5287024c7f8473d753b6d1bcde396138d778adf5fce60dddcc9b53f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "99bbe3abfde9c340", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Djibouti", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7f985b7ced38006f4cad1c92ebfd87f35f5c9e1f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b92bac77f2dd9edd59397c0315e116fd0dc4fbc1ae6cd266687a2822877959f1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "88d03ab1a5d0ab83", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Douala", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d0225f31e516a27e2c3e3bb4f1a92995c95a6bee" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3b014a5d1cbee2524ae309a895cbe0fe47da87c12016fe8cc2562ac79906590b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9237e7af378f34c3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/El_Aaiun", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "30b58415b36d7646e0a3a3c2b04738f778bafa09" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "516082a902c9c5df2ab13630f36933f56d6cbb05b94d1827670df5b03583cf6d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "694cce707f7af8a3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Freetown", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7687166d1782cd3455d5552766a083f9729b4688" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "77d05b2ed586a9d22f6e4a791ec0634256dc919faac6279bdb7db388a9c1f67b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e02508c770554290", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Gaborone", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "867be7affa61e2f3f2c7b18896ad5b897d3f2ddc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3ca27c9dd26ccfd118a270eaee39195154cd63f15700d14de650bf7493cec628" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bbad8563023b9714", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Harare", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c5447a74c8348dd55bce2544becd5e94db494814" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "22720486f3e24b8e4b4f746afd2e0020f22d3a6c055b79579457e3efc2373ee5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2ce1f7eeef6b635c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Johannesburg", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "65c0d4ab314cb72b8d8c768e3d0c3218848b61f1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6c1bcc752668e77585a308ae8543bd0bccd8e813865626e809bf94f3fe3d977e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "74970c18e8ca57a3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Juba", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "48173811f532aabc17b3798c40fad46a3df0e543" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5159c8a843c9c072d3302fabe6a6501cdbfda29a1856c29dabeb5aff95d4c3f4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "660d96c0cff195ef", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Kampala", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ff253770d5916b2b1e96aa2585c07e47e1b2f4f1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5e23eb14b36a74840f4490a272ffc7b1f271a5829a349015f878ddb2bf34d9aa" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e8a2534dcf8ace33", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Khartoum", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7cde30d5acfd99119ef22162c1f8bcafb86eaf03" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "318583a09dc070222d65d029a1e3a0b565830f1aaec13a27e6fe533863fbd3ea" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f1e74f55643b7dee", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Kigali", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "648695b8be4b148b52f35dcfc294529efcbb7b06" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8cd9c1bb40c4452e61520a9dfc9a409a67109bad6f41f413c786998d00cbc9cf" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "28fa1b25c50ce4d8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Kinshasa", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3724d5c3dd6dfcaafb01d9cebc8a087cbd2a39b8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7ae6d0e96d674a4c232cb01faf61a954340d84ea92a71a63ebd060e1c67d8c08" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2eedab5f5ca7c9fa", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Lagos", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "30ba925b4670235915dddfa1dd824dd9d7295eac" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cffeb0282ccbd7fba0e493ff8677a1e5a6dd5197885042e437f95a773f844846" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cad496d00a274167", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Libreville", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2b9ba63e019dacff0390829874008955a6ade749" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "44575c7c30a1281ec495adb7a404888ed4d7e41c0234f13767ae7b1a1458be73" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "545cc3bbafcd5dd9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Lome", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "68eb6f1e3a7769a5929611e8784299f588d33d3b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5b031c585ed04311c7c7c14b2ee23ba49cb22ded8ddee8adffc9f14de68d2ba8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f80078477f388984", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Luanda", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c137669c8f29e290a40f2283ea8da6410ccf09b8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c87aa48fc0f0043c6d101335acc8c7ab4ffc2707c14a8f5b1d6d1abf3bdec69a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "33a0a300c3a4deee", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Lubumbashi", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c2519e82a4e4a1f7cc483375f8a0be9677b2c9c7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ed509eccb6e51d5cd529388c57692a641a5b9313233897a1bfabdb612a415c04" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0b7f27e3b322327c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Lusaka", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5f2aba3bc50e1b5fca46c49942dba5580dbaaa95" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fac7c446a8dcddffc75a7dca5c762444f74df9f83c70cc505b138db85242dea4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8f5f135435774577", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Malabo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1dbc54024377111937bd6e111ae482445d3b935f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8d17cee7263820e7a14499ba087cd792f4f4b358bb4c874f24c42537ce975704" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0e1b31b4a9da760f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Maputo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b0ff96d087e4c86adb55b851c0d3800dfbb05e9a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "444ed3a710414bc6bf43eb27e591da49d3be3db153449a6a0c9473f7e39fdbcb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "89a582812d30594f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Maseru", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ec8714963f44f02c100bafb8d8def8cf5b3a177b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "be0b75733f8dfc6ff35bd69c3d0f94abc72e1d6897c81f53d0ba7da1d72227b6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f5aa910dd3f567a0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Mbabane", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c426025717e52a7a341db2a5d8f03d2734480b6c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b0b8a11ab3cc1a97295b0bcde33b1129de82616b2f83987687926e100d3adf91" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "46edb4ea640c4672", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Mogadishu", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "abe168cbcc5083974ad6c71c9353384a8e0e4340" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cf5c8032414fd86bdafddb2cdfd6813730f7ec4a08cb92b22a5f1403490fa7e2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0062ca1420a09317", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Monrovia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "81b045ed68f73a8806c5f2104b573b0479c19bd0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f95b095b9714e0a76f7e061a415bf895cbb399a28854531de369cee915ce05d5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bb6158b93919276c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Nairobi", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "289d1fb5a419107bc1d23a84a9e06ad3f9ee8403" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c89b2e253a8926a6cecf7eff34e4bfcdb7fe24daff22d84718c30deec0ea4968" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "22d1c956805d08c9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Ndjamena", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "035072509f30da9a5a27b48910ae180f9c6b4b15" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f13dc0d199bd1a3d01be6eab77cf2ddc60172a229d1947c7948a98964608d0a3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8be581902db42d94", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Niamey", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a6200d9483bd6a84a86eeae28d1e87cf48360cf0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "78a49cb93c76e4f036933c36ace93e46ea1d7ccf58c7b086dd8f1c5eb441a400" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bee1b73041d2fd01", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Nouakchott", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8d1be259ee1a362657c8cf41a697666f3f527497" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7fde47dac81d3d51ed1bf257f8834faa4da20d4ba1d85b824f86bf2cd79ac801" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ccf3a013a925ac88", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Ouagadougou", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a9307b0a57ad23ee7866849d5d088b09a398cd29" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fe2dc2c6ab2ef71c41bb3542802a3c18a2d657befa39f3e61321c12677d16caf" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "55ab2730b0a098d3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Porto-Novo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "334499ff26ab816d7e15aef1606d3aaaa034b86b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "30a8a8c8c9337afff37986d7c36afe814c8b56cb75e958dd89bca1ef6dff731d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0281f8e6db9e8203", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Sao_Tome", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7d2cac076d99bc5e38ba27b67113317ad496d3b1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "31d8f1a50dbaf2ecc9ed9c7566ba0552d454c2ab09e85ff263701857d157c352" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f435db745bdf2eb0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Tripoli", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fabf4010ab003c26947df60b5e359781670caa70" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5b5769b460fbd13ee9a46a28d1f733150783888a749ee96d2cd3d5eba3300767" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a6ff96e6cc8bfb0f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Tunis", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c44e2d3c1e351f1004ab69ea559feb8ccdd65f64" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "38554c10ce1e613d84cf46deba1114093488a5c165756c6c576b84a1364850d2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b90fe5198d947737", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Africa/Windhoek", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f7cab3d13d3213a13658ce399f74cc878cf8953d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c6e86fb9dacc1f86a59d59a8b924d023c60bf05fc76e0b05d8443b0192b3b87b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3f9427b322c7a743", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Adak", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "be58a7c839146fa675eeb6dad748c08d0647542c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "201d4387025000a6e13c9f631cb7fccd6e4369dec7224052f9d86feb81353a53" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "890eec1f82fec047", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Anchorage", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "275760f2eb22160c578089566f68042a5f4d2f57" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a190353523d2d8159dca66299c21c53bc0656154be965e4a2e0d84cfd09b113b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2f70a03b45603a04", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Anguilla", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b56405c5331a039220756566b1420ecd5fe74926" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "434fbfb6b97c6d6ef4a036030bb901a49c74b7a4df8b6e0a1dcfd3cedf8a1fc1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bf1d5b5178f510d5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Antigua", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cf3bc75f6436818554f2f960bc375e1d66936d80" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d63c0dde8af51ad22539678225d3f58c760f0f8971dc5e43783644853087b14e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "895a23198c5a27f5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Araguaina", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c2cafe3c9cc0e76ef48bd039886653c87ef1af50" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1babfdc18159f040785907c8b2a45b6e288a7766f6ee3ed9b797458c16f3c76a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d54cd705095dbf60", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/Buenos_Aires", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b6abf99d18117ac9f9f85da86569a11b6e57aa32" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "26653c941c26cb6f6047a3a67b2b6f15d311c7a39b24a9d834798bc8c9975f63" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7eb2360c138cab9e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/Catamarca", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8c0ab8c1684ecbb2b92ed2d37273ee9eced805d7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b8c0895d719898d1121d5be3e5160167431cace744d788709b5ee5db9320456d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7e69ee9403248b96", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/Cordoba", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "839495859f8144c95a8900b3f966957c4a6fa589" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ba788d8a184c1e7af85cae16a7088f527ac04f460f9afcea07a7f48512ed5ef6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3208a643ce3b56b7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/Jujuy", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "68cac9239d1e2b3dc9f558e7ac9b9c88e1f28756" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3c69807a1ca90b18f45c27a70925aaca50c83db28b2b40e5af024aff6e03e7dd" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "31f26dc07deea0f1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/La_Rioja", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "153ec9a9448ab7546772546ec75da4d6822544df" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "526e97a155e1b2beb669dd665ae79b7ba358d191dab81751f6d3060e0a823878" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "803d4f8868b7c7cc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/Mendoza", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "88785394dcc03b8944e17b2f11314df6bfd29de5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c5c395b6f47255814053dd32d90630a72421a4c2f2029efe171be4bb89209747" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "19f2904b0d3bd75a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/Rio_Gallegos", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3ebbc01799ce451c6a335bd9b2eb47c2b01fed19" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "17d64a478a3c80b1d7ed006e22331aa4621d9b3271a6ac1ba2e3e067932a0e96" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fc599b97374a23d7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/Salta", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f1d5d7fc65c024eefe057a7d13c74486877a0d0a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "875298ac33486a9bc3918862d4f681f160f5a9639ee2f8618032560c2195e237" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "00f0bae6542ba570", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/San_Juan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "249fa2bdee94870c9b91fba646178f6a2c7bef04" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "008d8696d03cd263cdce11f163272e13021b3b500d5f222a05064ca63a8aa9d4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "588386964efa9b98", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/San_Luis", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c26fd1f57a712d60e6a799aa5afde207f208c05c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d88b4645c2d52b6c31f0cc89b076c8041780914e01f8c379c7567137267b5091" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bb823c0a6e7cba96", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/Tucuman", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "764ae9765ecd997f840efc9f361cd0a29427d986" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b703be16ab4d255f173b3593bc543ec6711c582a035076378295481b43336dff" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5d7c0d2ce108c0ee", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Argentina/Ushuaia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "df4328f70c770b73f3b708f9c1bf7b163f7a4839" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "03a21ba55958f4820fa1228c15147d0cc44e7705d44837361ec012b9e3929eaa" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b61cb9c52ca6f791", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Aruba", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7617563c6fe86e6b8c1c2ac36fe9fb001f362453" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e05ef0b458a717e7c83d8bc16c50e3a74a719fb5f3725b1c4fe7569a1b07fcfc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c2ef2583cb6ca2f8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Asuncion", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "05cea6a80b81602d4443860bfa93ada62b4bc76c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f727c68843615cd81ddbfd311d5b05fa12de264192a91b3ecc3f4ef78e4a2567" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1797a14ea41ba6e3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Atikokan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c29c262e36f69ff18874e0df8f46c7af5508c1ff" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e1af781ad3c751d43edac773f568a7b0a9fd57f4223385e6163e3c1533cc7920" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4849cf7029e47f1a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Bahia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "685af2a0b61116c06655987805a46c466c7106bf" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "aa2edd03a1687c384bc553267762fc6cadc779a42773d5fe8e28a3c327e1b378" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d325a8e23166e470", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Bahia_Banderas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "33e0f3d5c7eace9077bacfa4f2b6e1e4b374fdb5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "32fad7189e4bcda1ce7a0b89ab1b33c63c4c85569f1956e4fa88d711ceff6042" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9a49253fdcd07957", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Barbados", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5904a49c6c0ce8f10178fe13174ed9c964a8312a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8a66be42bae16b3bb841fbeed99d3e7ba13e193898927b8906ee9cdb2546f4b1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ee64ad137e7f629e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Belem", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b30f11c517b9a6bc6c4e551c81b42f5c1395c2e1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "69931482d1437473484a9ab241161b992d88043f81012dc26899e1bbaa272c26" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "992bd478903e5413", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Belize", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4728ee967fe9745f4b614e5b511da1c08bd3689c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a647cb63629f3dc85b7896b5a56717996030a7866546fc562d57b35e7adb930b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a90cf34b20d901e5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Blanc-Sablon", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "247313b6f6c2e1ad65a0a3006d951e0a436ae57d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b5537964f9883b7bdcdff6b2a3083aa9bbe385e838389b43153f72f08b96df7e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f7e0518b4d52a504", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Boa_Vista", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "26f298366ec94e19abd9bf582760eaa0ed4f34d3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "74cb5a1b5d641a526b8092601961036590269cefc77d3dcbe17f2923bd8b2c56" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f9326c001d158b31", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Bogota", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "41393f1eb00480acda3e4b7e3c179b6d07891450" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6757ab9d9646431ba513c28558761670cdd25758e7dbf404735434389cc745a9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c8c8eaee53893176", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Boise", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e0608b89be80aaa6660eee5964203ad760b0659a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ec742c34f262521790805cf99152ef4e77f9c615c061a78036a0ec9312b3d95b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cc597d493b586060", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Cambridge_Bay", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "dcfc3c07c7366b75916af1dccd366fd1077e5b18" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ff8c51957dd6755a4472aa13ea6c83ecd7930979e7f4e624fe21f4d3a6f050ba" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5eac59e3ed1f7941", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Campo_Grande", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8eda418d84bf314b30e7092f5332e4aaf395b57f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8083625e0e62d9ee9187635ba366c5aa13c024be05e1c02a1a705a9e45d30d7c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8f2992a1d386fe61", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Cancun", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cf74e0c9c8ba2365819123eaddd6817606064eaf" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "11d574370d968cced59e3147a2ae63b126cbbae13b78fd4e13be2eb44c96246e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7ce6a5804e0bb652", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Caracas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a2c3809eed6fd4ead7c2e161460b7c2245e3064c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "99434c15d0f364b6affde3c0d68701766a950627ab91e12ccd3205a4d0a6e49d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7ca2c03787eb6503", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Cayenne", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2c881b996db473d14f43e61ca76810b5dfc2069c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e24ec8bf5c285f86ada9e3caadcbcc403d9593d4e699aeeb5bf016fd1eb6a427" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c795c5305bebbbe4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Cayman", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "19d734b426acc9a6693adf04984ed7997f331e9b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8a2ab69b8045ea3681c799a08704335f1111f7373e21f4ee08e8ae84eb408fc9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f49e9834eceb33b4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Chicago", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0a037f985f6fa0b392c95c7afb247f16a3925a7e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "feba326ebe88eac20017a718748c46c68469a1e7f5e7716dcb8f1d43a6e6f686" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f3df3223a525a264", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Chihuahua", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e0c67cc4ed5fe366fb39d9e55b02082254606e47" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "dcd8336de760f00cc0ab1b1b4121b48d5471f8bc58970d62de4c7e63397ed887" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c51b3acbcc03723f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Ciudad_Juarez", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fe11c20a18788db4260afcaa5d952c219f4777d2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8abe1bdbb0e216b84bd07e1f650f769c46be041a0f7cb588cf7a61537ef77601" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e138257216cac64a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Costa_Rica", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2d1fd66de0198ddfcc1958fbaaaaba9cdb7b1d8f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ef8ad86ba96b80893296cf4f907a3c482625f683aa8ae1b94bb31676725e94fe" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "faeaa95843b2d906", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Coyhaique", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5ab8432e1c16003678c884db36dbd93ce3def42e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6de65753a2f0e63c765a9ddd3519058a87d71a66b674ce83b2abc94fd0921dd7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ed1ea0b29af8271a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Creston", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4f0aa95a64b82c5cd06dc73afb3fffa37e145ec3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "74d39aef5420436779ba1edc97ec5999efbcbb79cc47d189ecf4a4b562033914" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9c63a537c6adb541", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Cuiaba", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ed31161916635d36d8a24e97bb43c83cecb02319" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "19126a92145736c3947208d975d43144825d4586b0f6933f60b59bba7f3c7648" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "80baf77f40ab67f4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Curacao", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "88581cc94985e8f6692d43d148c1c793fb220360" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "646108ca5019e62cbfac806c5d112d1ff65f5912242c8f5d4233ff108ca7dec6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6fad8a7404004818", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Danmarkshavn", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3bfae70ff7ffa8b928ba4bf0bcb5452d09ec0407" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6116407d40a856d68bd4bf8c60c60c1f5c3239a5509df528fe0167bcc5d2bb3c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cfea2aee0ec33dd4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Dawson", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "dc241cb66d50821505cc7708d43ee9b1e77a36dc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ac01e1cae32eca37ff7b20364811bbe8c4417ff7e3ff18b9140ba2595420261c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ab3f32029894362d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Dawson_Creek", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "dd98b887a02f1ae2785d5d6fe7d77e91ec5aae83" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6895c2c8fe23de0804e3018237e2eb4bd8690ffe73587cd04de4802935843d43" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c18c1d5e92d7ce24", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Denver", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "faa7d6cf4178d032d8ba8a4d77eac0fd47f8a718" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "32e819c00a43b3c348f539d700d425504f20b8d068c16418d26fa9b693e775c9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cb8ff75fa15c4fd8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Detroit", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6597537b399eab91a66e32bb4edae466de96a146" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "85e733f32a98d828f907ad46de02d9740559bd180af65d0ff7473f80dfae0f98" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0230b1ea2830050e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Dominica", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bcff62237fd34abc18ba24c9dd10608e6852826b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7e7db465be161ee7c531100137bf880f3acee56b1874e20661be218ae48f0a8c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7c34984f7411e5d5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Edmonton", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4f441f7a62122e43a963260550efb1a1ff3100c2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f939087dcdd096f6827f4a7c08e678dd8d47441025fa7011522f8975778ad6f1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "44d14af15945c0c1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Eirunepe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a8e1bda8dd087d157ed049568d57dcb7ef5e126b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8f9784c648c56aab42f83f172b4ac6ce817dc8481b4a54db3ea546f562a111af" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bccc6458385cb945", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/El_Salvador", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "45b4b952081502968b04b36e7cae24b987e9f532" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "82f18df0b923fac1a6dbfaecf0e52300c7f5a0cb4aa765deb3a51f593d16aa05" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ff776d5f05aabd71", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Fort_Nelson", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a453ec818cd948cc2492666443d4e39637ed7040" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7ab7ce0ebdc3ad2a73eb990074eed3b367466d9c6f75d10fea0c78057df2d89d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9cef2c61e74fb0f3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Fortaleza", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "538e62d07963e59bf9884b70bcbde2f9eb2c865e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ae3892074ab5701b8c0ce33da2b5bfbb07b950e2c1c1395f8c5a2dc0e61ed665" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dc91a2c0f1dc14dd", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Glace_Bay", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "40ba9843662a853c1d3643395db1a75c1164951f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1bc0c62c609aa47fda60217f3a168be50a277fb14e02000fc1e94ee61b425817" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "214ed045c261b024", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Goose_Bay", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "21d4df7695accb7b5164e41e28452f9655cd91a0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "26068bb9e8214af5f683bdb914e7c882982fb2ac591b29163a1019586a506516" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "21880a52f417a42c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Grand_Turk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "48735366abbf3760087cd1533f24415136763745" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e1838510f2bad017a5dbf7c2b18eaf499c5470c24a8e22adc8e7ff4349211305" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8718e5bb29f24a6d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Grenada", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "22c51e5eee62238f0bb0194178ac827af426ebbb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c9885c70cded8b2588d77c3834a38a148e0836ccfa5c5e7e2bc25f6033aae7bb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dc1940290849df28", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Guadeloupe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7736231d77c559a048fefe32162aab135afbe815" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "add9720f2ed382210e7a64178c261615160071b7d576af02633317deae9cc702" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "874bec7b6b2ade9b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Guatemala", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e0d50c845873aa466c9a2b020326d57af4d39b3d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "76e81480277a418e76c87907b943f88d15b3a39c78dfd2108a06980af105e3a4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5e6f5701c8fe761a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Guayaquil", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "104819aea721a86e274484ddbc58c331bc404226" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8f652e228fb846048e95335fbbbee6859f76c1a35378a152be6a157a6268a13d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "39ab0618878f9091", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Guyana", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7623e796f8074a16a88a78e36445c26c52174474" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4746cebc24430bc49121ec6686c76e3dd1db6d13f02361af883f68b44c6252b9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4239cca182d84fb8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Halifax", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "93568fd7e148b3f61fca5f36f8ae0a5b3b107fe3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4d9a667393f05a82df4df42843f6f7535ec113689529278d911d07a3c99b4e7f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d1da9e92e066cdc4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Havana", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "51c1a7a700e4028481e506e58faf22f9677c5e29" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1d441e02e281b04908e522d98eaca75c808e51539a8e42b3287e6bf8ebf939d7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "de559f06bce4f1a4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Hermosillo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e055ab758b61beef7d8a4ee5a6b38d789c5f6b2c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8b160a7acb4b992ee05a86e4f4aaba16d2d9a35caa6d601cb6b1542a5bb372dc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fb34e4d209c5a19c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Indiana/Indianapolis", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ad1a26bddb9304a620b2c6f7ec9f3a5226622906" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "90d2b2f4a8fd202b226187c209b020833300edec5ff86a463ccc685e8707532c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "402307f9a929ebc1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Indiana/Knox", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "41fdfe70a9789d427dc4be468f559a97ee9fcf54" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0acbd9e412b0daa55abf7c7f17c094f6d68974393b8d7e3509fb2a9acea35d5f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7f4f489320edf193", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Indiana/Marengo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0530ef4b3396d7031cc5e4ff82dc42c10f2f89a1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7f7b50fa580c49403b9ef9fae295e12ad24bee65b319a8e809e81ae4c10949b2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9cccd73a2ad6fc8e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Indiana/Petersburg", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "570cef94f900163bce34b3f85b9ea5b36df92146" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "03cf0e1ee334460de230b1e32a05eafddda36427554b2b5442cfbd5b429c1724" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "af1e80c0b1d8abda", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Indiana/Tell_City", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "20594c1309a07d4691ff9af0a77782b5e2d95c61" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e1d5aa02bf58d815df2f8a40424fbcd5cde01a5d9c35d1d7383effc09861867f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "235cfd783953d0d7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Indiana/Vevay", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3959be4d9e86c9c1a7f8febc46554584b2a7ceff" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1fb551d86fbfb03fc2e519b83f78358910b515608f8389b43060f73f53cbcec9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f90274dc4cab3567", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Indiana/Vincennes", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f9a3d65b42b008c5a85c73934fcf94eaeac4b931" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "eb6980c53ec03c509aa3281f96713374ea5ef9fb96d7239b23a9ba11451c4bb0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8f9e9a3f949c0137", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Indiana/Winamac", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5d169fbd02f628dd6fdafbbab7a7e4a6da54fd21" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "69918cda347c087f411d252aed7ca08b078377a768ad72cf5e0db8e97b1b47ab" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ad13ba8b190ecd3a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Inuvik", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1291de8f6d914ee264f0b27a55278ff12a00ad7a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e89fa66a90e7ae4f40d4bb6cc28137e2da92cbfb9f79d70404dc62c64ac48c8a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "24d1e8ae80e1a27a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Iqaluit", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "210193fdb9be1a88f5d245ddf3dce819469be233" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7de3a7c40374374afe335aa592b03824cc9ac28734b6a69ed2288108f0c0b389" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "47d3de7b64eb9f81", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Jamaica", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "77453a2772c127d0b213f8580ff7890cbf7b4929" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c256a089e50f45fe7e6de89efa1ed0b0e35b3738c6b26f2f32cf2e7f6f29c36f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fd58b2c385fae886", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Juneau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "740e88dcd737d076404c386330bd379d55ee8281" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "93b8716f46864677e713e0c18b72e472303344fc807f4fc7c34bd515f8c679bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8087ff8fa1cb257f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Kentucky/Louisville", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a63a322042aab6a2583de2f636a5eb15f71eae33" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b4fd3bdb157f9ffbc8423c71709efb0067868fac8bd4a3e99f77f089db3d8355" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "52575c803254ee86", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Kentucky/Monticello", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ad63bf4d1228ab308b2ed6758c21fbebb56395db" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2ed7720a8f3906b5d0b3aae51fad589bef0aa961c7e8fc003a30f44318487733" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9c117a9c252f98ab", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/La_Paz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2313587ef9525a48ce8d50135a928966361a8899" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "86a7c3f0b407ba97598638b67bddfff69390013f91ee6bb3ce33f49f27db1576" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9d1976a56e43d4a0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Lima", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d6387a81464dc5da3d084b18bfee6cf550e0ada6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1c78139c3527099ce26ef2f432b1bcab23aebe3998630ddedd1e556e7c4c66cf" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f6b68027d45e27ef", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Los_Angeles", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a4f1faebf0f0d032290ef87bb9973c2ff8f84074" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "68977bb9ad6d186fefc6c7abd36010a66e30008dcb2d376087a41c49861e7268" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8da8eff45645b8bf", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Maceio", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "77bd91d30eba1c3e5faee2b171d504cee244bf07" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "dd1e439527b7da44039a8495216a5cca4da8eeaa21afeae58b0a834861483324" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ec42c8f7428955f0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Managua", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "566a887308e8e16a9cebb62f3d4124b42c331674" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c41cc5d350079f61367c3f10772f831c57b7e94aa878da4a3df0a176e04a59d9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1eaa3a75497ce6c4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Manaus", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "acca1895b15d0dfc4ef7c52f73676d65494939e5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "17a44b38e78e8bd972999890990f6947cb45a4f67a120b8d74f7ce73a0615c31" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a6a57f9fca710c8e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Martinique", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "caf0e4c5fdae59d1b6c1278ad7ac84bf03bcb0a9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7ccb3cd24394d9816f0b47fdcb67a37bdec9780b536016a65eb9e54ee9cd2f34" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8fcbcd8ee3d1c1bc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Matamoros", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "638e4541bddbb0164c8d62590ff1bb97f88b822e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7eaf8fa9d999ad0f7c52c1661c0f62be3059bf91840514ceb8b4390aee5a8d6f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "efbd5da08101e3be", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Mazatlan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "44c28415e815f8e2b53604195f85da07b04d829d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0561f636a54f0353ecc842cf37fd8117c2a596bb26424aa0d5eba3b10be79f1f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d21f4f7014779ce8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Menominee", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "88fd8d108c020a3294eae6c83ad187cf0b01a602" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "02bbfd58b6df84d72946c5231c353be7b044770969d3c1addf4022c46de0674e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "104f1ddc5adce458", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Merida", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8e07f8356362c517ef41035a0394a59363cebfc0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4953441c26b38e899fb67b8f5416b2148f84f884345a696e1df4e91cfd21dddd" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ec488453edb926fc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Metlakatla", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9f327158b98652913af4d66c5257cfc014340536" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b709a27864d563657e53c9c5c6abf1edab18bfc1958de59d2edace23b500a552" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8b580960909cfd34", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Mexico_City", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f46bb76507fbd52204eef47c12c9320bd7945af7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "528836f85316cf6a35da347ab0af6f7a625a98b7a8e8e105310477b34c53c647" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a60e41ae669ddc83", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Miquelon", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "68f776f49ab4d606a095a3903856b79739072329" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "979b7104961ef474d166520b71b48bfc734362b8d46f4a2e79c372ed012483d7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fc6228d405cef30a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Moncton", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c08e5d548c3bb971f1a1236c397ded4f7227d769" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5a6bfe6e4f5a28a7165b33a9735505bbaec739fc1a224d969a1dcb82a19cb72b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b1d877eccda1a7d6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Monterrey", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ceaf09cf6075be4ff98b5716e65d197c9f302864" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "622c5311226e6dfe990545f2ea0df6840336811e065d73ea394e2dbf42f7906d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "da33eedc0ca71c60", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Montevideo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f82542b80df1b6921fc9a3f20de1a7c37bcb6ffd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7501011389a364fb724632972ba67e6cc1c9745aa9c21233c431f8c74e2b2989" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a01f7a4ded314bba", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Montserrat", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "70066c0c822c4e6d490b0bf3e4dea4e129ae99fc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c5048b50bdc8f0e2e1ca4643fea2eda2375c64df32c6d4ca7d36bf23e5165df7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4aee602d204ebec6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Nassau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c592b2705f6cae2e3a848e4d840fb8020bb0e777" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "304a41fcbd71dd49f0c2a8cec0da83bc27e04183ce9e10768dec0bc223b15788" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "14ac99a706ecea03", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/New_York", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bc9337182ee4bad790b527f56bd3d2130691d693" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e9ed07d7bee0c76a9d442d091ef1f01668fee7c4f26014c0a868b19fe6c18a95" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "acaa9a3b75ea250a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Nome", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1e6cf03e0c8fbb7a079090cf164e73291681bafc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "da2cccdfe3fe3ea27dcdae8c761cc57ccbcf14dabb1a29baf6d02f1303de636b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "aa5c2a101b80e9d7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Noronha", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5ddd3077848063388b0850642d94b3451c8ab835" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7de7910228d0a8aca5660a9ef389ca86c14bc9c4f9cc8066ee62c8bddc86c38c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "82b244e780297ac3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/North_Dakota/Beulah", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "99080962e50069d5e6a206bff8931a67b5afebe9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "aad81ba8dbbc3370241c5da7fbfa12a6cd69613e12c607256e490f29b5da047b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "705ecd864bef14f1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/North_Dakota/Center", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "16ee5640265f404a2a64cbb48547b834b780cf71" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f5959b2bd60a92ab942f2054152dcbaff89dc5bb7b57bcb85b810ed0a9f6d2cc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "55d234b68a313077", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/North_Dakota/New_Salem", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6d1defaee32cee5fdaaa1405460d9ee4e4dceb55" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0c7fdbb107ee5272b6a1b75bd3a2a08ac3b85cbaa1b75d815ddae052c659bde8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b7b5d764c1ba2aaa", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Nuuk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9e682b8e92ffa5ee7844cca6378ccbc0c8b8a1eb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2865eb30df98918a550a02dda5c7f030543bec4b11006b235021b7c8052f55fc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1312a365780457bc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Ojinaga", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "346cae590643f608e6c31870966e576f2c194936" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6f7f10ffb55d902673695c1bece5ee75d8a1240cd428f4d3a97726a419b59ed1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "98af728a8da02376", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Panama", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a94fbc2d567e41723f03629b6c9a864260108a17" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "91ac80fe976931c490d058c8ce8b5d71ffa6d4961f6ca13ea9c153f0b0bccea0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c0de1289d6499ef8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Paramaribo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "76aabf80ff59002355d79fb03c282dcf4894500c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "67b519bcd96077ea845078c43d85c890b35382331c0b393d11f51412653277b3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c81d1aad22eead67", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Phoenix", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a3f54df3a017c38626f04bd9576a0a11663303fd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8a5973d2c62e2cbf2520f2b44e4a2ee9d2f455c93f0f45bfdeb4533af1584664" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5e959275e11df500", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Port-au-Prince", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9901445a7bf4a993111d087ef812890dd44a67be" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d3d64025de083a23297dda54b85d54e3847f851b7a06fa409055ce9d83bdc8e3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "da82091d2b5dfeef", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Port_of_Spain", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8ee1b0d3b895b4195e0b580b67c0b2ee1010d29d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d7b813d9e39530528917fb32a700cfb9d905c061228eb45f90153e68adc52fad" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8f1298c894082875", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Porto_Velho", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "323d3a00b7012a11e609c1889d84d3b809d8e1ef" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b92315da16568fe572061141c02f79d3071385f3778eae8a9727044a64132ce0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b1defbafd5f0f857", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Puerto_Rico", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fcf8be5296496a5dd3a7a97ed331b0bb5c861450" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8491e557ff801a8306516b8ca5946ff5f2e6821af31477eb47d7d191cc5a6497" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2d9276e1a91f61eb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Punta_Arenas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8be47376d5c6a7545b1f5ce7d643163e2738ada8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b51e6e21fd77e7501616aaea36d9979e14169ca444989699a8a0736964553134" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ef500452e9dac5cb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Rankin_Inlet", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f517c389db4ac89bc79cbf8ee5736f0cad7bc7b9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9d782a8cbdced815747a6f9793ca9545165bfd7d324261c4eaf9924af23d2b37" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e32449164458e71d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Recife", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "729dde5b8256b5811d81587ffe94556868d8025f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6c9fc7134f89162a38fa8c29674a4b3bc5376a2d1f886bbc4072f40dec4b88b7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ac80bdec6e4af6f4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Regina", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ecd6b0c718b65c0c90e8097943a899c0b0cb60d8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ca3a93d3ca476c80987bcdc7f099ad68306f085a91bfb4dfcdedd8f31b97ba4c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "74b013e367e5381f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Resolute", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c01bda981211a1387a2c18d7a57165e72da83d95" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0a7314d9d048fbadefb7cf89d10d51a29c7ef1bf694422e386faf270c21e7468" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2eb9d9a0e302109f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Rio_Branco", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4b4db121d39b9cbede3e78f144ee0bffa743e8ab" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d20a49525e3a8506e9d0fe978f54b4340ac859e02bcaeb835e3b2576f0791871" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "064b9e2ae7539302", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Santarem", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0d3a12f5ca9f1958391ce2538e90113366d9008d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "56664ff52e693ee705c72a80395f74f049965d066f8028162e6949253525d0b1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2cd0e9481593eb35", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Santiago", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f8b4089fb3afeabd825e427ca3b9d2a6e934ef12" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d020f0d77742314b28aae32ea68260ba99330143610cae84d2557151103ba2c0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "179ce2a9ce2e12cd", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Santo_Domingo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a135300f73df9c427db37aa9ba29e25f83463211" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0cab5a123f1f43ddb26c84d3594e019b5eb44bda732665156e36964677a7c54e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7fb875952949aceb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Sao_Paulo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d83862964e9a4ba52d147a824f6f28cd4fbf666b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "04c06744ee3fe078ef3b8b779e38eb30666bf993e67a092fcaf2fc28f63a64ce" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e10b75221e100d37", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Scoresbysund", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1fb005c62e9186e375c0565c3539d7f739c31e8a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2beaa488c08216039ef1c70f300040fa50e373dbdbeb0a65b8138255f88174b2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "76c5be3aacf8ebd0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Sitka", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7bb2fd466acd0399f44f56c2ed9a2a0353fb2f82" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6a24bb164dfb859a7367d56478941e17e06a4cb442d503930a03002704fc5310" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8ecc605ab2855fa7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/St_Johns", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4336075a81adbebeb26ca297ce309dc595b86463" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "af5fb5eee2afdbb799dc9b15930fc32d941ba3ac2f8eeb95bbb0b6a43b263a02" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7b08af0bba1e452c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/St_Kitts", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8650003c5445719bf811a5a41fafe67841258986" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "afc412c84fb12ae86faca5a8e0878cbf91c32dd3c4b7485ead82d4533d0059f6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9228e06fd6fc3187", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/St_Lucia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a91eac7701417067bf7f6b8d635a59741125e983" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "236ae9122a1b4b1cc9f8e7a2f59dcf167198b208d5cc058bea4642d60a2d94de" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fa102f224e6b80ee", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/St_Thomas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "16bd3f2ce6deb13ec0c1f136a0d91dcddf081a21" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5b1f38380e227d9d815400286437a6fbdd8ef838e724683db5f4655a6f351553" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2406122b5a600362", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/St_Vincent", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9f3030aa1b5fe2189230828dad9070a7142318b5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3549bddd8952b7e47d6a5d04d501d522521e3380e3b04e864cf13b661f5ffdef" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e19df69c696eeabc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Swift_Current", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e607b1ddf124e4061e437365e16404633bbdc4bd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "45128e17bbd90bc56f6310fc3cfe09d7f8543dac8a04fecbbbcd1abd191f3c36" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4749ae436dcb3667", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Tegucigalpa", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fe5537f0f326f4513aaf98ba68268b0798e72e0b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1333b3ee7b5396b78cabaf4967609c01bf0fb3df15f5b50c378f34b693c8cb0e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6af5a317e5150f6f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Thule", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c4e304073f4f90890439ca6205d60e20d2495f16" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f31b8f45a654f1180ee440aa1581d89a71e2a1cf35b0139a8a5915bbc634da2f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d88e2598a5173904", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Tijuana", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6ad63533ea183b2895759a9702ea96f0fff98759" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8c2e7b321726e6345912da396796bdb3672bfc4bd1a91c65ee58b38e004d4ca5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8ae1fb6ceec4f822", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Toronto", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a6d038ecff7126ee19ebb08a40d157c9a79964cd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a587a1a1607439f7bac283e1815f2bdbafb9649a453d18e06c2e44e6996d888f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cb96aaa681403986", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Tortola", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b54b1d241ae640d6266bd323de6b255f9b4870f4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2630eeb7e722f660ef4df14899437b18d2cbc092f66304427c0538257a08bda2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "31af827f898f6509", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Vancouver", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c9a51dd3ed5d3ffa61a2591c2b325a78e89825cd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e182e20ec67c46a7dd0aedb3d45fb1395edcb14ff2af2ac694a5776b307bed31" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b048cbcd8a61f9d4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Whitehorse", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4a8f00d33b5ca551a16cedc68cc8528fb4c111d8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4eb47a3c29d81be9920a504ca21aa53fcaa76215cc52cc9d23e2feaae5c5c723" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f65efc9a81ffc8a3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Winnipeg", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "684c62d80d16a9256c9123074466cc5d0288daea" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ecffbf610ae77857289fb40a4933a79221a3129a450e7dd9e3c309d6aabc541c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f4bfeadfe3e03fdb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/America/Yakutat", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f115ac1b5b64b28cad149f1cdf10fb0649fe5c48" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b45c2729bbf0872ca7e0b353027e727bf2560ddc6309eacd0edee83b05303b63" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0fbc402eff44449a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Antarctica/Casey", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b6ff40c638a543a34f1adc1448c1eb92366a1b76" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "55e68b3b14df0f28df197ab9525f7924420c5cd587496fb4377c8ea12ed52be7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ec8a0baec15fbe19", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Antarctica/Davis", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "91cb86205c48468ecdbbc5cf91de015fd1d55014" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5c1d76744ab443edd793304d4cd0bb1b57f31fe5b1c5cb48b99a88df3a7cca92" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7343b4e6344b0ba3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Antarctica/DumontDUrville", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d0c69f2a52d7ba4687044d19076f8778f52f2981" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bb609a35ef45882fcaa9d546b9d46cf558149238c53bac702a16b248da182a33" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d014935b28c99a7d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Antarctica/Macquarie", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "99cbdcf1d9afe0907b96f0ca06636bde4e5383c3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "89eed195a53c4474e8ad5563f8c5fc4ad28cab1fe85dfe141f63d4aa9cdcc1ed" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "78b1c84ff7c83b9f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Antarctica/Mawson", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ce9fafbd02c8d51fbc9a96be61b5e93df92d3678" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1232056ea45daf664905a2355efa16469b679d6d4b16b961c9dc430ee2108d22" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a47d47975685c4e0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Antarctica/McMurdo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "eb3f7a6e5fcc4afa8f57a639e1a7f451c617a29e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bfcb3bf057d9b44e1c5fab524e1493c8c05f24fcd78785de5ec9a06e9733a322" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "324d03fc134de165", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Antarctica/Palmer", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9e8e95b3eccdcbb5b3f6bdfb9a91f7b9b8248deb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1d3658d0cf2d77ba14c794443e04421eea8a8395777e32448b895804d2f812d8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0f44f76fe6934dbc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Antarctica/Rothera", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "88bc94b25fec0bca5356a8a3c509cbc3adcf6c85" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ffd358f9ff2f928cd062b8db5073f96237080a0d3e2eec80f4f9c878ad76dd15" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6eab91cdc52b5370", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Antarctica/Syowa", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fed591101e1b06a43c1e45517f816bf492630172" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "505c1d07be893222938513db045c0cd92e2bc8cd9c4daded545f8e6248b59caa" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d7cb331c29de6bbf", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Antarctica/Troll", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d46ca6dc89ac8d73007507f8ae9db1ed6c43761d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7e3718a69c2bd459e312cb1e7be44b806380373a14c9f8ec7be4462b8e8f4761" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3441d6611828333b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Antarctica/Vostok", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7ccc7d15d0af513c6976996e1d39352ed7dba8ea" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "29f7edc1dccae8f90c0f3d1df83df3e0728806063d2aab2a1e74e7aac3ccad48" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9146f0a71fb37b30", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Aden", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d96e3388ef1fe3805a77b2cd4cbf9432ceb0e9f9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "96a3ebcde1fc338ef6911805551c31d7f16f271fa27e8d0fe68421dba876e898" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b2cade7662644bad", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Almaty", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3e0146d33450990d97e6dd177ac1ca6004da60c7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "94f2d65e4d9fd66598450645908aeaff91e486872c5018acd0cfb285d0c77014" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ea5cfc0701280493", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Amman", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "57cfde6f53f3cced42946916e888d54403d08969" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "42fe1c5d7c3b28141613cf367208f4923437c21d6fa55d68ac9dafd898f1af65" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2778cb67955ee080", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Anadyr", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7ce5effbc1b12104beeaa46f9886e45eaf13d895" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5aa2a71e8e481d2599d3c776b12e72b47b6fd0c40ca1cccfdd6f736c30eb6d85" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4e23df861da6814e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Aqtau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5db0290cbd570ffb53e8c6a545873ddb2ee23326" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e27eb9e0566d0ecb1749f850b338d91b93a6b5b136ce8d4a6e259c62b149834d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cd079b65f3ae089a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Aqtobe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "503ea07ccb02ec48462fbdf51f051737f2005281" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d681474dbfb26dc4ea2d79b4af564e5607583131e51a836cf8f82fbb1e747771" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4585a1723dde5540", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Ashgabat", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "58b5f9b3781cda97e215333cf07284b2f8f704ef" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fac7c69d1ba68a8eff06cf30f581f8c510d6823077c01796edcd02e7a42a93ae" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "17139fde6c4b188f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Atyrau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "88cf25cdea7ed28d832d783b47b06e038aeede4a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fd4f02394204f671bf1ca75d644d50d2c3eecf7accc1f8f099f9d50d8fef4a68" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a18186b36cb957f0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Baghdad", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bcfde35ccf92ddad05e63ae49f275eb67c9afd90" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4bea65288e3308ba88d22746001124de84536b3372ac88f64fdf3e12d5ad643f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8da7acf83711f739", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Bahrain", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "25eccac8d5d675d0d550e1147faa2c73ca71227c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "94b760c3b4252e939ec05f7adc78b6b73a41bf790998285fc3b150ef692c39a3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d732f17376bceef8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Baku", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2242262f170c28641aba438b583994ed9e6c48d9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ebf86af7c4861b48f4240f2a631f7a59c20c6522d6e30e3ad105e1fce33f71c8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "67e4c627328ba178", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Bangkok", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9d2f3654d198fa02fed46579cf57bb2adbe09ed8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "85fff93d57a041c1524bad028d2f340bb87e4c63ab7d0e27726f3737c5666649" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f42ee2f288ce2601", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Barnaul", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "661d813cbd1b68751618b205e6ff172e45dca6f4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "df37948a62d332b219134bd7e971c5bc1dcca2a131a156c4e424a6e86574cdfd" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "476f3f7c53b10fb1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Beirut", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fba8b66863fcd6bcabec3a13467e0b3450650ad5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fd9ff664083f88bf6f539d490c1f02074e2e5c10eb7f590b222b3e2675da4b6a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4e65906d42a7c385", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Bishkek", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "31dc024a65b49ae0806079677bf2cf1e07d77a18" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "20ea14ca300120b0a45eed6b8c222a4b002e7d16059257396000b88dd855c3a4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2452c44dd0d81d24", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Brunei", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f598427c44f7c5783730d32b9f47aa9ebeac6c98" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "36cc4dc9f07f0bd5cad91a69715752f6a981a7108f2d5d00da0453e7b880bf2c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4c5ae2962963312e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Chita", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6eb2b91f9f0c64e6bcfcef7735fdd470c90aaf18" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2db4a54b6decc0590035449c83cce4351d2298035635f388698777f476cb7484" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b2315d36d2e8f232", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Colombo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "10cf440cea30a8286c6ce17d5cef2e37c2913a40" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c39d8bedb813e26e6172046e7af20f63cdf1cad7e406690b86728cc29d7a2ac6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dc0ab67ad28e634f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Damascus", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a5a78c9e5c2b86fc9dd0dab83920ea739b020b02" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "12d84685e6875a6cb922b2c273d3663378ef0124051edf13b01174ec8d6d81b8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "de82151be23f5398", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Dhaka", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b87b3f2a00a1baa11f7a3e7ff40b09451f4753da" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fb1ba527629586f2a9eab9592ccc9da70ee85d58ab93eae2107fb5f35c4f139e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cfdc33f521417bf3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Dili", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8ee687d00c9b6813e20196906f15b7f6aa551410" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d80f6e166c12c28140e68d9e9352c0d2e72884f9cce368215af0fd0f94dd9c99" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7b99e224ae9df890", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Dubai", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "06f88ab61b092bff63b9507aff7d0e947814449a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a667613e16894702b038dbf18993467854880a3956cf263d265147bfe1fdba96" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8c168ab2ac2defb8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Dushanbe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7657ed74ec2c085f04ea4b7a6eff5fd0aab90da1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9286279d85ae16c057775bc97d9b06769c276c51c4c2f9060664abaf1dca22cb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d2c07a03543f7884", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Famagusta", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d7f718a82b28e4fedb4e6501fc94ca2a6ec758c8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "085adcca077cb9d7b9c7a384b5f33f0f0d0a607a31a4f3f3ab8e8aa075718e37" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9ab938f12938ebc8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Gaza", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "169848cd25c3fe443c5d0bdd5c96d68a949cfe78" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b7463171440be7754d2a729b2a28e7d0e13f31aaf21329e89da6ec7be893b73b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4dcdbcf5e68215ac", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Hebron", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "201832bdac94204b130b3d01a26f608357e8da26" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e98d144872b1fb1a02c42aff5a90ae337a253f5bd41a7ceb7271a2c9015ca9d4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0766bd56cee16af4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Ho_Chi_Minh", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4808c01d2da9ba8a1f0da603d20d515e3e7a67e6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2e7bf5be950d017068f2fd1bf5df40429cbe004c8ee506b6220d0fbc3923ae65" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8c0f4e71bef43090", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Hong_Kong", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0c3205dd5ec08d17c2161af789df8d05b1bda1b6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6a5fcee243e5ab92698242d88c4699ceb7208a22ee97d342d11e41ebd2555a17" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9d0bf5368b7e15ba", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Hovd", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2296df5a26073f76f1ffb20d191dbce4682303ed" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "667e0f2c6943f944490ec6c2868af96ea593cee022976b5bac6256d23e532dbb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6541ed1acab9dfce", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Irkutsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2864270b9246fbd64432723540b5d0c645773f26" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "215ba85c2c1d788f8a2147c5904b7ac818ea60fdd5f464eb17efd62e77df1739" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c5ddb28f6eeeb678", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Jakarta", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "be35b8895cd70cc9c5744d30260e82f0421a9337" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4ef13306f4b37f314274eb0c019d10811f79240e717f790064e361cb98045d11" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fbc2b3eba6f242f9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Jayapura", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "70cd707f6e144cf0cb40af01a70b9c4739208e48" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8a1cd477e2fc1d456a1be35ad743323c4f986308d5163fb17abaa34cde04259b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "20babd8558c155c1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Jerusalem", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "89e42d27cfb78255ae18ee02f5a4c8e3ba57dde0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "254b964265b94e16b4a498f0eb543968dec25f4cf80fba29b3d38e4a775ae837" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d8dc95daf260c308", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Kabul", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "007257116e23e759f69a1f9469289ccb420ac2a3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "25911ba3c6d28ff2fb1e75d49b68005253650af2654498459121c2839a378209" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4102bf1572bf5ada", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Kamchatka", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "65417acef2e15dc96a3fadba5e777a15de301eba" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "298d4f949bd148d918ff9872241c63e430f079e61541a04ad396602f791d7026" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dbf6d4f775d08624", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Karachi", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a4c69f1551a0a9bdd8d1817c547bd18218b570a3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "881fa658c4d75327c1c00919773f3f526130d31b20c48b9bf8a348eda9338649" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "652b7deadcf526d4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Kathmandu", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5e95dd3054b5992d6af40f0102637ac70fb01063" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fd1b1f79259b0abf24338611262ed7bfa8401221d6d7820586c5ec7e16cf8e83" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c1454f94175cdb23", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Khandyga", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f71032aa4097281a21cb14ad18b0ce968072c6e4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6ca7e6c3a939a980d0b041c6dccbfe5588acdd8842795eea8a30f17f140d9ff8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2cf17cd08efa3a7b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Kolkata", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "856df72f3f593ff1e183505d743bf65e40a30aca" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e90c341036cb7203200e293cb3b513267e104a39a594f35e195254e6bc0a17cf" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "25506a9e5ab1bb9d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Krasnoyarsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e53bab69df8783b0452c4fe6cee478f53ff30616" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0f9284ff5c16483d98762c43cbc9f72c135a025135ff2dd3597c3a36bc4528a0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "97d51deebf8a5aca", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Kuala_Lumpur", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f7426824f1a6626d2bb605c4fbc5a8956c860688" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "16c33d8c3ebac8eddde9149085d9224330539bad676a2f3ff34bc6d46703d24a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3ea445035a8b8b07", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Kuching", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "01f030c6205d997110c5f1534ef4e5d473a4a5b0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0f9aadc9627f48cf1b4d0789248621aaaa23c6554a6eb142d4460c0d4f46cd74" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e611bc34c8590599", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Kuwait", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "21e4d8cab31652c0a90123b3e20800c210b859fc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a65c6e8397449b5325d884f1d9e23ed765b2a2b98394e0010ef896e6648c653a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bf16a77a09e452f6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Macau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bbd377edbc12abe7cd74edc80086dd21bb34a6ca" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "32f02447246cac0dabd39d88b65c85e5b8761617918c8d233f0834b88887d989" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9ec3370766f2e8af", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Magadan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "96211bda9e69f825d6f6d2458492283bbea76633" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1dc704117050bcc98ba02fc913eccffcc94b019d5698d2d02df337b49b79e4ce" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9bfbe61d0e88a4cb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Makassar", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2d411fa607c974fe3d77ee18612a21717d226b5e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3a126d0aa493114faee67d28a4154ee41bbec10cdc60fcbd4bfe9a02125780ec" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "abbbac1d1e17312f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Manila", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d1cabdadc66cf3536c77a812baa074080b2140ca" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f314d21c542e615756dd385d36a896cd57ba16fef983fe6b4d061444bbf1ac9e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3b10cf9116ecd087", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Muscat", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3e7c175225fb2e86fe7f9dde1d01363360fb9c0d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4d08ca780545a5026472af7a37542e3efcbf96a6f6f1f0b44070aff23dacb99c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0cdde2ec9e0156ad", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Nicosia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "642099c037f5f40aa6152f7590e3cee90b7ae64a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d149e6d08153ec7c86790ec5def4daffe9257f2b0282bba5a853ba043d699595" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "10f6b6d42fd6b29c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Novokuznetsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4b405bd7a0850b135f533b1a4eb8ea0fde55c214" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a72c71b5252d6037959859340a0f85df795a652d222ad75ef7f1899cbf5fd0a3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f9ad66ae499ef3e6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Novosibirsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d31a883a3106afac08e77c6c26e4df993495fd17" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e4adbe1b1d794e19477e89725bce52e73444b4070c8de1c16162b813cc762dd6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "355c364306a52c37", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Omsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cc2ca1473edd947d932efc43a7faf5316e8ed670" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1f25c8588b495c12951d4cd67103e2d4c99de992e6664f90851528f4abf65ce2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "060bb50fbc6fe968", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Oral", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "dea286d2b5a24a0a4019081cfc824a5cb8bb25d2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5904f8a91982f5123f965f3307d16f9002fc7b319bf2aa2a59def9193942ee44" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b5be0c06bd5dc919", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Phnom_Penh", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5993030fb7d28cf552abb733c578247e7c0ba572" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "04849aa17a4de959c28b15e92c6863700c4056d0a428139555ceaa4e96acff16" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1cad9c4423f6144b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Pontianak", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ce2c32e874ec64696f76be4439aad95cc7e3c4e7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8a7397c2e2ad8cabf5cff7a588f65222a8d2b7ac21b6ec613de1b56298d4fc14" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "794d222e02084b94", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Pyongyang", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "99b004e8e97b94265617932951e7227b635ced64" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ffe8371a70c0b5f0d7e17024b571fd8c5a2e2d40e63a8be78e839fbd1a540ec1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "12927da34053375d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Qatar", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3352b4d6bf9fa56540b74bb08b1fba21feff3acd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c2494663758f1a9fb3d4e5306ff28e1f3453c019ddb7545f0e0f54b6db77e86e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bfaf418e940468f8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Qostanay", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b66a13bf29a7a75aec55ccd8613025c82362973b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1c88e59fc4083cd454e8c916cf23e2eaf0eb8e59956785f31717141ed5cc8bbb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "265097ae73201767", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Qyzylorda", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f1029e05cbee401ead5647ab31fa882f94d3d4fe" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2592cd37a36e2e4a9a5847956826625bf80be81ac814bf65afae622bb9b254f8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "69c053419285fb90", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Riyadh", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1294daffe7ba6c5b2e7624128fe453685be1ab02" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a02287eee69f37c475a3e8a35c6a13e54d49671c2fa0bcc9bbfd82ab28b68543" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "478da7f9e0e7a758", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Sakhalin", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ee80f34440707ea2f820cf45bfe499281db7d769" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c73028afcda28407bec971300ba39688cce8f5be99fa8425dfd348914e4785bb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8abfd126d80aa1e3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Samarkand", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ef6591b37b6bf24a0dfd2e34517f2e8749e6e358" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cc929246dde512f77a42f83d6f8f500323b87132725674cac8f61ccae7691f19" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "43340dc73076722c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Seoul", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "53c1223d1f4dec149d0cadd6d488672619abf0d6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2c8f4bb15dd77090b497e2a841ff3323ecbbae4f9dbb9edead2f8dd8fb5d8bb4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1d3595d363a871f5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Shanghai", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "79360e38e040eaa15b6e880296c1d1531f537b6f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "64ffc2e43a94435a043c040d1d3af7e92d031adc78e7737af1861baa4eeef3e6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d35db121dded2f89", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Singapore", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "67497848634496fcba203626ea34b123c4021aa9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5e67952267aa709f212739bb4e302d8b59d6240c5ac0eaaaee32330e71d7da12" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2985e949261a9c2a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Srednekolymsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "198de53b4845f2446117d7342c740effc63fd0de" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "79f69a4fc8851eb71c729f9564a34cbed4ee3cb3631b957d247e4a287847dd22" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6bac30452c5fca72", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Taipei", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "515e1ab82b216406f364cf666dae998e4b8dc6f8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0cc990c0ea4faa5db9b9edcd7fcbc028a4f87a6d3a0f567dac76cb222b718b19" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f876a246d6beb13d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Tashkent", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c21bc14086925d0281de00e574bb9bc3823da10b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6a944fcb6e757d2472fe2c6c83704e64d9946c774ef3a3f9f8f7600b55f0b3b5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f0bd5ddac86f23f6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Tbilisi", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bb2131e239ab454c2aae1ca21190c8a759dc8027" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cd0fb66d5ab9fd449449bc0deaad2abd68c3f875e429a1f889f315ab59447883" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "777609827f8e0a15", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Tehran", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "92a081ad822c6373b2d70662049a007918688ed6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2dbd87f410815edcfcd7d14be84de0040ef0d913a22203e0c7e7f4f17a6a915a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "67ac0c5ab17f1e49", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Thimphu", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fcaade6d380cb19c1f6380147144efbbc9211fcd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1b69d341510c98a956b7407be3f7d400beca437600bbffc9e87722898b362325" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "143c18b8e8a5954e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Tokyo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "41852e7fc829ff3ace521bc3ebc60b6e43b56da6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a02b9e66044dc5c35c5f76467627fdcba4aee1cc958606b85c777095cad82ceb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0761a47f6c0a02aa", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Tomsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f31a1670b453fdbdbddb35bcfcace8eb805c7f15" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "72bd142d981606741fcc38897989aaa40ed7a39411ceeaefac7b2b6d9b2784e4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1e4da43afd676b05", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Ulaanbaatar", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e21ed806ee58826e66b5cf106792feaeca546763" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a9491746c4dcfeeec1f7427150b4aeef2cca6c6b467ca71f10521ab063c2d9e7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5f14635bd2755558", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Urumqi", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1891b18b9e9d847e831069a5990b463ae7e7a4db" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "17564e759643b151f00c98a792c47e86372a3f3a8e963bddade648585ba52716" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8fbd45dcbc37409e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Ust-Nera", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fb89c588e5f3ca0661a0110609f12312438d4419" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cec1bc9209f0d0572ce4dd96c0d4d59af5a44e5a707fb3a8f32ebc1dc5e3632c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "37d008cfb9e4d0cf", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Vientiane", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "caea055230cd37567c0a8b81a85c67377adbf893" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6648d5ba8e941c079cec7d4d5a6634d1d45a8866b3080c21bff53dbd0b7d613d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7b462669ee1c26c6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Vladivostok", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "544159be37df642f3b3d15a817bcfa6ecac04de6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5cc40b321e523db23a0b847750ee0a85b9c6e2159590735e7730907aac4593a0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a5d6685f1f291263", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Yakutsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "df0da336139bedb1f16437f9f8c1de06a83e844d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3cf36b446820f6379f39433ee8cf17a9a226f8495f991652580b5218a2f33574" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0d684c0a38ae1bed", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Yangon", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "10c4f4d196227070b7b896fe50429cc6db268d37" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fd81c04aae19e5871420b21d844ce0dbb0862f36ab5073c31ecd438f44203463" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d1dae6523ca5e200", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Yekaterinburg", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "412eea5b1386b6960c6b85563f9a14b37c886ea0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e0dc845ba5e3af852c58f87adc720f2381ba193fed546d57920736c5bc068f30" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e1642457b1866f26", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Asia/Yerevan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "aebbc748b4b2537ee6ab504b77b75a4a28339135" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "14cd29500e0d6d35816ff0ac2792822d5acba0d99a77b9e304aa85ac9043a311" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8f59012c2d33980f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Atlantic/Azores", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9580f27faae2b4644f4a16ca79e45382fe83f917" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "eba843c5a2bcc459e4b4b32ba4dc640f8af58069214be3c4a657aec33b86440d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "28a984145127aa4a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Atlantic/Bermuda", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "44e7011574ab916094cc410221bcff4960831155" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2cd18a7ccb2762fc089a34f2cd7acb84c3871c3bbba88ebb45b60d2afbc8d792" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cb27d11b0f8bf749", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Atlantic/Canary", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "395c4e66b52d9181e31450d07b5365a10ec26aa3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ca62bdb9faa986f3630cade1ce290de067e4711dd07820623cac9573a16395b0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e29de11d57dd9ec1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Atlantic/Cape_Verde", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f0dae92d97c27b1f5b54602a399c2986bca120ce" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a3dda92dd2c55ff6fdbd48aadeb36971ae2dba920edddc7dacdae73dc03ce3be" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7d9154577594376c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Atlantic/Faroe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "dd6b1178a2066e496edfcd2426d44ea5dd23a3d8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3626dd64f66d6a99d847f9b22199cc753692286b0e04682e8e3d3f4f636f033b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0d2b704669ea287d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Atlantic/Madeira", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "18738836410da9e19de07a766494d71f957f6e36" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "95863ce4c0b9f8650a1319b7e778b1c2d643c5ab186af4d35842efbf94572f11" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c422bc682d30f5d5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Atlantic/Reykjavik", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "dca85c80179204018293e1b58a04d89e86a6ca5c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "99291a4411992de52b9bcf0478771a5a711ddf95a7f808361b5d07b48dc6d9f8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "02c0251e8c2a8f5d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Atlantic/South_Georgia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d0eebf6463b6b9013787275aa2cd096e0c8698b7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "23d48070f3ee9b2e977fd3fb760d9a135ea8c700c8ab2285aa29c94c2f97b203" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "50dc2411d0e33e35", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Atlantic/St_Helena", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8e37214bbd267cbe81d4febd457cac21ae972d1f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a6dfe04a0d3889bca9b71df65370184b41c8a83efb4eb1222da544478d0f6d5d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ca6ca68a64ceb275", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Atlantic/Stanley", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "54cb6323653fdf9d5cd7f23e84d5388d26df9921" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b221235d302e4ee9bfe171ad4bdf0c044df85d6ff9c605d28445f938c9d2163a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ca81e44394be77c9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Australia/Adelaide", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "91e31f0fe53950a7e8ac0bd66964069d4d7dabe9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "95dd846f153be6856098f7bbd37cfe23a6aa2e0d0a9afeb665c086ce44f9476d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "39e47de9b6324a88", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Australia/Brisbane", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d1cae3c294b3bc9e1d4a1e1e5457f63abb6b554e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "796e90cf37b6b74faca5e2669afb7524ccdb91269d20a744f385c773b254b467" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8d935a1c83b04c86", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Australia/Broken_Hill", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7f8d2d9322173a3390737371410592ecbcb9e858" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "de4ff79634ef4b91927e8ed787ac3bd54811dda03060f06c9c227e9a51180aa4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a70b13b508579067", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Australia/Darwin", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fa21b92f3596419128a660acccf2f1cf6aa66ab0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7e7d08661216f7c1409f32e283efc606d5b92c0e788da8dd79e533838b421afa" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "92e187e5ef7ad091", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Australia/Eucla", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b88617cf02910b054381b3d1affe4d5a42e3f051" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8b5f97186f08e84d1d5c8756185e039647c32d686203127fde0329b7e9e6feee" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "43d27d880e28f28f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Australia/Hobart", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "db8884f4beb55ae0c292403cdb8ffc47c18effcd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "18b412ce021fb16c4ebe628eae1a5fa1f5aa20d41fea1dfa358cb799caba81c8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4e4e064de7484191", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Australia/Lindeman", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8ac554523fc5300e535323ce58e46f8adb72c2e5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c4ce94771db6a0b3682d1d58ec64211ce628bfc9f0df140daa073f35543624ae" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a004f1dbfbb62659", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Australia/Lord_Howe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "811fd8de8b43dbbaec83a262809bb9fa6162244c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a323c5433991a963eb497b7da4d1d09848bf3ef5f5d64d9c9649f388e4bab9df" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "acb4c4c84e4bb569", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Australia/Melbourne", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d6f744692e6c8b73de1eef051814f00e0d159e6a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "96fc7f31072e9cc73abb6b2622b97c5f8dbb6cbb17be3920a4249d8d80933413" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "079068eda396f672", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Australia/Perth", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bb00a26c7ab0df1054fa1c4a71f0bd836a9be5f8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "025d4339487853fa1f3144127959734b20f7c7b4948cff5d72149a0541a67968" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0ae6dc1cd80a96b2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Australia/Sydney", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ca9f55088c536a5cb6993b1a5fe361c0617bc4fd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "42c3857585b16db2f8ffd47ba19faa60f473340de8d4fe9320ea7be861605906" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "124ca8fa0c9f6745", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2a8483df5c2809f1dfe0c595102c474874338379" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6d9f378883c079f86c0387a5547a92c449869d806e07de10084ab04f0249018d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "94ad72bc144920d6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+1", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "694bd47ee2b5d93fd043dd144c5dce214e163dd8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d50ce5d97f6b43f45711fd75c87d3dc10642affa61e947453fb134caef6cf884" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8ec8ff7edde99f1e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+10", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "df25f8ee32cd9ac7f9d3fdafb6ccc897e0675a5c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "244432432425902d28e994dd7958d984220e87a70ae5317b1f4d0f925b3eb142" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8c7c271e979b0d57", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+11", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "326fa090be74ccc8e561a72ff2833a9a80460977" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b56bdcbd830509a13ad27255bc3aeba2feecb49becd4a4183b2ae1977773714b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1b6ed862e5859e92", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+12", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9813523e1f092d2f0c0cd3e5f13e2738a51cb350" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6fbd0712112babc2099aaf31edc399cb8791fffddfab9b871e98ef3c1107a8c0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b35f52375979cfd1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+2", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e3c40ede5206526dd50a7f8d710afad3da46c12e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4fa129e7386c94129b61a10215407a8142a1de24d93f23285b59238689f1ad4a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "862b4018dc542f2a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+3", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8f68d2cb81ec1c386f80f820d6aaf54b7444f5cd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "406a18ac4d386d427e3b32f7eddb763194f917158d2e92433d55e025bb2d6190" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1bc050158fe72304", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+4", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "32cfcd637174d91744d7dff4744e199750faf9d1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "456ae43648bec15ed7f9ca1ed15bee7c17ba2eb595a643c98226b94106049c1a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "86c53c5c56f22ee7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+5", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cef7ce7bf61e746cc1ae39bbab9112bf1dfdc455" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a1199e0b8d5d8185d3fb3cf264844a5cdf48bdd2f60dae674eec261b6fe9ac80" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7278da0249406d7a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+6", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "750271da92432a39887c376cd346144d785d4445" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "77a7409f089e8f2148da7ec0cc59455b4685013eb360d123048106d2ebb4b1b4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e68032296e8907cc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+7", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6ca6def25e8ec04a636003be3f3642e9b165b5f0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4ea8d86f3774607a71d708ac160d3c275f704e983aced24b2e89e0658fe5a33b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8d19b6e0c4365545", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+8", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5c83913964f148a5e9d5add7eb511586880f4373" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b61ffc6c832662044f09eb01adb981851af48d03bbc2177bd0b898f477f02729" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9578cb328362a576", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT+9", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fefc384f96a7e856e72e7d723eb2638cb3e7d469" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "42ae44ea2512ec9309232993ed8a2a948f0cb6ab55cb49abf6deb3585b5673d6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f540163151a24938", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-1", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0ab7ceaed57872977f2162ead3e08b3a2984757c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ef7175794f2e01018fde6728076abdf428df31a9c61479377de7e58e9f69602e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d270b73a72f52bb7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-10", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4081769004bdca6d05daa595d53c5e64e9da7dfd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7ca5963702c13a9d4e90a8ed735c3d2c85c94759934c3f8976f61f951cb522b5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e93c5344fcbc5414", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-11", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "268a542f171d142870c273ea63d2b297e9132424" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0f64bbf67ea9b1af6df7fdaf8f9c08ac5a471f63892dc08a3fabedc3315920d6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bb5b43aea471f657", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-12", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7a7f58e042a671281dbf35baa7db93fc4661a80b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "99ee15ea599623c812afc1fb378d56003d04c30d5a9e1fc4177e10afd5284a72" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "622d7a6c2d884834", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-13", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9f692f0a177436496fa8381438ee7ed1f9ae3f1a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c5b99b1b505003a0e5a5afe2530106c89c56e1adedea599ac1d3ca004f2f6d1f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a3dca56a2f09f139", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-14", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f073c38db02ac6096f4f32948eda1574a34d9d0b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3e95e8444061d36a85a6fc55323da957d200cd242f044ed73ef9cdf6a499f8a7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c910a922bf29e55d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-2", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "44c80b54e02666339300ec84db1f6f5566b5ba92" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bdeea158b75eba22e1a9a81a58ba8c0fa1cdc9b4b57214708ee75f4d9d9b6011" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fc9be0b0ca1c7cb3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-3", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3de0e41581d474c91db326d9e755fe1b11172983" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "37bee320b6a7b8b0d590bb1dba35d94aef9db078b0379308a7087b7cc5227eca" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "889588df7d5cf4f1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-4", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b81f76f5a16830f56841502d65c3d271a0d94ee4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2d2928e5f547a8f979cdfc231aa91b31afce167beda53ea8ff8c58c4dcfd9f9a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "21433f49efcd4148", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-5", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4978924cbee929c87b2726c9d9b4d2d5d7590da6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b8b69247931bd7c1d14ec000e52bde63d3c027dedd3bc433216a8d5dedf065be" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1363e13e1d67d0ce", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-6", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "773e9072d36b0f3dca58dc5de24b9947f3fefdeb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "25237e454029849e747e922fedc602eae9ebb6bcfd4b55a66bea620c79467bb7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6f27377a3d347ec1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-7", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6c3c180b690aee6c0320e6703f2f781618c4221e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bd500e17cc54f53f444a7c3af1cd12157a5cbe4a28a5a8b04d1d336de7c71d25" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7c1416c3d30e4943", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-8", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "280e22a595351b1fa0fdc3b3a3deed4e4840e31a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4bbc4541b14ca620d9cb8bf92f80fd7c2ae3448cf3a0b0b9a7c49edb7c62eeeb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cb04306da60ee960", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/GMT-9", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f62a1c06f8a901efa933208ae9501c9a2f78a269" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "239bc736650af98ca0fd2d6c905378e15195cc1824b6316055088320a3b868c2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "36250720ab49ed9f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Etc/UTC", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d0b8991654116e9395714102c41d858c1454b3bd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8b85846791ab2c8a5463c83a5be3c043e2570d7448434d41398969ed47e3e6f2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "519ada4469193941", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Amsterdam", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f1caa90c7251a050d3d56127fd21f5fb54dec1cd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a70f079e056dddb53942b473bbbd2a3a67faf5323292592096f554b5ef67b4aa" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b49b69203fa8a70f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Andorra", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4fbea0614a049786c42ba65ea8bea4b12a7a6ef3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8130798c2426bc8c372498b5fef01c398ba1b733c147a457531f60555ea9eae8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "265508620c8b92b2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Astrakhan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f68198e49b8568c0f1f0109464da4d553c466171" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "65e183663c15551a1e47e27ae36cc49cddba04f2f9f1589324b6f09e4ee92d79" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cbcc0065809cc10d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Athens", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fd241e817c1f999471c30d301238211a16f95866" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5c363e14151d751c901cdf06c502d9e1ac23b8e956973954763bfb39d5c53730" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "632cba182510d05d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Belgrade", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "961a2223fd1573ab344930109fbd905336175c5f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3a95adb06156044fd2fa662841c0268c2b5af47c1b19000d9d299563d387093a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "440e32164f4123c7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Berlin", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "918341ad71f9d3acd28997326e42d5b00fba41e0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5ee475f71a0fc1a32faeb849f8c39c6e7aa66d6d41ec742b97b3a7436b3b0701" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c70f3dfa40d969c5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Brussels", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d90f3247c4716c2e1068d5ad9c88ca2091bec4e8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "812f55aeb6e8cde9ddf4786e15eb4256b21e82cf5f5d28da1bad17d94570cac0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "31c50c68fd97e107", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Bucharest", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7176e5201942e3b2db81c853b0215abc86fd0ae7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9df83af9b5360fa0cc1166fd10c2014799319cdb1b0d2c7450a7c71ff673a857" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bec4fa8988862e44", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Budapest", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "91adb207dce9a1bfffd91c527c87591862b5befa" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "94dc2ac5672206fc3d7a2f35550c082876c2fd90c98e980753a1c5838c025246" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a3ef507735f0827e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Chisinau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c7844165a0987ac858065a8b9e0b304c657757c3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7b4941ae82ed7958f8897d198bf937e7ccf5460065caca2728e2a471cb3e9d93" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f1d3473e8b15825c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Copenhagen", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "76ebb86b9bcd6ca766af94c2182b65cabacba932" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "abb8806e477bcbd42f6c08ba5c664450e4f034309161646ef55402c54ad9d355" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "225103196c601bff", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Dublin", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2122cd57243fa8c021136373cb21454c0f80ff05" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "40e8d2a1c3b572284da39f6f4245b1bc814f452c44f5aa73d0a011571d5ccc43" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8f66957d696429f7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Gibraltar", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "122f8383ab55c80eb33fe83cb2c8e870104260ee" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6bced6a5a065bf123880053d3a940e90df155096e2ad55987fe55f14b4c8a12e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c76a1ebfb470e7ff", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Guernsey", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "115ab983357fade1e8adf15c145c8265cf973a32" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "63454225987aa547bd9b47d41f274ee90de8d52c66c3c624d42508da55cf8cb0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1206933366050601", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Helsinki", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3f01ceaf46492fcbd8753bc6cff72ca73df6d1f1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "184901ecbb158667a0b7b62eb9685e083bc3182edbecdc3d6d3743192f6a9097" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "56f1fa38caa65697", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Isle_of_Man", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "83a6f93c88b340212d80ecc4103b5e708d3da856" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8c20e22715c8950b0a30c68f191d9fbf2ebef60189279f2ca99cbabc14ec1b12" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "09e571815a07928f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Istanbul", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f8e94d99f4b59c4e819fdc581b1fd596d443cbbc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "264e308e7743b5afee2d673c5b57567636dabc925bb0be513939996e856718a5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "708ef81cd1dbe57f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Jersey", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e35cf0a296a73e09a708107b74c5a04fb3971c7f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7ae8f42ddba0b50ac3b52b23f967a0cd0da7cddbbfdbc711152b38d4146b673d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d2e6de307d978c0f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Kaliningrad", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a02a78fd9fd74fa6cd9abe6546273519018d5030" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b3b19749ed58bcc72cec089484735303a2389c03909ff2a6cff66a2583be2cc3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3af68b2f4a320d6f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Kirov", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "22357ac98d315c82d585badfb9afe934a709f107" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3fb4f665fe44a3aa382f80db83f05f8858d48138f47505e5af063e419d5e0559" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bce0622037360510", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Kyiv", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "946d9ae0ff7ee36e2d8809629da945ae868f4d65" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fb0ae91bd8cfb882853f5360055be7c6c3117fd2ff879cf727a4378e3d40c0d3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6a591c29df3e064f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Lisbon", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b9298daf385db9e18080b3d9f46be2c944714ec1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "92b07cb24689226bf934308d1f1bd33c306aa4da610c52cd5bce25077960502c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4e3bf212339ffd95", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Ljubljana", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a6183ba40c890d7f7997afe8a9842361bbc857a2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2267951ff4cc76cebc3e804b8cca03648c169ec16ce0cbf9e5dfbe51e748043f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "390e2c68c4c72290", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/London", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1beba7108ea93c7111dabc9d7f4e4bfdea383992" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c85495070dca42687df6a1c3ee780a27cbcb82f1844750ea6f642833a44d29b4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "89d588ab2330b933", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Luxembourg", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "efcfc52aa249c0515ebaab94ed3d98e191e07950" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f7be03bdffd7d50212286d732224c92487c66afa1b3b6d475154be1dfcac39c6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "019a31ba5f5eef14", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Madrid", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "373ee9e3d0ba9edf1ebd6497d5f1ffb50a62984f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9a42d7d37ad6dedd2d9b328120f7bf9e852f6850c4af00baff964f659b161cea" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "460a80e2ae3a88a4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Malta", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "eede4ec7a48fc8ada059d1462e2c090eda8c6c91" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "12129c6cf2f8efbeb9b56022439edcbac68ad9368842a64282d268119b3751dd" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fa0e00dabe6942d2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Minsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4d76a2c501c44525f7a4afba02107be94266aaac" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2a03e6d1f1f2727b60777c5b4e69839783b5dd787ff5edb352777c5c5494dbda" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "70f067db88af4fc2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Monaco", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9eb927aa739c775cc3e390b7d65719be9170ecd1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e74b956576175ea7e7afe2b8b6c48d976e8265b463bbae42f924e9f35f305fce" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b262a3bd0a4ba4aa", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Moscow", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d4d01723421789b2d2b54ffedee60283e94f5e65" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2a69287d1723e93f0f876f0f242866f09569d77b91bde7fa4d9d06b8fcd4883c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0b3e80324e307df4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Oslo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d8838a66441249a79ab65c959eff3dbd379a1a06" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "51d0844618f5258a71de88e68a5691a32568478a8c035f8f12fea11b09e9b090" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f0ed6b63252df34b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Paris", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f065dd54ad27c008caa5e96b7fec1e7859fcc003" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ab77a1488a2dd4667a4f23072236e0d2845fe208405eec1b4834985629ba7af8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f1b2596cf7871eb6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Prague", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c95c20c6a17e873cb68c1b064e6ba98852aaa27d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1bd7dd8545e6cf1eb9d419f267a57b00e60857d115e5a309326e3878968b2d9c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ecf6c8c3f7b07105", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Riga", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "799671bdcad326eb5707eb620342c69bac5e6580" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "849dbfd26d6d696f48b80fa13323f99fe597ed83ab47485e2accc98609634569" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "89585b1a5877ca70", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Rome", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2ef35f507ab176828a5c751f702144ede463e385" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d5ade82cc4a232949b87d43157c84b2c355b66a6ac87cf6250ed6ead80b5018f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b05377411b4009f9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Samara", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fbf746a5736db94ae499d4bfd93b8022a4e7f2c3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9d72f42316d3eaabb5d0236e6831f1c785b539a02769a293b4827d37d5113285" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "29c46b001fc98424", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Sarajevo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4f20170e7f4f29f21170ce80eea092f277458fb8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a3e49aca8bf331e3c6d0faf68ab466cde901c8051a8674e926acd2c66deaff57" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cfcca6e5f98ef801", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Saratov", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4a2bc09478d0fcff32dc2c4fddd9be29dc10245b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ca0c23bd7375dd381a5b18e0eb2b161271d6371c2b56d9046eb93cb7d6f3555c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "260870100b5e68f2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Simferopol", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f1773f7624c418081fb3ab76ac1a64ab60f2e9be" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b7397bc5d355499a6b342ba5e181392d2a6847d268ba398eabc55b6c1f301e27" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "07562ff276ad8372", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Skopje", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7b58851e47db58ec69309054cab75166ce725f62" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "50301171643800580da77e75187dc2f9ec2e0b40860578248c9c3dd0c348dcb8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "af0bab72378a0757", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Sofia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "541f61fa9ef15b102f8661b684ad9976bd81b929" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "84240a5df30dae7039c47370feecd38cacd5c38f81becab9a063b8c940afe6d6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e26796ebdd3ce53b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Stockholm", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "318f50064cedc8263f9883058b2fcf2ab17ba783" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5e0a7819287cfa9cdd78978ff13436d235830d48f5ed1ebd87a4584db2d87768" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5d6aecaa3f7da407", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Tallinn", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "dff1b1743ddf6474e691fae0a6dab8ee93d81789" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e1ae890b4688a4ccea215ecedf9ce81b42cb270910ab90285d9da2be489cebec" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "92967725e4c8de9f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Tirane", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3b9be3df7968b0c46feed0a46349324179daaa84" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ced959c824bd5825de556f2706e9f74f28b91d463412d15b8816c473582e72ec" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0a68cab9d1dd68eb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Ulyanovsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c374e42e8ca36446087f9bbbba154aac78ade345" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "73c01de69ec22a3ff570203b95546970fa9b417198697f3772ebbab88171f818" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "03901a8a2cd917d3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Vaduz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7506d222b6bc2a1ea5b435cfb42d624cba4a09e7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a7b7adba7d5cbdab931406b197603bdb12f5b9952ca7e91cf8f17c5d729955c8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3e91bb82ef718a74", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Vienna", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1da9833989405bd5ff21d58013704f9f00cefd7b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6662379000c4e9b9eb24471caa1ef75d7058dfa2f51b80e4a624d0226b4dad49" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "97c0fbe6527065e9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Vilnius", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "88bfe2ba142bad0856984a813ac8b93939fd6b3e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "505cd15f7a2b09307c77d23397124fcb9794036a013ee0aed54265fb60fb0b75" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "880870b37c0cfad1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Volgograd", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a4deb32b25919c4fbeec94d043abbdcc27b45bd6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "46016fb7b9b367e4ed20a2fd0551e6a0d64b21e2c8ba20dd5de635d20dbfbe4b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6c86a5c3340e1faa", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Warsaw", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "011e06118f3e209794b175332ffb109e2583e4f7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4e22c33db79517472480b54491a49e0da299f3072d7490ce97f1c4fd6779acab" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0535c7db18e3d137", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Zagreb", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e39288f28df39d863141dbc771b897663d5bba0c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "799e8a8826651db19a97b6231c4aca1813391e942ddaf289ceefcb1f868e620d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cea9b9a83e489a31", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Europe/Zurich", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "782d7d6812933a263ebfff012a0120d480071b1b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2b9418ed48e3d9551c84a4786e185bd2181d009866c040fbd729170d038629ef" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3776a0fe4a6b2543", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Factory", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d970812ef3dca71b59cc3dab08ba3391d4dd1418" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6851652b1f771d7a09a05e124ae4e50fc719b4903e9dee682b301ae9e5f65789" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "51c93d3fd6c4505b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Indian/Antananarivo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0bb320226cc29e4a4698db1346d6989367f1fd44" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7c045fb862767cb86ae329a1a808dbfb8d04910550be71a4fcf5ebe5e5824c99" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4fc0e2b2e9733598", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Indian/Chagos", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "20e78a05202ee8fdfc3ecdc06c53ffa5b41b7198" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d9eaeb5f329d1487295342fe5d18521f184d69b2336c8e655d5dcfaba96de346" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ce1f7b3036abdd82", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Indian/Christmas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e17fa64511871e3696a2cabede22f25a54c891a1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "091b425a489f23f6570e58e9e6dbe6a9ace1031b239848b1eed0f1ec23855b2d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d33ca714036288a4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Indian/Cocos", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a5fa389f7caae80b219769e37dbc5256578943ab" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4cf1a8ba68d9da36e51d7e8e2f58fb5179c7b3d51ad9e211eb8637b904d97c8c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1b4737ef971dbba0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Indian/Comoro", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f718ec27068898d7f08b5ce37dcaf8cb04667f0c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4f2dc7f436427a68c992f877d9c331baffef0f65023fd9bca4c0dd697e88ff70" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6de8150579ccceda", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Indian/Kerguelen", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6ff775d5e3ecf1da48a9d6ccad34c0723bf69573" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "993f72e2d4c318a331e6fba16e526c416575bba7878b1fdefa09a88ac8c4e908" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1c03c83fa45e75c7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Indian/Mahe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "15f13d46ae9eeb3c27596af0c0218caf6a283786" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a0144cd0e7274c509ab19d5bad430573a876f63e8378aae989f08be5d9053fa6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "69b73efdf6bc0971", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Indian/Maldives", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ce36944fc0ff3169fa4e7830eaee2756bf477244" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "17bddf7d57c1a14a07aded3e0f0b2242b60970ba4f396f892469379fcf253395" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "79dcb788229df002", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Indian/Mauritius", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "689162855b79e8faa59b13a6712031285e751d32" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "667aab7357218a695c889b1804e97436f2079eb35d0b19dc1b159ccead4f05e2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "40f48182ef2bc4c1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Indian/Mayotte", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0fd6b7080df4ff3f3984e3d3195c12370e7ec3f1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ab52952d2b74e897e330f67b329a0a4c7d34e9e585cce1ada8a10cbd4d11523f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0849fcbf43d5dc66", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Indian/Reunion", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "735d33ec8ffd3f3687a1f7627144dd0544327c52" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6cd43bc15d219dfb98653d350d5f87682f0518e2ee08faa03ee5fbbef1dd08e1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4853f57c198d4e79", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Apia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "14aa27462a5faee1a52ef40a9368f895de4852d9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "33740ab29ef943b1f55f769e13ff59a90962f5a12434209072d650e6c10abb4d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4da927b30872f072", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Auckland", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "78d4d3a481c49ab7ff31722bced30e1c31e8bc98" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8000e3a323e8fd0212414e9426b020707a771c368ca0e151747f9ddb7b814b27" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b4f8ab20ddd7db20", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Bougainville", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1d71be2e85de3d835c87622fd8eade7c3e902ffb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "85613ce9e5e7371faf0016e9efe61222a5b279c1cf30858b7ed565a00a0f84bf" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "31ef2d30ac0a522f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Chatham", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c1f61e17afb35ed7112dd165af69fb1d59019ec0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c617b155ce657c9fea02fd9ddc7ac823a95f452c4a6580408d8db3a58902184f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "22ae633e03100690", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Chuuk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "79d05a0afe33d871cbe1d87edb2a00177403c88c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1faba48c1b9392bf8daa049689f4d9aa6c0ba3e890ed1db0f5696fb8ce0a1047" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "99f5797e79b6e3f1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Easter", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "726b80771cfebc39996d16c9d6e1002931f0f5b1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "41bb9b06cff1425bcac1e027bab8721e320ae238bbec68781bebac5ee97a5d53" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b90dc1f2e83f3965", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Efate", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e69d42d66b6478df4bd2a631f4cd3763a942a875" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a12c4d710631e7ed45536ff21f31c8fa14fe74c25c3f1cf2e1799d2355315c0a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d1f6ea81dff4e975", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Fakaofo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c34621b50b6fe39927d1b39bc277ddcf1db182b7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a8ea1da5330a8f3b6f6485d52defdffe467a59c1e5f5f08b13d66ccaf74528b2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fff0b8fe48b1f051", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Fiji", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "270361925ed84f38d72b5c7d85b13e62a5b77abc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8c1e456ceb029c7550436a213e25844143e11ba2726c1dcda20dea4fa5894342" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8265dafa854a459f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Funafuti", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cf40860d1a209fee8fb0671b3e8cb95a1ec89fc9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3df36747c8f10d8478944b8b55d81ae3ebb9fa6db3b11e971e7d33145d2d5648" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fc8634dc6673733b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Galapagos", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ff648042958297445dcec56f99dc672836db6b55" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fc625460e8d28888e83413b6a9dab6de2b0b309e0d0959370ca21119e0dcf010" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c3d7a322ab59ab20", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Gambier", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "00f0f6608983d465851e49229bfb8ede4d442a67" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8004bb82bd471ffaded2e6272fa796a3928627e07941a88cf26576718e664311" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a92e478690773d0c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Guadalcanal", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6d2aeb6f99fbb109cc8f8dc33e85607c95071865" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3389135aa69241a57500c8722d2be6c2804917b5fd89cac82dbbd0270a7de348" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "08c75372ccf0ffeb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Guam", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e89887209cf2ea7f4223ca7298e9377b233eaba6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "131f739e67faacd7c6cdeea036964908caf54d3e2b925d929eb85e72b749b9f2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "85f684f9b400b9f0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Honolulu", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5d5313bee3a467f7b5311b263c7d38b52f182164" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7f03d1bf5264e7ab023a2ef9b997ddfc8cb6936692407c770762b9c549523f33" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "19e0161a656259e8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Kanton", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5445af61425cf6e3b4b2bc0fd4a97b71147d822a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1cd4c02abb07fd1d96dd046529c98d95de4a71774fd328170a3128bdcd62fba4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f8a9e71dcd35327e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Kiritimati", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e83c7bbcdcc83e6934be64fd0a229232365084ab" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8589353a8cfe2e3d4fb9909b355d96248bce2ed0b04b0ab6bbaddc6f567edcd4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6bd4a025048d6989", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Kosrae", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "eb5492ed1cfbef462c850a6c36b2453d6dc5ca80" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4348eb6f8cde0eb77ad5b53857c4ea8cc73421ea7cad667266a274baab2e9f1b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c252100f8d4f32f0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Kwajalein", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "418d0c6d24243e19ccbf30c3ba72a3b72951182e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4e667fd1ffb2490fac6810254575747f8f48b709dee755415e7eab59cad6a874" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d0fb833d911784c5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Majuro", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2cd093b1debf0347cafb40c4d22490e55d334a5a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0dfce301c3b5ce88ebe20b9b61064890ca9e20fdbb43f45e06ba3190145192a0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8357b08e309668db", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Marquesas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "def12fdcc1acee6a96e7855cc43382fafddc412e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "153c4f2535ad938f0b55bdcdd94eb828ba4bb26beed03401b9b4c283e76fc863" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f6f61eecbe4e88e2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Midway", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "41fe30afb68b98e336f5fe43086ab7fb274fa5b0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9b903c517a790a878e17f41acd44f8782af3963a4673ae296d93ab906494cad9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a6066cf8e15b5359", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Nauru", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fb4f15ec890f2db5cf829699cb96948630b9ec46" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f4048a80b1c1fbc9ec4c42b5029cdf4c7d3242d6cd026197f8923bb87662aa70" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1b2e12fb90666229", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Niue", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2b44b2ad62d2fbe5ee390347fdcd8c29659ce2e9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3a5957c6e927711edaf92326745a31e5acf5c6920f3216da85086d39b9a9b833" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4c3769af249636ba", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Norfolk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ad97c313e51f794abaa6e2dfddc8984330d1e296" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0cc757d419b5f25ccdba2096cf07de1d43111973d2f2fe405a787efc45ff019c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4d0acaa201ded768", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Noumea", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ba9a1ab97d0229d08be4ea87688f76517829f248" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b641f1c67c6c5d33aacf76335a2d269214c220e37383e5bb12949131d3e329d4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "91041002cc095705", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Pago_Pago", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4c388c7f9a7700517fc6577943f3efe3bdddd3eb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7c262b62985863aad47f13b0ef5db2e5cc917b5d38002de9a2ea83ddb0883458" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "43ab49830449c1f6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Palau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9065568520f50f092624dd58098648b7d2e4fdd3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "68dd876d3d2b7aac0aaed2ca0caf4cdb36f47748a474d953aeb9ed571747ebaa" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e2b0b743c3bd2f96", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Pitcairn", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "193bd97bcd130c2a9147722c9136e8e23ddbe6f0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5388c052ebec44da32f17acf6b5e98a5c5c272a1c9634bba26f08d80f1163b57" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "690bf24338e58df3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Pohnpei", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e48f1c5bada841c0740549d8bb38cb9fb6ff6038" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "394e49033055cfca49245832fe283191982e924f13ac0e3bfb81f97a11f85bf0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e766fb92533934dd", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Port_Moresby", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "331542d6faf6ab15ffd364d57fbaa62629b52b94" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9c1dfa1c15994dd8774e53f40cb14dcf529143468721f1dba7b2c2e14ae9f5f0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6ca2f930aad7b5bb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Rarotonga", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e4519321d37b1ab7fe54a4490ad92b1b0c6a5b22" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c0f12ca176f20e7ba17f39202ef52a852ceb331fc50f8dae00f96e48f321dc17" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5021c488168dee0e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Saipan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a17a9f10a36680f61222a8545e4d69d0c2326e43" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f1d685991ea1f04d186f9c9920b6d5905220348b5291a34be8be71f4aa717774" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6ddc956ae401b745", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Tahiti", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1a32f10a8437c55ca9653afdd99774897ea79123" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0517dff46dc4fa258a84e591d56bb4d99d223208ebc035d5f9736ba88b577536" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cd195fd876b386b4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Tarawa", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "244ed7d52bc39d915e1f860727ecfe3f4b1ae121" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "53268a8a6b11f0b8e02fc67683ae48d074efaf7b4c66e036c1478107afd9a7d7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fb99b2de189332bc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Tongatapu", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f76d2ef606379bf8ffcb4d9d0565501c70041df9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3a9a4166a4c06626fd1d8ed4f400be25abceee6e8dc4f194b547cf40097da016" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6362fb24b92e09e6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Wake", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2c91e4673e7c6e06778a7fda12fd80d0e17c582a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "483c1f91de23a0b0bc408712c2683cf69f720267bfe028d763b0b998c2ec22ea" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "30332b6e8b92ba23", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/Pacific/Wallis", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "99d5769ad124c605a5ac98aa9eb8a88ef3417d77" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0e68cea3f0d2ef4ca81686b2baf04dfb081bbf4262c9a4d9d2eca7c08239a468" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7a63a4da03392777", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/iso3166.tab", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "658298663cd122665c3f4b2019be2663aab26185" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "837c80785080c8433fd9d4ea87e78f161ac7a40389301c5153d4f90198baeb2a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "00b4f242bfcf53ff", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/leap-seconds.list", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f5dcadd9bc19e6af182f36f5ce0fc3e2ab5deb19" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "506e737d1a950148f0daed3c75a55ad497a0f2fa1a82661a361882dd8f4b2093" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cbdf68ae210a69fe", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/leapseconds", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0729dcd5b138f1d7f28e687ff5a73c4c92f06f7c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d6c8c0330527d995de5e50af9c07b929fa9d69d92e723cfb623b4ae6fae6d3b5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3832992ca7f637dc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/tzdata.zi", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b8c5f752118ca72184c9d3d7ba742c1b1a379039" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d5c5a95d9af0dadb52a22bd3dab806462f7b5f95dc5924694256da6fe5366c5c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8f25aa9152ddcecc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/zone.tab", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7106c06e3f2c62d0d6b8af2a604cb81767c79ec6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4d8e389e5f4b0ec0466d5b14f42e5dfb0308c4376165fcf478339afd9ddcb00c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "63782a605fb90b13", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/zone1970.tab", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "69d55f8321e2cb729ba828adb220cf27df607388" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "406555546e685b34eb46c24d826b649dd35e9d202f4c13a3c621ff21eddc1583" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "17de68fe1255b782", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/zonenow.tab", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9a640b4ff341c74c2fc89d94ce2290eab1e99465" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6d28648b45baafd2c01fc3bfa4ba9bfbfa3931f715c0237ea8eabfc8988d49bb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7dc1a85230e12f67", | |
| "type": "file", | |
| "name": "/var/lib/dpkg/status.d/tzdata", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8a4eeae4e89cad5af7e945b352c9b86d76cae7fc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b94be9b13fbfdf8d20fdae322bfb60ed0f6ec1807e7b5c01f90f7eb4bb7afcc2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4338758dc67a8205", | |
| "type": "file", | |
| "name": "/var/lib/dpkg/status.d/tzdata.md5sums", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5a0fdc9675b70db112dafec5a614a2c85c84f3ec" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b09174fded8a7571ab78dbf00ab6cd543a1e5893b937733cc3cd579049468891" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e44ff4b22e7e6496", | |
| "type": "file", | |
| "name": "/usr/share/doc/tzdata-legacy/NEWS.Debian.gz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "214a8f9bc8c950365011c2f9514ab9c0d8c713c1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "70b372edce5f0ddf6436f1e8a95af03cb5e8002f25a565b4a6ad0eb3de24045f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3e50002c5cf77a09", | |
| "type": "file", | |
| "name": "/usr/share/doc/tzdata-legacy/changelog.Debian.gz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5aa33ba3182f18a20693d02beddb060981f5e0a5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "041eba2f458f12290b6fd1ba8d4d5fc89a1f1fbc796eb1b704032bb36894992c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b96c8e5b0acd423e", | |
| "type": "file", | |
| "name": "/usr/share/doc/tzdata-legacy/changelog.gz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c8818e8b47176bad2f15b44f9b4b8e9b370dd1e4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "02ed3c304f99e1a3b0f01e2d297a1871810032bd85c5b576dd1759f8c158c329" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e45bb3d8751f0e43", | |
| "type": "file", | |
| "name": "/usr/share/doc/tzdata-legacy/copyright", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "aea2b97caa943cd88b5c1e03d1ac7055425f9aec" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cb61132bc0fc7b26ef5a82ee18b2fb644a1362f4f286ed980ff22e408471f59a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "38d2f922a9ba381d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Abidjan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bda061f8aa2517793e5a0c28a5dafd8d9479813f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f4233616006266407f7cb61f082a30b7346cfc41cb473faeace08240db03ebaf" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8b704f975975a8b2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Accra", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "beae7c725defb2e182e426856c7dffdbcb0d33c4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3db7416ac43089c7fcc53dec6dbd2b334ca4e06652e771e6355dbad41bfe7b4b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dd19defeaa5d747a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Addis_Ababa", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "79e3a8346c6a96bd507886ec3ce8aec49a95cae4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "924c30d67fc68bdb12ed7079c18eb1ac03e5d38d4a83363bb61d30ec13a1111a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e97c34858d7ce596", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Algiers", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0a4505f2291513c110705ec63eb3ba21e90a0bce" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d02d23d1418aa96f67421bd719a2bc0e18eb7fea9dc577a3f718a9f88572eb34" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0dd1b7901d867e7f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Asmara", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7e957c2a54366b4e75258c1a22d40c03fc83e275" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8ea2865e4163f6c640c6f143dd9e6260efb1ab5f60070f3498666a87ac578bea" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fe547a2022a94d7d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Bamako", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "96e67ce1fdc97ee9ed8dda78a9d11108d91df8e6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "857f355e21e759afc90abd82df25fd15b1618d3c53981a38dd863daf01ce1c91" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1d4cb5675a27ff05", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Bangui", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5801fd99f890ded7b0c6023254d45fc4d620e04d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a7c00c1a36b0e148511d10ae04dbc3f6ded3d5fdd516585036e8322967ff8298" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cb692f76bc889234", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Banjul", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5eeab80341918c09a1ee4a17447ddfa89cf34771" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4a4d3217c11262eb2b37da2b2ce12403e795f0d83154a18cfd4c834152829d71" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3c5b4de2f7420f84", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Bissau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9732d8fd2c7f9afd53029fd598a15e690df37e87" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "abfd4d46b7f68e7833b05af8e17ed098c86aae1b305add3990c4d955b51c8613" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "12ea04d9c8b12254", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Blantyre", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e2d42d22c26241fb82352c3386717b900e7824a2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b123be3f9639b3ec39d7a1bed93ba1625d5510ca798f8870eec17a48912b4974" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a97c54c7924fb8b1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Brazzaville", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a5d9c618f24b9b3ec43978c97491c2312c09ec2d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6f6ed353cdd362672909d139fb8321ca2e6c2e2c6f0cb5c37e4d50aa24602f50" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c5d8ffb0afa4b71c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Bujumbura", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "90f0228cbd76399a35952a932f357ebd765c2dad" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4fb19b40ad2ba4b67aa995431d5ffc9430585e84fb6fbd73bba464ecb86ce411" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3a18d79e35b42324", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Cairo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b3e9ca230bd40565122e7dca72584b0e338bd154" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a8245264ff0d0ffc60149218436d3e6e8e84ff32c042dc15a416f31666112d8d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "34c5e8dd5a56b378", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Casablanca", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "01912cf0fd8f0602ab59dcec4d08f29a1e481b11" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "03fd202ba98d914fc76a27e342d677c19dba8be46c3079daeafbd97a9481f581" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3cdf8aeef71c8e9f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Ceuta", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "321d0017b3840cb9f9210d8a110e1ec704795794" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "45ad241f670667961640bc49249327fe45086b0644d6f89d2efe552c9c77b561" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0942b40be6f83ae9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Conakry", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3e1d24142f4295cea6d9616bfb7698241de84273" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "dcc482ff0caeb033d42b73443b74b95f5a253f7a2c20cb0f0cd68f88110f7269" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "71a3d96842523f0b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Dakar", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3efc5e3c960b402f8d5ee0aef6df6edba4a11a13" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cc6238b7cdec9110603b4784c99136cb458396ef83cd10393a2a705f3871f394" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "17ea2642aa375dab", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Dar_es_Salaam", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f501f3d18b95328c7ff228042a1422ac84abb224" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "aad4c1a1310c322ca068f02d0ac4fbe1541ff1e8555963d9c40cfb5298515941" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e8e2ac7879c79c29", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Djibouti", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ce9aebbdf9928cc32967e0ca54a3411007334d12" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bee0c61fe4c69adddda2e7e56539ba495734c4f9e517833c1e3b5763f53712e6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7c0f3a8e37c3155a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Douala", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ebeeab1959b17cd2384392f1d7c1f7c6bb0d9559" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2e738c3dee7261034d769a4127266914ef110eb37c09a588daa93c46324df838" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "558f87a985292f85", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/El_Aaiun", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c4eb8b6b9b4d962e0c3f4cd408d9452128158368" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8e7634d74b2f98a99b5e2c97b24ee0f5d4e48df2220beb4bb38fb68a2b93cb8d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cbf5a2811fd0f704", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Freetown", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ac1aa43cfe0422e893a6ca69e916d75408407653" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "18acc7f5c2a1ae73bc352d8db0cb29908b10bca010738c78229a77484e6f583e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3c7ed7144d888723", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Gaborone", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "15523fce89986ea4ea382ce66eb4870c49d19cc4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6a1328397fb3c42c1b61ff98cd8f3699bf100dc7d0361e1b2455d0dce37d9144" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "076850bb528a0954", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Harare", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f33d087477d6d229a2eed7ef5ac3ebcbb535984e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "67521bc3d59040eaaacdac46cffd947acf6b12d58c706230a52e4b35d4df89a8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9c832cd8fb8cb23f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Johannesburg", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "464ff72e4a583e592745cec1ceb4327f5f160244" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "170db51e1f05eea6e9a14a085884136f4aa78e000b1aa8605806e09ac2cf94be" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0e5f814c9b90fff6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Juba", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "15653f1b6792fcce5546542406c254e72d95bcb2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9ed0073fe89423937cd7847b315c793813c7a0a729fd067559d7a12993630256" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "43149b6e95d99548", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Kampala", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1792009dfc5d07debd794a56a381695fe7098d93" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "046fe2d451adea1ee7e452a9f18754fa82f1cdfd1536f8d440fc155a7fad4203" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d882e2629b89c5d0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Khartoum", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a90646304297255cdec671d8cfb84af6abe2bdc5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5fb7ac496978d461f873e95044333153dc47e4d4172505122f850f1b45c7f33f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5a2f07c17e26b8a6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Kigali", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "31dea4da50a3651634b34b3def9673981cd016d8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "78dcfb2f45afbf26a63800b3cc11c81eaba3de311390e7b5c7220b0b34a7dfdb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5167689dbfb98851", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Kinshasa", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b1b69d9f2488f8715a58b05a62236205ab0ea7b8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cc0a5670f8148ac8315ce8b33f18ddea985d6fefff3423dea09687358613bb97" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d9066ed957aa584c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Lagos", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "82cebd14ddd353a0f32d37abc5a367831403df8a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4dd77f825f7133e6125b66c9354c7a4158a45bdcd68b9a8a33a8bc8951770d5b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a3b76134aa48688b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Libreville", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "09f64cf4637b9ced81300c241da307d98d9e6155" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "666b48c9f1bf6b4e6f623e623264b506b0ff379c50eadcf33fb47b6b14dfcf3e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f6103acfd4bd93f5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Lome", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6887f5da64c2367bfeac6172fd4aa8160388b4dc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0edc54a84d8034c170f6a4e61d4737a7ace34ed743902557efff4291adb88f15" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "892ca08ffb5154f6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Luanda", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0c74fdbb7eccc93928aa221c64b1d32ff844d68f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "08ab03961ff6e4a207b98b4b8f7923d52bf12c982deb737d2907ef756f0471be" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a4c0a9ef41a0c5a7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Lubumbashi", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ede995631fd1f49a3b29e96723a3456eefa30cde" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6cdf4877fca59f4a0c0a06d43da9c4e10815c31e3d4111d254c582440f1b3842" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2e3c97d0f0af2285", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Lusaka", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7242f8a901174f8bb087780dc4b524e9928ecbff" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "97b8cbc27c78466e1d3239ae267a67b1fd3daa2ce80ef4318996fe54f0b127ef" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "51b6765ded457aaa", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Malabo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "21ed94683ec74d72a2c9c645653d6b3f46c2b8c9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "868819a8d4161e09ab1b8e8386e23f1c978378ae21ee2c1e9770184b0c19886f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9c937dff0704a1e7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Maputo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7e913cf5a23c351d96c949f951b6707c59124f19" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "104f9c0d29896e42a1eede8db7c24ecfd252fbf2edccb86b707526281f52bb8c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7385b0ba428df952", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Maseru", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "13f6937d6e13c57af763d51dc053104e6e059c53" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3d62b960bca99c47068f12dff2dc88209f3a6f885a53458cc5935cee45121084" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "44daab614de13638", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Mbabane", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "986db46fc03e5e6ca1e743da0d28a7afc5833d39" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c16439331a5cf5300505303eb605362dbe54e4827bb986226fe896464001a432" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5a1cee09c4331736", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Mogadishu", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "39d2a78874cf820ad4fa2f2828bf3c6963f7c33e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d3b11f333c0681fbb09e54f3d878d8c222730ee39953f6cbf512bd7bbaf71559" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "638eaf4dfccc0389", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Monrovia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "25ca500a76fb043cd2677911cbc8ada47a9a270d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7f08d659647669a66b01775a4a05c0a105d54593f1077aecee1df6f76cca3ad4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fca79b25eb072cb6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Nairobi", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a3b9351b4692d33218fa9ac6f9e6f8cdd71e159f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3aa7d8468964feede0a79c2295b2545cd666714f7f8f173a7df597a58c6703e7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7b642af4589b1395", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Ndjamena", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f51f1935d7aefb47b5fb3017e17f68414d7d5eca" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "768c12a3f11682eeb1f6cd0ba9282196a35e1786d37e107645819eb7dc0cce9d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "007402e2ce01bc82", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Niamey", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "534912d0e7a81ae2941ce4befdde74dfc5a522a9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f7736285467b2b68e8a71e8b4981d1e04a2db5445448e8be36ae15bb7b953577" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "859603a920a7097e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Nouakchott", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c3c351e8c0c9d03e78b5385e6d40dbbafbbfa5f6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e975ad3ab451829624b13d4186e9943c54e933f60f4ad9105ced00d2c93ffb42" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "21e159016e93061b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Ouagadougou", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "14a0e4df9c5b1c85aae3f4bf0a7ca62e011b2349" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "45db327564613a8236fe26ad27bbcc7367c57988def1570b126d276cd14b5ad3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "010309af34fa24f7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Porto-Novo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d264883a6d3423f56a78cf59b0f66ef46ea5e769" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "17e1c231aececc8efd591e5253f0bc1a4c3e21bff1c2bd656f68c2b9069b457f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "078d718045995c15", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Sao_Tome", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7ba7bb9a67110a431e39ada050e4c2c0fd7deca2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d276a52c133e1fd3d6d37d15265a883e65155050f4bc4b5d92f38a6fb46c937c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c0f27eeed5403c0a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Tripoli", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "41ccc2a1721705dbaa48fc1aebd56a0ee4b7bdd0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1b7a209b9c51b16703eae332b7145f7d45b9a4b0f5a0fae3bf129616a2cae375" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dcd76a48e68214a5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Tunis", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "818a62a445da18482141f6375974b1d61982e619" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a892830b9eb033baddf9279b3348286ff9c9b05ff761f3fd28bad037e6496f5d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "08da7bdd037b344f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Africa/Windhoek", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9cd7fb2cbf9cc7069c0f43c80c12a00ecc443349" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b229e77f5f935574748331a836931531c856f51a6c39cf59092b9abde0976dbe" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a0c6920ec8c8fb87", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Adak", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8910beeaa86bdf6ccfb70ac9dbb96ed53a314ec6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0a34da27e56939efe9de64c2cc247cdcfeba2b8b9e50c7874a37f2686fdefd3f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6742823503fbb4b9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Anchorage", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "efebf01f223b786b4aaf83e6339211fc44d6d182" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "15dfc71e1a15500bee1deec7ca1d9b6d48f90303369e6554a7654c698631930f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b711a7bdbf0b88cc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Anguilla", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f0ce0381f7819c2037a985c6c20c7b8852a11cf1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "368c0a5c9e92a833d976d9c4f526ced4975a172d583c2b47693b02731e823be4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d0d734ad1ae2c04b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Antigua", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "42496976b1421bda04e3952a3580667be7cc6533" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c60332a66770858904fc6aec5a19e124595ec03c001ab8ead41352df53ab4ea5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7e6cca4386abf4ec", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Araguaina", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bf0ba4b1583dc498e2366f7e6d6b6ce3134c974f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f64e9c23a80b7243ecfb2ccda042c122b8938d218758e1d13d638c8bfb0fcef0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ed008ebdd7ee8c7b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/Buenos_Aires", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3902af7842f9b7a2b752801f50bc6e7d019b309f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5bbe114444683c1394aedfcdcb50651bf142b1641bfb4eda8eaccf6b00c577bb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b646380416d6c0a1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/Catamarca", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "94cfe18f3802f2b4db15e5a0092b924d40f11e13" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9485357c05421b291776e56fcceece8cfe48dd334d2698108e8d4a836c3532e0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a5b63b973ec505f7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/Cordoba", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8adef1be479d4d1ef253a092e7eab4854f0d3d4a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "18907fe2cfc55bbf51f21958bdcdbc809ee8c2f5c68e59a8d712c2279150c8ee" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7da1968d8304b98b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/Jujuy", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c136dc30cf77b8a97153ffbcc71fbc9564e9285c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "18344222894ae5988d301ab87150cf36d1782e05ea4749d77e94f711e5a3687c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8de50d29e54f7426", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/La_Rioja", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1d7b8e0a0c760b331ce5ba4f7dea8355e18f8a8c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bc55341f54cda1455748ccf3f0996fb7c9c0c65805e1d838c9f0f96677b3b166" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "31b507a69f764665", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/Mendoza", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "24af0e95e5ea5f4c1011fbd0150823db541262a1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "09728754c717a119dd518bb15c5ddfe6703b2ea075539c940d3cd1fa01b6d59b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "97b9ca41f32816e9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/Rio_Gallegos", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c7674aa3fbe22be937149cee1674e75a76e86245" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "28c7d6070a16cca26e8fc8e19bb4a4fc619da0a95b67da58266f74cf48fad075" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1fc72a6e1f533d4c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/Salta", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "018ea5c878867c3f0e7642c8c7a4ea5ee7d53bab" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3fd63998194309a2ef277b355b78343110bb353fecdfdbcb962eaa7ec24b0626" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "30e7105ac4a3f88f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/San_Juan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "34a1efb1cb54a7de5bd133900922a23dae031fbf" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cbc5ad702a832d9c2606128988d08c960d2859305231c2d64dc534008a1a2b27" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c0d8e6e2e5278d73", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/San_Luis", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b9c320b677ec6f3e22e1279fa60a1800e8a36ca4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9debc2f03d41847c27507e63cdb05dd521720d381fd3c72affde649d142545e5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f37de23fddfbeace", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/Tucuman", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d18e7cf00892a3c15c0dfb5a8cf04031291f5100" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0c64cddbfaebd13aa6e0e769b394be2938e67a977694fbe67137e0dfb7df6f76" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0d58914ef5793db0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Argentina/Ushuaia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "eab37df98c3eb5f46ca8a17cc72c49c88379215a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "91e4d4c3c0931ddeecc8b4da02020a14d7d8cd11ebd4915b024770283b270414" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "71c197ef1dd92b2f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Aruba", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e861fb0fc4d58a6a6d5daff742c31e5e7a365281" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "81fab610ca62b324c53eaacc06a9f0707bbf3b6edf57999f45e64a81573b05c0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a191b2ba784d6177", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Asuncion", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4aa27ff28d3791ad62e1cb7009a3564ceb1022d0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8964200355d58e4172e42a43c727eb3a65a3e45fd8aab968e1e401b324e61f3f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "35a03c097dad9c89", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Atikokan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "60221e6658d20a2b1a3ef214853efcf414ed5311" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2b4b85c66e21b3db8603c853da12bc793657b61db36137bd6416731ca766d83e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c0e2ad579dff3712", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Bahia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7ec206f6bcd484dddd374887852dc43ee35b203c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d49cf8b300965e1479c8fdfa847075c11468c19dcc4a8c43d6c213172d9548cc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "78dbf9216aeff19f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Bahia_Banderas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1d1c7cea1db8cf709e98c5db47220eb61afe4b32" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "afb472d810345ff237accbe2faa037999b99ac41596218899e9e3c74dd595f77" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d2cb382e7f846e52", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Barbados", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bb74b1308ab826e0d627d5df8e9b9d9c63c551e4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "54ec52f42d10af87788633750887026b0d07e67784f47a886d7919e9876f1b95" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5cfa05c9028e742e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Belem", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a59cb528914d84e3a981e32348835dc15587ec03" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2b44adfa0fdce7b822eef06a0ad9c293899d4e8facbad621467107375fc4414d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3e0f67532d04dd9c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Belize", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d858aae95195f1efb535c4e2946e00f5fee97af0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b2af883061a226e991631b038fa337151e71ed40b8c583c0367dcbb100b418e3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ed3c062259f9defb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Blanc-Sablon", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f1e3867c4c2c4a9b17de95aba466736312f217ff" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1c383f3939513aa3351fad54b0c4a609288a5828fb0bdf2423224eeac2520f41" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5fea9ba66ff8be73", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Boa_Vista", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e3e5290b720fcd759683c6e2fb3517713f47be2b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2f7609f16195a9fbf86631a4fba7d67c12aebf8f6bec3945cfdfe177ef756c92" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9afd1364c5b13a99", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Bogota", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c0568a0e9db563d2d03535b5f819103f2dccb473" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7b53812f2fa251abb476d01dcdc58074061286ed9a4604e808ff704e84db9431" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d88f325d59222e35", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Boise", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1b857038d4145e17cd4156524ee9026859734933" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d9d14321a0868ed1a754f46ec46fcfb216d6dd38fff1757d9a81a70663f01894" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "876448187c37b636", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Cambridge_Bay", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7d61e33cfa757aca51fe90096083d41d875dd977" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4dd3933664bb1bc989be1edd1b655f9644e48b0f9b966e652b5e0826c906ce38" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5827feb00374b315", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Campo_Grande", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c41a48ca167f2c5055c62c5e8bf209527d20fe57" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fb0e381f18f370109affbe036d0a1ff1d8d007fa4253d1dc789f0fed58427b1a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5ecbab1444e9c428", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Cancun", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d99e6bb5ca0041238ec4835e86729b11d67e05cd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fcf548470161dfa824bd1856f2f3430f3f42da7e4731d83d5d85162c4781bbd0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "18388301b9feaf26", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Caracas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fcded834c3cd1844518be363d3b24d16c34ceb37" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e7485fc23a6187ea5dccbf1f8ab2b75d59bbbc9127c93f7b16c4d17d46d1694b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "265a32c854bec438", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Cayenne", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "64f90da9217724e88d0b6fd60c05b091373895ad" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1c339795c2891f95dd87513a052682761b076c3e37b5f1afeae4f428366d74aa" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "021fcbeb124d0e1f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Cayman", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "184e4a0998c66f0da8f80d0058f6fa1b5901cc41" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "807ed1757df282b4da1f10c02ad7637f6f337574a34e306f8b89fe0998f107d2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "620a78c30d98800d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Chicago", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9400083ba972c74ab159ad7cc0ef4b70649bdd63" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "11a2746cca461012a7b56741cf111c459fed3e89309d9c627556921c4f0216f1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ffff5ae9bea2712c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Chihuahua", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f74787dd61ece5f95fe9c5e05b5dc81c93805308" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3fdfc581d0dc261755aaadfe48b557b631b2a3c9817267eb15b2452432a66690" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "686d09ecc27085e0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Ciudad_Juarez", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "741ca259e6ce69bedb8f87ed61b758ed27b32b1f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "907d4d6590917570f8140e2815be1919623a91d8f34f9e236972ecb30124c001" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5071d90bc4a2e192", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Costa_Rica", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "019936bb38cfd6252397a0b33755090819f77822" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "931a8cbc44a17c76d8ac879eb70bc36fe3836e56334b167fc30375ed60226f4b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "37c973101f9a741e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Coyhaique", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "af0aaf4a975df5fb5ef363d20360d5ec48f2de09" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "01f89105f2c8912dc8ed4e5cc9f053e2faecc77c549339aac0ec570f0b5e2ec8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "af6a653d61d2575d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Creston", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "38b0c0d59daae3d490e41888cb08f985e94ab7b8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "03520c54683d64fb81f014256f53597770a6b8f768224225445dfa48a0626719" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f7df55a886c279ef", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Cuiaba", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "dc418a83b00940d3477ebbe11ff2f8f08db0b9bf" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1b86529e12ed8837f4097efa53324ecdef81bf9d5d8cf377c766c9eaa878911b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ead769ab8087ca75", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Curacao", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a4923cc31db72f2ce84c7ec5e2753270d15b04b9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b8553f2f10d0be77fa0da5a541780b6b0b694303a30291436eb6591bfeb9a739" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a6c655bd9cb37f2f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Danmarkshavn", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "410aa8311f71add65c7335dd2682cc48ccd9b350" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b0f544bc8ba665b6161ff97e73576e93e67c68e749f3e0e7570c6328a0d01423" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "84c06996e66382ab", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Dawson", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "986ac03517f3a3f480e3d823b7325f0819d8107c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b725095ec5a156d826fbd33eabcd5e586b6704e0f8f3c9eb008239155bc59203" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e3e099c266306de1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Dawson_Creek", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d237b7b3d1fb583ca33690558984302bcd4bb5c1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0050974703fe2be1b07d298ce6353e955e9839e04bc06969a577df0e7fb17e73" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e2d1ec535bf6564f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Denver", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3aa537a85902ecefbf7efb76942bd1f647c625e7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ae1bf405e5ac44760cb20eecb074550da61af3508c01cdf0421abc6e685e754c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6b48eb5002092765", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Detroit", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d174885854b477f4f97a9364a6d34d73b2d96741" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1457c435a8325a433ae71ecdf100a4e7e8b165f9864ec91ea82f8a80336268ed" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4cbf34d60c177b6b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Dominica", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7482d5af10a51a583af328a730023354e152334d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "680418e51d25bccb5e7892bc7a9017a07dc5c69c16e4def8cd4c9e407d5f5929" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "efefee3dbf2be2c6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Edmonton", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "69f491986f6238e8e37d440d8a36d874ff10bdcb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "adc4cc0ce4f91bb9675069ccb61a5c31aedfad408c5abbbcbb95d41abcb3dfe3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b9e4c925b2ec7bfd", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Eirunepe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5e85a44761a943f1a8782c5257c77deb88972cb1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "43940082bff063eb3343a4368fcb73c266279738edba5e3b18503b688a4ab53e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0431782bb641cc7c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/El_Salvador", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d31e5214efccb6f35ea9ff78bd150be6f5b4bd4e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4ab2bcd279d423184ce855bf07241bb92bdf39c22358f8bbaf084930b742e3fd" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d9f19d52837ec0f2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Fort_Nelson", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "86a807371a0f1262b6f75f4da944608c28a54256" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "662281f1f0efb834e0a462e41c06776db0b892eef2e99c686e87810bfac58bd0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7b33f31a5ce1a579", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Fortaleza", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1d7009907bbdeebe7eace12ae213e1d298584f9e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "618768a21c7bf63c6b939c6ae99f5a5c30403420cc35da27d3f83e224dc4ae56" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "be165b4818b1a5ee", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Glace_Bay", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8a6b0eba98da18bbe8a07b74153501b6f083f8b9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3a1ade3234f10ce3166f747c4ab5ab1a3e37b224349375add816a6eb203468f0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d101af5ea76db3c4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Goose_Bay", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0eebbf4fd60ff53627e25915c02938e4b970202d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e8f36386ce530142d371cb1b7df3d187c0a83fc9cbff721c639fadca67e8be66" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1cc2863875bcb2b4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Grand_Turk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "37fa3ae1c0254e8441b8eea5055bee3da511ebf1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "162410282fd2b49528f3d268ff17b5ca7f3b8c905eeb53c762b7d11ffa4bf7f9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ab419c770b79715a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Grenada", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d7e92e4de6e5cb426f594fe4bf2f61a99483b5dd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "27549fa73a6850bf132fa688ad2b0ad30a1280b5f2a7bf79deb51651521e5304" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bac9eea214f3b25a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Guadeloupe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d6053a13340836b56cb9a377f551a2ea5389b3eb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c7112d59679426df8ee142a1d3d0409788597482f0b91515b235fe717e9ee77c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e7283948fcec26f6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Guatemala", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d776536a67abe6dfc249fe095f6c1e746b526576" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3703ac250321367a153a18801238457db970ff1e93c945bc76207027a8608c6d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "62c6b060a50bb35d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Guayaquil", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9f4572ac17541b57609cc8efcd26ec675c2fbe6b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ad7d9895775f457bf049e1a89ec931624fe1df1aaa276ebe328fca325d9c647a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3216f9bc28e3c084", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Guyana", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d09fa759600b8d3e9a609d2c74a58f606129f0ae" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2ead96b0a5816ab4deb0eaf68a375ebdd41112f97cee0cdcc9d393fbcf3bb14c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c4b2b938d9480e5f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Halifax", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d807cdfc092bd6cd1df8bdbb7f048b2c71d0498b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2843d77177b88426ef03a9de7edb2e25b4325a5cf6cbe38cbb2926b65990b129" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bfaae083d7ec828f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Havana", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f4ff4cd4c41336c8ed0094442fe575c332f124bd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "00f0718cdeeb8642ecaa3e16aee6dcdb79c1470245c7f26a8ecef54b267e5768" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fd0b5afa507fed17", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Hermosillo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0827b9d73f22919fc19e2cc0d8c0f2e37a6b30d7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8e5a98af8aa520119206953a69ba37f3c0ce10f8b96c197e03f2eba77c9c4e09" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f90ef8d0c450630c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Indiana/Indianapolis", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "181a083fcd95bf76c72f040a65e09416b8759c47" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f74db87853fc76f9992799c250fc6efe23f0f39d847b4ac91e552eed93fc29d0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d2a65de072cc3f0b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Indiana/Knox", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7e4166ffa1476f9ee0854c95051c2b81404315b5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "157d43631493fb1d4b67d280107e6bff72ef6c910bc72eecb227bd96c1f6b09d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "400e7e6b54b6535f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Indiana/Marengo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c4057f40601201d6c2aeef6070d68ca456c4ae21" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2f08bdc2cf2e19cc208b89e6dd550554817b681399fb652c803b6a782dd034c0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "811ded3d83e84cd1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Indiana/Petersburg", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8a031bcb18c251bf45c55b90ae41267a8e7fab82" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e0aeaf68ed8693116636454d1199957d6da2ce1e90c63b8eead3b5d0c4cca974" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9120af8a14476147", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Indiana/Tell_City", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8793c2489fab2f22cdde61d8f2afc05f5c83de98" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "07612d49fedd90f8261691c21e9b62bdf457a7fb03e19ca81ca92b3d8106a5b3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0f0afcc96ff22938", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Indiana/Vevay", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "da9db35be6895d492691d9e77fc1410953c5e04c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1d87d68a3711fc82741703ae5409d1c12a0e2b69ad97c535e9687c611ed2ab48" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d8fda8c34da73dbf", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Indiana/Vincennes", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "75e668e14fbd955443d495995aa0447448f78f56" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9527640643c5d3164469a2a94e7da5b03464a23451853ef089dba55a65755617" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "779b769e094bf8ba", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Indiana/Winamac", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5a4b59583938e7722aeb1643896a807181eefd5d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4fe603a9457d07c2bfb0b321e3da4a53d3513d68a0f7e36dbd068618d8bf1829" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0653b68b164270e7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Inuvik", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7e85b69e7fa612b98a94ba5e17c8cd2c99e66204" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6b688e6c0de86d290b58f172d31404e1797d63ddfc76d9237550ac58a08cbfe3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a7c9ef85a6758fc5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Iqaluit", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "18c07f4f3a7b6b1dd1fa59169161216c4074a5c3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "45b43ff629a21565bed409c89d773cc5a2e73d13120a166b7cdb8684143cd08e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5b8439a21b77151d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Jamaica", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8fe3840dd6ea5b5ced195059292756ec79380673" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "aea66118420ba88ab3a4591579801293f5ff32d7af56c82e48ba1e11f99ddb0e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "711f6b7d243c952e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Juneau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e11826c2b6fc9f374740825bc68c3cbc9f243d78" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "47c6d0e98e62dcbe3bb54111a5de6924cdc997eb712e0f8db4c378ed13d8e73e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9bdb020f52950cdf", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Kentucky/Louisville", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1651128c3ccccb1fa24aa21bb2c69a200d22ee81" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7cdb111f5b730a0418b6fbcc216122ff14ae0736e532b3e542f8219d885fc930" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "633dd32498b208e0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Kentucky/Monticello", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "154b9851d4d0367d6117b60c465a9995d48be332" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7648d3bdb013399e2cb3e158098fee51039901e2493d4747b44de043e1e1d751" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "87c7fc5f23d8a1ee", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/La_Paz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8a02dc5a0724497911cc71c79cfe7d44502ae27a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "882bab088caa59570d910c1accb3b6574a80830e2933751d249b83c215c17ddc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2914aeaa701693f2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Lima", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b4a091da1b3606db773b07dc24fba3fa0bcdd6ff" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3fd0a7bdd8c494de8656227a6a5a3b2719a24df06d27c1679a0c18637eb70018" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "60d98fd092c55fe3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Los_Angeles", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cc9bc90b3c840a822054c69bdaca6278c76d4245" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "88b375a8fda2c05bec7ee1066246b4080efeb61bfb541e6dc6ea794abdf0d835" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "71cf3d563acbf0af", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Maceio", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "149803d8b3017aedb79c5fc1ab1c46a7137aaffa" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7a9f2f8e7063ca3a470325bd254f408a065d327f726f6111d80cf052ed45ef96" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a3b2984e2503fd0f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Managua", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "83bfea3e35a57efdbc76101816ac9161c0ce7f23" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6f852b1439fb0938a21997c1cfa5acfee03a3e3d1b1041b5cf2ce09c7f47d0d0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "eb9f89a69f21b732", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Manaus", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "044a912a3a67f3e0ab6129cec10a343ee3291b0d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d0f91a55a7bf0911877cb0ef4c77bc0b3c8c9802ce1a44bbcb2e97729c0c6ea5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a50dd70733228901", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Martinique", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6da64a96cf7d04251286cd7a90980bde5718e3cf" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a2be7f415ce96183c6153ff1d39d5480ff77ae1c5c54f72f7777c1092461c589" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "efaa9bd50347d898", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Matamoros", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "eb0be4e0d8a2c214bb5a37d2b75d4eef11fdb6f9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "52fb8ab036cefc6d9fb5cf8f9978bb67a2e347825aa41dec3bce452f5ca468d8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "48aab53918bee3fa", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Mazatlan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d3b8c103b951c1f99f1588f284bd090932f498ec" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2c3e0a4f5f41ee58da0df484637fc836ec3713eda1b3dd7a38822a959f748054" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "569ad7b6631fb881", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Menominee", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9f804f12e0175367bb65b783b2ebef0e643bab3e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bc4c0725e2d9cf2ae58a1b74b17d8b0a114cc845a8e8b2f21fb2f7385026ee7c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a7191085e58b31e1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Merida", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1981017c0b34dff86b56b87c2621636fb640b770" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1962a72a5f985bb50bad1dfc033672bb8660e9525ea16d1768097d8766772cb1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f004f31ddebcb3b7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Metlakatla", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1bf31cf20fb26f507eeb25f005fff2ae816be565" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "22e883e942b95542955eac4abbe9a2be97b8721bc4150f5891efbef621cd809a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1b27eb6f89ad148d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Mexico_City", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "970e650bcc48448d366c2ade5f798328c97016d1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5ad5148af7f7031cc1338404c5aef93a9715758eed6da522921f9aaf9b40746e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ddb15d0db942cd6c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Miquelon", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c52e05631f1a30f0a16a25b82711c8c4884d5484" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cf2b989598fd40ed7d4f7f50db3c03b5b9f1d7234340a83ec2d0d026d23086bf" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5b3983a7f8223169", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Moncton", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0545329f761aca77d3cc70df836615dd3928c2fe" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5c953c923b365b588fdca74f847b41b74671724342dc088f1c958444aacbb42f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "078829d0e7635874", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Monterrey", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1ac43dc0bbfe9499c024ba4d3dc39c409de09805" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a211366232edc661ead4951cc4a9d24b7d085f8f3be9ea413a6887caea98de56" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1b108e7b1520c1fa", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Montevideo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6358c9cf88325792087d81b945bd65e34603419f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "70313553e1c4323da5b11e3256fb56394e57696c23c45fe5c7a563c5816943ee" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6eb5c9eaf65ebbfe", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Montserrat", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "da8142cab8f0947a9305dcf6798d1365476ceed6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6e6a9865546569e7ebd3397ff3af758150f07ab9b0b275ebd33336abd2599b07" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "08bad9f22a1d87f8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Nassau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8a6d3c606e57836e8bafeaa72ef84e0cc4650a41" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a8c274a83bd81c79e349b2ecf2558b0652366dfc0a429d6dbad0b48e35a0f4b3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5633f0c88a1104db", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/New_York", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b10f0378289c2e0075d8dcb1ebfc4a82b5991e5f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7bb140f56dad3d2bb3a13a1de9fa49dbd99cda666eb71e78cb125da17e1dd672" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "035df5fc61232dec", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Nome", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c9cafb3161416d442277566bb7029746a2a438cd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a9c7d5f2b9455db243c8e6dd6e3b980bb01462e83f37465127133d2694e10564" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "21fe030843b6b2a6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Noronha", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "31c59526c7a671a1af76e2d559748b98937e8f31" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bd75ae922e0038c3397eb5851e554804ab080d60441118c2d289fcc54ffb8a47" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "411fef8d46e50d48", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/North_Dakota/Beulah", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cd7a64bfe2ceeb32e33e439b0dfb59f3c918ad30" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5906f934b6f25299847ed3c743da120b78ffa11d286e57e656b32113a93949bb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0217e25ea54d8c41", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/North_Dakota/Center", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b1cd33eab085c450664b14abf3e3bd5f7b5da412" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c0ea48a5819ddf2890170b30bde1a9e44d413a380b4e32ff2f8758835425d50d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d796087dd4e1adf3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/North_Dakota/New_Salem", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e54faa7a2d7d813aa530451969c5bd7a2dc8889c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "56fffef3a6c506850a3ed9a5c769c022cec471aa4c754c7c8edfdd4bc1e4eb9e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ae6d2e6077c8c4eb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Nuuk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8bbf40ae97ced4d9054675302127f310aa1d3459" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "955b7defca892dac0a3cb3f89f80a32203690761a23f87fc4136ad03208b945c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c2ef5df20df59509", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Ojinaga", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f1619fb5cd6645cd18eca6fe5e23bb89a53bb7e1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e750ea549ada4cef08bfaf723dbcddfb679d7e901f7f2640f45a5495e93ef598" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "51956d0e0b624c78", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Panama", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "971f2edd08bb26883049c0ef22fc0e0409f82dfd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9cc0b99b474b6e7ac5d34f9a72fb686c77dc3e89c94d5c7541bc4e2bf33eca80" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ae0d6a1427a05f52", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Paramaribo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0d190fd23eb7ecd07ad83fde4980fe7b50d38fd1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "426ed930b0429fafaabc39ced0e9535fe074302ed84dba95c2e677e91e167ec0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "434bec8c64ef9492", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Phoenix", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "952da99fe3cf915cbfb4aa17a3b22ddc102e428c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "375e12ff9f754d07a23e02bf0c4fd9453cd94d6af6eb934fcc280c79f427e5c5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "15eb53c5b49866b0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Port-au-Prince", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0778361356bc120031800cedb83d6906616ae24f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6a814da25b75a3572c7701d955fd76a0f67bc16da072801139e73842c0c03356" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3fbf644bc417c0b9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Port_of_Spain", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4dea40ea01e20bd9083921420eb2a006b9d7afee" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7df0b5f3233c2206c7c1188ed052eaf4e3685601cef77144e9c94b14398f0db0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "67142673014ac7ca", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Porto_Velho", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b5544cfa1b7de777c31d6bfd5848ae57dd4b1e32" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3fc1d3f1df5aef6e1d4ede4080d4d18a4b079d0219316fe41db1e0029505f6fa" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9ee038cae2d98e00", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Puerto_Rico", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "27461f17d3e597da36f493a4c0539a62f12a81c9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "380d72f2d6623dac48cff2dfb46eec2e48b68053c708dca04168321b6453d185" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8f093f4ac4046749", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Punta_Arenas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "20c2cfef0e1b2c5803ca2323a0d5eccb1ad7b88c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "617d4c58044df24ca525b3914b696ec8b4db1f594ba51175e2c944a2af11364f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5b96eef753fc806f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Rankin_Inlet", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "315011e29ffc804ef686acb2c6603fa94c02cbb5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c6ec3e8925cdb45a507f020f249863403eba7eef540a05f1e23954ce670db362" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6326f4d378b0a3eb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Recife", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "08d94fb502b67c0e8ab6a8aeeadc77b77afddb24" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "06a0fa35afed92c7fc936068d353ac373768c92fd2564f948d780ce72f0abd5c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "61d2824a42f95076", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Regina", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e0e3efc7b09efea9735aa89bc8258726ab7a788e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8e8a5a66a6f3b3ec3bf25b260bdb1157847968f1c439badf5a1aee787ec31cee" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e290a64959184b56", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Resolute", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8f5d7aa72ae7799bcc17270e2f1bf560fe699eac" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "396ffcf87a0116bbc2dfe94dff429c9fe3d70f9f59d220dd830da3e34c0b41de" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f5c48ec8c32b0e8b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Rio_Branco", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3e498cd3a60b35e120e6e6b0da973a55f2b8d3a8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fe360ae6ad78f5b2a3d80bb008c513040d163cb2b3336158dfc0ce1e8c27423f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cef9784285061f0d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Santarem", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d3cddb07a107657fc0183c3d8befe2b788b67726" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9293a36c17726e9bdc2574d3e723aadae552449dbb2ca8573ec627bb51dc8d61" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0d6dfad4dffc38bb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Santiago", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2b983e764364753517257cc1b76d2f08cdc4450c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a4974f4a367f58e0d884cc9f0f566b8f738009ca968505570688aae998ef0dba" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "598ecd408dabf6bd", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Santo_Domingo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5723279a84ae50178640af6ef9b5ce30c25ba4e0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d758ab3698792929bad03f0821f99299d0e14bae01e7d0480386d5ffad872ffe" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6084db0d0a42314f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Sao_Paulo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "952af42b102daee41ae5099ae2cebf4fc0837e99" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d48650f928ef29c118c0e21157954a8c1a22606c9541bc215888d4b0caca78a0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ca180426d7f9832b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Scoresbysund", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "267a83aed51a6717303d8a2c7ccfb0f2b0cdaa69" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a807f3ad35a1228610f7d7aeba5a07d44961b613b75cdc8167344b89d6c78fe4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "358fc93b1d322c6a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Sitka", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f0dc3c80bb56788f0fdf35ce8c1312feb57829cf" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "73efa5b87eb61a6284ab99af60c20e9d06e6ead73801ade803daba73b2ea4e22" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b34116cf59285418", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/St_Johns", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "275884d8816a77e945c3b6f6e8e0a5b8bbdb6d32" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a381975f17f65a179d4e61e21f09a32f5b9814db51b33d0e2e73e663df443265" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b94aab9f40dc9144", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/St_Kitts", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a5856baa10731fb44796269697dcbfde25d85957" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "71bb4dad93ab7ad90508df2ecb6c9ab1c273960fc2b947de300c9d6c8d3749b9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8119377121e2edc1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/St_Lucia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0d4c92969af237b692dd1d73d2995cb4888424f7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4064136f46589209f1535f3cb88299573773bf57a3bedcad05a957af8b38e5d3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "00cf5492025f3d1e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/St_Thomas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "37ef1c237d4a14bb07d09fd6bfc680d5f3382e95" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e3e2a965b20096611c055744cd6359d1a177a21207abef7db8bd0ded91c62fc5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "19d085a7f2c8e947", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/St_Vincent", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "93e98e9a744cb72edf1e419db6960da378b19243" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4f11ec4a1fdd634e98224deb317b374d17886bb52dfc3b7eb861d149db22e35e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "72031b3199f00648", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Swift_Current", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0161ffad3458365df35bba7bde79d38f4b04e265" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e8e4b669fba01c1259e91eee27d152728e035dc7a08a73dc43e6f48427f869a8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dfe57f949d520e7e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Tegucigalpa", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "223bfa7d31c6f219fba27134f3a9120094a0aaab" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "178fa99342cdffb7e3ea79b1a33dda21a66a896f5b935a12b6e43a88d83ff0ff" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "54e5eca2cb710845", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Thule", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c81b86c260f81f7570f7abe2f22ea6ba0768094b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3a856cf45b974a963656d7f728fe6ab77bf118218f2e2c6637757cff5d96fa59" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1e9e5c409872ff6b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Tijuana", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2406a668a3cd6c2d21a6c3a869a425e334d88104" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "55c7868cfc587e2137bcf4393bca48ea307f16d27df24023524ac5085a4fed9e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a11b93a1b9a9b79e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Toronto", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cb105f537aa7169841b62b3fe567097412619653" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c6b3dafd06b43fc19718bee58b155c5bf5d22e383db2d32f0128fa4e3bed3f6c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3eaeddcf944756d8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Tortola", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3672c37184a00376ac1c8b45c10d270031009696" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e4aceee579ef0f890dbdc493715692708cc89064b02a2f7870d157dde288d58d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5291266211c927a9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Vancouver", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5ecc3792f53acaa68c2654dbd171823b41c4b8a5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ca55f17557404fb80d12c9159a5a8470303be925aa7d7651c024523628eef525" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5241940c378370c6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Whitehorse", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "aca4c35064ef2c65ae2c41b6fe1c00395d8784e0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5d8a4cb1bdbebe5ceaeec8452fde9dbf406b365388c52a998ef6a0734760ad32" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e0ba03541cbfa914", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Winnipeg", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "de35f532c42b28406896ed25ee1d9fb5c457b03c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f5b2158f105dc4499b31f156fa6a99e19198474ae32248a86e20a032adb14f87" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "691c0328e451ead5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/America/Yakutat", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f2a66cddad71dae1a59efb38ce4b5ad1b684258a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4cee8d752bccefa30cc879205652a431d919a3b987af9d445a105921511bea25" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ed517c7bc8ce2bda", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Antarctica/Casey", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "43545f42dc79083bfdfbd73e846489a0976ce111" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "797a788098dba3912535039cd9a8ab75bb5ba0f6002921943394a2c5af40d3b0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5611bf513a3eca64", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Antarctica/Davis", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f7804d7984b1ebb9cd3a8be4ce4c28946678246d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c8f9fc9ee276cd3584450cab432e9d34d86bdab4a8c6e824d590038344e505d0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "480d04bdc27c6ec7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Antarctica/DumontDUrville", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3f231bf301a7697b73aa6b512145273107fc9873" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b9aa45a5d6db37f094a546648d7d83a38195926f7c4614b5702e6c3f72e7995a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b81bc89f5415fc56", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Antarctica/Macquarie", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "11503db3dfa687dcea9a3d418f64f63c25f3fcd4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1dc462da964c4ad21010cd749d724bac32a9ec7e23c123c8d1f47efad08b2c53" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "87f7ff1f3e6953b1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Antarctica/Mawson", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7f2d5b7bc019b7ec31bbd11ea5ef4e78af7687ec" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8f551dff347653b6c7dce57189e7d0accb8647d4d6a169a9398899f8b17641ca" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "82a661798f82fef0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Antarctica/McMurdo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6c74c5e9b81585281a62e6b4ccd47134e0b5b6e9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fe85472e156ed4e1567e45028208b4063ac98815b7f22decb4eccdead9b0ac7a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dd8c4f9563964784", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Antarctica/Palmer", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5b8e3316ef699baf3f829629430d94ef88e56b92" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fe442401ef0ca402f79a17ed99131941149b25d1f6cfa44c2c796e36a9fcce8b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "26c2382bacd4c949", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Antarctica/Rothera", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "80a1497a3f5cd61895dcf82643bf9487b5050fae" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0ad14109fa9842310abb4db35a384f1c0bcc4918a932047bff63f1b3bf8bb01a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "035a14af06015e00", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Antarctica/Syowa", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d11ec4383d7dc3332d30df015c6e2f902e2783ed" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b45bde2274f7df889b833aa856d4a56f1499195b901a559c06c08eb60bf3dbec" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a9d512dfaf1657ca", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Antarctica/Troll", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "787f394fc1f3fcb1adec1f543278327708dd5139" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c599fde30452e67c10d51b6bdae110fdfa9b81a236b40b5015227310d97c5bfa" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cf17836f183ecb62", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Antarctica/Vostok", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "709c69de7040fea2113b3a113eccc4069c9d022b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d9c2f0ab04f26d02c004bef2837d417e180f6f3bf1753fe6eb72072d1c723bd6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "64fdf9ddf67ecf7a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Aden", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "47f38c92ee272f860cb12ea43a9d6eace2c9105f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9b817ea53ec1f6e78d380786ba03904d8e1c6ec3785b09e028764a7500cca3be" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "54fe0d76ddd0a7e4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Almaty", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "71c28b9f2715e92fc1f62a799cd0d1a45d3c14ae" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8089a5ce3c13e0b0a2e57939568899f16c811d65ef87a1296c60817b72a0b232" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "565edd9539a26dc1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Amman", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b6993d911da3bc205397d31954878c6bd56c45bd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "747cd2a9bd012fc2fc7709e9c59bd1b48cf90782e60904b4b0a4c9ae995a25ec" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "759603cb759f7756", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Anadyr", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c31f17240d14f4f14c2d9f18e9b26da6c0885478" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f266f6dc5c7493c903f3e4dfe2054ae9a280e5f9f7511af51a236d2a82f35c2a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "609b844ce863d75e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Aqtau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b02323177b2bd251d296427e9d18499c20b35661" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2f152e6a6c381b24dbea910084c5ecec2b8f0e2f151550abcaa718aaf7d1f36e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b204424255977cae", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Aqtobe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a1c77e61f95379bf128429d8e0e53e4ea021f0d0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4870c19fb05da1aee071721cfe950081e5c1969e23590fa09100836006dac1ce" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9c1f55a51298384e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Ashgabat", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ecbc6eb0cfa77f554289b52ff7ed5872578fe1ce" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f7905cd4df9f93e39b535ccb674e83a5b469658f81c4827fb327186d98bf4c83" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1b04375db0f369e0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Atyrau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "57deb4bad1d807a14efd3b5b7f3bf6bf5ebf3aa6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5a43f15ec469d51ed03408117f5158ad47d26768ad7f210967db1556949ba1f4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7c083a15f940a636", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Baghdad", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "be64967c712156013593581cf5d18216f7532ab2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7708072f0ea05dc57e2b03860991413c6799605cba64b63d633bd1af6a15a041" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d26be10e3291af4f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Bahrain", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0d3b034eb9b78c7638f573914a54e02386fadc21" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1b7a8e24aa41121096e347cd5714ca28954f4f164d28fd6220ba0773495adf63" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5a978aff5e03a196", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Baku", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cd335c3bd5cc6aca668d4c863148caf1f72b85ac" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7f871bd0bf15cdf5e76fa9af31d721d68d2dd4a1a15e31a81551c8cb8087c380" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "277a631b4ba4cf11", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Bangkok", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b0b3753cf695a580a457c6435c6e31743ee9c506" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "db5ab1f7cdf863ac2698b3c41f29f6c3cd78be6455589a27f22dc5e890b38e6b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4b04b604187466bf", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Barnaul", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2989f71959c938f1d1d3582823c20c1b506fa794" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "37aec54db5976e653a5ffc5be3e502c563edcdc16eda24b52e7affc215306c43" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b4f2cf42df992bf0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Beirut", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8d25cdfda2adb69a42063e76423a5bceaae80340" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5eb5304e5507dcadc198706b27d8240cba8f5f282713cc85e5aadfbd406c71e2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "43ea7338cd743204", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Bishkek", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b5cba27b71297c963b5ecaa9550f7d0724ca6710" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b6c98b5dadcb037359843c893f6601eb6b3a7ac93d5b51aab3dee44e110aec54" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "82116063ed9f11ce", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Brunei", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1ededbd04efa954a4a74f42e8f6abfe38fc2106e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2755969203cf4d6274030ea743e8b7d0d95d34a778361abb33cf00ad4811571c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0e0ef0edc027c8d7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Chita", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5f7478a07d351e0af17db75354b88e3a2f4919bc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f37ac9264a9797bc0f7809a4896afafc90a0001765fa593fb0beb03fa5fd537f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fc4d8a267768da7a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Colombo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d246a905d11b603a3119a3206ce5987d153bfa66" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "56547a72733e9aa9efbf0220988dd3cbc43367ed9219d69805ed826b900a8d97" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6e302bd6ad408abc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Damascus", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cf4033bc274e71d7659ba3a07aa342fd33a35113" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f05b953dae1a2df4a0bb48c8fd43d810eabd9608f97408bc13f65b210dfa6f37" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "537fbd6b3bb2081f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Dhaka", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "312d96da990478cbb11047198f94bc7798f483d1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "727a72e3d34ec7d5140278a87e4451c7a178787e55e26b0fccf3849c611c4733" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c2e6d84462d4ae31", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Dili", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "40a8f898ee2a350e7fbaf23276e1c56499673a69" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "65433595dbc4274528f39719a7ef6ab022e2a2004c0b01677c18675eae58325e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "90e7ddf11b299cab", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Dubai", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0126497e7d95c36cd0219a4b4eaff8ed360d0203" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "021471fd3e9592d041fba58278210017b210d0ba4e34991eae656d239a8b28fb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "be512711114d80f6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Dushanbe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2ebaa5f062527cc08a9e3c6c7f9d830e38070aa3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5df87ce400417a624bde88dd023d55230a6180a386048e38c71688d2b4a0c834" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b0b142511f6696cf", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Famagusta", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "716d84be3ad2ba4c05fa95861535493349b4c1b5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bbefccfda0eef52f86b25c776e6d1c6b5fb9434a68f83fdb0e5a286da834a295" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a2eaa5bfc3076709", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Gaza", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ae1024d2310fd91473bfc74c4adf1e292d38ae4c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "74535d1c9f8bc7135adf3ed55b6edbff75fe79d0f867eae15b1e23070b6fc85c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6aa04832512eeaba", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Hebron", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5e9eaedcbe7b22f625ab307c1e7534d1faaeed84" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9c5c7f3814c5c57c7c8d7a02e0b1aa6e760b012500bcd38fdbe2be817001cf9e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bdc846413953cc1b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Ho_Chi_Minh", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "87db1d3be0abfb7b094bd0cec6da67b8b471853d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8834fb47d285572c22bb0384848710b530079dab8915c8bf8a70cf110f321728" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e71b757337aa7179", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Hong_Kong", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "aad6aeb87dac1563a5dda2eda515528ca8b171e7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6f045e01c0c80e157f240abd549d3ce8957972b9bb6c9f04f75f3d69f3afc36f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d2d28c749411717a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Hovd", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d16e68959d4e2f3b49625004c2f133681ddd4cf1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bdcbcb464df602e87a840d7fb4ca3fffbc33ffe0d662958b16920bc3f81f971f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "34b3559e06d22e15", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Irkutsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5497ebe5a5d5971a3fc5a68471b554339783f73a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "dd893ad3a5636f2503d1fbd21810fd3363548fa0b2617ed91ca6ad269860cc6c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c34c3595c9aaed40", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Jakarta", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2e3216c48e857769fa797df220c067c14e9f81c4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1700ef66a03b82c6844e5ed7315f50a2a96127165cc2dfa959535c0a0c1c5f06" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5eee9e76eb004615", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Jayapura", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "24b268ecd5fb614e21a62562a3327da4b0add773" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f50c463a9260839b47573c021c6e2aa0a29a30ab47aa717b546ec3e5c8519fa7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c5c21629fe9d7e3a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Jerusalem", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7377f8d68a871ec5437cbc0f065a5d307d1f9d1c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "350225f72e887f6f2d2ff4455a19e5a86e0ec099d8563ffbdab91478dc72e57b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e04f6b98f6ef3399", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Kabul", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7bd580b5145f4337e452af040772022d86fd6815" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c16331aa3f5a7c44d58bb1e773ed3915b3587a582848265973dc6f0d61b664ba" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "55bb002000150a48", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Kamchatka", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9e8a023953cf3b5ef9b477ac4a1efead6af36ad6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "97ebd11ef87485a5484ac884ad3c9a305d158b307037fb5cf0b934a18ee2f5a1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "148c7f48672fa93b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Karachi", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "acd1328e1c43a4e3aa378186257e84bb35987858" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0ab0a0c7739df847b67aa1aa1b6cf5879e373d84afa90df8250cfc0279ff9a2c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "aee04b2ed6627a3b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Kathmandu", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9dd21ce83174f17e58765206af5f62615813d778" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7c04a919306d960a119c08f407b345efa1db5f724d5446ae79c98e2a422d00e0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e4935fef8d84aba3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Khandyga", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f5c7edb21e7ff3ed6cb3e22559d18ff0936759ea" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fc383b8bd52963bf15452cd2f06f68e426c46eb2b88f76c2170f8467ed0051b6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "629209f81adffb5f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Kolkata", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "65e67637bd1d504cf8c017708770cbb29fc88463" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "10cc9f7ac5e408608cca4643e4c93e70da11f40c0b21e21b72f05003f26f98c4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8cc0716540d3802a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Krasnoyarsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d42b670498f1db43732cb89188167df9b5379922" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "682d4062cb16d446e5a2fce69525611016b0855edc27a93e855387d648298d55" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fcd3da2a9ff2d10a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Kuala_Lumpur", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fc47f4a3eaab465bbfb7524d96b5d76ae27bf9df" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "142911b9a53e2781bef2b21fb842f4c61f3bd9df27f34ba466543f563b508642" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dde8c8afe3acd35e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Kuching", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "088e2e41b3793227d73289b9f2a1345de9021361" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "08afd71d5b43978934a955553fe3c219c20e88c392635425ff3b6db6ec57853d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "95603e1cb1bba8f5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Kuwait", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ea391bee5abfe058e6463f746f31892087c82479" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9556ff0d661a09bf3b5c857deb17d5c738db1020bd73934ce8f563486cafa9a2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f33af8b5eac88d8f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Macau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2fb1c3f465122e9eba90bfea0faae7ec4d9413d9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c24a7fef867d62f0791f7b37c64ab8e00c3568a149daee0e1c50d096a923af4d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a13df753c60f2267", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Magadan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d34a18a8683b74299d058c11229b9b12f375981d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1970e1dc1b874f0c831a1366ba27762b5824ad691f47ae480bec8069317559a4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "270eabbb88a52508", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Makassar", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "284956a2ad761376bbcd9086b68a1cad5f399d73" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0c5322eec6b1ca98bfe3f4a3360661dc3d7b43f72676401314199a90d39e282d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6756da889244881b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Manila", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "33e85c4cbcb91769ce07e01c3d1d750316fa25ca" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8d0eb473771b7d08e1013710ddd2b12e45aa8b34ced0fad3a0b42a5701ed7508" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a954e4bb1312df28", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Muscat", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "114d4670e2d4a8a47c64512a5634e58686eb82ea" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "70585f2eae2038eca4077b734f51582e7ddaf27ec9c35d17f728793e6562d465" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ac5f48a814caee30", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Nicosia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6401bf352d85dfaf4a86c66268399154698aeaaf" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "80f19eaf8e9e0cced62b8c86f58ce2033e9af90e897f258ab744961e8395de92" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d4ebe82e8d51fb55", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Novokuznetsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "110c356deee595fb9e76806f4a97363466f2b71d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fff3101b1d4e96191b619d9e980331bdec9021b865d29183d2cc4f10c73e7fad" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4a6150a2fa798acd", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Novosibirsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "eefd7b315c42ceb946afa9ea6f211d2b4564f7f2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e04473f3d482ea9ba9916aea41b26b2202341b62c4c6cdb8f2fe4fcff4d34734" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "be85678edf8b8b41", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Omsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "53b80113be46b7f8c34064e3f4c8848cba918cdc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8cb6ecaac0bcd2559cc6250c8499ee38891ba7c55f0543fd9fa8ed1f65f57c2d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a3e492868b5f8c7a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Oral", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "333925bcdcc2effe07366cef0a78e14e85cafa0e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a5ddcae8e80c9a393e72d09f48bd12bf90ba6a46c1cc6fa0933fefac4c2ac65f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6b218fa134a6d080", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Phnom_Penh", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "df35bd86ad8c35639066646c6f476ad9fd29189b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bf590685089cda62d67cc1f25824b5e7cd2b5a86754e54fb66bc0aee8e878df1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "95480384c1e4207b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Pontianak", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1343d6accfaba68d8296d31dcadfc63eb3c1e50c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3d0c139143f6a8bef84ff6f069c31d1a6815861c0dec14918e9ee7bc7d727fc2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "24e721ae288c58fb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Pyongyang", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1eda379b1479259a3781e16ac82ff267f257c612" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "569f166f78dc24437e2ce67f7fa3672df8af74527b74c092ae6d214c43962c79" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "08e7c4e900e48046", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Qatar", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "79562bd3420b0cb8b6a94b191f0029537af2011b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c17044478042c99e8cb57d8286c65b6cfc9c5c69272229886c27ace17a22cb5c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "893e91bde3f3618a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Qostanay", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8a33ec2840a92228be16b4d0cefdd091634eddf1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6c2bc286b1e3a4f2ed07ac4f84a21f2b6d61117f3e9d992259721c039ebacff2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "04d486623ff176a1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Qyzylorda", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b3a2de4b7308f94c28133130d945bd7a61068b66" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "19007705e36a1f6d51e2527501e6abf3994ff2eca23ee3a62e273fef35c069f0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8bc12f68fbbcbbad", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Riyadh", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6d4966cf66fa909e46c770863851778f6f492e4f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "66db780a8dc100309138b1bf7834482d0210587178ef9b52b70686974ea5b348" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c57d56f47a967a8e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Sakhalin", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "30eb51483f3682f8e5da84098587b486bb296083" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6bed3041a8faeed299a6a70ee61392dedbfe1b6be11a2cb92cb18e912d32b90a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e92c0df71ae07fda", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Samarkand", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "70fe49c4f3d8ed269262941d144aef8c5203db1b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7b5b60dd5a280b4d2e8aed65f8cf53c8289a1d14f2dcca45f3d948269c2e93d1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "41815276afcae597", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Seoul", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "25bcb4f3319374432abc1b562d840f9ee108d5c2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3b7d73ae2f17d29d083063996745062e47de1f3c2cd2e228f4bda7584d736317" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "43a26be16b429404", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Shanghai", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d28c6b9c1de478461aa6e70801b8f7c58b62185b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0f1b7b1f187bc86e2843779cdefc6b38df2ac977a28b930fdf98e3a7d69a36b1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "af12f0c7a073c2eb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Singapore", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2b680ebc0fe16921d57ed6bce93c87f4e9f09c9d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7fbaff2860adb2356b02c311b4f27b2ef8bddc4c69643e37b3af561417a532e0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4a35af499a2f8199", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Srednekolymsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "dcbc0f5d9fc70887e891a04fe31509acec2cab0b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2f3d3f13866fe5cf13ce3bfe86ff2f437fea0cf3a8e64f87e1e890f8b4e7e39d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "23ac9ae478cc8b42", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Taipei", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7fe467393f20d6bf96881e212bc49051624dbb77" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5ac5d0257da8e472d7f55343e8bca0863ca7f3c10833aed8cbee8af6a04e77ba" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e76b131960255b25", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Tashkent", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0de9587897f05a0fa4ab21e4887b3281f867e3cf" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "09f62c2e37e824e2f0a75651bb94c556b000e6b09efb44d59be2e6315141d323" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "80cda0d8054fcb93", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Tbilisi", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "41e58937e2259c746152752db4e03a6b3a729537" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0fef30597eddef86e31be51e04c3c3d37bffe67c1d0c54a7db4c744c5a3d4a91" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5e407026d8e74c6a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Tehran", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e1f59755945f0b8f28462b4d67ee906f59697b22" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ad72495c660729f0e33cf64d2e1aeea46989decac71d0a8922eff6d39591e649" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "01421bce507df7e9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Thimphu", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ffc270276aab42a4a3b6207073fb596e8b7e5371" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "794c223c90d5e126e143c118093a1bde4e89ceecfa0a3e78c06f50096338ceac" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "90754cd4e90c1c44", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Tokyo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9432011bb4b60e4d92bda22c92f9aaad77a37779" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "58a1c13838423566caaea0400bee1da77ae1f4e5722a93581d64973f68c81210" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8d95ab88e61e9208", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Tomsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7424bedcdb3270499cd6e1dc7e6f898b579bc1c0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "dc59ef865536e017c28afefa7c37bb8480eb2a67522a44ac4bef1df21e1414da" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b28a4c3ac52fc26a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Ulaanbaatar", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a5c11bdeba79e015210fa2764cb5d7b339989055" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d10c3b0ecf5f3631dcbb43509b650909bb619f53405923b600f91fb0965e6e6c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c8b351b12d87ade9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Urumqi", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b880f2bd0dd6ed73274e29a2bba4084305db35f7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "dabef678ba11b958632dc97bb3e87bb2f0da15aeb1aaf4eaea892529f3c3d062" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "20cc769ca553989c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Ust-Nera", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "91c20ea1632d65624de9e6264643441c70a6161e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8292be55ba54e886ea2d5ee9f1c8b1fe78a8c580f7d35812d41591c37a490f1e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4cf54dbf1f6f417c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Vientiane", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cd3d71a15cc6459733c08220eaf7ed8f5b9a236a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a5113ea8f19c711e622ff2cf5e944bbae69c9dd40cdff3470fb27d8b6e4f7b15" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0a983ecfd6198375", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Vladivostok", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "15aec68e06dffff513e616d7d507a6449634c59a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d357f01229efb11e34542d760dc6434a27487beca0e32706e0bd73a08c15ee66" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1f942b635cb8abe3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Yakutsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "739a3a160c6b69f4a23a75bb7632af88c686ac29" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a7f732eb939f61c9b302c9f7960a03044540cb9a794eba95d1544aef52d919a4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e1c86ac2c6c75a97", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Yangon", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a5b74c112481ed5c1289b1803f585e52d06fdbd3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "125ffa42c4aec706806021994c1ecaf7999146666f40dd6f3653817acecb958a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9bd92380315b595a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Yekaterinburg", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bbb7189f24ed3b48bfd933f3e133a76fb8c31881" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3640cfff23344d084a895b2b936d181a73b323c6b746e254d1d1dd1df1c4a471" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "aeef0c70610d376e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Asia/Yerevan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "801f9b96f7dbab8791f7f7113ea701fd860529a3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ace7e6e36d7bf12c4b5b4378dc56fd3b291663a2e4c5bb02afab5cf4b0dbbffc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "164679001bf6e4ed", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Atlantic/Azores", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9b7568ddf82702bc8521e83ce4a3d84f3d05316d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3961a8c1f1d4e21c8980ef9e064aa828d9a5a35bcdf8ca1b70a9c73463fe8614" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "76bcf7f1bb5d2b69", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Atlantic/Bermuda", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d9151cba4698e465e7631cfe3b9553c53ea898cd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "02d4071e74e8c3cb2c2c9bd89adcb75c4fc84588eee9c45684205906ce2ddd7d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7d508532c0c09437", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Atlantic/Canary", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0c49fee21ec82746fb2b58a725eaa35cf0986ec2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9b1a4deab550ec9b67a1282214e4476744ba2af06295d08401521bc77256c5d1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fbc43a296d0177a8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Atlantic/Cape_Verde", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8a257e7808339b1bd8d91a45ab192a27419a76b3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fa90f81876ba69056291d45d5768616f7cca1755c163f54606a6aedfb41bfaa9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a27f902a8848c992", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Atlantic/Faroe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "eba8b9e14bff91b31cb010254cd01ffb735f1c0f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8d4b05aabb767f726b2f88895bbda845488a365d88f28ca9d7da802b2e80b5cb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4ab50b4e132710f5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Atlantic/Madeira", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0df3dbbd224c11a5def8d0581f5ed18df19827ae" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5d5c5132fe2f05c537d4b901be1cb8d9ad4d6a0bb7502a985bbd5bff7af2c055" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2a9b23b629927186", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Atlantic/Reykjavik", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "063bd38d550f52fba0f4f63c0e5aea20719f5281" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "26044ebfe9aa2775fe6421c8c1ed3e8ba8a7b6c869de234a387ce6bc651aa214" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b81dd4841881f9a6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Atlantic/South_Georgia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "492055d16a03c3a828b577928ca771167060e4d1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9dae92611be278cf1589e2dcb4cafccf751887fbc609e5f8fccde6ae19ae2b6a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "99920d0a72d8fccc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Atlantic/St_Helena", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2b022f7c646461ff3bdf17400a3b1760054f0016" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "38fa7e7b14f551fcb1d5b89c68c50c56cc99437181f53b56f44b2a8bf3446913" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f524b0a8e6c2b066", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Atlantic/Stanley", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a535eca69ba6d124be4f34e7739950b3eb50f17c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "828a8d83e57893ccbdbdbf1ad750ee07f3b2b24eb021f249161827593666e2b8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6ad5a9a7eed2bb8d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Australia/Adelaide", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9b795f8f25d619d1f4805cf7001e0bd4f641a2eb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e39a6d188f38b6a1d159c36797ec0b855357605b1a95b1abbef2c72143f33815" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7a84ebb682756963", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Australia/Brisbane", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "50ff27cc928f74f27f6c94dd0e8deb0c53c7ece4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "11e4c3667175e366c7d07b2e7920ac18ce3db33ac60d3bd053b9057e2104939c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5a95214a0f55bb5d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Australia/Broken_Hill", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e17abe8d5d0c242de49aebd078dda98b30c36cd9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "48bf8160d40642e0c58adec8391a742285f49404c54b44cc482ad233f51cf881" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2209d91ab2ce2cd7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Australia/Darwin", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "953b15a08c80668d708f19eb48e18c26a1931bf2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "69e90dc1d9059141fea2c359ea1aafe47cb6d600f25135902ea71163a9818a74" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "42589349ab039c50", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Australia/Eucla", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fa32fc3c8cfe47c1edac956ec4b66119971623fc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "be2403879f69d4fdf71b889ab089693baf7e762278d16c37d0ab58c2f115172f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0198728e0be61466", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Australia/Hobart", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bebf6902f862c232564a5ac3f7aba4940b520a25" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "692b51d2cbf99d56140ab30c94566be5d5f61d3fb93cb9a59c902ad8e8cd4e1b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e3f168904a5ff458", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Australia/Lindeman", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "617c8e10c87c8738249fed5aecf59b9d41da6a1f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "711d5c83a7914d328449f9363c5199ebb0ba0e601100059075276c81a687ccb4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "10740db4ba613578", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Australia/Lord_Howe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "180e5c883222ba7574b07e5405cfb373b1307d1d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f504eb72841a9ed6b7cb9e34fa394122f83e0e0d0b9d5863f53cad163edd199f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "10aea7881cec37c1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Australia/Melbourne", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c4306b6f42d04d9ceba68a7fa215cfec82711541" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c5e94e7035809e180aa050b55dd448125e535cfa546078e3b251f053ad062407" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7380f488a8e64471", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Australia/Perth", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "61eaf161fb9d35bf2c96bc1f2abc7171358a7e1e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0fb5587b5905a2f161c674c108567ba9d37e21a4436a05bdbce24d5fa2368564" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ddaeec149e551fce", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Australia/Sydney", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a0b0ec781fd40bb04c660218837bd57393d1c7eb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e970347c261081869c06a5c365815cc48bee0602d1e19da0d3a6e28ef5901a27" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4d01d6ba81a79e7c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b96f95d9a6800c0f74977837f058a5d56e55c432" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "39bef83dc0ad7e25d3d8cc1b7ba9e1b4cf34049c35af380933d1d77d2bc5caae" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6de0ef7a635a3694", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+1", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "812e03860a0ff6f9defe64c17a4761fa73f6eed6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c6567fa0886268c7350128a133752b33eff831898257d83d8ad8179f639ba02f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3cf472cc8195d854", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+10", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4f482c04d45750dc5fe0e00060e90e9fac44a283" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "19ee5a634f44691b6fafd35c0f533e9004ecb0221bdf3f8e5cf2ebb6ebead085" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ef5182b9cb8ced2c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+11", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0bf8bd6d3b981ed9d8ce2128871e942e8049bab5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c11f6359495493a5b150d2e8a73a61959ba51e93769d5c59a62e58ac8cf03f91" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d5adb0d4667e0b02", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+12", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cf2d9a510415f02ce2b2f272598597588b13ce5e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b8a84265c0724ec8baa61cc913185db89cac39ba88a295e1188993d8131ed7a8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "559a280686e7417a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+2", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ba74f561726b37c35e279a240271ac8b97125764" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c0f79340974422266215a3564959f6cca517044bc1cba2b8273b17a15129a9c9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ba748bd8dcb45565", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+3", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4d3b9d1020e5b68485484eae5b21bf5bafa6fe3e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "09127dbe200bacfe14824dd6effeaf8ea6afa56c6bc8c2c5e573a37bdba3b02f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "02e8f3a7a6f60184", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+4", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "79eadaa9901d173b9ec9a49af593fc9e66b60b77" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1e3727ae8838213327e0303fa8834569c6985e2ab858849a9c452ce8aec4f98c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d34a6fb7517bff98", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+5", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5e8c96fa659931a7d96e678e2185502a8e3a670a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8045434e963a07aa6abdbf56d851be3073bcb0ebb0c31349d8e2d144147a915a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "32ed3fd12db423a5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+6", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e9f585299f17ea0f79e2c75d6722dc13867e2f11" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5f989002e671c9e1e021710e088b3042656188425bf0b35762e9d1e091c6c993" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e21d7f48d27f96d7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+7", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "501e7937055930320b92d6450fbc35c2a07cf643" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "60b24a52910e9a2aaa921840cabaec35d8e68c1805aa198f50b2612dfeac663a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cd769c68f5dc0971", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+8", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4778c429c2d15b15154b79ca463bd1de51b76751" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "75943b89555ae23416cf3cb09174ad8b318c849547e400d509840fbcab90f6dd" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "67e6616941e3c786", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT+9", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3cd7522ae50122e38bb5a8f5f24c78ba60d6de9f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ed9a09ea8ff9196e72c9b5512e15cf9982067c9892fc0e374143803ef9db29a5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ee55faed6d24fe5c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-1", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8f65531c0cff154f59ea42a97789038db9a50a90" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1a78fd36aa65bfb4d1e940c36f89b0b66c28034d79f848e73cfc541f7a05666f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0821ac2d04773e66", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-10", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "512a56854e2bbe728d7a8af4a06b535d409c393a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2fe361f40fe58e1f76b2422a8f1d3259ac99ba5364b723f2a699769362dd76de" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fa6bec943a840cbf", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-11", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1378595b9a60029c3535d1efdd697080a7d9ef5f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f9529333fc6e8df23db1c6cab200718f261cfdfcd60b950827b50e8385536787" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9e3f5fe1483b472e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-12", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5b792def3f8352854b2da43c9558aa2406080751" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "590021b5095baccb671afd41ecbaab04eb1ce2b0e98395b05ca280821210264b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5b67d886baba013c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-13", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "dab0685f275a0e968a52ee72e4d4a5116cfaffe3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "06750a9cbe8c5902700b11ae5566ce4753592a3167c1ac59a75d8b1e5cdd0d38" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4f532e47bb895e9e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-14", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a3c359abb66860ddc6f2053b453b39985e9a2834" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0d13b3132c77ecc045639ad8ff63e2f687b7377446c631adb9e4df43db8cd391" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "79f0204d4efcf58d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-2", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ed8a5ae52dd812c6be57c73484766ae6ec09db3c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "378931c0bdcaea0a41ab7a08f6ca9fd17ff83d82a4d9619c36a3cd208c078624" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0003ae40b6aa915d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-3", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2380d1725ef2311e62408ae6fe1367e5d9ed03ac" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c5d7c486b2a2bd078d9b46941f1a380889c4bb91ae6c34e7b6d5eafbea355a70" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "52904a41668a3888", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-4", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3e355365682fe6c5ece02207ec727667c37a0bea" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a90191c0a3ed7375dcd6776a64a7aaa8612b9a4aea503b4555f8496b2bfbb38a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "167d99ad030200e0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-5", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "652639f500c40e7e9456d861fa1b45a4739dcc64" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "58092434c80162cf2a23b506b256e1f991b25fc29d22642b3be1bdbc71f98be8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "705c7cdc1228038f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-6", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e199c7896a65a4a64fd73bd6d4b9a0d00ec95a7f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cfa610926189b8751342fa7fdef9f09cf72e294a0521bfea013a4a468eaffafb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0c81450ef77ab035", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-7", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0a433f5e045b6c33e4584a0e21e5cb20c1e0bd1b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3dda58ed2feafb03deafccaacb68e3370f78fc23743740817a1d93be697495c8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f4d485d60483b9d9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-8", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "276f0b44a7ef890f386a3683dcfdaafed603b6ee" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "df59bf6611958713b8c8cd1a425d879fe02d5894c3bb37f3de5327599a62304e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "396778c3e23e572b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/GMT-9", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "18f927650fc62f4e469f21df82df94f50d1695ab" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3c809522f01269598f9c1e5bb2e04389bfd3677a48d791d4e8a6656d1e4ba5d8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e45b77a3ddd65362", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Etc/UTC", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4e8c3c01b3461f4ad5eb900b8035c4163acfa70b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ba3f58c59f1dd7b807fb3fe09c4dbabac2465307d7f5044c18cdd7f721c44fcb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "45cb7a207e53638c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Amsterdam", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0d331b923153616977f8069d8ff7fb1b9adb8200" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c319bc9a155bc45b447acb2ce00fdea739043e07811abef690588fc307aa8417" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ff1367581c83dba7", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Andorra", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "89189a14334e9071fd3d69da9c30012ef28af447" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a002c39765cca056ad2a376dff3ba17e939de31d9c3c60bbec85d979e2bba3c1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5d60886d8ab6eb25", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Astrakhan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "38e3ed0cdb4ab094566ad8b851e6d0a687d03b26" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "266ccfb3b78123e8d957b2564c73ae08ae560975d24b90d328fc9c9b5394fd09" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dcd98342acde1bd3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Athens", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "97ed68e7e6bcc32a1ecdbec31e2de52ebe8cbfa8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "32f04244ac89a0fd55c2c66af308c9bc7639ef79c127037c990f47d8e922219a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1adc4b2e47ec1976", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Belgrade", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f79ab69153be375c471656a75ad24eb62c5cd5a3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7c1b9262ae825027582780b957866e5a9549ba936f466c1ee7dae8e9f34e20b9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1d3c8c96048a1e7c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Berlin", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "66606aa751a0bcaf1d93cf49cbbe577c057161a3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7823fbce1df592b45c804e5f213263a7b1c933ebcf3489920bbc2da066d2b2a8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f6e5431610df2afe", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Brussels", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c4616be559fa7a029f6d9cc6f3c32d0c7469c5c0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1baeb784afd6829575c4b87ab80ee925c7799b44bb9231eb9dd35e5af899ff1d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a7438a0e20eefe7e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Bucharest", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "dcf6321761ec7c1e23c3c3ad4edf29ed59cf50aa" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b156c97eabbfaccc44d7d5b589724582ae23051488210e3e10fd6048e6259127" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e04a0ddc378e2d84", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Budapest", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "86fb3a67f2e7415ee3cada166a796b087fccdf78" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ccffa6faeeda285e54044483121c454734a2f019cc8c0cad543720f14e3e0a3e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7038697e12c50a03", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Chisinau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fe878a97aa3d13097a8669cb8221d8c11aa0075d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b18c3f625369d749b14e2ad149f71c2aeee021bc39a98681b8b2fec5f75e64d4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6d756b6563d9793f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Copenhagen", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "16ceda129757faecd68f1a24d9420309d6cde93d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "53363908e3a07f4005e302e6be96da2e0d4d8b9e373fbce831d2d9e75cd71324" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1160efc8d86bf874", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Dublin", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d068a97b59d1e22f7b2f078464e1cf689d2d1494" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e338ff6ec99a666cf71b5e5be32a990af469b32c73cc7c61689d284144f853a9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "886dde2778afc6ff", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Gibraltar", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1d5724a7efe8dcf425c5e4de09f019bf3139d4b6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "43898d133325feae5395a21fde1fd5560fdaed2c93997d75d1c7d8eaccaef21d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "70c929b18b3456fd", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Guernsey", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b60b29f16840abcb74fe2faa39c326a9910e1d9e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d02cb1530b51f838b934b1e2c76b7d25dbb5920529371e693581b4a679100725" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8db2f9e91a1b8182", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Helsinki", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "128f3af0e78465e257260d02c6cc6e02270b1e6e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a19e7a0ac525c6adcbe41f34e7f7d11a67fa2a74c7991347c0888197217cff1f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bc2450469442b0d4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Isle_of_Man", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7af2c6597f93fe4dd3fc0e57ba0c4f909bffce06" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "01f4822009d99b2fc985b78ba4360d584f65078a51be7fab7d6d402c47bf5357" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e0ea64a8408b33f8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Istanbul", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ecf56add97055b5a5836792f3267d46387c11fe3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e2640cd78debae6a10e359224f1ef88ead514442de48f437d5985dae35e548fd" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0cfb283a32707517", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Jersey", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "84a18626721709ae2b907c31ea68f9eb0fd3ac73" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f4d162a4264877f8b597231daf724b12b15fb6c00d63c454795e8262b085d332" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "67b673c5bc6e9503", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Kaliningrad", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b4e34cad6bb533a99bed25184dafe22b847278dd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a734545243fa1602565e6bf8b0844b4c4d4889d108d1a2775743dce829e8b5a7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4cf0218f8e753d7b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Kirov", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "83f606ef9a7887a4e485a75a151f2c4da2339dc9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "92f8371765831f78864db75804ae4b3098f871bb68a23a3da430306739f4bab8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b532a21053959c49", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Kyiv", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7f44317ff41c4aabf611099a5aad5d00f54cf0ef" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a43eac7c7db8b241e43230567ccbc326ac44b1434238e906df1c058b3ce266ca" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b4e2fe4dc2909ec1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Lisbon", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1e9d17457501e5c26a42e1833e69930feb3a1806" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "58462eb76ab53da39284ce8cfb6b7f87380c91f09214b8d28f6ef4bb2a397f17" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "781a55a18fdf5cb9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Ljubljana", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cf3cfb5f98d784850f3579a64f33a6a1ba85e835" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "06b419e77b2fa28593571c1532022a25f0b8b8d257ec748b110359b26bf15a3d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6a5c6775a72ddb69", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/London", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "35e53cc471bcb41ea30fdd605d256827d40dfa3b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d64800146d1579a6df7d5f7abc1163d7cc299030e8b28abc1886b873db8b2fce" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "aecd552e71c0242e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Luxembourg", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4acb147d5c15f0b0206c5f19809f314f2f111873" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "05971dd06e2529162c1c16546f0aea9c1ccbe81d5e1fb4c5c61fdc83dd5aea1e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c130b99b6cf49b50", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Madrid", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a2cba81ff09c8e7be57a0b82990bb7ccb153bff9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c2ae74c18f1dfd1e375fcaf0f61551724b7f0ad91ae4cc5d715d7e5522574380" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7e29270275fd396e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Malta", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b908c254b6ee9c18d20f6c90b2a890e10ca4e4d3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a76e5bec75193fa168139bebbd3db961acf9e332b73d5bceb08266400cf28a33" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f4669cdc7e52e2fe", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Minsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "89060e64ddad4de6aedef9521ab6b972a1f5035a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "478afd802e4e05e455198bca6f9d0baf6020143a52a7a515b00533316e10baa2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a447fbf1ce5f507f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Monaco", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f91e5b3249e0b8e85885f9350f90724a42f78db7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "74b149fd74025fbbd0d83ef4b39aea9c84efb95d4567867d59bcdfdeff4d3b3f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "df7ea22a6da0d5ae", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Moscow", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6761875bcf2d9859bc8c455bf74dffdc06a7f7a2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3fa6d1da420a48ae49c1999e0473331ff29794ed61f1634549b29d575fd19513" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4de24453bb69ad9a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Oslo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "591b9a1dbf2c8de6d8a8837a449b7ae3313b48bc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "47c1e78857e860081d6c950663343e999c10d30646fb554140a0e3a7d0154bdc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7d75f620275a32ac", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Paris", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5a021a75231966dc01c9c936c7dfd9c97ecf4e99" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "772e4b7c501a44b2c153661ab23272cf2a6f0b87c1bad22034ac208e69c43d1f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9c400bc8c755e5d2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Prague", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9f295ffaf881ee3fcfe66e1a276e5926321cd335" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d3f8ea734f203995e5d0212523b0e97ba5bf43518150ce6965a4ce90cafd1ed8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1e866f14997147aa", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Riga", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "be3c57fb9f809426663d57103de1dba23ac6fa09" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "48dfec3433f4ad15f15461280a85fcb051f60774055c8a400afb6c90f1c0e8a7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7cf0777d10c73dd3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Rome", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0795e7a38d1de703728a4355bed56ee6cc53b58a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "47b8943eb7e2b24c5e78a13c5686c6c387d0614e7d59f610c02d2612a6d6f394" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "833ac6383512a6eb", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Samara", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3dc626169c8056a7775637300758e9f4f89e996e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3855b13a200df6d907f8088b146cd890a61f29743fa043916bf0cae7d6171545" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "427a578c73b99518", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Sarajevo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "70838a38c20d4a62793af41c675b258c999523fb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "050ab31da590d8e2e41d68e2feb0bcef8fb5b4e725ccf959c370b13f12e18205" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bfb2a718ecfaef47", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Saratov", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6805e34ab35acf096015fdf8f1c163fac7607154" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5ef1d024210ee5c3dbdd93411996158dd12ee5fa46db6a13f0b4471618aae433" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3eb1172036af4398", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Simferopol", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d36739c8778383c671d36fb9865bcb5d80a2bf45" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8bce314149af0b3d845d5e116198a4dcd340d4ab07ceab4df3c7de22ec1ffc50" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7f7ad759ede3b20a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Skopje", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bc2290aa3571c5b15691d5af10c24b158677ac8b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "05a5a4f453b9a68a7e862a8466328de8ccc573233b2b2b0c04cd785309850372" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0f119b473919cf32", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Sofia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "333e6b00be00d5b702710d2573282970ac489eed" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "86830f8f4f2deb5f325b57a0f8f57f3fa0c62850b4e957b0e0885b96bab1c60d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "042a6fe2c1d9f7b2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Stockholm", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "18330a8a18e25a7688f9124add68a12eb6f7d475" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ec240297bf0dd48f4418743c6455df80ecb8d05dc2b5ce01ebb347ca3a2e2c45" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "810b4e4f7fdb7ffe", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Tallinn", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e86396a631ea6ec89613bb1a2153f81fc590d0e3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ac8d7cf012dd60c2382c128510bee536c81dd5b5f88be97f48cb4b940985d58f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d982ba21c3a5c87c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Tirane", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d7bb167115b2955a6392d4d4d2a1315e76e9f588" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c6433608b5d62d562b7e580dc16a7b9fed07dab7934ede52cc34c1d555e10cc8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c3965d5b028761f3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Ulyanovsk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ecd56cdd4bdd96e72b6ee67306c83fd492ee07b0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c1d140fe9be55f207449cc57f5b16006b6ea6e519676baaa5a10fbd3ed50cfed" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7150781f95cb1039", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Vaduz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "76145ae66e7fa246089c5a4b298ab42cdba69695" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5cfebf45f4ae65ccd1c3603dccb16f7853737e2ada9fc770c39c318f4c940613" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4072b0e8a5ae6cf0", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Vienna", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "67f3b7b29e94b2346bf4e917e03b7126fd4227e9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1c8c704b5e303be879b52a9c8e3e6457307dc9569ef3b472b795177c0567061d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a0314c76edd74d95", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Vilnius", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bd8ad4ed97da9c551ff7c4de62b3563b56b6db48" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "81ffeb8647187c21e0f3bb77422d988a4b1dbe6d7123d174da48a767a7a1020d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "10781e9490255599", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Volgograd", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "28821df499d7dd03a14476bd91f9000cfc05d628" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fe22aa87b319a9c30965a1d98c7bdd7c005bb1d2c7866ebb9f487f6426c0790e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6b3e110ed37b8077", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Warsaw", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "69fe8b936d8d5c2a3303d9e5551a193b826ef8c5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ffc7204033c7e0ef8411664d5d1708330eb00d63b4ad4ba157d4cdc3d6934998" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9228ab9dd6eb7484", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Zagreb", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bc845c3ae142185dd565904e1ca56a4f9dccd747" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a1038d80682265d2fede04b17d1f6fe1e3bc6f1d35ef29dcdb312af0522cf0d0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9240c8b269636fe8", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Europe/Zurich", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2cc5b8027123a1a716c64f3d713973f49f8f8223" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "dbe2654d9a9d59613ee28b204a1ae506ea940c89416783a2e5f4aa389749a980" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1a776a21e96ad97a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Factory", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "195b1a925c9cf2927c70cf7e43d6193d58d79bb2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ae36208305c159f17f8cc209093178b5f1815ca03983b65dec23fc72427ecfae" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "56be7dbc42b67a6a", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Indian/Antananarivo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4d370a1393afb568e3b295cc2fe31f9866715f13" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2d4f56ef201a27b3a47ccf5cf60c848f4bf6ff4b75b8fbfdb2e8d0a732e89c8b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "456a497b73e8976f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Indian/Chagos", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "abbee69898c620bc20ce6226f40620d057234689" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7a44be5cdc9c358a9d5d716c732e7376d14a748e7e16fa96a4af16d42857feda" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "799ccf372359af01", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Indian/Christmas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "527be16d03870ef82636ea22f148f2970d161427" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8e5aec67f8edd16f385d42b50198f7654e2aa6a6473baf42c0665425a569813b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "82dc588889262a34", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Indian/Cocos", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "92a971d1e8f14b3bbf4cc485a934cbc4cd3ae64f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1a26aa57f5c11ad1a0764b6b8ddf152def440cf4e35d6c73ca1c43b078fc8992" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c2160381e299101e", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Indian/Comoro", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7fe7aea91e453d7abc105a4a6e284acf11c0da20" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1950d46af99f3240670d2209fffc843cba591feeee5f9445f4adc50357d82f07" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f3c5ed6cee6962ba", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Indian/Kerguelen", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "05a1be5a7decb706b63f74ffb05ab3ad90dcc5c5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "648242260a6555476915ed0ef69b1137ac979a9cb022f4784f4f421717d50051" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f67360a434822a9d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Indian/Mahe", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "423c53aab54ae83f794d0616ab4d93247036e637" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bc14770ee421d562d38891cea62e8ff6a5be8dbc6087a105026179e0d1ed087c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6e43e1f79ebe5892", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Indian/Maldives", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ba9af8a31c55d979fea09af6f07236b065fe038e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "61b962e3a68d89e5f1a168ae4f94f98634e7c82087642bc4adec4ef8049c2a97" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3a985ec661d093d1", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Indian/Mauritius", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a3361b29f7b0c12558d1085609c6ece310366a2b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9791c2422a4b5b1e20bf631d5c370f8ccfbd8dc50f49870e7d32b37eb4a15e69" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3cde4b3021a00412", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Indian/Mayotte", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5c3bb3cea2ec9d7fd378d73071d4390a77db44f3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7d0cd8d335c4696d0aa51175083ae64b467ca356c722615db0c75de85b51834a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "485827c407801a47", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Indian/Reunion", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b825283c12efe7acdcf2dfd5484da2ad6469e8f0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a63691e344a3355a864e24c401c1607853f63d604f1c962cc8872f503eb8f5da" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cc0bfda2b3990998", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Apia", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7c49dc7f6c7ca95fa03b9b93d2e2d990307291ce" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d7861ecaa4700f603ee593c1cf1878e0df15f2dfd3f9a11406074907795e9f8a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3ff7c443fb5b6cb6", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Auckland", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "25a61bdb83cdce0152f1e448883e8f9d31e738d5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6db396b64ca16732617f100677a2c2930727b41d1308adfc15141bda92b6d7d0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "14e148fd90b81915", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Bougainville", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "89e2afff75d77d3563f111c735d6cf9f6cd459e4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a7a2a4d24753db30bbd686c81bd6fef86f9a84f2a6bd7b56df0dd209b92b2d08" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "aa537ddef3f05a9d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Chatham", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7f94207e95d8294f405fd1d28caca2c3f3ec5641" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b49934d5f4cd40cf8aec23c8ce2e65e09e8f62cf15cd1f6957c4ce3ee6baced4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "669bbb7c3af9f7cd", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Chuuk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "88b12afcd82b8f9c399a110de620f2371d36cfa8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "66d22bd63b44fcaa0b6222e16adf5d035945a53da3db42bd0bacc4a53f7fe5b4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "25eb7e2d2ffe8090", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Easter", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ef6f283eba717b15c358a81a447a33cde5bc1666" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1350d65a6c0a8f3f90419857d942ce6598fe540964647f0ada38054533df62e0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2272d31a44ab9f09", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Efate", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b0eae7e4436ba9f37e4d0cbf2d422475c74db8b8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7f56a3ef14ab638b4703108391c82836d1b699de402eff65df0aec9463143247" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "06e48f9d066731f4", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Fakaofo", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fd4ab7a60d1ad1f28997e27a215d7354bd2a5d64" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c59e3ce984efb02d9a34481377abf74af648df7fc15d3f200804d71fdb441b6d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1eed002445495d1c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Fiji", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f7669ede07cf6ce6c9e824839b5cceee1730fd1d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d50bae2d5ecd0258e313f4cdaf7087df9dfe165cb0eca3b888c4a9ecc7ad47ea" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "65619ea81ef21992", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Funafuti", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4d0d2661d8b7757439eff32b372df42c20949ba6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7147ec893482f862021b668c8c6ecb4fb54ed66aad0c63f82d0fe3145dd581e8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ab0e0dbb317fb222", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Galapagos", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0113ca8fdd734b8efb56e620a31d60378c6062c6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4faf25093b31b9bb22a48c5016456292d44f5c7e68357fa52d20356ec621075d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d0b3c879e733b08f", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Gambier", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7d0cc25608fb4decfd25f235546f7e6b4889154b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4152a43b16c08998c85400993490eff26a28164af99873f33284fc2c62e1ded4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6295f2cb0b9cb165", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Guadalcanal", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "eac533c2135f683e2c2500015380526791bee252" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e7b56a9da29a5e44ad7ccea18879d719a0b830daa900b1481bed3d4d0f971f48" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "44dc4182fd9238ff", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Guam", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1a6ad95b6b44ad4095f04606ed18fa9ae18abce7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ee4aab7829cc0046ffd1e4d82deb087d610a9a14fd9dcfe7cf82f4224a362d65" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fe22da61212c477d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Honolulu", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d9477684b9d98d28c976f539dce9f4b8fef47e37" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1e8ccbc97ab9805bad4cfce89300c2321166547f5bf4bf2b8c7a48b6f069f884" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "25a8804a58af9ff9", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Kanton", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "680078c67bbbf3f498eb5ba62d16252322b7431c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "042264a8b4210c8925022271fedde5bc43cb849806eaea7b2b7ca509d7111f7c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1d733e23ddd35ac5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Kiritimati", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "197290283c66572a200c37ad86f2bf6cd38fa6b6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "92c95df1d19c1e86c5f62cd1acb165e465919a28a65d1823c95d20c7b0f5ae5b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2f05c4535422413d", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Kosrae", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0f4a89b5396a96b03fddfe1c0a7ac65774adc2eb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e2564f2a4bc0443cae815bd32045462a5b19ef5eac978fa1780ecb5fb9fe87b8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5955143ddf4edf6b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Kwajalein", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2505d02aa23867fa678bb9d3c735fd6ecb79abfc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1a9ebb22411c00377e506f35c1d4d0552736e480544c18ef19889b1ff1acdd02" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fbd3cca32c3cc790", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Majuro", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7906544a1e1be71a50ffb1db8393e4aa25a67b09" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "07a568f64b34bc821adfd5dc61693e1897c930000d0abc09977201abec6a7ad5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1adc91ff7168ac61", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Marquesas", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "331c4453dbdaa9c845142025a46ad8d5060a0a48" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0d6ff8d598d640f9c7a19ed7af3d47e01459264ade90290278f05f86706b1a08" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b72126ce631ead01", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Midway", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "94c2cb96d5cd755951b92c6df2eb2f1bf683c919" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cb1f6650134d59bf64d570c4e6ab63e55327209e2bd9347dede431f1e99c0b78" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2ad88cd7255ce1fc", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Nauru", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6fd5f5208c1054f2a7903347afb8f9a192d5d68c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "21fad9210343e707ec4b881777d5a558ae755e99abb00abbbe7b2b58c1b3bfee" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cab17e9b71591403", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Niue", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f46810c8a008b2fea527ebc89d65e6f5d597d904" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7bcc5c886e79394c40293cdc8040c89ad74c7b66fe86372c21202d07f5932c13" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ccc130ba4c125a38", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Norfolk", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b5301f273aaa658d6a26887d103317da51f1c2f1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8e241cc84941853cc9c95179267bc40fb5e58558430ffc5276353d8ac2e8d1f6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "decb2afeb7f46232", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Noumea", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c0fb31fd41b972c3ce01942f6537c12d22d6f68b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d01a027312b592f682d27087752708e28f0c1ed5653a039d9ab52bb8027a332c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2f6eaaa08f255732", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Pago_Pago", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0885527fb7d948280c1adc7e2ae7a9eb74eefcc7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6ee8bfcef1ffa96bb23edeea00e3e70e8204471f529a3c33b98ae575d4037d28" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "15b3aa4d614d8b19", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Palau", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0f0b90548f237c33bfd5f50fbfdef055cd574491" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fc836dffe58522d24ebb5aa5febcf72f8bbec82867bf4749fc79194555e9f7b6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c38b8f3f664c3ff5", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Pitcairn", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d2b42195a7cde5034c9b4db956b8e14bb1fafdbb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a408a00217a80eeb1b9c7ed80a966cf8595ee302bac5f52aab2349d9ff5c71c0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "326b120971bd34a2", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Pohnpei", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "15dd92fea913bb79db93edcabe133b53ac746462" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c9c21ce5b4af5e6760c1a199761ea738d530b847c7f50c62e3f512cfeaf146be" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d12301cd22ace85c", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Port_Moresby", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e8418252d4469fa3caa5578df72855f49e965caa" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cfa56252a887456ef7757e7a4fd2760dd5b3394489ad7836d9f4614ade7785db" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6b7e8641113182dd", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Rarotonga", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "578dbcf904f1a60d91c867f00ee2aec9becf0424" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a88f04061b5ecef71ec2b3a8eeff5d56844d7241389c9f12c474320f3d38a8a4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "810d93bf41487520", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Saipan", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "16c4626aafda888ddb33cabc2c7529a8d73492ba" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "379af77b5aaea5a8bb8341e099ed4b1817644b677f965fb839ec9afbb988b71a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d36b33fa410bc046", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Tahiti", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1f5de74ccbcd9b7c435cd9c33001395ddd714b48" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "87bcc7f7df28bf5ac74d705b599e6948071393bbb9b60bc86bb9f96faaaeafd1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "969348afee92afb3", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Tarawa", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3c5f42452cb560e1c814187d41eabc232bfd9c12" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8edbbfc7dbd19b1bf2473fa735a3030ce00e14624a14f2517cf9fcc9f6a7d3e9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6fd4ce4978df3f05", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Tongatapu", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a517680648c55f5f0433a959aba616d59881ae14" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7c3c381528eaedabe3301d2890f4183bca3b08e65310609181a0487cbbe8137c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "398b7adbd48ac00b", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Wake", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "51812b1c2ffedb935bfed861c9c9ca9af0385562" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1c38726f086cda9b8f58210dec725d70dd82a8a4988621598ab03c7282d9cb45" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1e16544b480e2328", | |
| "type": "file", | |
| "name": "/usr/share/zoneinfo/right/Pacific/Wallis", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6ae73f5fa00305a163b20acf2bd6c96d6a30b8bd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e1e2b54c06941be8ce91046d9697713c6f8c461b8eb90ff1dd82d54663e5cd83" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5048b3c5d751ff24", | |
| "type": "file", | |
| "name": "/var/lib/dpkg/status.d/tzdata-legacy", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "03c9e7b610dfe7d195decff4d4a8f357ecd48bf6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "84d3675dcee7bafe8809ef6ba31426d3214a9135c85dc05dc0026f2c89d5931f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f2c73bedea1a88bc", | |
| "type": "file", | |
| "name": "/var/lib/dpkg/status.d/tzdata-legacy.md5sums", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "74dd23150c23b6199304ff00a7233c32ba7d12fb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6db6e99dd70aec39d735929cfd8c1c89ae6a6054c2cd53b1baa20ceb5fb75ec9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f08d41f454213cae", | |
| "type": "file", | |
| "name": "/usr/share/bug/media-types/presubj", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5dc79c4a4df9a76a5ef448a4ffc212c1f22f2df5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "40ca64c14041a61aba24773d54467a4f9409d3772118348477b2578025ee99bb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e9ed8d9c78ad22ee", | |
| "type": "file", | |
| "name": "/usr/share/doc/media-types/changelog.gz", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fba0f4c6aa89b79f8a845197cdfbf8f16069cb19" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0e51560ded97811e1d905a2cad99bf74557a09959dc6d3c912397bb8fb074d83" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e6bea96639250827", | |
| "type": "file", | |
| "name": "/usr/share/doc/media-types/copyright", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "122ec71bc0ee27107fe8c40b8f5b4976dcd558d3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5ded7c53199b6a1d089b0b7e231d77e5c84081c7156b372b3f11ad9c1c2c5cc7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "35aa49848f728b23", | |
| "type": "file", | |
| "name": "/var/lib/dpkg/status.d/media-types", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4ea0de54e94f111e8c83b11dbf38e3357335cd3e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "60e871d56cfcc834fe0a8d0436f98996e1bb196d3ddf8f2109d0f05266a816ce" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fcdb10b698161097", | |
| "type": "file", | |
| "name": "/var/lib/dpkg/status.d/media-types.md5sums", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "04f4398950c17592d0315fbf3f6f633782e7d43d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fb4ec9a3445a2b4800f35f816844f3c03b5501a83431fea326bfdf46c09a77ec" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b4e6f97c88b58560", | |
| "type": "file", | |
| "name": "/usr/lib/os-release", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f9e11c4fa1bdf2aad43c45bffd46f62246692e55" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b4d56a90bdd55b9d5b9b4acabfe748f559e505e340d2d93097937e11ee423cc1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "edadb630f8132183", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ANSI_X3.110.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fed542ae8f9ededaf02c45eb436036beae8febe7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "93d60470e3c06adccc9792da5fc62f258fc1001b3e776b4f4337319821a261db" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "67263ee053b57824", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ARMSCII-8.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d627037d2ee6241f7113d6f133efaa087258d4dd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fddcd8b551910b2012021b70f96e8262c64336dab93656a21ea445eab9b45443" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dcdaddbdafd16137", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ASMO_449.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2418da9db567d71e37fe95965a297ae71d4ddfee" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "75eb5a620dba6be5573036b957618de8c8274c97726b87e475dc9b3a7c74a5d7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7512b2aff844f9d7", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/BIG5.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1c7489b48d3fd4999f27e1d8433b29fb760e25a7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7ef4c933ae6f245bbf7684b966055d4b2d1c68fabebd2f2520a524672b388419" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5f326c1e13f47b0b", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/BIG5HKSCS.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4ea41cfad356d749f3d9c3090e6d42584a69bdd2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9bfeb70668d1a2206056340b37af5d76c0e97dac0764f1c4d16e89e1e187140e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e0558df2c0b8185f", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/BRF.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "44d239db789b7a4b0223e49009910e9d5d923b8d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c6eabb5fe49fa8079c047fd79fae68ba75309547df6bba1ffc3a2bcd3ee626b3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e8cb7c44931c7d3a", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP10007.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b3a2d96fc38e327f3684a4668be5e9b79d448975" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5389ff620a15579a7840f4afdebf9e7299be4c4a70743b5ac686cbd27ef8f557" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3da4a0bbce0ede65", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP1125.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "79e8763e5eee2e213f13563776ed516d8075d9e9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6525f831cd6613f258c7d55f7c8562aeada094310466c77d86722950c85e72ce" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "297c3d7c5cfeefaf", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP1250.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8d8b46ce3eedaf6176d5a5b23772f40c8651e03c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b2435468d269df84bf5164a1367376b97f4cd5ea62b0b24ac29bb5cc9891c1e5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "41fc8750e67a3d45", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP1251.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ca603f4d8c64d43c33f7872dfaac2d8d309d0e3d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "016cfc3755c5af5acaf8e5322dba359c0a062c009a70819fe2f12ddcc320850e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b3f1a6230e9693b7", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP1252.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fe274f7ab69e3b3fb6eac2a8bb6b5d94cefa6d60" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b8b8de963d3ba9d2cf89f0ba9f156b9cd0b98ca9ae1bb15f0ec68a5234ad243f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "32f9c9c3b5ea2b16", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP1253.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9a8882efcd6ea80c8fc7ded000018513294e8039" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d412206bbfe9805e0b9dd9d3772d7d26a97704a2755e2880afce8f9c98270f95" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8cc2daf4ae9e1fe1", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP1254.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d0d10f773df423efed46eaac3537468e2650c74c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "30b853cff1c8f9afdf2e80c17e371169551aeabaaac0c0f9cc7b9d58d9d02670" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4e3e3ba658d7680d", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP1255.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "64472e71c0b7089982123e0f7a3e281d2e66c111" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "054dde4bce770e2ce5db6424cdb3bdc27efbcfe5bdb8c23dd7415ed4d750075a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3536df3f6e246848", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP1256.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1565431389c8a62a4f93070bad69f1653ecc000f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "273b622d533d9c58f206b43ccc97db308b3d59f3cab806c3fc037d551cc990fb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "824732d0b85bf8a6", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP1257.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ece1ce413ddb7a591f3465159cb5f2b4e148683d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d0ef101e563e6200aaac2198914b1c0beee73426c507576a16088ae22531de86" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bcc69fe13bd20e88", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP1258.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b3c979ab733caec92c41fe2ca946bc13b4559467" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "089e27ad82816e81c132cb766937c14058855ae1ec19226082c85fe859b29471" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d21474ee3572050f", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP737.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f80be2451cd9b0b68f0374d6545bf195569e569f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8d0b29ff2e53ce7cdf06686bd6aff53849c1c23f9ff4f662f8e7696086324091" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fbf3e84ddfc9b818", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP770.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fa26ac49dd121d3a624ca8e129bf855cc09e3a0e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "da21cf8be043aa20e61341adc3ffa9c08dce15b21e8dd6b5cfccf953f7548a0b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b457ceb666fa5705", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP771.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e5d03ad77cf5b193bda1e898d6c6243b0908b34c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1a843a505e20746c81de9216db15cfecec75301dc8466d142f80cbb7e0d425c1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cb6bedc960ad6bed", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP772.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "daeac906a8d83849ae7fcd9cb061c70629ef2287" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d94b169c2d1804959e48683085eac8495fffbdfc6fe0cb9135e10c58c779c64c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "96abd258302fabd4", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP773.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "733c2d207009ed8480f0297c50ccbd732b0ffa78" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6b63c291a8b99b180717c729397d75d9d6d1450140430ad4620df84293cf60f3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d4a76c8aff6fe655", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP774.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b119b5c4c6df5492fecf5931afeca8aa5fff6176" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "942456fde736ba36d86908d5f3e4c928b4ff2c923b8872bc9c2bc02e03ba0cb9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "01a9ffd133672a9f", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP775.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "127a93bf625d819464ec9adeef565ba40259622d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8eca681340dfc9c0c3dc3af18e6071b6acf8f52594ebd98501b395a7dedff8e6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d9de9b3722c7b895", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CP932.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9815ff705de329c4b472063d1859aa1743545e66" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "42068ee6289df8dbcfe68937762078cd28bacaedb0a0f5c200edc346ae9bc127" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3833ebb98fc4829c", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CSN_369103.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "39373ec01b1cb3368087262f1ad47a5c53ff915d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "da46c9974daf67edc271dff74517b6d8e43d7051dcf834f954eaf8495ee6a62f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7d5aa5ea315bb921", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/CWI.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0146b61857fdd0b0a6c22d234660d80807fd0879" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d3eefd7fddeaa38add66c49e4de449ef717cbbd25947a54b7eacd58a6b98b927" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f07dccba7a019aad", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/DEC-MCS.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "14daedab6d27c01ed199e177fcc9601c4dbbb4c1" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "770e86c5469c141c1f33ce01a473dcc645f9480863dd1c6ec04beb4a1a332b6f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "245c5a14e2d152d1", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-AT-DE-A.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "967645e505cf9299ba981d61638df513f99b2864" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ac275d762a4085d544d0eac0e95ecdf0b5bb13f80bd36cad29622014b731eeec" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "66b34432ca74d98f", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-AT-DE.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b5f3c9dd5cdaad519bad47cc61a1cf4ac60f2e98" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ccb3a4f05e9787e17cd4744bd2ea2d9ae586e2cd655125deb600ecb7c9d25e43" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0136c9826c2b9cfa", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-CA-FR.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6eefcbdd5dbc054e6ff229d7085d32d056cbd336" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bee80ed8069706ae12035c9f416b6a7e6382afa299c55871ce856c3bc4bdb0af" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0a4703260b38e4f3", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-DK-NO-A.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "db975bfc87063122bcdac6570452127b9fe5c789" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "27065479a1a9af9cdfaf5eb35261925c56ca92549595308bd3e309e96e0097fa" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6be084476dca6863", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-DK-NO.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "337a418ca8ec09b41516da89b0c8e3cdd2bbdf5d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7d92d5bc2b4eef3b409e6e7811e1cff0ddee0525cd58db7a89c93be4453ad66a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "aaf86738fbb49771", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-ES-A.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "eb20fd662e6b9c22c4c053a3b4a70aed3d268526" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fcc26e5ddf1d2caa202637f634fc48c82be6d040d8e840f5c9ae7ae3a2660c26" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "af277cf05038f19c", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-ES-S.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7ca0f396dfd40ae7fde204f84f3f9309eaeb34da" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "27cad182cb1d0af21d79129bd1412c88a4e48a86add3e348b5ac60f0a12729fa" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3e3b7d89628d4df4", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-ES.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "02a9981593ffe6ea54a9bb6516e862fc0528dcdb" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "db4b6bc7951175581022d57045f72d3029d5289724292ac795b91539a46498d4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8a9f7689a0023468", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-FI-SE-A.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e2c84ee5d5ba05dce119328f05ba7cf6834c8742" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "17e5af48ab9a0ead003eca1cee7b4b750d1982da254da2069be5c8634f2d0c22" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6f8098a6a7bbf81e", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-FI-SE.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "40181d319a3dd79e90a949943a9d6a36083eac00" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1ba4433c59b9eb70e8f1519aa075bed9c71b75b878d7b8492b3ba2dd0ead0eb4" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "47d3bf9cc5b5f0ed", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-FR.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c7df8ddb3af1d29b7dfa07a67aac4219519aa8aa" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c29f17eaf182000cf8900d49dc1a6566bf6ba0f38c3fb2942866c550b071e623" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8b7f83e20f8f2535", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-IS-FRISS.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "37a7dd2d36a71906a9bbce44ab1faba25514730e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a1500b45b45770e895e70825e5e24f35547e2b2e965fc6ae1dc567ea3c53a55d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3cb299d4ae3d7dc6", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-IT.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a91ad8190e610799b7d5924c96eaf9d7477b8ac4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b683e1e29c3c8a7bf4fea1070c081c72f2fbe8acaef2ce80d99eac5ff46ddc21" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1db2517a1afd7ae5", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-PT.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "83069e1a78af06b54990dbb45b64cee47e3278b8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a4d8daa55e0734064087cf613356b0148f2a1d84d3406221f152e678c53cfafc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "20fa8c9889149f3d", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-UK.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9313fc40a343945b20cb3a8213cdb500fc08f0a2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "44173ab0b218825e9793a326674638620f72ab60a740fddf8c8621088d0bc82e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5673fcea65e65f8a", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EBCDIC-US.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d09b856af3b7437634a56840432d445508f99382" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "91990308d22f3e7bec21d8420c13073b49bfdad318924b798054a5764353df49" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9acaa97b915a08a0", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ECMA-CYRILLIC.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "63304e451920dcba4e7fa77a1896927ec178e288" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "143cbf9b23ddfb276b9a08d2a3234a056e823e91b51f1abcd82e1ed58aa8a566" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "830d1cbf6e8a4d32", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EUC-CN.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "34e034ca2b03bfa414fc0578df109a14b898e13e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6d3028137f29bc8871dead2a2eb92d7551918a536c0a55e7c60411c6fd93c180" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a7b0ee223ba421ef", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EUC-JISX0213.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "21637f85edd04ac7e0726577c4c6b70882d26046" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ce968e0941f41a5acd9ed1eb94f545c9bf1b1d137c5c7dc04ffd57ab128d7cc7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fe763fbac65d02b3", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EUC-JP-MS.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "48dee6a373e0c155c8f64f6f9323fd14a967a232" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6a947258bdc6f8e382c7e4dcf127efb6ffb064ae425d96cf05ee015a143c3dad" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "138cd48d6caffbfd", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EUC-JP.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "73da1d7a5381684f1b91cab1f3e266358dd6aa74" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "11a287d936112432489edff4ddd05b0ec4d9d673a73af43199446e877b31be13" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a8edd52a3f38f95d", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EUC-KR.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8c07323b467cc771da1682cd7114bce198b15fe6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9b2719fd1db22f3790087ea77eb337d7c068716a7a160967bef785c73ee96143" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5a1cdf8e30f526e4", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/EUC-TW.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1c08cd3e56f64aa882eca72d820dc496ce01311f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c29d9415f75ccf570adcb7cf03dc7816db55b78bdd86e49129160b2407bb016d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "933e851c169435c5", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/GB18030.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "39653b8cb394fcdafd1f12b9f6ac8f4d73494907" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "df7db36c1ae9cc8c1300e8fe7648fed99fc61e867f832fc846c79e635c51500f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0c7be1fa3deca7ff", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/GBBIG5.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d3c1367d2e582281355a36b661f46f412c99c22f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c620113b4a078b9c35807c5affa8db9e3a89f11d164abbbff4c4be9115ed3863" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5443fff33ad2f0b4", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/GBGBK.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "268b08318e48b0bc3a72066f7cb3b0d3238737ae" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "410f8698d8ae8aae8e96d8a842b9d903ecf9fd1873c2a9df50de6cef909de5e9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9ea9b899482f3ae5", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/GBK.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f5952a19f1e2d86fde25201356b13b5745cbc1d0" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "021f6a71d97136c8d3637701a262e09c15542e1106f4ae1fa635ed51dafd1b15" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d7988007c064a04a", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/GEORGIAN-ACADEMY.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fcefe19eed78e8cd1e78429d88f5136b833440df" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c946becfef2461fbad1efe688d3b2ce779e57b25a7c4f2dda7b15a2caf2e9aef" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fedee02e537b3037", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/GEORGIAN-PS.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f475c4176d70c820389955652fb0d4544d76bfb2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0f042851a5bff983d8473a237773d87923c99382203f6166c9c7fc75993aea96" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b0aa85b572e0807e", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/GOST_19768-74.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "674c804836478d60172a5351e83e4429b5b4e545" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "92ff9e68681f2f63ed116c329320e98b62fed526d6540ae608f35eb6700d9821" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2fa73664706e4943", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/GREEK-CCITT.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a3244d4324c29ee181fb20291c20a41301cb9b85" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "82eb96646615a902674f26bcf02e0b95d4eaaeda17494249623e3f53233b06b9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c81b9fd8d70bf44f", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/GREEK7-OLD.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a1e66bc6078e2870b3e9ca31972611b532eef10a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "859882d67f6d17bd6fe033877ce672da898b8b25c9e7edce3b1a8b5181a299ec" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b41c19a63bc08f83", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/GREEK7.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6a3f96a70023b35071fd00bec3513679b8f27f2f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a876696104b8a2b67c7ec4fb45fc21cf8450ed19229e48cb23859ecacf18d539" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f73e9dd85e2fae9c", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/HP-GREEK8.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4e1a0ff32b1b1946c9fe2ec94eb53c1af48c0e2f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "dd3818b617967c8b77353e52602017e3ac58151caa6bcafe0d34d86b5ac5e819" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c31ac12943bffc05", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/HP-ROMAN8.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f5ae47c10d7c52b6bf8bb8b24744e02c6cf98f20" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d54fa81d4bd626e25a10264985f455923bb987e87a2213e9771eb9cee3659a05" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "46d670056ef3bd3d", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/HP-ROMAN9.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a33de9e8d0f578499445d8c653820da6f8f2beb3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4ea7e161062bc04672ff49309f0cf9e40350a13f793614e917f5c99ff7b4b2ee" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5198c2d4d081d758", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/HP-THAI8.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d7310fad0aa525eccfd5b2f47110f9669dba0732" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "779fd8d333536384350f8d91ad0388387f6602100727211e363d5de00cbe01ce" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9a266e87c8e69328", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/HP-TURKISH8.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ed1fc53a8f14a5af28d819b96c385140e4db0808" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "08fd547498788ce0fc77502d6298e48a83957723a87800ec485c77f603bb9ab2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6c8cd0d2948d80c1", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM037.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "781bba33ef493a70fbd7f42437c81c8d4edc291b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "36a1a6d9346e0c0c3b1c8ae012f55ae52034c585f4b2d4f47d2587d3934125db" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ee160a7b33f68ec4", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM038.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "98f52b5e6a3a83a42d9a22e96aba0bc2b243bc92" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1e245d77ae88aeaac1999ae84e3b92fde8f3555aaaf37e7c27a2ac40b570c2e9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fb71cda4a24483e9", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1004.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d96036d3b14b32fc3f64a84641ce4289f256a5f6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6d75f1d6e969042b0fdf443c86fea212d410a8fc3e0f5cfc3dc88082eb7459c3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c772336f9e2e5234", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1008.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a941fd31d15f48fa94a4bebe5f4e1fea4c904c26" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "472b4be7c1a814340cd3751eb1074dba00b7a6f7f9e1986cfcbb7c5cbc32f24a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4b2b53c4ff511336", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1008_420.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6a2994cdfc3ba5cc12015256f21ff1ba49d10eb3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6500dd0a63ae485b00baf5ddad5162358af7e3450fd6f24f06f979c1e2a5b18f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "eac5ccb9bc28af2c", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1025.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "784871060610b30fbdd2c0e03405df477c28862a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8d868fba9e1a5449812fe881792052fa6a147312a6176d7221bf710248985588" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "900e4a97d793ec82", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1026.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fd72c78caedfa4e0c9561c6964a13b193aefbd6b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "00c593ce7d7aaddd8d6986cd2cc6726cb3925d4c1fe614c63ffc94a6785f3361" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ab0a538e4ca2fc89", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1046.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7fc635f6aa53b70d8154dea6583397fc01ac2a08" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c9aab2eab77077128a74110df8dd1762c22f598e3e9371435abd77d7ecdcf97d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "524c094e039bdf44", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1047.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "03f9a478030fd61946bc08b7d37cdba76ff87b34" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "dae6bed473218b8094ef3ae3982a51224fec054207edeada7c76d2bfa0f21618" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6262cfcfa8c21bbb", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1097.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f3be802bb48c416eb6f73520013bc17bb7941471" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e7b7040dc7cc1ec51567b72669464e306693ae5aa36523ac7a17b0fb21ec6816" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ccbc751dfc8fa4f6", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1112.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "db9104e5c3e606063b9fd2299a9ce4b636f5e773" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4f55c49df9f188319fef672f59f97c67608dc56d2c8ea461f13dd0a57cc9c6d8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3f42e1f643cdfd23", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1122.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b5c1c7ed2a97e73f3c0c610d3cd712eb4d3d8dac" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4438914c2859bb8686972c055784808c99c9707af1b45cd264335060e7bfd0af" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4537d58ffe8175c3", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1123.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ab45ed3e83136df4c9d45cc5f9a7df8568bedd0c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "804b7f2930a35035fd418b2d861f6b082a4d724703794f3fad631a25877d4819" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "234e2b722ea90cc4", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1124.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d62868d4713cabcf51d3d8cfe6e4813671063329" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2cc406d001cbdfdef40497e2d55ee73e44f86660d21e4932ebbba32ad05200a7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a33f64d6dbcfd8a3", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1129.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9d6230c67d3fb1a9a98bb70f89bbf04cd0f40cff" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f128e2711a0ca1628b90a6c29fe94b8446dd4d8a49483950ce13bb35edf96a60" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e3bc7356a185e9dd", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1130.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3da16d34e210498a6379f3c0951ea4f7b55c3680" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "558e89a72eb3bce8328e1b4916cc29b6de3e8a146e0e60996bbfcc1667fe5efc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6ab0e92e1e18c8f1", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1132.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9cb754a93338e3df18e7e3a3ff49dcb7f8dec19f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2e3350ed15fceaa3903416e309b6ad3616cbee6838b296959bbe0db3fb57c72e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e84535e451575d9e", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1133.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ba833b52bd4153a157228681feac7d141a7a53ce" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2527defee891afe9f80df12b7c0055aa586c2277e089a063a0ade7b0c7d71394" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b4f305ae5064aec2", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1137.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c3b9b1aed852c043c9cb6b416c7237c4fad32a90" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "09ca0f800ab823a32b0a966a21a3f9c05c5be2e2daa7e0899884b4bd9e749dcb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "eb7144a31cdf0b05", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1140.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bb82137fcb3edb5dee3e3221fca9c50143252cd5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "62d833070da5e1581457e67373e6a46a00d34a45e581ccc2c2d733e8b58c5841" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7bd6634532acf9f1", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1141.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2a63f38db1247a3e4b4ad76d8c68b7595113765b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "25a3d776ff664f76df2de367512697f1cf7e4162cf9e8097f77e591c203cdf52" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "88daea4cf21a26a5", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1142.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e3d47aa3d0b7eb33f63d261eefcae707a02ba0d7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "22f96e70342aca59c15a4248b2f9807e5056daad5be85c0696f17627aff4efbc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "df8a821f72bc298a", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1143.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1c13ff2ccfff84f549fe8a31a75a65adfffa289e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "61de4e7455893bb70151cdae32a4e34612912d6e3e19d783d686b2d163bde48c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9787af9f164b0352", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1144.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ac6acf11f6201b912f854bdd61019ba71b0e3797" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "86b5821484f37902304a083b1965131a7e33c9429d93e2774ada88750fcd8305" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "50bd69a4e6927d85", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1145.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3b4ce14d1641df8d9811f1ede47e21efc02bb970" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "033a8841c80d34857cf16fb4605e7a86ccf7c130653f7a86c0db79a712b073e1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "472bdab35ae26ec7", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1146.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d936ab8e259103e4787dfbf4fc4ca0e5aa401927" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "51682cd12452c04122d71021684d4b9407e38ce3a76f7bea34e0b0da12a12eb9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bc104515bd22adc0", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1147.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b6b90aa9c8a3fd6626f2fff70bf05cc8d2955de6" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8b8c5b7ac023f60d1f4e4cc81ee86e086229a258f86cb7dbd15962a98175a668" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "946637bd4a60f481", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1148.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "503add294e6fab8008b44f3d3aab0488c2148d84" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1e5b1e5829fe3faed4965731ef3902251c5a172d9fe8fb9ce4868ca5ac686057" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c0c464904ee6acff", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1149.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7eaea8ad46947564e0e6c6503ef8a475bcce0cf3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3bdf57d5c92acb58505332dea084a3d0d2970065d530c14747d9d69fc0bdd4c0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5de0f752b4272944", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1153.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1ffe7dc72e117352d95d07d7f835a0f53d166359" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "76f5e0b69c10fa6e939383d6c770249ca390c26984f753b8465b83e1f0fc771b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1d028a4552d1def0", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1154.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9b020eec38c7e40a0e90215e7069da3f00a0515c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d7b3739d76313e7a5f8b47731a383e2b35bc40fb4d9f13e4573efdb9350e8d49" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9adb95df2168cd9f", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1155.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6908293ea9891affe5df30c8ffd8d86a6f086674" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bc502d6e38463649c09b287069162b4ad32c2443ebaf1c2ed1232d37d3233cb8" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ab36d6e8cd42d6b2", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1156.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7569e2d57883fb6023078fe7d2d557471ddcf566" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "efe69454c863668175fee383bad53aad1f29948582344a092f9055d23458d7c1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dafe9b615b1877e9", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1157.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d1056136795d89d4359c4ab2e96f015e9c2e0f5c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e0be8ddba02007520952516be6a889a30e7f46dfa3e16951effa0af6a15e77ca" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4734b04768b70e80", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1158.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "30c99fc245bd97dc65b654201468da1cc7c7b6d9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "980edafb0c72380deb1a91f9c3bcc0e74ae559618f0a03ab4a8fe055b5f87b0f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8b9aaf2d5e4b8f99", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1160.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "9a9c663855220b91906d53504c61862776a3d47f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ad6371c73210d7c2f37cd3f61767a695676ec8277b609ce2809895b26e086936" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ac4a8e292373a8ad", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1161.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "039fc4c6fcfd3de4d4982447adf3d51d9a2e9d31" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "599bd4a46047b5e0f3d35035447389fefafd2c7967742829ee992d6487ce7ae6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4fae3ae8dffe4191", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1162.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f95b2acf4fccf76f5650a5e32ea1beef4f6c47c9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "5151db06e95bae6d451a4032e22a65b9dc9f5023e3e2f23d826a56b9991eebfd" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "324a585fe21f16cb", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1163.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "15c42c6bd1a5691cf3f8b87a43896595d02839a5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "da9d13fd5e8e950c06db58e34e9a21dd47632850bd2ae06ecb18d297b7d5c07f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "dcedaa8c635347ed", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1164.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2b05e9dd81393956acefab1e6382066da794b13f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d59dd93d68747b83d946ae729903cf260ec28af96ca15cdeae61a14f9829d075" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "be77330ed972e7be", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1166.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bfdd0e801815d087d79775ac2cb0e11dd1262d68" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c44773ff9a86608fe5442e7b6a2b23d05f31dd1e34f16ab16a9f467c09900155" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "666b8cc7fb9944c0", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1167.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "63647d1c41e9059df2fc8e16a5aada3a3ccbde0a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "838547b42fa907448c0358f3eed5afc2d89be49f79870dee6c3e51eabefd015e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2d6c7f2a507c95fd", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM12712.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "40897e2e7e7d07cb8ac8eb6402bd6d0f34f3b61c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "03ace5a8356ada3965c9bffe1308a348eae9ee0abfb53f6d20c49d70f7c6799b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "40a436216133686f", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1364.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b923ce437c1440b13099c90e003e1692cb365a81" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "be6c21c62231a3923d7370765cc74791b6bd1cd4b79f11477e9570e39a55c681" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9b86c453445dd26a", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1371.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "faa9ef6c9c8609180ef8379c81e5771ec5ebb2ae" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "948a28769eab5814d302817efdae13ee6e927e6f217f64d7837cba4e31f99acc" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c229d2834e441b1a", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1388.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cdf5653d11473a79c17935e20ef8f724fd744336" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fd2812373396f4eba027d260bdfc4593fdac5f54cd9d78f2768183e69ae572b1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "98926bbc182ef032", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1390.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3b828ec65b4f35690f6d75cfa4b0cd59be223f0c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1cd9d70d3e4639621f6df01f26ef7e0d412d0dfaceea63d09c70a944901d78d1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "58320ddf61054785", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM1399.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f434318813b34ff5146e3876e30a68582ee2fabd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "daa74d19f846dae4c5211d5738492c3e140766972667cd85f346fe001083b6d1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c250d347419f8ef9", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM16804.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1c3139fedce5cf57360681563ebcd544e7dd5553" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "892c4695ba21632283b01ae75d40cbdcf5ee36756b261a69187d0b6d482feaef" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d71bd5e5129c575e", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM256.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f5d8e8ac28265b02b37a7b585ba5330765547776" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f0738773b881e254400d5ae37b2ff1e53fa71124673f3e34fc1849323b827c68" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "af646c9f09bf3c86", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM273.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "547b2f440e17748c170b36b9422adde03d4c0991" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2d45c39bc3420c114ff1b9cc0efc48202f75ddf062699302591c9a8c533e6df7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "07954f831b4462d0", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM274.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8bd6a8e187249599c7cef04edd9012bcee7774d8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "fbb1350519eb979f14b73e6b3af8a2d22013f76055c54aed9cf991c9ade99eb0" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9fcd689ff3f5e1b0", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM275.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1ded3cd9509b244f9f3e52daed712e0e018ca642" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "064983ef090ab5787e32c2e0c80b36bc7622f459774105f91e03811a68f617ef" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ca2993b65c1c99ef", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM277.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1d610684b0af992ba64bbeb47ab8aa82bff4cad4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d8e9550b6a7588e409fc134ac5a5daa13fab2d83bdd325685843dd1d4cfd9b87" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "54a9d93226b413f2", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM278.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "285913b94905217ed1ec0aa008cd89569ca31ec9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b2ccb50c05e33412c73ca645fbdb6f9d2d0ed5297ad3333fe0c3f7754c584e1b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "42f1f20655034f1b", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM280.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4c96b470c2a20e6b3f658d93ae06898ad305b9fd" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "84ef11671d5891220d6567010c9a655d430944c75ff038054c7d91e609510b76" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c5b8c2b2aa2d47e3", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM281.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2fbd54859afec13b10027632fe23a75ef10011f7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cadc79d250c2e0c04bca46c0a49a2136b2a8e81daff80ec1367331bed221db99" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0d1d5b0792cbcf36", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM284.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8e0d8816605367120c7f19a4e545dc51e90fd82f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "159482ab855714fa7f911ab542e8836186173d1aa19e3b14e85c4ba66769ca0c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "7f778c2c0cd47ff5", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM285.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6b722ba86bd36bde6165afe7a783801e03be9341" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "75729657d44ae77e24da987f102220129dca71964b7d256bcc573e1d3c8a98eb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ea8044911f33ae58", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM290.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "40a8658f91c063a418048d98f1c124592f78de16" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cf1d940d3357c06ef4393fc10c73920dc8475ccb2f9225632eb8b186fe23b23d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "c8a8535070b681cd", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM297.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "878d0a647882d1ac861ae24f475e2886b085305b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "965750e3ef432eda826bcefe50f9f35e0d1ada278a91c57c1b6c2a81f22a4cf5" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "73c351aeede9b3f5", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM420.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f81cdd027ac8ff2472d24d2935c419ffda05d099" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1e76aa4c67536fb301ee682e1bb158fac52a353e6e31f6d8a201ddb7337a737c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "82be0decdfdf2507", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM423.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0cc9ee926783b806dfec5f95d611d14c7a4d538c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d32a348dc834a45d78872f6916c200d8a09fa060a6bc4695a19821b008fabc9e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3216b6a8aad7164b", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM424.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c7031e6f3a57b23ca5f4f040f3630bc75604826c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1efe85a1456ac6d3b14a25c9b65182cd4a5bbcbdb1153911aabdd0890f962777" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f1a3a18e4c2417ba", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM437.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "aa6a987665d45daecc0b15d12b163b3cbcd33cd8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "02573fcbba029c6a9ebaa3b8e11184e5afbafa90c5307bdade4d700e21f79c13" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "184d8591a4520bf5", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM4517.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "bae8fb396f4e4758de551d281359e0c2cbb4719d" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "41b5de77bd4ef936cbde68f11b9d5920aee929efce69389c93c59a849f304554" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "91457596823c748d", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM4899.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8e748deb66b7df4f9b5c1229683c28fc1913e7e7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f9ea44e52bd249655b562da2af0573451adcb0e816cba90e687666eb84d826d1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "995a398670a9e204", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM4909.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c30d9bb1fd4cf16309cd39a2bf57372485b9c326" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0d98dc9164f01c5d7001a5f9c98def026c3d10c2df2ee5fc90459ba2248dab5d" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "1163513ea04f9bf3", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM4971.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "68e41444f7438484d4f312fa362761a9c5849bf5" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "901179541435c5d0bba7b2fae3769bae0ade59a4c53d7f4e7d5bb71074bd3329" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0876b22acae1b222", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM500.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "93ddba9c6b2f9110bcccb9f72a8a65b94c83f205" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "39d67dabbbdd888a1441188a8c304811b624cbc9fd4721864869ceb53407185b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "5e108d4abbf9773e", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM5347.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1360478bb3c9d9f6c4a27fbd38c720284101e5d7" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "88ac9a23037c4fc1c0c5c41ac7bbc4923c005125425ecfcccd626dc018ff068e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "07f1b3cdc98b7be0", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM803.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8e202537947f5389562adcbdb1c87be128cde292" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "31a32bc3f2a1038e98f917153c041e4726069cefc7d5fb67ecfd4d53e45c18eb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b92a95984cfc670c", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM850.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "f8e3070c1bd620401260a091d4a4cb7f378f1157" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "adc8f5a235fd5c08e80872d292c16484c06e6f92a3ea0d393d5cad831d6b6442" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "901495bc63881009", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM851.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "340f294d90bc44690bc59151d72016a08fe43457" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ae0e2d04a9d8d8b910cc42379e8c9cc0d34b5cc63ca2f0a04644d3378ea3c256" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2a83a7c05a87d03b", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM852.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "83ce36f8db0cdd9d5030a33b375fc1ab5397f545" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "87bfd24867ff2e4097fcc15bac062016dc4513b147fd05771b9d1403dd78139c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6605a7f018c44322", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM855.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b3adbced46cb168d12969992e7085d3a1cfa8f80" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d1e8b2b12eb989d7c3509a13e446eee3880638b8fe15c6cb7cf89e6383ca06e1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "222ffbe997a2b4cf", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM856.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "25f8290555173d99589679bdbe0cbade1c0d2d05" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "ef072995b77c9c8c7c05dafe26e67b71918abf42e9f7e00cd9336bb38114c57e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4e9a4b62776e490e", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM857.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "72c55796d3928c8ab333d58f92d159603cbc8162" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3d88ffcd2271ac0e286daf9960ad1b743246fd818577cdd04e21162e44a22485" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e9805ad18276b5d3", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM858.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3a140b46e9a3a4308d4465ca9a8cf091e8f6db53" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7b19d67b10ff0ac4bbd9f997c83bebb48566b4da6b88ce52c2b1ce40a9c78eab" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "aff69593a5fbfe18", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM860.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8ff4244656c5ff0b8e29bbe0e493c741aeecbb3e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "734189758002d54a3f00c96cae6945514e14d3b2a780fd33813bbe71d7c71f81" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "90e8da873d88c98a", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM861.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a8b209e6cbbec743c7d46199f57109c392927021" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "aa0ada92e0c4b63b416c8818570bfc81df21a844f2117e4ecc02fa57cdc1a066" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "9534e1f0b147e31f", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM862.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "685bcdf12637fd0b19abfaa2a04273adaa58f53a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "4f060577dda5661b08d271d27e097fbb871d4b96f49b0b7f22bb30611ce23090" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e37ff9e2777b04ae", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM863.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "6b87d44d1c917665c9aaaacc9a18a47ca46c2f3c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "47bc22ff17a84fc5896c3f901fa589de0a142051f38a25c314f58fa7c3bc5318" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "529c7f904b15bf68", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM864.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2c4236b730f69f22158328c012457a3d578e0c4b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "392c2ad23e2c2a8e4212aac3b5066367388d94b4a8e3ef1344d438c2d3da8c61" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "db08d8228edd3ac2", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM865.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2e399d19e53ae11667ff2c1e0b7f2771f613537c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f84309d979ade17928d4ca5c37280c20006c85f9136c1d95123e78fa32775bb2" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d047812a856dba67", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM866.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "91d86bb65d9a533c2a22f15ab3849216560c9024" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "86dd9fd6ac02b2485e11ea339a815eada6b04ad60b0b6e11d0c5514312c78e93" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "516bace26e225f36", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM866NAV.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a274f0dd41ab68da9f39c742ce961dc47ebb0a8e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0bbf733a27b600f70654bdb6e291dfa52586a14966516c6a845ce2248dc8b8f9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "232ded0d58726015", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM868.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d7f50f80dd82a7396ca37a15ed34bd9462159859" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "33635705237914399c9ca2c9e1983211c312c8baf14b9c102d05eb2cdbd97a33" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b775819114142818", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM869.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b2d8c14cb89c396db3ccf5efdc87953edc949003" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "8c82171b285c9ec971fda62e7a333c017524d1a17c73a7bb9740bb342c56a503" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "cad1370b512bea36", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM870.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "5124a8fb874575bb11cd708ed2ae2535e92edb1e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9643ebf12f8f7e836ae1e943ab658206b23f821ba9c1deff79b3513621b3d227" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e5a3199d458d8afc", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM871.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3f0595e31ca15076a52288a689545f9b9470a116" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "640cce1a127516498ff534ea978d42ede7407177e3b9731e6d8c4d6318082f95" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0b9eae24e44cece1", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM874.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cb90df7fc64d2ef0992869e801c41e945ebced10" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e46780da922139e568f1cd5818df0325c5f26ec14b41c04df493ea8b065cad3f" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "ffa468aea284664d", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM875.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "698cef1f83b26746211af0c824a3f396a699a30a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "46cba9b55e0954111b34d5d401d5926930d3528b872ae9bc2fce48a3a0a5d6c6" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "10ec4bf4da0aa89d", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM880.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d0352642dced0ba04cb8441c7ea238d565df33c8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1389a8ea1dbbaf408eb9053ff84c788cd56073820a2806ac4bfc8f9832f09458" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "80a638f32fe3ed7c", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM891.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "962ce994f068d435911decd9be9296cc40cca3dc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "b93135bb22290722b5e7d56159d8a7a61d3e41e4e21c61bbde12c555ac4b3a2b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2232ec84732f19b1", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM901.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "957969ed4461271c89836e740d80223b2d1e31c3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bb9630564bcd250b6d13ca7b04c2c36c962db865225baa6196df871323408334" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "980f76a66eb641a0", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM902.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "d1347dcf88a75e18c8d9ba8cab27f3ad8feac2fc" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "f3fc47360c3dbfa49f5c3d4811b21de35a624aa88d0f4dc3f5864a02eb585f5c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "a3c993d15dcc2864", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM903.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a98c8cf3811aadab0b5bbf83a5d9dfe1ba24b01f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "52b748554c2e1a26417c55b2799d2edf0641d54126cbd0a1179d671eaaece048" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "591af753c259368a", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM9030.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "038b99e467cb9b88364d4c482500fdd98d960a76" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "26f5f618b7992f5b6c7114e5f17a9abf7a4803c4120e5fdda75099ae7118284e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "943df878b563a273", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM904.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "750a0cba31d0fe609734bd9ecee7a677c5f7fc81" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "0054162ecd4c9a5ea0ea2fb7a105e652e347fe4a6eb280e386812e8f75140e49" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3ae70607816feeff", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM905.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fc95a78266ddb47b946d85b6761e8664555657da" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e8392f6485994593c08726c2a58d860e6de87cf73c8ed1a0c6f0e100f44e6fa1" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "4edb518ac6294cb2", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM9066.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "40617d497be169ad0750257633a4a0a576d19eaf" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "16a8443adbf0daa31175ab319e18845ecd0ebd708d00f86281f5dd437f6da8cb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "69b2d3f462fb5591", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM918.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "68ca6dbeb090270894bc343fe3d2e5cd0ed1a5a3" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "423132a8cd7fb360d0d143bc72d806bbd9b102edfc7009712061dd74a6e89ada" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "00075fef0f350abb", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM921.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b2c8556fa5c6162f21416693869892974b2a473e" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6d9a254310910e830816cd6c968eae1eda4038b3c5e73de075ee93967f655481" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "8e61aa981b07cc68", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM922.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "99c59dad2d3df5f812170105462da1d3229efd2c" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "34712307cab7d404392c0e1862095887a3bd3894e1e9b757acdad63d298b6530" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "12d3b7939667faed", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM930.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a60b7ce4333b07bb544d79cdfcd5789b9a0b2b96" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bfd882554d8b9dcb3223ea80ae3a4cc393f9e2751bd874b63960dfc305150e4e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "715a310237292676", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM932.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "19a557f4048c65182f915a83401a2228f8c816f8" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "a6411594c7431152ea50d7103d0ceac47f599775569e90006b667ac6c03ca589" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "52e017142bd17dbc", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM933.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "927eadb124913f953d84dbf8c8d0bffb1934e481" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "75df00b1876cd4e6c753861598d94b92a70198aed5f32f9d53e15de142a77eef" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "e0ca6e82f1b5ff1d", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM935.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7e174af6acd8de9c3794bc126e78020fc626aeb2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3ec6b44268004a9f4ffc744ad9989ea89fd9c2e793d511e904c7117785f60211" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "88bbe5e6f14fa5e9", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM937.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "fd3a6ca849c12baa73021fc56e48b6d59ea3037f" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "3a2e23786f7d24f4f38b7b15e283f6b1349916dc409a766a635cf40a08708742" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "fcb662d49b15a96c", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM939.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cbaaddd54ea26a11664580547982906e95804438" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c4e652204de387e31d33fc45773e7ec6b6b9d55c4e55fa7a9ef663fe7974adab" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2ad7189d91cf2227", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM943.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "ce5b548d9be996abe37ec63a6e3c9e594c385823" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "daaf2823fe388fb3bead246195498406696edfd66687bc09ad7887ef35360f93" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "81de0ed2b3992cde", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IBM9448.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7fc6a734440387280afe9d9972899764c6f95f8a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "d5d34d753a050bf6cfc5a5b8ad7ebb2817fb61d762f8c04306a6da3271a0a82c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "29bb69a3016ae7ce", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/IEC_P27-1.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cc6ba0fbd0380c5f7fab1762cdfd884d90eff382" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "600fbf4991fd6e66d8c347e55ac6aeeb2fce7e37764801eac3f24f429ffc27df" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b60660418e1fa65e", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/INIS-8.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3f624b0ae39e9f226f034d1a8c67437a215ad7a4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "38685f5e3a6c55d0bec24289617b863c059acb7804fea89380d26c3cd1f85566" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f3516019036fff0e", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/INIS-CYRILLIC.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "90cb6d6d0a7d397b54544177d8d826cbe08264ac" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "89a1bc042150a9c9ce16af3aee091bb6c973f6054bc7251a56f3ea5dcfb28a75" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "14cf88b3802f1082", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/INIS.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c05aefdfb6bfbf3178f392a59bd383d6c68c88de" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c26a1024584b6b4ade773af2572a155f230750c3a4073c63f0fcd841e43d382c" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "83ebdb1918ec258a", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISIRI-3342.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "0840c66e82a7573b6e20fd4910f08f6139bcdaac" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6f614df79bad0db871339453347513cc045c96b2cc3bf212c3267bab987b4885" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3a7d4ab47da73151", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO-2022-CN-EXT.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4a94c480a503de5c06660cbdd29d7ef7b28857ad" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "dee0a1dd6fa5ce9eeccaa05df4b210a9b6b5221c87185904969d8cc947e13ebb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "55a2e520f7ff73cc", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO-2022-CN.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "be53e162234ffd48ac667512f845b3d2db156261" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1b0dba89519f5909fc22a5a210bcf1dfbea8e0c3309be3f71f69293baf3f0ec9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "34a9c4f6af35c550", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO-2022-JP-3.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "85ac9d3f21f1d0b9b47838233d2f3f6558909af2" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "681e7119c8a7f565bb58b15a5596f387da5ffd38c5c3de8898c4775e0771681b" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "6713392473cb1d6d", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO-2022-JP.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "506bda3d9cfa2236a96940c67af71df43e025050" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "039590b6ded9c204bb9f30695ff10a5487b01ef4add10beff838d0134eb8f916" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "d1a8e079b032ecd6", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO-2022-KR.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "7fa97bea656e2c518f82368387e29559b3f95d36" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "cac0d12fe1f35442058b64a3d5372aae7269d584f71d3b6f08cf68792ac3131e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2ec903fe76de8f45", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO-IR-197.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "8335fb6887c0f3e078ae17088d5765a0b4522e46" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "09d1ee66f350266cc7bd25ec7b6d31c622342907f2f94cec4c6fb0f1bcb48898" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3af34e97fb9845ef", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO-IR-209.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "e3d8321a9fff1a05feade79010a6c12883a7e317" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bf4e273b333c2619b47e22c2698a82198dbeed5b02ee67b2756ef60baea4ede7" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "683993831d58d02e", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO646.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c7478862190db6127300a82debdece60c6c5186a" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "9e23c1d546da398c6124c731721de8aaa7f63332a7ce8bee35f6fa7cfe99efdb" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0151f1dd6d645c86", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO8859-1.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "a25593ec25ef48b3929fbe92aba50d20e2ec6c09" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "bd3a5d2897dec394e22bd6b68efeb4c2264103cbd8a5736a581327d0e73f17cd" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0776557b5800e023", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO8859-10.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "2dcbc0690ae2414727fb7dafbb084676a94b42a4" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "83837583a01a4d1cca81d382f615caa809d794aa4a9d07ddd44ae99c6b9370f9" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "3dcdf0971de7a1a5", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO8859-11.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "c7c4a9990a8a46905d744cf23587902db02c6057" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "c55cce553b8a54aafa4494e6888a517286773b84308be7f30df20d1ddb5a8211" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "70bcf24ee15ff834", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO8859-13.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "939342cbd84f5566fde4bb20dd1c7f4333a50383" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "2567f89d084589bbfb6d8255f1151b0516accfd884d598ca1a3674c5c739033a" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "0234af7fa4d5a5ab", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO8859-14.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "01c24a929d41955d23bc802f5494765af5e17722" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "edb8d671d14e30d9278d3d5a8f4428bd31cd2e083f467df00462cb9a42f591ac" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "b700317c9ee51a26", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO8859-15.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "3269462b4deb515f62ba100054fda9abcd84b82b" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "e33d963df18131206668c2fb0eb48dad78a55e14296e805c6b289377eba64b68" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "bbf5c4b704f0b896", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO8859-16.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "1ddefc665efd4a032384a5fd042a4283f590a4f9" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "7b0d95477d119b535bda1bd9986a56ac6cb2c4b88ea109b2b3a95314794159c3" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "644a70411e6a7032", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO8859-2.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "08be6822226bfd7d4e80e6f13e1f7e01356b2eea" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "6ea76cf74aabd4469a9eceabd83aba367a563fcd7ebabc461fb318a60782e536" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "2e0592677545376a", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO8859-3.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "4bf8846b397c98fc182b1e9e9b52f8e24904d260" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "1a77c57abdbc6daef61c37569f4b08a9e09df0d01649c381ea14f843bd54619e" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "18875c66f40dd842", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO8859-4.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "b6424a614662442708c03e4651086f7dde8d38ff" | |
| }, | |
| { | |
| "alg": "SHA-256", | |
| "content": "adce551366d7bae03fd0a106572d015951781181cbe0d5a80b6325407aecec44" | |
| } | |
| ] | |
| }, | |
| { | |
| "bom-ref": "f60098779afff8fe", | |
| "type": "file", | |
| "name": "/usr/lib/aarch64-linux-gnu/gconv/ISO8859-5.so", | |
| "hashes": [ | |
| { | |
| "alg": "SHA-1", | |
| "content": "cb9a5b608bc562225cb58c43fd3e8801e0887ab0" | |
| }, | |
| { | |
| "alg": "SHA-256", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment