diff --git a/HISTORY.md b/HISTORY.md
index 413a21277..5b461f596 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
## unreleased
+* Fixed
+ * Components' "sha512" hash is properly detected and populated in the SBOM result. ([#302] via [#303])
+
+[#302]: https://github.com/CycloneDX/cyclonedx-node-npm/issues/302
+[#303]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/303
+
## 1.4.0 - 2022-11-05
* Added
diff --git a/demo/bundled-dependencies/example-results/bom.1.2.json b/demo/bundled-dependencies/example-results/bom.1.2.json
index 16ff3b4c4..c7a544035 100644
--- a/demo/bundled-dependencies/example-results/bom.1.2.json
+++ b/demo/bundled-dependencies/example-results/bom.1.2.json
@@ -8,7 +8,7 @@
{
"vendor": "@cyclonedx",
"name": "cyclonedx-npm",
- "version": "1.3.0"
+ "version": "1.4.0"
}
],
"component": {
@@ -35,6 +35,12 @@
"bom-ref": "bundle-dependencies@1.0.2",
"author": "Gajus Kuizinas",
"description": "Generates bundledDependencies package.json value using values of the dependencies property.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7ccf50f6125c5f56589f28ef7874e9b4566aa4b2833b681dc5186e07c30d498110bc2ea42260c31f6d37f09fed1df72e5742511948fc9fc6b10d8d009c59177c"
+ }
+ ],
"licenses": [
{
"license": {
diff --git a/demo/bundled-dependencies/example-results/bom.1.2.xml b/demo/bundled-dependencies/example-results/bom.1.2.xml
index 7362ed4ad..0522e632c 100644
--- a/demo/bundled-dependencies/example-results/bom.1.2.xml
+++ b/demo/bundled-dependencies/example-results/bom.1.2.xml
@@ -5,7 +5,7 @@
@cyclonedx
cyclonedx-npm
- 1.3.0
+ 1.4.0
@@ -26,6 +26,9 @@
bundle-dependencies
1.0.2
Generates bundledDependencies package.json value using values of the dependencies property.
+
+ 7ccf50f6125c5f56589f28ef7874e9b4566aa4b2833b681dc5186e07c30d498110bc2ea42260c31f6d37f09fed1df72e5742511948fc9fc6b10d8d009c59177c
+
BSD-3-Clause
diff --git a/demo/bundled-dependencies/example-results/bom.1.3.json b/demo/bundled-dependencies/example-results/bom.1.3.json
index df67a848f..3dabe3fe1 100644
--- a/demo/bundled-dependencies/example-results/bom.1.3.json
+++ b/demo/bundled-dependencies/example-results/bom.1.3.json
@@ -8,7 +8,7 @@
{
"vendor": "@cyclonedx",
"name": "cyclonedx-npm",
- "version": "1.3.0"
+ "version": "1.4.0"
}
],
"component": {
@@ -41,6 +41,12 @@
"bom-ref": "bundle-dependencies@1.0.2",
"author": "Gajus Kuizinas",
"description": "Generates bundledDependencies package.json value using values of the dependencies property.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7ccf50f6125c5f56589f28ef7874e9b4566aa4b2833b681dc5186e07c30d498110bc2ea42260c31f6d37f09fed1df72e5742511948fc9fc6b10d8d009c59177c"
+ }
+ ],
"licenses": [
{
"license": {
diff --git a/demo/bundled-dependencies/example-results/bom.1.3.xml b/demo/bundled-dependencies/example-results/bom.1.3.xml
index 658b7c1cb..cc53e5743 100644
--- a/demo/bundled-dependencies/example-results/bom.1.3.xml
+++ b/demo/bundled-dependencies/example-results/bom.1.3.xml
@@ -5,7 +5,7 @@
@cyclonedx
cyclonedx-npm
- 1.3.0
+ 1.4.0
@@ -29,6 +29,9 @@
bundle-dependencies
1.0.2
Generates bundledDependencies package.json value using values of the dependencies property.
+
+ 7ccf50f6125c5f56589f28ef7874e9b4566aa4b2833b681dc5186e07c30d498110bc2ea42260c31f6d37f09fed1df72e5742511948fc9fc6b10d8d009c59177c
+
BSD-3-Clause
diff --git a/demo/bundled-dependencies/example-results/bom.1.4.json b/demo/bundled-dependencies/example-results/bom.1.4.json
index ff010d0bc..ad38373cc 100644
--- a/demo/bundled-dependencies/example-results/bom.1.4.json
+++ b/demo/bundled-dependencies/example-results/bom.1.4.json
@@ -8,7 +8,7 @@
{
"vendor": "@cyclonedx",
"name": "cyclonedx-npm",
- "version": "1.3.0",
+ "version": "1.4.0",
"externalReferences": [
{
"url": "https://github.com/CycloneDX/cyclonedx-node-npm/issues",
@@ -58,6 +58,12 @@
"bom-ref": "bundle-dependencies@1.0.2",
"author": "Gajus Kuizinas",
"description": "Generates bundledDependencies package.json value using values of the dependencies property.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7ccf50f6125c5f56589f28ef7874e9b4566aa4b2833b681dc5186e07c30d498110bc2ea42260c31f6d37f09fed1df72e5742511948fc9fc6b10d8d009c59177c"
+ }
+ ],
"licenses": [
{
"license": {
diff --git a/demo/bundled-dependencies/example-results/bom.1.4.xml b/demo/bundled-dependencies/example-results/bom.1.4.xml
index 0b099bd21..ff3e46b63 100644
--- a/demo/bundled-dependencies/example-results/bom.1.4.xml
+++ b/demo/bundled-dependencies/example-results/bom.1.4.xml
@@ -5,7 +5,7 @@
@cyclonedx
cyclonedx-npm
- 1.3.0
+ 1.4.0
https://github.com/CycloneDX/cyclonedx-node-npm/issues
@@ -43,6 +43,9 @@
bundle-dependencies
1.0.2
Generates bundledDependencies package.json value using values of the dependencies property.
+
+ 7ccf50f6125c5f56589f28ef7874e9b4566aa4b2833b681dc5186e07c30d498110bc2ea42260c31f6d37f09fed1df72e5742511948fc9fc6b10d8d009c59177c
+
BSD-3-Clause
diff --git a/demo/dev-dependencies/example-results/bom.1.2.json b/demo/dev-dependencies/example-results/bom.1.2.json
index a57e80c22..447f69b0f 100644
--- a/demo/dev-dependencies/example-results/bom.1.2.json
+++ b/demo/dev-dependencies/example-results/bom.1.2.json
@@ -8,7 +8,7 @@
{
"vendor": "@cyclonedx",
"name": "cyclonedx-npm",
- "version": "1.3.0"
+ "version": "1.4.0"
}
],
"component": {
@@ -35,6 +35,12 @@
"version": "18.7.16",
"bom-ref": "@types/node@18.7.16",
"description": "TypeScript definitions for Node.js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1101e18b17eefa692a1cc665d51d8ebeebe7e3b3d4c35f1accc24e4f0499afdfdf8731cd197009d266b475ac9155c869ae90a3d0a7352b5c4aa166804d6175aa"
+ }
+ ],
"licenses": [
{
"license": {
diff --git a/demo/dev-dependencies/example-results/bom.1.2.xml b/demo/dev-dependencies/example-results/bom.1.2.xml
index f9a5e05b5..adda46aaf 100644
--- a/demo/dev-dependencies/example-results/bom.1.2.xml
+++ b/demo/dev-dependencies/example-results/bom.1.2.xml
@@ -5,7 +5,7 @@
@cyclonedx
cyclonedx-npm
- 1.3.0
+ 1.4.0
@@ -26,6 +26,9 @@
node
18.7.16
TypeScript definitions for Node.js
+
+ 1101e18b17eefa692a1cc665d51d8ebeebe7e3b3d4c35f1accc24e4f0499afdfdf8731cd197009d266b475ac9155c869ae90a3d0a7352b5c4aa166804d6175aa
+
MIT
diff --git a/demo/dev-dependencies/example-results/bom.1.3.json b/demo/dev-dependencies/example-results/bom.1.3.json
index 0e5532662..70e6d535a 100644
--- a/demo/dev-dependencies/example-results/bom.1.3.json
+++ b/demo/dev-dependencies/example-results/bom.1.3.json
@@ -8,7 +8,7 @@
{
"vendor": "@cyclonedx",
"name": "cyclonedx-npm",
- "version": "1.3.0"
+ "version": "1.4.0"
}
],
"component": {
@@ -41,6 +41,12 @@
"version": "18.7.16",
"bom-ref": "@types/node@18.7.16",
"description": "TypeScript definitions for Node.js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1101e18b17eefa692a1cc665d51d8ebeebe7e3b3d4c35f1accc24e4f0499afdfdf8731cd197009d266b475ac9155c869ae90a3d0a7352b5c4aa166804d6175aa"
+ }
+ ],
"licenses": [
{
"license": {
diff --git a/demo/dev-dependencies/example-results/bom.1.3.xml b/demo/dev-dependencies/example-results/bom.1.3.xml
index 7e84b06f4..c3c64fdd1 100644
--- a/demo/dev-dependencies/example-results/bom.1.3.xml
+++ b/demo/dev-dependencies/example-results/bom.1.3.xml
@@ -5,7 +5,7 @@
@cyclonedx
cyclonedx-npm
- 1.3.0
+ 1.4.0
@@ -29,6 +29,9 @@
node
18.7.16
TypeScript definitions for Node.js
+
+ 1101e18b17eefa692a1cc665d51d8ebeebe7e3b3d4c35f1accc24e4f0499afdfdf8731cd197009d266b475ac9155c869ae90a3d0a7352b5c4aa166804d6175aa
+
MIT
diff --git a/demo/dev-dependencies/example-results/bom.1.4.json b/demo/dev-dependencies/example-results/bom.1.4.json
index 113ae999b..7201bf6ef 100644
--- a/demo/dev-dependencies/example-results/bom.1.4.json
+++ b/demo/dev-dependencies/example-results/bom.1.4.json
@@ -8,7 +8,7 @@
{
"vendor": "@cyclonedx",
"name": "cyclonedx-npm",
- "version": "1.3.0",
+ "version": "1.4.0",
"externalReferences": [
{
"url": "https://github.com/CycloneDX/cyclonedx-node-npm/issues",
@@ -58,6 +58,12 @@
"version": "18.7.16",
"bom-ref": "@types/node@18.7.16",
"description": "TypeScript definitions for Node.js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1101e18b17eefa692a1cc665d51d8ebeebe7e3b3d4c35f1accc24e4f0499afdfdf8731cd197009d266b475ac9155c869ae90a3d0a7352b5c4aa166804d6175aa"
+ }
+ ],
"licenses": [
{
"license": {
diff --git a/demo/dev-dependencies/example-results/bom.1.4.xml b/demo/dev-dependencies/example-results/bom.1.4.xml
index c4283f55d..95c3ecc25 100644
--- a/demo/dev-dependencies/example-results/bom.1.4.xml
+++ b/demo/dev-dependencies/example-results/bom.1.4.xml
@@ -5,7 +5,7 @@
@cyclonedx
cyclonedx-npm
- 1.3.0
+ 1.4.0
https://github.com/CycloneDX/cyclonedx-node-npm/issues
@@ -43,6 +43,9 @@
node
18.7.16
TypeScript definitions for Node.js
+
+ 1101e18b17eefa692a1cc665d51d8ebeebe7e3b3d4c35f1accc24e4f0499afdfdf8731cd197009d266b475ac9155c869ae90a3d0a7352b5c4aa166804d6175aa
+
MIT
diff --git a/demo/juice-shop/example-results/bom.1.2.json b/demo/juice-shop/example-results/bom.1.2.json
index ec9da93ab..aac5af8fa 100644
--- a/demo/juice-shop/example-results/bom.1.2.json
+++ b/demo/juice-shop/example-results/bom.1.2.json
@@ -8,7 +8,7 @@
{
"vendor": "@cyclonedx",
"name": "cyclonedx-npm",
- "version": "1.3.0"
+ "version": "1.4.0"
}
],
"component": {
@@ -54,6 +54,12 @@
"bom-ref": "@babel/helper-string-parser@7.19.4",
"author": "The Babel Team (https://babel.dev/team)",
"description": "A utility package to parse strings",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9c7b43a1072ea859b060d60fcf745a879a61da9f0f15e142b1993d03fe3c74f73fac6a1c279277840019ee96fbe95597ddf64abbeb84aff1611f98cbc7bba6af"
+ }
+ ],
"licenses": [
{
"license": {
@@ -88,6 +94,12 @@
"bom-ref": "@babel/helper-validator-identifier@7.19.1",
"author": "The Babel Team (https://babel.dev/team)",
"description": "Validate identifier/keywords name",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6b0acd7da32d9c752beb9dc680612cfbe2e502f5bac3e0dc3eb3a58923175822a8e7dec2c0be4071fff059d3647ffb5f1101379a391e0f560e55939457fa1dd7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -117,6 +129,12 @@
"bom-ref": "@babel/parser@7.20.2",
"author": "The Babel Team (https://babel.dev/team)",
"description": "A JavaScript parser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "69f937d7c921dae29ba3b0448f642d122f075421abc0751f7eb603cbb76055c49ada3f656372c38cfcdcc867695fbc609b7e5a5aabdc89927858a99d17f4b162"
+ }
+ ],
"licenses": [
{
"license": {
@@ -156,6 +174,12 @@
"bom-ref": "@babel/types@7.20.2",
"author": "The Babel Team (https://babel.dev/team)",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1679efb0d5a0642af6df6b2ab578206a9be5924fedbb047faa11b3726c48d065cb0a398f6103f38a8d856dd956b98eb2d6c1c57d02a4fab45b519f554ad40ca2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -195,6 +219,12 @@
"bom-ref": "@colors/colors@1.5.0",
"author": "DABH",
"description": "get colors in your node.js console",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a28582ae564fd758bc1889928d31d81cb92f1433f8f274b8fb6d389c66f54625ff59760798903620823dfded8359569b08449d5bb841004cc746a527f4e515bd"
+ }
+ ],
"licenses": [
{
"license": {
@@ -234,6 +264,12 @@
"bom-ref": "@dabh/diagnostics@2.0.3",
"author": "Arnout Kazemier",
"description": "Tools for debugging your node.js modules and event loop",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "86b9503888bb8407f3b0caa519217256e72bc77f0efa3eb088639ffff1f679cbc812a60de000c1492da22cc879505c83ba708d9e25083e4feadeb885bf8e7144"
+ }
+ ],
"licenses": [
{
"license": {
@@ -273,6 +309,12 @@
"bom-ref": "@gar/promisify@1.1.3",
"author": "Gar ",
"description": "Promisify an entire class or object",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9364f2d49715a238c9170ae0fd384a8b6ba327b5cd2d868518d07f6d64fdc0647ea123091cc6b9c3e094abaa7fa55aca78d36003ba42a847234a71d5a2a25017"
+ }
+ ],
"licenses": [
{
"license": {
@@ -302,6 +344,12 @@
"bom-ref": "@mapbox/node-pre-gyp@1.0.10",
"author": "Dane Springmeyer ",
"description": "Node.js native addon binary install tool",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e324a8e028f34adba9accc24df91f9a4f6e4ca68efd521778c62e3eab007a7fc53fd117b4cbedb77d0939b5c43638f4adaa17b8e647f83b93e4a42c44cfea8a4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -330,6 +378,12 @@
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|ansi-regex@5.0.1",
"author": "Sindre Sorhus",
"description": "Regular expression for matching ANSI escape codes",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "aae2505e54d25062f62c7f52517a3c570b18e2ca1a9e1828e8b3529bce04d4b05c13cb373b4c29762473c91f73fd9649325316bf7eea38e6fda5d26531410a15"
+ }
+ ],
"licenses": [
{
"license": {
@@ -358,6 +412,12 @@
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|are-we-there-yet@2.0.0",
"author": "GitHub Inc.",
"description": "Keep track of the overall completion of many disparate processes",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0a2fea10d9b01e7b18a3dc4a21c5093792de0ca749e91d59d63f55fc9e70caaf2787f9983c4a482896c1657b598c6d381e22bbcd5fe9e95b3df79d8cacc79423"
+ }
+ ],
"licenses": [
{
"license": {
@@ -396,6 +456,12 @@
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|detect-libc@2.0.1",
"author": "Lovell Fuller ",
"description": "Node.js module to detect the C standard library (libc) implementation family and version",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e3adefdd9788adc5ad760220eaf23a5d49dc82ebebd939c69784b30d78a792df6648ba4124a5d3de65bac53dd541d0cdd75f9656cdbda60be2bd37382e9f2ffb"
+ }
+ ],
"licenses": [
{
"license": {
@@ -424,6 +490,12 @@
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|gauge@3.0.2",
"author": "Rebecca Turner ",
"description": "A terminal based horizontal guage",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "fb927a312ff95e4b02b97abefae151b2751decebeed577a76deb88b8d449c585a38106cfb85853d78940bec59fa9f0269f096e7f53b0323cf7f478df2cf722d1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -462,6 +534,12 @@
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|is-fullwidth-code-point@3.0.0",
"author": "Sindre Sorhus",
"description": "Check if the character represented by a given Unicode code point is fullwidth",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cf29a6e7ebbeb02b125b20fda8d69e8d5dc316f84229c94a762cd868952e1c0f3744b8dbee74ae1a775d0871afd2193e298ec130096c59e2b851e83a115e9742"
+ }
+ ],
"licenses": [
{
"license": {
@@ -490,6 +568,12 @@
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|make-dir@3.1.0",
"author": "Sindre Sorhus",
"description": "Make a directory and its parents if needed - Think `mkdir -p`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "83715e3f6d0b3708402dbffa0b3e837781769e0cded23cfbb5bceb0f6c0057ea3d15e3477b8acbfb22b699dd09fdf8927f5b1ad400e15ea8b9fa857038cfde1b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -517,6 +601,12 @@
"version": "6.3.0",
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|make-dir@3.1.0|semver@6.3.0",
"description": "The semantic version parser used by npm.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6f7f5305a4d27d5eb206b6a953cf69e5f29e904da6fcdc270e870e56bb90152d7fbde320773b8f72738cdf833a0b0c56f231ff97111ae6b0680de530bb91c74f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -547,6 +637,12 @@
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|nopt@5.0.0",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4db8faeeb7dfa9c79e2e97115eb4fbbca00df02c1f3de20180cec4ea206498a2d5edb10cc291a060b1afd2300252c10269afefbb13f42231289edeae99d320b5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -575,6 +671,12 @@
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|npmlog@5.0.1",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "logger for npm",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "02a66d0d458e30ab351bff25c329558eb75882a03877d9eef2173ed20cd1c650dbd48d74f851c118c5ece9a8901c574251496a1fdf4c50cb8b7f3583343b5fc7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -602,6 +704,12 @@
"version": "3.6.0",
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|readable-stream@3.6.0",
"description": "Streams3, a user-land copy of the stream library from Node.js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "055887cbb2ca793cf8a0d9e470b27e95548beafa6215e5fafddde8487f33096ed4c4fda89dc864faf4c6075e37c6e1631d2ddd7938242a85d7ca65eaca688874"
+ }
+ ],
"licenses": [
{
"license": {
@@ -630,6 +738,12 @@
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|string-width@4.2.3",
"author": "Sindre Sorhus",
"description": "Get the visual width of a string - the number of columns required to display it",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c0ac90450a63274b08a7ad84ad265d1ac8cc256b1aa79a1136284786ee86ec954effd8c807a5327af2feb57b8eaab9e0f23fdcc4a4d6c96530bd24eb8a2673fe"
+ }
+ ],
"licenses": [
{
"license": {
@@ -658,6 +772,12 @@
"bom-ref": "@mapbox/node-pre-gyp@1.0.10|strip-ansi@6.0.1",
"author": "Sindre Sorhus",
"description": "Strip ANSI escape codes from a string",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "637f153d21dcaa416b0a916743dbee4979aabaebf9a1738aa46793e9a1abaf7a3719cf409556ba2417d448e0a76f1186645fbfd28a08ecaacfb944b3b54754e4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -689,6 +809,12 @@
"bom-ref": "@nlpjs/core-loader@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b39f1cbbe808fa43d11baaf66b22be078fbe3877531c0e9214b2f1438d89cdd998eabb046b5c848cccc809cd78fb3bb27b5a967a5a7ca187f902a9b395535dba"
+ }
+ ],
"licenses": [
{
"license": {
@@ -723,6 +849,12 @@
"bom-ref": "@nlpjs/core@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8884070aa61c518c4e9362d16b6b2180c759d6376fb8ba94f4e691d6b68e23e1e5e510c2a08a669c41544c561c0631966eb5c96708e84019cbb0d31ef3565366"
+ }
+ ],
"licenses": [
{
"license": {
@@ -757,6 +889,12 @@
"bom-ref": "@nlpjs/evaluator@4.22.7",
"author": "Jesus Seijas",
"description": "Evaluator",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "82e8e432909f763baa9f5e202649477bc341a9220619c34d836040fc0839d014fe551b1308178489be7b09ffd2806fc98d34c11116804374b1bf18212e6303a4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -791,6 +929,12 @@
"bom-ref": "@nlpjs/lang-all@4.24.0",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "903ed67216c7a0ca336cc04447db0aaa43d48ca897b5d1c4b6c45d5f8cf4059d09f9386bf9d7a8c4d4195d0bee147eb53216027c83e2f2f352285bc5383bb566"
+ }
+ ],
"licenses": [
{
"license": {
@@ -825,6 +969,12 @@
"bom-ref": "@nlpjs/lang-ar@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c7fa5ac7c9574b744f8f876cc3443b24af7379f2470ed9b078a06c4ff0b6b1bc92926f66976c43eb909e1e8a65da3772d57ef7af67cd8057e57c45ebe73337ad"
+ }
+ ],
"licenses": [
{
"license": {
@@ -859,6 +1009,12 @@
"bom-ref": "@nlpjs/lang-bn@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "130368855472a897923352509d5408b9f2e902d06436da9ad458a91da8b83be7f1525b9de2e8d1e0717ab9761a0a7d88e3a2e0ca20db60f1d28c8d9ba7787f95"
+ }
+ ],
"licenses": [
{
"license": {
@@ -893,6 +1049,12 @@
"bom-ref": "@nlpjs/lang-ca@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f7e9637f676a16ead48d34745f03ac983a08bc98720ffd5cda6ec3570a33e614efdc7173bf4b6e24eb0bb4b6f5f6aa39ad677e84069bb5ee1edaf10898c889c7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -927,6 +1089,12 @@
"bom-ref": "@nlpjs/lang-cs@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9b50347b8e674edb605fb667698c38cf8ec897d8370b9d9c77829b385b1b73d889bcda79daa393792f52ad391d46bf62d2d211418428aa3db9afa5a5879f4077"
+ }
+ ],
"licenses": [
{
"license": {
@@ -961,6 +1129,12 @@
"bom-ref": "@nlpjs/lang-da@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "53f952fd2bc49985a9994e37d67ff4367ef46abfc429eb9122404254b0482e9178754b428268f46fb6151993a5a65a6eb5422a295a9a76f5a45549dd64f0c4b5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -995,6 +1169,12 @@
"bom-ref": "@nlpjs/lang-de@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a9376854df99c8b1002e5ffbf752d91bd7d3a0b4f8782935920e432ff1867b4a66afbbf3a908952fb69ce6e506c321358c8f729abf7a229bbaa16c16004c77ff"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1029,6 +1209,12 @@
"bom-ref": "@nlpjs/lang-el@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a33b53de23bfa59dbecdd0eb4af70fed7a4b5ac922896fc41f9e94cf453668b547cc5cd4620738a3540da9c0671740f4989118592800ea04b522e7eea4d562ba"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1063,6 +1249,12 @@
"bom-ref": "@nlpjs/lang-en-min@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8d0e4b96b48b32d474d2060a360cfe147c363edf4498d0de502fb9725e653b5ee17f2180d390b5527bec740dd0e8b24512a9c3f030f24773cc968a88843000d3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1097,6 +1289,12 @@
"bom-ref": "@nlpjs/lang-en@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0f48ff02d66893caba51b52d88e6641e912715018d54ff9d7803856032dc108bc05ed1d7359a7476958dd171d582d0385cc14c6addf5d29fb2581ae7e3ce5e9"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1131,6 +1329,12 @@
"bom-ref": "@nlpjs/lang-es@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e667bd38ec76900f96ffdf38bf92c938dcd8217820da752d10f004d06b65a712fb3ee92ccddece1aa666256cc35b60aec76461b2027805bc0dfc9eb32413ca10"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1165,6 +1369,12 @@
"bom-ref": "@nlpjs/lang-eu@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ddd5f418d519c4fe7095a41efb27457968359b0cad7a8e0cfc9dd9198153ceb4ccf3c499e2448001969a01de0798c643441064dbfe93899f851cc1ee486c7b15"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1199,6 +1409,12 @@
"bom-ref": "@nlpjs/lang-fa@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6b718a68571c9e41e910ae0fe6f6059bff82fc6e0d745ea163bc492ca3de9a3bb91919b2028806495f81662d95a02f6fd9e8053bdbd91b1cb9c1fb6752353026"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1233,6 +1449,12 @@
"bom-ref": "@nlpjs/lang-fi@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "af57b47f7cc81e6dc36209ead05010fbec505a92adbd9cc7b9ee03ad2fc4626bb2478e136097650367dbe9b618557408cbd184a1f56eff76fda34de88bcf0fa1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1267,6 +1489,12 @@
"bom-ref": "@nlpjs/lang-fr@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d1cb46f18b73c010fb56ce0114ce53bb0a7575a54f66b206a80e5410026fe5cdaabd0e9d95e76dedb39f05ad232f424d41192474a36665746b957e05b1a189be"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1301,6 +1529,12 @@
"bom-ref": "@nlpjs/lang-ga@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "17dcf7976a970e9e958027c1647a76700e1883ed9168a53f1e1d91057c26296c82a8aa0888e80440110bf38711881f6af3a6b12e1989c8acfddf97c3d85eb15d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1335,6 +1569,12 @@
"bom-ref": "@nlpjs/lang-gl@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "552234dad122c7693567f75233e3ff2c420395daa48f738c6dbb17db1ca9d2f10dcc0d75302fcb550300a60f74335fbc009e8de92d253f2a94ee32d12862eefd"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1369,6 +1609,12 @@
"bom-ref": "@nlpjs/lang-hi@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "dbf82eda74bb85774f0f57b9003cb26d2340b8e083f498d13bc468c42a98c821df524fd07fefc5650a531c62517e2bdfeedbaab720b0eed3586b57da6909111c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1403,6 +1649,12 @@
"bom-ref": "@nlpjs/lang-hu@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8d18d1da2d4bbab97a1902ff5d4bbc908abe915e92a7d343380da0fe905b66fe7959d0fb470ade26dc4fd47718a35f8d653c8f1122e49d9c13abdb170066e592"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1437,6 +1689,12 @@
"bom-ref": "@nlpjs/lang-hy@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c2b57836114963e785b7341671ceb814039c94cf399e4f65ab667900f697891c19d12af88e6d7c37ce0643ee137950910e7724dce46d124835ac2230122a8558"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1471,6 +1729,12 @@
"bom-ref": "@nlpjs/lang-id@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "28d6360b79ae706ffbbbc6a95b0cd00248de97870c6075ad911bb66028dd6863748ba9a2a2be6eff78a135d93ca5f1c84815b91118026ef1bb6ee40484097858"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1505,6 +1769,12 @@
"bom-ref": "@nlpjs/lang-it@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f31e934cf4422708cd7174872545025d5a36cb45d3529e7e0a7f65e4f7449297dd649d2532d9a78eb6280a7cf0a3990160839b719e94c608c819cc1795d547b4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1539,6 +1809,12 @@
"bom-ref": "@nlpjs/lang-ja@4.24.0",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6bb6dda1429ceb164695ae3260fbd0b580c38a2c542a5385af3e23748a95791b2ee2c90a939c2bbefa2431b7ecbee1a674d0f85605fe93c0b1b3bcf3e16efa2d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1573,6 +1849,12 @@
"bom-ref": "@nlpjs/lang-ko@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "574b207d1ff1c7159ff0650ee02846722f59f3aaf678368d0740880151cfc6fb5e7fa9d62572c38afcafa463076f312ad3494d889fbc3a167fc93140e78cadbd"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1607,6 +1889,12 @@
"bom-ref": "@nlpjs/lang-lt@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3fe62a2f4463f9bd15da39f17919ae7bf387fdb082f5792d0a7cbd6b3716ef2014ccd4dba1be7408091f59205921f708980056f9424f7bd2073ed9c2ac44562a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1641,6 +1929,12 @@
"bom-ref": "@nlpjs/lang-ms@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a6804ef7c9d52a7cf03b0d8a8e3eb72fd60eef6fbbc223ac958aea5cfb286f790255b1c08f42dded81372fb8de2165176db0db4efc3c085cc05a28d149f7184a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1675,6 +1969,12 @@
"bom-ref": "@nlpjs/lang-ne@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "af3270e78818acdac305b58b8920a3331e2186c3a3f6a067e9f427c3558423f281369c59d6a929828129dcd962d1d30ea2b1027cb94857387597848b08d34a90"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1709,6 +2009,12 @@
"bom-ref": "@nlpjs/lang-nl@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0c8bf35a9a9f0b81930712b162e2cb1001f9480c7c90134bb613cce119e06c7cb8ba156ba900bb1e4f8e6f5b8dda0966021adf1b0d24c22a6f448ea019a86c61"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1743,6 +2049,12 @@
"bom-ref": "@nlpjs/lang-no@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d92ff040eb000c9700e806de091164064e91e25ce4d26c92ce06aef9f227f707edf3cd4e4f8f22506f4744a5b4ecce58c31afc2495e9d07c417ba7f1cda2b517"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1777,6 +2089,12 @@
"bom-ref": "@nlpjs/lang-pl@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6ae5ea93981f353e6bf24ff2501377c88a534ced7bb8ff235a918b2be06e19d7d67e13a63c119647aebed4e3c2f4ecd24006f640e0e586152884fe2e39d3376a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1811,6 +2129,12 @@
"bom-ref": "@nlpjs/lang-pt@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "be5050d37ee640696c366fc14ede340e9cd2938e82d37c138e9b3067e1f2bc037ea7e1d789a28d4db4235410952ee767fe00256eb0bf5166a688c1e0f390b77c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1845,6 +2169,12 @@
"bom-ref": "@nlpjs/lang-ro@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "837b994a14b7b740a9f83582a8bf9b84c175a7c9fcde3c671ab3cfb61259dd8a783e1cb43b593dc38ad4d9d4834c5a36c8bddcacd7f11c8ebb771324064e3ed2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1879,6 +2209,12 @@
"bom-ref": "@nlpjs/lang-ru@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "66be22d84a229afb4a08eca30ffe589befd359c2d7549c1821c817406cd78d08da622816bd9bec431a417805cf92a32c47a9e976f7a626428f301f8666f3bd81"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1913,6 +2249,12 @@
"bom-ref": "@nlpjs/lang-sl@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "fd80db025d2da030dbffb947234a3d53cb06de63dc5128424adb2e76a4e47e86b15359c323cc9d02039adfc2bc17a87967b1a8b5aaf58e910ab3ca1eac33c332"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1947,6 +2289,12 @@
"bom-ref": "@nlpjs/lang-sr@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e50c48bad0d26c32333553d254e5ff05e781bd2c5047b4ab951a76a22fbbc9cba40550d84b3513e36334fead7590000b3014b3c6aecf1936901c71a5b2cbfa6f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -1981,6 +2329,12 @@
"bom-ref": "@nlpjs/lang-sv@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "840263a5f019ed8d37976d11202da6c622359a5addcd454f08b234d433a4999f3edee0939ee35a72a56e3ada635d86b3746df7c49de4cbc19a5eba138169e80b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2015,6 +2369,12 @@
"bom-ref": "@nlpjs/lang-ta@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "178e5c3b83ec3b8ffcfc10cbb240fdf2d72174b864a6d579a78a945d0d29f4caa6c7e80ac6c326a67c0da7a9b2d3adb0dac82dc79c03cf6eeada71569cc79248"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2049,6 +2409,12 @@
"bom-ref": "@nlpjs/lang-th@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b5398a5a4d11ef83548df96614f94b0598612a4322c5fe8b11d3e92823842da9b27c0080c2b4d37876449e9b296a8ce81d9c5f2265442a6694271b5ef1dae581"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2083,6 +2449,12 @@
"bom-ref": "@nlpjs/lang-tl@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0b36e42dbfb2db3119fdef589e1da6534927bd5cd185c528070d8f7e32241cd07ee437734d63d611c96e28e595a6dcb087bfa50a08d10ba84788b0042881e9aa"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2117,6 +2489,12 @@
"bom-ref": "@nlpjs/lang-tr@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5b8b3f1e10cdc5fcc0503edbdd65f714111e47b85e9fa121f83ee1b3e00167fee939b0285e93f320b55a4099ed3a5f0d179e721493c7f4075d58c989766f1010"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2151,6 +2529,12 @@
"bom-ref": "@nlpjs/lang-uk@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4050d5234587ce48868cdc3ed18cbd4d503e836e50fcce76b329502389dab6fb9a22d0cef89558c0bd22e9a3602978b85366a3dc106b7aa71519928a3f1311e8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2185,6 +2569,12 @@
"bom-ref": "@nlpjs/lang-zh@4.23.4",
"author": "Jesus Seijas",
"description": "Core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0671f58299b98fb60e8dc10745f64396b41b2f501a35624c4ae344a85ac2556084d0436865bd317ea5d14d37cf802cdcf2b17ecacc48790b02980c5e4146623c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2219,6 +2609,12 @@
"bom-ref": "@nlpjs/language-min@4.22.7",
"author": "Jesus Seijas",
"description": "Language guesser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "92603dbbaa2794c3f5b1d052f10ef225c14f2e10e0ad3d2af634a8bd5016f968d937752690c36cae0577e6ad4b5a76e89d32a7bdbfcd8dd68de159d3ffe9ee43"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2253,6 +2649,12 @@
"bom-ref": "@nlpjs/language@4.22.7",
"author": "Jesus Seijas",
"description": "Language guesser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a33e4facfc2c2216ab30644a65b708903b4e928e6dbf29cafecefae56bbb7e04476882d74f4668a8d47f90d7a8f41402b132d5d06bc526b790fd4172d571997b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2287,6 +2689,12 @@
"bom-ref": "@nlpjs/ner@4.23.4",
"author": "Jesus Seijas",
"description": "Named Entity Recognition",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "074f5d1eaf6b56383738653e672cd17909c11732d8ae293ebbe990cc723ce26146a779710de8c20e609f16bd382909aa14651967e67d6e886f2bc319d3d25432"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2321,6 +2729,12 @@
"bom-ref": "@nlpjs/neural@4.22.7",
"author": "Jesus Seijas",
"description": "Neural Network",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0c59bb9a117e67edfb82f01f28e6e78a65ec00e45bb825eac135c533bf737917bf92579f5115b6660c57c4fa05e8178ff0c2692e64244c5756ab12eb74be3a0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2355,6 +2769,12 @@
"bom-ref": "@nlpjs/nlg@4.23.4",
"author": "Jesus Seijas",
"description": "Natural Language Generation",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a9b75690bbff2c4c35ece9bec12d694dcbe90b1a304f3336c12afe71471a1abd71a807017c486b4127140e7b9e8516762e8850488cf0e5d0ba925353130b5063"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2389,6 +2809,12 @@
"bom-ref": "@nlpjs/nlp@4.23.5",
"author": "Jesus Seijas",
"description": "Natural Language Processing",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "66c217a52fbe772ab82fbcf701749225adbb31413f9ec8d85a997b5b8f8685a8f43d77f56e1990911b1a2ff6fad3f2ac03453e1686c05fc17e9c8941210906c7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2423,6 +2849,12 @@
"bom-ref": "@nlpjs/nlu@4.23.5",
"author": "Jesus Seijas",
"description": "Natural Language Understanding",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "dcb2dd99c13f5b9ca128dbdb61cfb7acddf602c9a0db33fa01ed8196c7bbfc0b8a862508cd52ff7b12e0bdf12a0d6f4ca9329e8f9519a58ca930651e2b41cfea"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2457,6 +2889,12 @@
"bom-ref": "@nlpjs/request@4.22.7",
"author": "Jesus Seijas",
"description": "Request",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "36f26c07c623aac30cec95482cdc334442d5fe50b287c6cc81769d97592f5f05ca82d9a5a65809d3de6128ace3928a0c97e8de994b4ce65fe4aaf6971948b4f7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2491,6 +2929,12 @@
"bom-ref": "@nlpjs/sentiment@4.23.4",
"author": "Jesus Seijas",
"description": "Sentiment Analysis",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e26d67b066e77a1597d7b3264f9837ec2c2456b3e2bc1e6f9eae929efbd21d0539a2e7a0d6a2c619797ec64cf4fe9ab28e6538a3c80ed453ecad066e2de59ed2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2525,6 +2969,12 @@
"bom-ref": "@nlpjs/similarity@4.22.7",
"author": "Jesus Seijas",
"description": "Similarity",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8966d9cfa61fd2c5c88858b68ed769b022e4390b171714f560c1381b2b0cb49c4a88dfc2bb80215ee8048a2c6169c3c83d06fc95fa2e474750b529f1fbd916d8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2559,6 +3009,12 @@
"bom-ref": "@nlpjs/slot@4.22.17",
"author": "Jesus Seijas",
"description": "Slot filling manager",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "70d61cc5ff43281f9f9d16b63714f9c1b5aae63e7b4755824d72d623fd42cb272bdb6ec83fb18deea683e116e4ce8b4114507cc26eb7507a1df5faf39ae897c6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2593,6 +3049,12 @@
"bom-ref": "@npmcli/fs@1.1.1",
"author": "GitHub Inc.",
"description": "filesystem utilities for the npm cli",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f0a1b9443d0654fe32744cd19ff23804d0eec43b6a55b39d9bcebbe53e3d3881bf34685a2b4a633d7ed970396f2986c0fae96f54adf3b5f705e2e05d3b1b896d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2616,6 +3078,12 @@
"version": "1.1.2",
"bom-ref": "@npmcli/move-file@1.1.2",
"description": "move a file (fork of move-file)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d5251ffc28361b3183c9a7f5e5a47d4adf535a56fe5ef6d95d6a43c7c60ab3b30bccc1ff0427a8a6ffb2f6fcebce091fca4086b963a54aede66618f6f8541cae"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2645,6 +3113,12 @@
"bom-ref": "@otplib/core@12.0.1",
"author": "Gerald Yeo ",
"description": "core method for otplib",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e2c1a7b706c0fc00be49b3e16ecce24620fe8cd0dd233b19dc95327d9c23b4ac9cff0b9f975a67488686e14ab1f3298f6a0ba3b9bd28f7692006707cf5cb8030"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2679,6 +3153,12 @@
"bom-ref": "@otplib/plugin-crypto@12.0.1",
"author": "Gerald Yeo ",
"description": "node crypto plugin for otplib",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a8fba137742b4fb6592dc2c2c8a392361ba28d48bd1b982e31156bc6aeb7afd60d3b1c508cf9b9f605712ccfbbc469c79cce9c8a6639eedb8ab232bbcbd2ccd6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2713,6 +3193,12 @@
"bom-ref": "@otplib/plugin-thirty-two@12.0.1",
"author": "Gerald Yeo ",
"description": "thirty-two plugin for otplib",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "32d4febaa46ca3dd3d5246ebad8a49e971638fd0fec763f2eca8d33bd2433e12f46c951856ee6414fe131595b8345032c2b02d151c4e558dbad6ed2ac1bf7780"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2747,6 +3233,12 @@
"bom-ref": "@otplib/preset-default@12.0.1",
"author": "Gerald Yeo ",
"description": "basic preset for otplib",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c5fd6ff683894725df96e06131da4e92bf9bb04f88aedfb40f9b87b6f83ac757a8b1f9870ac082e9e8ff9bb157896a9da34f99508eb148a0e127073cc9f88e3d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2781,6 +3273,12 @@
"bom-ref": "@otplib/preset-v11@12.0.1",
"author": "Gerald Yeo ",
"description": "v11.x compatible interface preset for otplib",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f6149eb4c23b102a9b1622880ab35ae30ef475e4d47c0aedc17ca43d4bd21d639dcce95f6bd6a3825bbb98d0a7b65bf1c9c4e23805e4406c23402cf30c431132"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2815,6 +3313,12 @@
"bom-ref": "@sindresorhus/is@0.7.0",
"author": "Sindre Sorhus",
"description": "Type check values: `is.string('🦄') //=> true`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "38d85a28f22e7f3ceb94d6eab5614577e8e59de997ea524082af597a266d4bb2353c87ff95aec25b89bcdeb4d7467567b0c6d6da4e7aa4662eec0505243f4fa3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2844,6 +3348,12 @@
"bom-ref": "@swc/helpers@0.3.17",
"author": "강동윤 ",
"description": "External helpers for the swc project.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b5bec8bbea19fb35896771c9ab0c7ca0dc120c8538e3486654c0cf8690025905a7ad91caf7d071b3bd204f52f6767af91e0e74651584164402027395555d33d5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2883,6 +3393,12 @@
"bom-ref": "@tokenizer/token@0.3.0",
"author": "Borewit",
"description": "TypeScript definition for strtok3 token",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3af8c5fb3e752f7a2fd0ec8053476ecec62ebced353c7ef1e2de83271fa0b9a8604e704792125d1bbb2841e4d214b58ddde7e71f289b67867c97612e5b024ddc"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2917,6 +3433,12 @@
"bom-ref": "@tootallnate/once@2.0.0",
"author": "Nathan Rajlich (http://n8.io/)",
"description": "Creates a Promise that waits for a single event",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5c2b8a14fe4f4b9e609cc56edddb72f0a3dab4ba94a32fd96330f3006090f093450a42d7ce623bbcd1c247e5e96d968c5902bfbd0b9bafb3e462af20e3bd09fc"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2950,6 +3472,12 @@
"version": "1.2.11",
"bom-ref": "@types/component-emitter@1.2.11",
"description": "TypeScript definitions for component-emitter",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4915e333eb5fb12940f55b86f2118eda77edda9f338d708ad55702e8de0d5db05b61b4a26bd93308285841a8c88f322a38e3ae87939c93a326576a2ec788c365"
+ }
+ ],
"licenses": [
{
"license": {
@@ -2983,6 +3511,12 @@
"version": "0.4.1",
"bom-ref": "@types/cookie@0.4.1",
"description": "TypeScript definitions for cookie",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5d6fc06bc00f62bea3495540d72fc3108657d3f18c28b1157a4346ef6ed1f1cb39e9a8444e4440cbfdc347bf9f27287ba14806c0d41a45f5c2ba7d3e29b598ed"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3016,6 +3550,12 @@
"version": "2.8.12",
"bom-ref": "@types/cors@2.8.12",
"description": "TypeScript definitions for cors",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "bedfa40e1abf3366b26deac4b4970837f8715f2d4f93ee7d836155fd941c79e693c82b42b9c8cbd90ec55e5163b569f89f5e4a0abd4d13694d345869d2511387"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3049,6 +3589,12 @@
"version": "4.1.7",
"bom-ref": "@types/debug@4.1.7",
"description": "TypeScript definitions for debug",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f40a27533c938d75e110e6b40e7aa9cd98ba54796a28cb3081af445e3a579e7ab1c0bb5dbcf3ed94ef1ebeb2390fd4ba6ac151090eaffb0a6250a6f0faf2aaca"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3082,6 +3628,12 @@
"version": "0.7.31",
"bom-ref": "@types/ms@0.7.31",
"description": "TypeScript definitions for ms",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8a25202b357d02e684919aa438b0c8be54222fa96db9977db46716de0c299d7f096ee8ae8459441a69855c45e4379d02beaeceb3cf08636bf47640ea5d859580"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3110,6 +3662,12 @@
"version": "18.11.9",
"bom-ref": "@types/node@18.11.9",
"description": "TypeScript definitions for Node.js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "091a57db5fe419dce33a916c65291cad730620158c18d2075d70551521fe82091fb7183e5d83f6d131126e1fb316f163dc440e9796f29341d3467d482fa85baa"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3144,6 +3702,12 @@
"bom-ref": "@types/strip-bom@3.0.0",
"author": "Mohamed Hegazy ",
"description": "TypeScript definitions for strip-bom",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c5ebc639179260633b83f914059ccfa82ad1fca600a3e174ca23dcf395854c96b43122edc854d54d4e9c26efda5789a277b21f7c3216aa8ebd4c7176a3826211"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3172,6 +3736,12 @@
"version": "0.0.30",
"bom-ref": "@types/strip-json-comments@0.0.30",
"description": "TypeScript definitions for strip-json-comments",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ecd4261eb6bf2482c277542aa52ce5f3e98945cf191f3dee0e6f185752acf4884ad1ea44893c3c68812b6ef1fd3c8fba5dbaa1c88432df8eb69c4b27ed45738d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3200,6 +3770,12 @@
"version": "13.7.10",
"bom-ref": "@types/validator@13.7.10",
"description": "TypeScript definitions for validator.js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b75cb11404769f4f953ba85dfc527d176b9ecc06555872e6a66949ce6d5e5f4dfe1fbf87b2e4c0a7b2fc409b3eda94027d690fd7e117b062bd67dbfba3fa8f55"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3233,6 +3809,12 @@
"bom-ref": "abbrev@1.1.1",
"author": "Isaac Z. Schlueter ",
"description": "Like ruby's abbrev module, but in js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9e77bdfc8890fe1cc8858ea97439db06dcfb0e33d32ab634d0fff3bcf4a6e69385925eb1b86ac69d79ff56d4cd35f36d01f67dff546d7a192ccd4f6a7138a2d1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3260,6 +3842,12 @@
"version": "1.3.8",
"bom-ref": "accepts@1.3.8",
"description": "Higher-level content negotiation",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3d802d8536b69b654ac6ebd20f70cf0bf1b2f94fac380d4b02e4fc9a4991bafc3e34009269e5c443e34771517bace365eaa71ac55dd4b9e9b06b093eefe4892f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3287,6 +3875,12 @@
"version": "8.2.0",
"bom-ref": "acorn-walk@8.2.0",
"description": "ECMAScript (ESTree) AST walker",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "93e8b21c4b8f812c3a49bb83a4640cfb4e874146b4e03677a3e17a092cd732fbc8e4a32f9da12a5def9855ee79e51f679fa18fb78d387e8b38c1c829c35d920c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3319,6 +3913,12 @@
"version": "7.4.1",
"bom-ref": "acorn@7.4.1",
"description": "ECMAScript parser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9d0ca9d28d7f98d75b4ced4f3ba9079304ab9a0674313fe3082a4d8b06d48c6a11378765061a89b6842e0a710e2b3813570834656882a10cba4b131e6d0561f0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3352,6 +3952,12 @@
"bom-ref": "agent-base@6.0.2",
"author": "Nathan Rajlich (http://n8.io/)",
"description": "Turn a function into an `http.Agent` instance",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "45937035c945efe312ffc6c383bd1a9a0df6772799199c620ee42667128b025423af78c6c8bc7ee0a924e7c50eec3d90760148402a2fb92b991129dee911ba5d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3385,6 +3991,12 @@
"bom-ref": "agent-base@6.0.2|debug@4.3.4",
"author": "Josh Junon ",
"description": "Lightweight debugging utility for Node.js and the browser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3d15851ee494dde0ed4093ef9cd63b25c91eb758f4b793ae3ac1733cfcec7a40f9d9997ca947c520f122b305ea22f1d61951ce817fbb1bfbc234d85e870c5f91"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3412,6 +4024,12 @@
"version": "2.1.2",
"bom-ref": "agent-base@6.0.2|ms@2.1.2",
"description": "Tiny millisecond conversion utility",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0690fc7e56332d980e8c5f6ee80381411442c50996784b85ea7863970afebcb53fa36f7be4fd1c9a2963f43d32b25ad98b48cd1bf9a7544c4bdbb353c4687db"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3442,6 +4060,12 @@
"bom-ref": "agentkeepalive@4.2.1",
"author": "fengmk2 (https://fengmk2.com)",
"description": "Missing keepalive http.Agent",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "667e1cc36344a9dfbd7e249558cb1c9e3c90d5af187e8739a016a32dea39c3e6011e00d4704058da14b86294f3ea23797ffdb342292d72e33ab52f31d69f5da4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3475,6 +4099,12 @@
"bom-ref": "agentkeepalive@4.2.1|debug@4.3.4",
"author": "Josh Junon ",
"description": "Lightweight debugging utility for Node.js and the browser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3d15851ee494dde0ed4093ef9cd63b25c91eb758f4b793ae3ac1733cfcec7a40f9d9997ca947c520f122b305ea22f1d61951ce817fbb1bfbc234d85e870c5f91"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3503,6 +4133,12 @@
"bom-ref": "agentkeepalive@4.2.1|depd@1.1.2",
"author": "Douglas Christopher Wilson ",
"description": "Deprecate all the things",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ede98f4e5e83a68e894573978cb471724f8594b457e7ce3b70b2849f4d0f2c081cde0da14d9660afe7b8736bfa4294a62de14fde7e72528edfb7a6af04aff98d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3530,6 +4166,12 @@
"version": "2.1.2",
"bom-ref": "agentkeepalive@4.2.1|ms@2.1.2",
"description": "Tiny millisecond conversion utility",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0690fc7e56332d980e8c5f6ee80381411442c50996784b85ea7863970afebcb53fa36f7be4fd1c9a2963f43d32b25ad98b48cd1bf9a7544c4bdbb353c4687db"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3560,6 +4202,12 @@
"bom-ref": "aggregate-error@3.1.0",
"author": "Sindre Sorhus",
"description": "Create an error from multiple errors",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e08ed3774d6ab96fd1a6871f35ac85745564d6a4aea21d04ec9adb449d7a9c7d351e128543cf0836af5277e9ddef6cea4724a5afd0660c0f3194427abc932b60"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3588,6 +4236,12 @@
"bom-ref": "ajv@6.12.6",
"author": "Evgeny Poberezkin",
"description": "Another JSON Schema Validator",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8f77d52e0bd3a39dbb6a7c98c893864d825b1bebe79d062f1349b99a691cd532be9f1029a6408b3082f4699e1d6e55423681928619be933138654ca4068320e2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3626,6 +4280,12 @@
"bom-ref": "ansi-regex@2.1.1",
"author": "Sindre Sorhus",
"description": "Regular expression for matching ANSI escape codes",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4c81a74e9768f84dfea42c8096e66fb440f9a79c02a8b75ecc2ca13d9cca3dcc6f169944b788be5bb38e3422a0799153dfecb935965f38e4bf05d71a9e6d4c60"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3654,6 +4314,12 @@
"bom-ref": "ansi-styles@3.2.1",
"author": "Sindre Sorhus",
"description": "ANSI escape codes for styling strings in the terminal",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "553d1923a91945d4e1f18c89c3748c6d89bfbbe36a7ec03112958ed0f7fdb2af3f7bde16c713a93cac7d151d459720ad3950cd390fbc9ed96a17189173eaf9a8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3682,6 +4348,12 @@
"bom-ref": "anymatch@3.1.2",
"author": "Elan Shanker",
"description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3f8dde3df38022ea6482e1d4c9cadce2a27d933f198ae3948a36844f05fb4c7b7463f18d2bbbf469af2b63cd7ac568d9eeb25d0395dd31ca5515328cabe46f5a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3715,6 +4387,12 @@
"bom-ref": "anymatch@3.1.2|normalize-path@3.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e9e66ce4bb375ad0a2b075a9f52d86532f1daa4a468b80554b3dc66aa884e9ecee6f4e75d844b3b57530501e82e8829b4246363e76ff983e166288c24707302c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3754,6 +4432,12 @@
"version": "1.0.0",
"bom-ref": "append-field@1.0.0",
"author": "Linus Unnebäck ",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "925a6015258b5b5644b3cb2f8df6fb838a96634612e62988f3675383e41a854bc9f18a806343f5d1493cb53ca1f591ae60464431a789602179045b97e79da1b3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3782,6 +4466,12 @@
"bom-ref": "aproba@1.2.0",
"author": "Rebecca Turner ",
"description": "A ridiculously light-weight argument validator (now browser friendly)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "63d27a6635eda1887c4675d508c394fedb439a4d5a063ba7abdbced2d6b9c7ce560d08907d417db083c121375b8a2215701a34dc78b78ccc62801b6c75d95747"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3820,6 +4510,12 @@
"bom-ref": "archive-type@4.0.0",
"author": "Kevin Mårtensson",
"description": "Detect the archive type of a Buffer/Uint8Array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cd5e0acb4bf517c741add6049704ef421c1e4343fb2b07356a5baa26c62d3813f4d635dc582c96d8811f235622aac1be232ed947ea392c5d4df8f184081c4758"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3848,6 +4544,12 @@
"bom-ref": "archive-type@4.0.0|file-type@4.4.0",
"author": "Sindre Sorhus",
"description": "Detect the file type of a Buffer/Uint8Array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7f651b150124ecb5e05a98b99ed70ef3a39e03f702f347ee0c30da5ff7d9d9919e97e005ee579142a0415b578936289092b66502833a3fe5583f93fa6ce94311"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3878,6 +4580,12 @@
"bom-ref": "archiver-utils@1.3.0",
"author": "Chris Talkington",
"description": "utility functions for archiver",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "87e853444057716e5ed4bf518a1197747e0f1c77468a91bf8c4dac319aea207e819990317865392168d5b0a86891d092597ee49ba2a4878d3acd93441251c53d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3916,6 +4624,12 @@
"bom-ref": "archiver@1.3.0",
"author": "Chris Talkington",
"description": "a streaming interface for archive generation",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e2afc2b463cd5720b9693f5e6078453fb480123298cd02032095977dec5420f3718ad36cd72ea1391757fac631111499eaa3de34d049e54a2516c25d593534da"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3954,6 +4668,12 @@
"bom-ref": "are-we-there-yet@1.1.7",
"author": "Rebecca Turner (http://re-becca.org)",
"description": "Keep track of the overall completion of many disparate processes",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9f1c32e344ee322506a8cc911e0092599f45338540a113f8c546124efe48991a20fa1f722123db547ec7f1f012088cd89fdc2512fe33bc52fbb8a0cc085426de"
+ }
+ ],
"licenses": [
{
"license": {
@@ -3992,6 +4712,12 @@
"bom-ref": "arg@4.1.3",
"author": "Josh Junon ",
"description": "Another simple argument parser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e7c4bd403a86d17c76ed8c0f4adf5f2718af8d8978df6602c1f0cc7d9fbbd5102a52b65e7fb2eb2906772c72cec024b814b341a653f9df7671f3de5278e087bc"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4019,6 +4745,12 @@
"version": "1.0.10",
"bom-ref": "argparse@1.0.10",
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a39468cbab4d1b848bfc53a408037a4738e26a4652db944b605adc32db49a9b75df015ab9c0f9f1b3e7b88de4f6f4ea9bc11af979810d01e3c74996c957be84e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4047,6 +4779,12 @@
"bom-ref": "argparse@1.0.10|sprintf-js@1.0.3",
"author": "Alexandru Marasteanu (http://alexei.ro/)",
"description": "JavaScript sprintf implementation",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0fd70f824bcb955deddc8ccbd03d182ef180f40864e0f72f57051b3747521abd5a3f436bb780049d351bb86beab840b4980eb81aab757f38ab951b3989b5f1f2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4077,6 +4815,12 @@
"bom-ref": "arr-diff@4.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "615210f368193c605e6d057f6bc75aaf8022b73090b348e35f030f6659695cc6868d73d85546b04b142b46c8e18eea7257112f6c781498884a565343fa3d3690"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4115,6 +4859,12 @@
"bom-ref": "arr-flatten@1.1.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Recursively flatten an array or arrays.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2f784a57947fa79a3cd51eced362069f0a439a4a7a13df365e1b5bbb049edcee2a3ad30c32da1d89c0120350a7cb653e6825dc3699a5fa6e1d3ecbec2778dab6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4153,6 +4903,12 @@
"bom-ref": "arr-union@3.1.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0aa72784459d36bf515e0994fc96b7c9ab9bba8281c2b694c0ccfc0961eedcf123c539ba0d8cd835bf3d8be154e7f53e0f431131d774db5cb99851c4ba520ed"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4191,6 +4947,12 @@
"bom-ref": "array-each@1.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Loop over each item in an array and call the given function on every element.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cc78cbe5265aebc86428704504ae832424edafdb1f4c23c26a987f2fbb4c48b713160cbecd7ec4fbaab9500adbb4eb4c042b717480a97d30aca51b1efb2c325c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4229,6 +4991,12 @@
"bom-ref": "array-flatten@1.1.1",
"author": "Blake Embrey",
"description": "Flatten an array of nested arrays into a single flat array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3c254042cc167a6bba51dc6c0c5157ffe815798a8a0287770f75159bdd631f0ca782e3b002f60f871f2736533ef8da9170ae82c71a5469f8e684874a88789baa"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4267,6 +5035,12 @@
"bom-ref": "array-slice@1.1.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "075a8c0f74413fb3bca341f629bad70f207421c71e8cc175e7ef3b2ef968af5d8e34f4473fa8138d730d92dfdddd9b8e19b01eeba84599a09f102236e147e9eb"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4305,6 +5079,12 @@
"bom-ref": "array-unique@0.3.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Remove duplicate values from an array. Fastest ES5 implementation.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4a57915a387d254b9ddb01f584fb3dad9059df71fa4fd1ce88bd2ec069c6c7d16913ac0a1b27d6ba099b904388b3aa96ad9860d0b59e2f388bac4c10261b3999"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4342,6 +5122,12 @@
"version": "2.0.6",
"bom-ref": "asap@2.0.6",
"description": "High-priority task queue for Node.js and browsers",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0521d680348088ab39d28d917bca69be9dec7951d7491338e1c752b13f457cd1145192ce196542b2259a44f58cd599e7fa6a99d4e7d5677cf70d61334a9ee144"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4370,6 +5156,12 @@
"bom-ref": "asn1@0.2.6",
"author": "Joyent (joyent.com)",
"description": "Contains parsers and serializers for ASN.1 (currently BER only)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8b1fc5c4f9f43038dec89ee2ff2a07185b7f117e8bc8d6f148484f3d73833cbf8a07454f93ce9461f2f494c772f8a0a7bfe7e6bc8cf24b068ae423b0a956d64d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4398,6 +5190,12 @@
"bom-ref": "assert-never@1.2.1",
"author": "Daniel Lytkin ",
"description": "Helper function for exhaustive checks of discriminated unions in TypeScript",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4da4e2bcc07aa58235917c2b1651212de19f3aaa0335d4f18c277045f145904037d04bbe938f16df89e5a24d8461625f145cea6849a272174d33bb61e8ce4737"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4426,6 +5224,12 @@
"bom-ref": "assert-plus@1.0.0",
"author": "Mark Cavage ",
"description": "Extra assertions on top of node's assert module",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "35f27853304271018b0e542aee71f11feb6fde4c99d211d0a85e413ba27bb4d25e3f9768d6594fafc759f331e89df840bb43c701d3244a8fbca34c3183d9595b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4454,6 +5258,12 @@
"bom-ref": "assign-symbols@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "43e242ed686ef078664dd06987f4eae7d22846da32e8a026e73ccfbf4d1676e8d7f3695b00bf0aed65639deeef742b0099b17801868338fc8ede4d2497ca88af"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4492,6 +5302,12 @@
"bom-ref": "async@2.6.4",
"author": "Caolan McMahon",
"description": "Higher-order functions and common patterns for asynchronous code",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9b3a3975f258c009f6f4f7a2274cefc13a34e338fc1c3263d0c9fc4c3eec9e8eead76a6b75b9dab0a2478649b67352e0ae1949d2d79a79af3ceb4a318b9d6618"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4530,6 +5346,12 @@
"bom-ref": "asynckit@0.4.0",
"author": "Alex Indigo ",
"description": "Minimal async jobs utility library, with streams support",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "39e8bd387e2d461d18a94dc6c615fbf5d33f9b0560bdb64969235a464f9bb21923d12e5c7c772061a92b7818eb1f06ad5ca6f3f88a087582f1aca8a6d8c8d6d1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4568,6 +5390,12 @@
"bom-ref": "at-least-node@1.0.0",
"author": "Ryan Zimmerman ",
"description": "Lightweight Node.js version sniffing/comparison",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "faafedec492fd440d8da5e8675ae8b2e25f5e2b53d4d5db459ade87de426c0f1596ce328f435eb2db3a315a69c9645ca5a27486a8a7000e6d00eac16b46523aa"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4606,6 +5434,12 @@
"bom-ref": "atob@2.1.2",
"author": "AJ ONeal (https://coolaj86.com)",
"description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5a6eae92868e1898bfef7a7f725d86bcb8d323924cd64fced788ac0fbdd830bf12b6b1ffeff9511609a0f272026600f76d966f8f0086c6d30e0f7c16340bbc72"
+ }
+ ],
"licenses": [
{
"expression": "(MIT OR Apache-2.0)"
@@ -4637,6 +5471,12 @@
"bom-ref": "available-typed-arrays@1.0.5",
"author": "Jordan Harband ",
"description": "Returns an array of Typed Array names that are available in the current environment",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0cc0f42a2378e9e8a97b38924f52cf3ff4937c3534b2e7c84979a34a0bd5b28536b6ac5cb5078049e8d671f36dc582aa11333553143cb29d8ead2056a4763ab3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4675,6 +5515,12 @@
"bom-ref": "aws-sign2@0.7.0",
"author": "Mikeal Rogers (http://www.futurealoof.com)",
"description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d3c91c1aa9d87ff6268e84617f1caef822f106352d1cb5cb5d7fef51fc7d9762d8cc6ddcd66eb59eba72154648eb3792f8b8bfc1630c89d0fd2a0aeab46ab798"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4703,6 +5549,12 @@
"bom-ref": "aws4@1.11.0",
"author": "Michael Hart (https://github.com/mhart)",
"description": "Signs and prepares requests using AWS Signature Version 4",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c61d51977e21e858b50c2d9658a7f151356a46c367afa2ec2b3dbe85fc03c502569abc7cf9cef295aa8131c1df975535af676c89f3af297dcb42e2cd67e5d2bc"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4731,6 +5583,12 @@
"bom-ref": "babel-walk@3.0.0-canary-5",
"author": "Timothy Gu ",
"description": "Lightweight Babel AST traversal",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "180c24cf40228736396e4c0863940347e2efb1142007f07ed5fa0c3ef8b41593cc9797e30fb2028b39d488174b60c1f54187babeabb8816632b5939c70ba2e17"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4759,6 +5617,12 @@
"bom-ref": "balanced-match@1.0.2",
"author": "Julian Gruber",
"description": "Match balanced character pairs, like \"{\" and \"}\"",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "de849e50ed13315ebb84dd4099b5ec2b8c9aa94eed8e21e56f144364ea47d0a5bdf82797e1b440697d009f1b74b71d8cae94695b041a3f02252121098585393f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4792,6 +5656,12 @@
"bom-ref": "base@0.11.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e53e8fe313e0a69d180c5bd25b0119e0da04dda3384014170f39956eb6829058fccc733e99b6bc4b2a81e436d95b247b9981e8e98ec1750a373280389b44de42"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4830,6 +5700,12 @@
"bom-ref": "base@0.11.2|define-property@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Define a non-enumerable property on an object.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7194d82855aca6df6366c32c716a3cb1cff995b3c2f50d0de6704b81bf9877dd7988bdee741d6e1604b707c602c7ae94547ab4d7c0c0545a1e7bbc7e83182078"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4870,6 +5746,12 @@
"bom-ref": "base64-arraybuffer@0.1.4",
"author": "Niklas von Hertzen",
"description": "Encode/decode base64 data into ArrayBuffers",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6b5788162e11f724ab6e232ec931b1e5ef76b911f9b5063a900acd70568a05495e2282e3763060ed9c66dccaa6dca9a47f6ec72d1ff57e7c57f6af0643b21abe"
+ }
+ ],
"purl": "pkg:npm/base64-arraybuffer@0.1.4",
"externalReferences": [
{
@@ -4901,6 +5783,12 @@
"bom-ref": "base64-js@1.5.1",
"author": "T. Jameson Little ",
"description": "Base64 encoding/decoding in pure JS",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "00aa5a6251e7f2de1255b3870b2f9be7e28a82f478bebb03f2f6efadb890269b3b7ca0d3923903af2ea38b4ad42630b49336cd78f2f0cf1abc8b2a68e35a9e58"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4939,6 +5827,12 @@
"bom-ref": "base64id@2.0.0",
"author": "Kristian Faeldt ",
"description": "Generates a base64 id",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9467b7e28e841e3f72dcab6cf51e1962cfc6afee8decc09a3252050371754763b9fe6ecad3a0317d278ee79df43c411113afd6c8483796cbb2c3818794f647a2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4967,6 +5861,12 @@
"bom-ref": "base64url@0.0.6",
"author": "Brian J Brennan",
"description": "For encoding to/from base64urls",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "366df7379fee9e2166948c6abbbc327f052401584a765638c051c09d3e8ff932713e8688012b8037bbb24b5c143ec4538aff32093f77a793f9e2dc43ecf46456"
+ }
+ ],
"licenses": [
{
"license": {
@@ -4994,6 +5894,12 @@
"version": "2.0.1",
"bom-ref": "basic-auth@2.0.1",
"description": "node.js basic auth parser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "345f9ea6e11d9d4615946ba16b16dbabe76f26db702e7198f988b195794c1392a94395b70a75c0e5c5539de63748f6cf0d191c8cc6e27ebc261587029603997a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5022,6 +5928,12 @@
"bom-ref": "batch@0.6.1",
"author": "TJ Holowaychuk ",
"description": "Simple async batch with concurrency control and progress reporting.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c7e54088c44be943e4c7e92e74dbf14e5ea10765cd3421b6afeef08b155f218c2eff61ca4578a6c10c9aba62e332f796bd3d8791dfdc009c3e40131f27f10a57"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5049,6 +5961,12 @@
"version": "1.0.2",
"bom-ref": "bcrypt-pbkdf@1.0.2",
"description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a9e1485ed3f8312a22e8d2ea3b5d967ea011596b822a2d919fff6124b126b41e724cdafd0ea1569094427f6a92856ccf7803119ce802aead2c83f28bbf9112f7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5077,6 +5995,12 @@
"bom-ref": "big-integer@1.6.51",
"author": "Peter Olson ",
"description": "An arbitrary length integer library for Javascript",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "18f12277663d414d44c65d6ba4ef41d883c91873d2ba91791a75483f46e562f34e31eaf66d3bd25acd6318e520d388539aeebb9e62ec43d4c1a35a6e6a8b411e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5105,6 +6029,12 @@
"bom-ref": "binary-extensions@2.2.0",
"author": "Sindre Sorhus",
"description": "List of binary file extensions",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8c372d27f21541b6682729287876e15e93a5341a8635cc1724a268838d84e470cf53041349d8c21dd8a18e3d0396785e43b6e56d3e9d1ce69f340892f28a1028"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5133,6 +6063,12 @@
"bom-ref": "binary@0.3.0",
"author": "James Halliday",
"description": "Unpack multibyte binary values from buffers",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0f81f5cb9298c292602bcc24d42b9ee4b2cf826c072984828646eca5083926d56e479ba519c9317d1eb61f7004f540e474c0bccb25e5a988a1bb3dc0aa0d9766"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5161,6 +6097,12 @@
"bom-ref": "bindings@1.5.0",
"author": "Nathan Rajlich (http://tootallnate.net)",
"description": "Helper module for loading your native module's .node file",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a76abfb7f9a1bee3a3fd478b955eb9eba183fe0ba8c25af4847c42948d16f66ecc59890bd45d212e8fb401ec6cf4748f0ad4754974344c3dcc30aad765a8db89"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5199,6 +6141,12 @@
"bom-ref": "bintrees@1.0.2",
"author": "Vadim Graboys ",
"description": "Binary Search Trees",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "54e3204ccc2301a506e7cd125e7dcb69c5608eeaeb6cc99eed964d60649257b9a6b58e90411874120de9c08727b50efb0c4acad4bd0dc646deb637285f35702b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5226,6 +6174,12 @@
"version": "1.2.3",
"bom-ref": "bl@1.2.3",
"description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a6f70da5ad1453af544f7e35acee80632e05540224507b995d12166eafb31e7b15711cc30e3200846bae6288b477ffdcc08c2db78a64a4ac9c5847e3755fafc3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5259,6 +6213,12 @@
"bom-ref": "bluebird@3.7.2",
"author": "Petka Antonov",
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5e9363e860d0cdd7d6fabd969e7ef189201ded33378f39311970464ed58ab925efd71515f9acf1026f2375664dd3a413424fb63765c1f6344392f6e6426711b6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5296,6 +6256,12 @@
"version": "1.20.1",
"bom-ref": "body-parser@1.20.1",
"description": "Node.js body parsing middleware",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8d68bb69b4db6306a33b2b56090737ed5ba599689169ee51c93a5a0b20dc4b9fe531db704b3e653a90c4ebbb2bc3f1d87b7e5fd73ddf0d0c3ededc60ee036d5b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5324,6 +6290,12 @@
"bom-ref": "bower-config@1.4.3",
"author": "Twitter",
"description": "The Bower config reader and writer.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "315cb2524dddd52eddd9c97a6084958b02417365570a4c45e40505ca4bcdd0f423e45b1488c352800613b28d7ca1115fc99e9712d8eb820f4c01ab9f1db3b037"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5357,6 +6329,12 @@
"bom-ref": "bower-config@1.4.3|minimist@0.2.2",
"author": "James Halliday",
"description": "parse argument options",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "83dda40df00e02ccc346d1cd6a08d93cf23ff657ce15a4412ff51de99d11299b9aff1fb8f5ac13c9d64b8791a485bf345f2e6199cbd934b1b3b1c5b99f9c9dd2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5392,6 +6370,12 @@
"bom-ref": "brace-expansion@2.0.1",
"author": "Julian Gruber",
"description": "Brace expansion as known from sh/bash",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5e7008bd0f1e33e902e9a50bc7ac2e422c15b27cec8bd7775b1cd5dc5a564c6035f45eb6d64c1d6ec01c14a5e02941d95accbe998ea22f5b074f1584142cad0c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5425,6 +6409,12 @@
"bom-ref": "braces@2.3.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "68d75b9e3f4ff0f8dd5d4e326da58b2b6205de373f1280d86c2ec06b35bab68dd346c7d7c6c702f545ce07988388442b93221b5a9d922d075ae3e4006bb9dcdf"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5463,6 +6453,12 @@
"bom-ref": "braces@2.3.2|extend-shallow@2.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cc29d3b65c4da0088373782a636698016171ed759689ab2e1762bc31ee566cdf28b4729350a0708cfb4da51b3fadb5199bb2b158068d8fb3f56bfa79d866d5ba"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5501,6 +6497,12 @@
"bom-ref": "braces@2.3.2|is-extendable@0.1.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e413142cda1bd6f8055fa123430e62cd60f1ade7162bd00cef6aee80daf44c595d30e8b47e3e8993ecde288b74c468f87047d0209b61e30dce296389e1ff8017"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5541,6 +6543,12 @@
"bom-ref": "brotli@1.3.3",
"author": "Devon Govett ",
"description": "A port of the Brotli compression algorithm as used in WOFF2",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a132a325d4a1983b865bde12cb26a842f0237f7d1d65a1e78c9f2e005faedbfbc626425b24f2404f580388e24fe6fd596fa7fd284c96ff51e9b9a5885ed1873e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5577,6 +6585,12 @@
"name": "buffer-alloc-unsafe",
"version": "1.1.0",
"bom-ref": "buffer-alloc-unsafe@1.1.0",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4c433688c20441d276ca33c9a1222c95d9e5795680935a16dc305553293238bb04b0598473d927f921453f3fa0979e0a40dc650e7030097a2c392f4e931db102"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5603,6 +6617,12 @@
"name": "buffer-alloc",
"version": "1.2.0",
"bom-ref": "buffer-alloc@1.2.0",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "085b074208ed5b550285d5e06f2246b679be3bfb8b41e65db5b0e8f267d48185c21d2335c20ad5c579ba6d2cab52e12b11bfb8b185460b3012051a2def3caba3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5631,6 +6651,12 @@
"bom-ref": "buffer-crc32@0.2.13",
"author": "Brian J. Brennan ",
"description": "A pure javascript CRC32 algorithm that plays nice with binary data",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "54ef47b7ffa9dd237b48a5aa72b804ce319b4522584f1f90d694d00b4c2b5aa1f1d2fa49ada43a1ad1f1f2dbdc835ae52b56f2854e6071cc603a08fb0744c391"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5662,6 +6688,12 @@
"name": "buffer-fill",
"version": "1.0.0",
"bom-ref": "buffer-fill@1.0.0",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4fbcdec4d0708a26823860e0f71357f4f0668ebb9b6e546410dba9b6bcae23ae144645c316e9bd8a5fc918bf0b9bcc187c05e9ade7555d7673ede3078a58a689"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5688,6 +6720,12 @@
"name": "buffer-from",
"version": "1.1.2",
"bom-ref": "buffer-from@1.1.2",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "13e5d0091c126da6a20a1b6fea4e83c2073e6f1f81b3abee2891c7979928c7f05a29b8625f3a903b02b870edb6c84946a763829a3c15853dc79b18323c69c97d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5716,6 +6754,12 @@
"bom-ref": "buffer-indexof-polyfill@1.0.2",
"author": "https://github.com/sarosia",
"description": "This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "23bc331f0037b75fe5c17421f80e4f6cdbc9c607e8e6bdf1ba5829603079cdc913bbf67da142bd6e2a2e04a4148c4ab36b3dc79c04fa4d8a28be613e1aa49fec"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5754,6 +6798,12 @@
"bom-ref": "buffer@5.7.1",
"author": "Feross Aboukhadijeh",
"description": "Node.js Buffer API, for the browser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "10773220f050e0148696f8c1d7a9392a0009dbb088b0763fd8906609145ea38f32f6b43731a533597dca56505ae14eccc97d361dd563d0aec2dd6681de3bbb15"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5792,6 +6842,12 @@
"bom-ref": "buffers@0.1.1",
"author": "James Halliday (http://substack.net)",
"description": "Treat a collection of Buffers as a single contiguous partially mutable Buffer.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f6afeb0c41926ff42cbefdaabf3233765b8be64ec0689393af0db7cfdade42d86b6c5ee2b380ad953d035f23b5a1e8b60c2a78ba88e3cd0ee281a487a7590011"
+ }
+ ],
"purl": "pkg:npm/buffers@0.1.1",
"externalReferences": [
{
@@ -5813,6 +6869,12 @@
"bom-ref": "busboy@0.2.14",
"author": "Brian White ",
"description": "A streaming parser for HTML form data for node.js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2275850e89af964123fb158b05f53702f9db558a9e4d6990a29896d2d596132e727a1626d9890611ce7db149b0ff8b72e598ff6f45871acd4b81e72e052046ae"
+ }
+ ],
"purl": "pkg:npm/busboy@0.2.14",
"externalReferences": [
{
@@ -5834,6 +6896,12 @@
"bom-ref": "busboy@0.2.14|isarray@0.0.1",
"author": "Julian Gruber",
"description": "Array#isArray for older browsers",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0f64bedc62f1587fae86b34472887f7e799878ff04f3fcc797ae3877f8dd034836bb25efcb7b1bd2ac68b44fa77b42ed71c1e49d0cd6c1913385a93ba09d0239"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5867,6 +6935,12 @@
"bom-ref": "busboy@0.2.14|readable-stream@1.1.14",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "Streams3, a user-land copy of the stream library from Node.js v0.11.x",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f8c7958c57f82f8e1752484cd5e61b0fc7f212cc5c57cd69a8c491e606e57dc2c21df66f6ebab2e3fa981c4fbf4791e80544f5d565793b4f02af59f761791655"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5894,6 +6968,12 @@
"version": "0.10.31",
"bom-ref": "busboy@0.2.14|string_decoder@0.10.31",
"description": "The string_decoder module from Node core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7afd90cd2cd63d89b2f46baa7c856295d03839d7062de15942bab9cace91b62b85f914108995abf1364dc8072e557c904587c43be32ca01ff506e41584e26ea1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5929,6 +7009,12 @@
"bom-ref": "byline@4.2.2",
"author": "John Hewson",
"description": "simple line-by-line stream reader",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "eace0658d6534543b6b2ac3be5ba5da1e65da729dc57cbdb6c2b443059c865fe890a00d5c68d3f73a9b139b5c0d206fa00bac4e2caec73697429ef58660fc7f1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5967,6 +7053,12 @@
"bom-ref": "bytes@3.1.2",
"author": "TJ Holowaychuk (http://tjholowaychuk.com)",
"description": "Utility to parse a string bytes to bytes and vice-versa",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "fcd7fb4f2cd3c7a4b7c9124e6ce015efde7aafc72bdbe3a3f000b976df3048fdc1400a1e5f9f0da07c8253c3fccc690d5d2b634d28ba7f33ba174a4175c61b12"
+ }
+ ],
"licenses": [
{
"license": {
@@ -5994,6 +7086,12 @@
"version": "15.3.0",
"bom-ref": "cacache@15.3.0",
"description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "555758cd7127f9c9db5e91605ace614d3ece49c7a01d598b849211f147ea9378850fa03a8f98925f52ae0537cd12fe2d749584d8fcc0e88545b5c2c2edf37dc1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6022,6 +7120,12 @@
"bom-ref": "cache-base@1.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "00a71d4e71525804dde7f1823d1c6bd82870209f3909ecab1328d11e52b1439e9de1724c1b29b4b8088a9f4c5b2ce18e977fb24693938b8f38755084739014cd"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6060,6 +7164,12 @@
"bom-ref": "cacheable-request@2.1.4",
"author": "Luke Childs (http://lukechilds.co.uk)",
"description": "Wrap native HTTP requests with RFC compliant cache support",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "bda8343b62ca67f9da8d2a14c036d596794216f84113fee61936360791600810dc443fa8555d476133b033a2597cc83f84870ce88c274d9d6e4102f9fd7df121"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6098,6 +7208,12 @@
"bom-ref": "cacheable-request@2.1.4|get-stream@3.0.0",
"author": "Sindre Sorhus",
"description": "Get a stream as a string, buffer, or array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1a585d214b956a473c489ea42b4cc015b886cd11733676388d4b846d5f5444ea3863ed0dcb87e3bdc645553783038a1da45c8e4336b0ea15ee9094aafdfdbcb1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6126,6 +7242,12 @@
"bom-ref": "cacheable-request@2.1.4|lowercase-keys@1.0.0",
"author": "Sindre Sorhus",
"description": "Lowercase the keys of an object",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "44f957d3e3c7bafc550d9ef15fe101540a7846c5713ff4dd0d237698961d8aad4b7381f3ec45128d423b459aca2a59ab2335617fa268dacb63efefa055aad2d0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6156,6 +7278,12 @@
"bom-ref": "call-bind@1.0.2",
"author": "Jordan Harband ",
"description": "Robustly `.call.bind()` a function",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ecef856c28a1ac1e5619b1587ac72dc264ca69eeab3a22339b3d6272b79627ed1a03b2c97eeaa112ca364fd9dca5c16dccc42dcd77f64061ae7962464d8b2aac"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6194,6 +7322,12 @@
"bom-ref": "camelcase@5.3.1",
"author": "Sindre Sorhus",
"description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2f6f124c1d7bd27c164badd48ed944384ddd95d400a5a257664388d6e3057f37f7ad1b8f7a01da1deb3279ef98c50f96e92bd10d057a52b74e751891d79df026"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6222,6 +7356,12 @@
"bom-ref": "caseless@0.12.0",
"author": "Mikeal Rogers ",
"description": "Caseless object set/get/has, very useful when working with HTTP headers.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e2d605ca27da15f19a72888e6e325e828964c12538c503466d581488d6155316d0db1da552c16f638855815cc68887ba58b38fab27165c0e3497e3d6b31b6153"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6255,6 +7395,12 @@
"bom-ref": "chainsaw@0.1.0",
"author": "James Halliday (http://substack.net)",
"description": "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ef99167d6b7a30428d0bcc585c8751a437a145863fb4d4a0c0a689abe75b6c3731391b95aeb43e4841e85ac9e2567f573d87cfe2099d58878393fe18369d6b35"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6282,6 +7428,12 @@
"version": "2.4.2",
"bom-ref": "chalk@2.4.2",
"description": "Terminal string styling done right",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "32d8be7fd96924d730178b5657cfcead34ed1758198be7fc16a97201da2eada95c156150585dbe3600874a18e409bf881412eaf5bb99c04d71724414e29792b9"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6310,6 +7462,12 @@
"bom-ref": "character-parser@2.2.0",
"author": "ForbesLindesay",
"description": "Parse JavaScript one character at a time to look for snippets in Templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f94a8942314415a4c0b376cdb05da3da410dd5b686ff382165b76aa18103c4666d268f4b07397503e9b40f89f7a8ac7c37614dbfcfd7a7ac95f6642606ea6d6b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6338,6 +7496,12 @@
"bom-ref": "check-dependencies@1.1.0",
"author": "Michał Gołębiowski-Owczarek",
"description": "Checks if currently installed npm/bower dependencies are installed in the exact same versions that are specified in package.json/bower.json",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "183adb1b3cc9e8673ab5087cec704c1a1ac9e14588951f4c289c20be5ac9ca3fe05af4d861bda341eb4a6da8edfc460ae58f3fe20ee01f62c4beaf067545936a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6375,6 +7539,12 @@
"version": "5.7.1",
"bom-ref": "check-dependencies@1.1.0|semver@5.7.1",
"description": "The semantic version parser used by npm.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b1ab9a0dffcf65d560acb4cd60746da576b589188a71a79b88a435049769425587da50af7b141d5f9e6c9cf1722bb433a6e76a6c2234a9715f39ab0777234319"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6405,6 +7575,12 @@
"bom-ref": "check-types@6.0.0",
"author": "Phil Booth (https://github.com/philbooth)",
"description": "A little library for asserting types and values.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "417cd3288f72faa198aa0a05a0698961b2baf1b77240e0c2e866b422c5b64b6beee993e473520f68eef13a2717db5dddd66d20c5e7ca03319249814487689296"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6443,6 +7619,12 @@
"bom-ref": "chokidar@3.5.3",
"author": "Paul Miller (https://paulmillr.com)",
"description": "Minimal and efficient cross-platform file watching library",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0ebdec7ca44fea84dc8dfd8999498525f79532f5c175e83107489543979bd95d74b852540804bc381c9975503255bf315cdcf71a38d3823f642d6b194ea13a93"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6481,6 +7663,12 @@
"bom-ref": "chokidar@3.5.3|braces@3.0.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6fcba6f8bd51cccdd60d2cef866ea0233d727d36c1b7a61395c10a02fb26a82659170e3acfadba9558fd8f5c843d6df71f91fe94142964c3f593c97eefc1dad0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6519,6 +7707,12 @@
"bom-ref": "chokidar@3.5.3|fill-range@7.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a8ea3d17e74c5260b62dc6f805b56f9ca2714cf8c29be451a5ee200ee1abce42fb984565fdd8d84aed8e750d8f6b7d36378a2a91283d8abea368b589d94495a5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6557,6 +7751,12 @@
"bom-ref": "chokidar@3.5.3|is-glob@4.0.3",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c5e9526b21c7dfa66013b6568658bba56df884d6cd97c3a3bf92959a4243e2105d0f7b61f137e4f6f61ab0b33e99758e6611648197f184b4a7af046be1e9524a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6595,6 +7795,12 @@
"bom-ref": "chokidar@3.5.3|is-number@7.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e350a27e483a7bc4f2952a5db53a5e2d532abd20445734edb47bc4443ef8d7ea6767c00dbf4d34e0c44be3740a3c394af5c1af369e8d6566540656c65d8c719e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6633,6 +7839,12 @@
"bom-ref": "chokidar@3.5.3|normalize-path@3.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e9e66ce4bb375ad0a2b075a9f52d86532f1daa4a468b80554b3dc66aa884e9ecee6f4e75d844b3b57530501e82e8829b4246363e76ff983e166288c24707302c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6671,6 +7883,12 @@
"bom-ref": "chokidar@3.5.3|to-regex-range@5.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "eb93fb8b3e97e7212bd5cc1c82f4316db230ed493780ecb974876d678ac3bde2ea86b7493fe2e2fc7c7ab722b43446fed860b29de08c2621aaac00c248d93cb1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6711,6 +7929,12 @@
"bom-ref": "chownr@2.0.0",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "like `chown -R`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6c8a26b43179286a5da2090b77d56ca6f17393d29fa72c86952f18155665ed318f0472f9b2720e9f17ac8705603ed790f5be04c9d97ea556c8c84d4372f09681"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6739,6 +7963,12 @@
"bom-ref": "clarinet@0.12.5",
"author": "Nuno Job (http://nunojob.com/)",
"description": "SAX based evented streaming JSON parser in JavaScript (browser and node)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e3cdf7c92aae4945bdd5f9cf69823de0b5f739d9f27f00fcfcdacc8ba6b82ade8498eb2984b5a6133c7d6d93ea3bdf83b50cd2bf6b3759260d2ecad7b79f452a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6777,6 +8007,12 @@
"bom-ref": "class-utils@0.3.6",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Utils for working with JavaScript classes and prototype methods.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a8e84f6bf163eece9363c1fc7ac1aee5036930c431cfbf61faeaf3acd60dea69fef419f194319fe5067e5de083b314a33eab12479e973993899a97aeae72cc7a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6815,6 +8051,12 @@
"bom-ref": "class-utils@0.3.6|define-property@0.2.5",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Define a non-enumerable property on an object.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "46bec00e34197a771e54e00aa29e802e49110261f50381b1f6157fed9ba33d4376ae4013a853b42592d92276c08e9658a09d60531f0c44c4159187a671b3124c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6853,6 +8095,12 @@
"bom-ref": "class-utils@0.3.6|is-accessor-descriptor@0.1.6",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7b504cd6a9c36cc446de597653d7522b450c1ee58eb37a58dc0b5c16c9afc0fb4a2f730c2ff43cea2f868a52dfbea12ce065be13107dd6d437220f67a03219f8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6891,6 +8139,12 @@
"bom-ref": "class-utils@0.3.6|is-accessor-descriptor@0.1.6|kind-of@3.2.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Get the native type of a value.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "34e5bd4105cca191a0fe8aa754da0d4d320510889dd7adbb5827df50124474cc58029abb98d13b0a9cee7083dcf99420db93e17a3ec8252997de13bea1b94eb5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6931,6 +8185,12 @@
"bom-ref": "class-utils@0.3.6|is-data-descriptor@0.1.4",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "fb0f43e6e952a013659b0f4e1e7dd4dafe754b2a0277485ef9b077c4c97ada88a386bb29c68c2353e00870363437788425b504901d79225300490b3162282f5e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -6969,6 +8229,12 @@
"bom-ref": "class-utils@0.3.6|is-data-descriptor@0.1.4|kind-of@3.2.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Get the native type of a value.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "34e5bd4105cca191a0fe8aa754da0d4d320510889dd7adbb5827df50124474cc58029abb98d13b0a9cee7083dcf99420db93e17a3ec8252997de13bea1b94eb5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7009,6 +8275,12 @@
"bom-ref": "class-utils@0.3.6|is-descriptor@0.1.6",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6af0d8af4481dc3c0ef73b0ca2fd20282112158a829c4e21abfe33dd375496e904cb9b7d0b4611abb1cbaec379d8d01ca9729a7a97820f49fe0746ab9d51b71e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7047,6 +8319,12 @@
"bom-ref": "class-utils@0.3.6|kind-of@5.1.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Get the native type of a value.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "346104ae71fa176bd4b970e1f8e95b70a5bbff039c7dd447699ed55ada82ced7c7ae2ffef982a63f9d4e7567863eea8239b6ba924d8e4dee5dd365664c1f343f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7087,6 +8365,12 @@
"bom-ref": "clean-stack@2.2.0",
"author": "Sindre Sorhus",
"description": "Clean up error stack traces",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e1d882f4769313e29100c5a10e1ac63840a0599c687af31ce5396439b32a352b1553ad8f6335d9fd23138f3c8600517562eb20c46712593117061a7408fc10d4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7115,6 +8399,12 @@
"bom-ref": "cliui@5.0.0",
"author": "Ben Coe ",
"description": "easily create complex multi-column command-line-interfaces",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3d87864849a61cceb3be879fdb0f133f396b9cda572234e2a582bbf3462cc2620ff6f8f199de98d9adc20762acebf014f0d1e366e817be8f30de858cdaa9f05c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7143,6 +8433,12 @@
"bom-ref": "cliui@5.0.0|ansi-regex@4.1.1",
"author": "Sindre Sorhus",
"description": "Regular expression for matching ANSI escape codes",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "20b96fe24ff77fabdf4383a83f6006be2ace92d950f7c6442f593d15a423c5adcbd5a6c181bb930c074f3a9bdb1a7702d014d542b97e38cf316462bab565edee"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7171,6 +8467,12 @@
"bom-ref": "cliui@5.0.0|emoji-regex@7.0.3",
"author": "Mathias Bynens",
"description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0b004b444210ecbbd8141d16c91bf086ae4de6a3e173a3cc8c3e9b620805948e58c83825fb4bf1ab95476cc385a8b83b85f5b39aef13e59d50a1f8664c8848b4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7209,6 +8511,12 @@
"bom-ref": "cliui@5.0.0|is-fullwidth-code-point@2.0.0",
"author": "Sindre Sorhus",
"description": "Check if the character represented by a given Unicode code point is fullwidth",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "547b2400a60cf117d2157c1e7b9b7971b3793d97aad56ae1eaa7796e4ca25c87fa51070deb0fc0d1e5ccf6beadf1df8660e87ea3a6618849dbf3c2cdfd8f26db"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7237,6 +8545,12 @@
"bom-ref": "cliui@5.0.0|string-width@3.1.0",
"author": "Sindre Sorhus",
"description": "Get the visual width of a string - the number of columns required to display it",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "bda7dcbfa2a3559292833d3aa0cfc7e860c1ac0b73f2f76141a9068c522f36b1c0eb2dc7085d422272f2f902eaf1d4c93d0d5bf8a0d4a8315cb647515b8e1ed7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7265,6 +8579,12 @@
"bom-ref": "cliui@5.0.0|strip-ansi@5.2.0",
"author": "Sindre Sorhus",
"description": "Strip ANSI escape codes from a string",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0ee46cd6029b06ab0c288665adf7f096e83c30791c9e98ece553e62f53c087e980df45340d3a2d7c3674776514b17a4f98f98c309e96efbdcc680dc9fa56e258"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7295,6 +8615,12 @@
"bom-ref": "clone-response@1.0.2",
"author": "Luke Childs (http://lukechilds.co.uk)",
"description": "Clone a Node.js HTTP response stream",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ca32d787cf0fe7df543b23d3157d0f3ac77b5b19dbb15b06a21730cc738bb292218696a53f0d4172a103f0d6e5c992ca706acbf1d4e032571a6715768c00f8d5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7333,6 +8659,12 @@
"bom-ref": "clone@2.1.2",
"author": "Paul Vorbach (http://paul.vorba.ch/)",
"description": "deep cloning of objects and arrays",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "dcf7bf085d4d9fde21ca1218a63b622e1742a04a33d03a90fbdf3c13d826784750665a23c6739bef8c1cb45caec16407ceac9ff57ec2ecc1bc8ee529a81253f3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7366,6 +8698,12 @@
"bom-ref": "code-point-at@1.1.0",
"author": "Sindre Sorhus",
"description": "ES2015 `String#codePointAt()` ponyfill",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4690152900394fadf1123ebf82221b504b59c09e1414873766dbc4922694111ca5a9ef316f922fa9c80ebab64b6a1bfddc22ca7f1730e5823e0d9714051c8b5c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7394,6 +8732,12 @@
"bom-ref": "collection-visit@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Visit a method over the items in an object, or map visit over the objects in an array.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "94d90abf311e3010635061d9faaeb3f6948995ad0a58040fbedce1115f7e886c90606fa906997bc4a0e1c683523991f6861bf4bf9934cb6c80338a384a3a1293"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7432,6 +8776,12 @@
"bom-ref": "color-convert@1.9.3",
"author": "Heather Arthur ",
"description": "Plain color conversion functions",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "41f014b5dfaf15d02d150702f020b262dd5f616c52a8088ad9c483eb30c1f0dddca6c10102f471a7dcce1a0e86fd21c7258013f3cfdacff22e0c600bb0d55b1a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7460,6 +8810,12 @@
"bom-ref": "color-name@1.1.3",
"author": "DY ",
"description": "A list of color names and its values",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ef67d27a784cc361d931354778203d2829a91086f35a242c8cdf811dc05b4bdbebd66b6dfaf2633dd92c20135498a016f131540cf24ae52514dd0844f4d1170f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7498,6 +8854,12 @@
"bom-ref": "color-string@1.9.1",
"author": "Heather Arthur ",
"description": "Parser and generator for CSS color strings",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b21ad56b0405a239d9bfac4ce346a7c780a4a033fe7d9b30fd97ab10cb16fe9cb3b116c4969b0bfc30555bbab7131c70bac74d5c8de55e9ba1119933b3ca7912"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7526,6 +8888,12 @@
"bom-ref": "color-support@1.1.3",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "A module which will endeavor to guess your terminal's level of color support.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "aa20639296cc2cefc72faf32fa5878ab4fced4c6458f6457e97fca98c6b7fa0243df3f96c08d59cc31f2b2fa87192de63fa9b39cf724a579b0d6723d7098f246"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7553,6 +8921,12 @@
"version": "3.2.1",
"bom-ref": "color@3.2.1",
"description": "Color conversion and manipulation with CSS string support",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "68197b75923d10d37a7d4182ee65a93133cd1e659448d6a7f6db9637a6a187964b364f5b68b24e9d2325ad090772b7c5833dbf462823515023771dfa55c7a628"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7581,6 +8955,12 @@
"bom-ref": "colors@1.4.0",
"author": "Marak Squires",
"description": "get colors in your node.js console",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6be52a4e1e2481983f4a51af7dbcc31e9811bbb00040e9a6a911c99f185164808a1544fdd5bad584d36de7c08c594f4fb016efdcf0c26541db571b83887da6b4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7619,6 +8999,12 @@
"bom-ref": "colorspace@1.1.4",
"author": "Arnout Kazemier",
"description": "Generate HEX colors for a given namespace.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "060bca262b95bb58a00541769048d10995e897ac228866d8e62a4bfe854fc26d012fdb08a4c23333c20aeefc2ec48233397315dc4cb9c3ebf1866d2b47f4cdf3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7657,6 +9043,12 @@
"bom-ref": "combined-stream@1.0.8",
"author": "Felix Geisendörfer (http://debuggable.com/)",
"description": "A stream that emits multiple other streams one after another.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1503783117ee25e1dfedc05b04c2455e12920eafb690002b06599106f72f144e410751d9297b5214048385d973f73398c3187c943767be630e7bffb971da0476"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7690,6 +9082,12 @@
"bom-ref": "commander@2.20.3",
"author": "TJ Holowaychuk ",
"description": "the complete solution for node.js command-line programs",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1a956498cf2f176bd05248f62ef6660f7e49c5e24e2c2c09f5c524ba0ca4da7ba16efdfe989be92d862dfb4f9448cc44fa88fe7b2fe52449e1670ef9c7f38c71"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7717,6 +9115,12 @@
"version": "1.3.0",
"bom-ref": "component-emitter@1.3.0",
"description": "Event emitter",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "45ddec7ba401fac3b54f0a998ec710aeeae910f21f3b4ff26274a29fa43fac3de63aeb47bd4ac202126e6f7afdd2e35bf9211206e134418a01f7461d7dab6c46"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7744,6 +9148,12 @@
"version": "1.2.1",
"bom-ref": "component-type@1.2.1",
"description": "Cross-browser type assertions (less broken typeof)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2a0cbedbe530afbe6f022e828565e01ee2ef77e40b0fbb2c829691ab6cc2bedf34a6dbc07cc73f8628dc2715e405adb0325119709bc2d87f146e8f80f404c722"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7772,6 +9182,12 @@
"bom-ref": "compress-commons@1.2.2",
"author": "Chris Talkington",
"description": "a library that defines a common interface for working with archive formats within node",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "48b4d4f2259699c3917d437ee37e756766995ca25ed6daf48d28a53cc09994b3f3a5d4d79e4056d4b7af5bf31fb803412897a4f17bbd820aabb55990ac284bb6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7809,6 +9225,12 @@
"version": "2.0.18",
"bom-ref": "compressible@2.0.18",
"description": "Compressible Content-Type / mime checking",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "005debecfe5d5b12fc331c884d132539140d68e036224005693af893b054ba68cfb51a460d36699743dbd5708ee89783081769d76e8282cf6c331a928e063246"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7836,6 +9258,12 @@
"version": "1.7.4",
"bom-ref": "compression@1.7.4",
"description": "Node.js compression middleware",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8da4880f33fda59552e197d0f93cefb625a17691611364431f3f10264a57f522292eaf3c56e785e63270eadfba09441c02803ab7ec7cf4c2eb580aa97c313c89"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7864,6 +9292,12 @@
"bom-ref": "compression@1.7.4|bytes@3.0.0",
"author": "TJ Holowaychuk (http://tjholowaychuk.com)",
"description": "Utility to parse a string bytes to bytes and vice-versa",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a4c84e7c50cf8aff6de638c85e41e8b169a44b241bbec80454d933d044476ee2e1d93ffb8f832aaa9cf9db715ef0c558f3d282e9287f41f4b6b0cf928e014373"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7894,6 +9328,12 @@
"bom-ref": "concat-map@0.0.1",
"author": "James Halliday",
"description": "concatenative mapdashery",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "fd2aefe1db30c903417e8846a73f68e986f71b3dd2ad40ea047e6b4ee84647b6a1b656d82a7571c366c214c4658da03b1171da5d9f30b07768745bdb9212a6aa"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7922,6 +9362,12 @@
"bom-ref": "concat-stream@1.6.2",
"author": "Max Ogden ",
"description": "writable stream that concatenates strings or binary data and calls a callback with the result",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "dbb1c18212718e266d224dd872f9ffe246c993fd6e66e2457ee3c49ece8b684be9bc6d5fd214de6bc96296ba2eca8f6655cd8659d70467c38ba0699200396b0b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7955,6 +9401,12 @@
"bom-ref": "concurrently@5.3.0",
"author": "Kimmo Brunfeldt",
"description": "Run commands concurrently",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f0c86a381e8f5a505f036bc9f1ad1b4852804ce756947890964d7521f99004f68754ff283f682c87630e6c4e9447786a0c7aaf688bcb4f271e356ea86d5b851d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -7983,6 +9435,12 @@
"bom-ref": "concurrently@5.3.0|supports-color@6.1.0",
"author": "Sindre Sorhus",
"description": "Detect whether a terminal supports color",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a9ed637e6d4c83b36afcd4a1e97136e203d744e115b161f10b52c8c7ffd73650fd8b0ed86501a364d8d837bc466841ba88a740f04b4d156e91d208e7557a7ec1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8013,6 +9471,12 @@
"bom-ref": "config@3.3.8",
"author": "Loren West ",
"description": "Configuration control for production node deployments",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ac5cc5e9511239da7bc005c5941f48399238a2e2f4e60dc0d37bf67917131e3d89050693349e34ce1014979c116d61ea2d9faeaa9ffb384d01596b40560ae89e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8046,6 +9510,12 @@
"bom-ref": "console-control-strings@1.1.0",
"author": "Rebecca Turner (http://re-becca.org/)",
"description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b72fdf4de929a43d9f23046f9d901575e3a219dd5ced85c48b16e0253373a9cc4958a4278c9fd5d5b344104ea1ca0a4cdd68f01c55152ba1d38d64b35786bcb1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8074,6 +9544,12 @@
"bom-ref": "constantinople@4.0.1",
"author": "ForbesLindesay",
"description": "Determine whether a JavaScript expression evaluates to a constant",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "bc2aea71222ae3ffc6c7be135d70869c7a6e958d5db24a8b4c51839a1ac6c737972fc945f24bd7bfa9a93569498f5b83e035b6dc3e258c0a9b63845169a51923"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8102,6 +9578,12 @@
"bom-ref": "content-disposition@0.5.4",
"author": "Douglas Christopher Wilson ",
"description": "Create and parse Content-Disposition header",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "16f7994cdb86c34e1cc6502259bce2eb34c02ff9617a16966d3b6096e261e3f13de43a8cc139a16b7299375680580f1c148847ccc654bcb7af930e51aa4fad49"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8130,6 +9612,12 @@
"bom-ref": "content-disposition@0.5.4|safe-buffer@5.2.1",
"author": "Feross Aboukhadijeh",
"description": "Safer Node.js Buffer API",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ae9dd2a34eca71d9a629b1af81a37141226bedb1954959394bd12ad45fa9a5b468ef4f9879a0f1930e4377c34f37e183e9b8e7626d95b8fb825e6a6e62f9825d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8170,6 +9658,12 @@
"bom-ref": "content-type@1.0.4",
"author": "Douglas Christopher Wilson ",
"description": "Create and parse HTTP Content-Type header",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8483f71043ecf2d07d013d4bf8d52ab70380a6ce269366686fcf4c5973078c75a0f668a517f8f8a2c9e740b5c108114193fb6f206fed51cf663942623c184f5c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8198,6 +9692,12 @@
"bom-ref": "cookie-parser@1.4.6",
"author": "TJ Holowaychuk (http://tjholowaychuk.com)",
"description": "Parse HTTP request cookies",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cf723368d8ddc140b6a252c8079fc84ddd3fb1eb6268530b62264995eef183915ef4a58071e8a5ef1b3361f1c706d0c560b4a025db92d93cb43f5b8974f0c978"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8226,6 +9726,12 @@
"bom-ref": "cookie-signature@1.0.6",
"author": "TJ Holowaychuk ",
"description": "Sign and unsign cookies",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4000f395a1dcf22715f08eef6da257270a1df47598a7cb82a9fd716b839f36ed53ec9571408ad480e5ad1dd343b4f8b2c2615b892d76563a2d2172eb28cde8ad"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8254,6 +9760,12 @@
"bom-ref": "cookie@0.4.1",
"author": "Roman Shtylman ",
"description": "HTTP server cookie parsing and serialization",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "670ac5906271511dc42285ed3bec9513af446fb2a58b16da78059f05007dbd5b0d9ffa3e630ebd8015924832bcdb985035d37ec05f3310b7f7745365fe4c6450"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8282,6 +9794,12 @@
"bom-ref": "copy-descriptor@0.1.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Copy a descriptor from object A to object B",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5e0674a4571a9045256f040454d837f90022b351724cbdd07a5f45632f294a442aa06dcf3684f46ce090b4e5dc3a4babdb5af612ada423e204fa0b2600456563"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8320,6 +9838,12 @@
"bom-ref": "core-util-is@1.0.3",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "The `util.is*` functions introduced in Node v0.12.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "65006f8b50dca49e060ea6a78ee719d878f7c043b9a590d2f3d0566e472bbddc64b09a2bc140c365a997f65745929f5ac369660432e090e6c40380d6349f4561"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8353,6 +9877,12 @@
"bom-ref": "cors@2.8.5",
"author": "Troy Goode (https://github.com/troygoode/)",
"description": "Node.js CORS middleware",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2881db2c9aaeef7446aff8676eb3bdb817a2c4d1aebd2423ba5fe3745bd2fca152207d615957759e0ef3387c7e62b11f2272c6eeae27e861d0f5c0edc6ffcfea"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8381,6 +9911,12 @@
"bom-ref": "crc@3.8.0",
"author": "Alex Gorbatchev",
"description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "897de67e0713308ab764a2c8b151406efefe31cd7493169b00641bf07be3035a374f53c8629adb6a443ae5ddc8fb61c61edea748a90cf4f62382824ed8a70505"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8419,6 +9955,12 @@
"bom-ref": "crc32-stream@2.0.0",
"author": "Chris Talkington",
"description": "a streaming CRC32 checksumer",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "523652a8509b9fe8d950724887a637bcc17b1092dc256366e2d2837f6a5e251c2564a1ef924bce313bc07a2eb38d4f603b5c4e355af7ad1170d208b19b67949e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8456,6 +9998,12 @@
"version": "1.1.1",
"bom-ref": "create-require@1.1.1",
"description": "Polyfill for Node.js module.createRequire (<= v12.2.0)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "75c2855f78e7d0ca486978e2b2846f7b12095442b36aaef3dab64ac5ff8c4abf5391d9879ac5389b695c2e88eb8ff14797c9a4e55c4c99803e7ed4643ffde829"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8484,6 +10032,12 @@
"bom-ref": "crypto-js@3.3.0",
"author": "Evan Vosberg",
"description": "JavaScript library of crypto standards.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0c84f9d675f47427ca96da5189757efd3559abe42ad8d805e3ae38f8aed3b6795aef3133a9cfa48c9ca207de811cdc944c1c728f345c658a547596be400aa2e9"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8517,6 +10071,12 @@
"bom-ref": "dashdash@1.14.1",
"author": "Trent Mick (http://trentm.com)",
"description": "A light, featureful and explicit option parsing library.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8d1162f140c6a3a8fea1d6621298dacd9696a846a5df0fdb6ac163407404c15b592460e9c5b1f531e625bb0092f17ab9c262c9a280e5320bd56ab9967c6338e2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8544,6 +10104,12 @@
"version": "2.29.3",
"bom-ref": "date-fns@2.29.3",
"description": "Modern JavaScript date utility library",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7430a7c87d969e72aeb2abd967afa30353b9d486edf193113640d97720322b861f6c3c1afdc126bb3b731b9a64ea1aa5a7d69204f61c8ce964b6ab9a846c0678"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8572,6 +10138,12 @@
"bom-ref": "dateformat@3.0.3",
"author": "Steven Levithan",
"description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8f20844ed4a5dd5319316791a3b898d452f5f607acd6de7984ca39c9a6a6e09aec9b910f2fcf54424a10472888f987f893caf666976782457c86bd6521d8dbdd"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8605,6 +10177,12 @@
"bom-ref": "debug@2.6.9",
"author": "TJ Holowaychuk ",
"description": "small debugging utility",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6c2ec496b7496899cf6c03fed44a2d62fa99b1bdde725e708ba05f8ba0494d470da30a7a72fb298348d7ce74532838e6fc4ec076014155e00f54c35c286b0730"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8633,6 +10211,12 @@
"bom-ref": "decamelize@1.2.0",
"author": "Sindre Sorhus",
"description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cf64be5bd5fbde10145248be37ef596b694196e9fcf738a03b21abb1ac7e29443ac0a5b86685a91180641a1423c008e30c2916c6163454a12193cc3363b17970"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8661,6 +10245,12 @@
"bom-ref": "decode-uri-component@0.2.0",
"author": "Sam Verschueren",
"description": "A better decodeURIComponent",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8637fec68bdc127df5c3f11461d4d7421ffcb2614bfddcd88e88501842208f235abda25f058da9e45e76ec1a3554f013c6fd15613502d9b39c5efa85c24efc3a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8688,6 +10278,12 @@
"version": "3.3.0",
"bom-ref": "decompress-response@3.3.0",
"description": "Decompress a HTTP response if needed",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "07344f42e6358a9faa0e89c03b3e368119bfa60f45efaf02fa7a55ff824eb31442dacabe46593e43864202c3a19c868cae06ab20b63e44c508bcc9a65f5a8010"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8716,6 +10312,12 @@
"bom-ref": "decompress-tar@4.1.1",
"author": "Kevin Mårtensson",
"description": "decompress tar plugin",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "25d24c682ac6a41e5f112572c70a42c7825d8f601a80b9afdf2e7c432e0613a1cc5635b3d45795424d42b782b27bb3dfb5c74ea3fed4ed42b3601260aa719e51"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8744,6 +10346,12 @@
"bom-ref": "decompress-tar@4.1.1|file-type@5.2.0",
"author": "Sindre Sorhus",
"description": "Detect the file type of a Buffer/Uint8Array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "22ad6727a0f6fb220ee1cf071e0e1fc956fc9802627a8d4e968cb598b2da0763ef7b335e7610559be414ee0d2a338d9a88c6d15d3c4a2b0183d7bae328d25855"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8774,6 +10382,12 @@
"bom-ref": "decompress-tarbz2@4.1.1",
"author": "Kevin Mårtensson",
"description": "decompress tar.bz2 plugin",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b3cf312f37f5afcd480972c055057368de99997e00e94e33da731b3b0a1bc642e82087e354c060ed37a0b9351790a7979e2efde41eb2e6b9ef0f0eebc6102af4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8802,6 +10416,12 @@
"bom-ref": "decompress-tarbz2@4.1.1|file-type@6.2.0",
"author": "Sindre Sorhus",
"description": "Detect the file type of a Buffer/Uint8Array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "60f71304357ed939b456a8f26d5777d8c1dd944180b6ec52dd5018b2e985a240d2306f91393e706b01a59c70e8cfb6df31c303b7d871b97bd7c28294c767e43a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8832,6 +10452,12 @@
"bom-ref": "decompress-targz@4.1.1",
"author": "Kevin Mårtensson",
"description": "decompress tar.gz plugin",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e33f356677ebe9c8569d10cd7c536a2f03ef9b875bdd6b9992a57e5205d0cd29e01b708429d064c398ebbf76b18e32fdea09728a22a3b31246dd7e96059c17df"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8860,6 +10486,12 @@
"bom-ref": "decompress-targz@4.1.1|file-type@5.2.0",
"author": "Sindre Sorhus",
"description": "Detect the file type of a Buffer/Uint8Array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "22ad6727a0f6fb220ee1cf071e0e1fc956fc9802627a8d4e968cb598b2da0763ef7b335e7610559be414ee0d2a338d9a88c6d15d3c4a2b0183d7bae328d25855"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8890,6 +10522,12 @@
"bom-ref": "decompress-unzip@4.0.1",
"author": "Kevin Mårtensson",
"description": "decompress zip plugin",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d5fa9e96ebf18279fce8c3a1ebabbc1636ed269005bf9c20093f48c3cadc06a41c0a8e6d3bc7a2270ecd353aefb7d9f8091055abb0acb624bddb6a0f83218baf"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8918,6 +10556,12 @@
"bom-ref": "decompress-unzip@4.0.1|file-type@3.9.0",
"author": "Sindre Sorhus",
"description": "Detect the file type of a Buffer/Uint8Array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "44ba2a4d713cfef3e632e4c8f3c0c0ce13180bdf48f015afef360fe00d69ba8e47223109e445f8f22821cb867228c1bd1035f10605ba7bef9c9fb775c6e16084"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8946,6 +10590,12 @@
"bom-ref": "decompress-unzip@4.0.1|get-stream@2.3.1",
"author": "Sindre Sorhus",
"description": "Get a stream as a string, buffer, or array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0141a16db7a65f1ad92510f9703bcab50c4bb986886cdb434caf18aaea42237f774362924eb784b0b50ddd9c405851a2293ccbea72aecdf708be279f9545fda8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -8974,6 +10624,12 @@
"bom-ref": "decompress-unzip@4.0.1|pify@2.3.0",
"author": "Sindre Sorhus",
"description": "Promisify a callback-style function",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b9d82c018f9f4e7befee423b69ac5bab058d6f4007881d2a04ef3d3d928f9284e618e81d6eb1c3283fb40765f8b937c9fc54f5474f6bf604ec8d48cd268b6ea2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9004,6 +10660,12 @@
"bom-ref": "decompress@4.2.1",
"author": "Kevin Mårtensson",
"description": "Extracting archives made easy",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7b8f2473622353ed99c3c7136fa55970943796055b4b8bae0754df0876e26483ff85a3579be495ca1bbef3b8edb39ff744ea5df36192542a0db3fcfc97864e69"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9032,6 +10694,12 @@
"bom-ref": "decompress@4.2.1|make-dir@1.3.0",
"author": "Sindre Sorhus",
"description": "Make a directory and its parents if needed - Think `mkdir -p`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "db0df547b489b6278926742d19ced154bd92b4cdaf19855fa943af503c47e9b0ba6894f13f14c5d069c8802caeeed8e872489458061045bc5aeef2a7df8b39b1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9060,6 +10728,12 @@
"bom-ref": "decompress@4.2.1|make-dir@1.3.0|pify@3.0.0",
"author": "Sindre Sorhus",
"description": "Promisify a callback-style function",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0b716c54d1f5b9d4845f8f20197d717efc1359fb185a3e54fbcfee2b5e411b3206acaa14a60857f21599c1afce1676a406289536606f7a64c947999ccbb88f72"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9090,6 +10764,12 @@
"bom-ref": "decompress@4.2.1|pify@2.3.0",
"author": "Sindre Sorhus",
"description": "Promisify a callback-style function",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b9d82c018f9f4e7befee423b69ac5bab058d6f4007881d2a04ef3d3d928f9284e618e81d6eb1c3283fb40765f8b937c9fc54f5474f6bf604ec8d48cd268b6ea2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9120,6 +10800,12 @@
"bom-ref": "deep-equal@2.1.0",
"author": "James Halliday",
"description": "node's assert.deepEqual algorithm",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "da9c60bd6bb7025bf53e8584c9583b1d2f1884695415457b379a0ebdf2fa77eef10262d27a6330bff73c66ffe2f4a173c55e4ab79080bd073bd1f2f056e7f850"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9148,6 +10834,12 @@
"bom-ref": "deep-extend@0.6.0",
"author": "Viacheslav Lotsmanov ",
"description": "Recursive object extending",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2ce1f120e68f61d1e5251b4241f0c8559b5fc3fb9f33cfab563eb8f51207cdc9bfbc6c1045716de8e3ea2055ac9b65c432b34812d591eb8b18d4b10a0f6bc038"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9186,6 +10878,12 @@
"bom-ref": "deep-is@0.1.4",
"author": "Thorsten Lorenz",
"description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a083f392c993838fccae289a6063bea245c34fbced9ffc37129b6fffe81221d31d2ac268d2ee027d834524fcbee1228cb82a86c36c319c0f9444c837b7c6bf6d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9214,6 +10912,12 @@
"bom-ref": "define-properties@1.1.4",
"author": "Jordan Harband ",
"description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b9c90ea8a71f695bed05db1591d3efdd78ef79026c350aa68578118bcba1bd65ae3d8642365cd3f2a0326e55203685dd1dd8cc4f302a7868c0a258bc7fe6f33c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9242,6 +10946,12 @@
"bom-ref": "define-property@2.0.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8f02b6515e1c9cfa5b706efe55101129364f516a30c1703c6f31f934feae774a1e031c983ee1995000bb84cba0a42773e01792665d8397d93ae821c9ff8e9961"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9280,6 +10990,12 @@
"bom-ref": "delayed-stream@1.0.0",
"author": "Felix Geisendörfer (http://debuggable.com/)",
"description": "Buffers events from a stream until you are ready to handle them.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "672483ecd7fdd5a2c1d11c4be0a1ab28705797b11db350c098475ca156b05e72c3ed20e1a4d82db88236680920edaed04b8d63c4f499d7ba7855d1a730793731"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9312,6 +11028,12 @@
"version": "1.0.0",
"bom-ref": "delegates@1.0.0",
"description": "delegate methods and accessors to another property",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6ddd8bebbf2e89601333a9b967557334212b2378e21b3b7a1c663c395202b38d0942afc700b7dbc8d266a745036a4118e2930c68dd0bcb9a26fc1d5523ffb17d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9340,6 +11062,12 @@
"bom-ref": "depd@2.0.0",
"author": "Douglas Christopher Wilson ",
"description": "Deprecate all the things",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "83b9c7e8fe9dc838a8268800006a6b1a90ad5489898693e4feba02cdd6f77c887ad7fb3f9cfb1f47aa27c8cc2408047f3a50b7c810b49444af52840402cb08af"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9368,6 +11096,12 @@
"bom-ref": "destroy@1.2.0",
"author": "Jonathan Ong",
"description": "destroy a stream if possible",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "dac246253697208691d70e22252368374867318ec6a5cfe7f03e2a482270f10a855977fb72e0209c41f1069c1e69570f7af0b69772a98d80b1dcdca941081a26"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9396,6 +11130,12 @@
"bom-ref": "detect-file@1.0.0",
"author": "Brian Woodward (https://github.com/doowb)",
"description": "Detects if a file exists and returns the resolved filepath.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0ed08e2c6f7c3f4d3bc7bc2288e99f2347e2dde20ac9688b4c62763039d58bf134e255866dff89ceb447326d2b808219246b47a4aa5b5602d61ebbfcc57a5cdd"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9434,6 +11174,12 @@
"bom-ref": "detect-libc@1.0.3",
"author": "Lovell Fuller ",
"description": "Node.js module to detect the C standard library (libc) implementation family and version",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a468f086c9aca7890bd914f3d3cc1c3a518df37a2d96a1de0ff6794fc197641fbf61ca50fdd828fa56d4f19b06c55d0722faaac68f65ee6a98c3260c0fd6ca0e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9462,6 +11208,12 @@
"bom-ref": "dfa@1.2.0",
"author": "Devon Govett ",
"description": "A state machine compiler",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "103de33fcb1a6b07854e37865fc1d03e3782d5863266cf7c8c6359c7a22206fc56ec91b9bf8f7691a980401de6db0a29d3b0af53f4509b370aafa6e0702e43fd"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9500,6 +11252,12 @@
"bom-ref": "dicer@0.2.5",
"author": "Brian White ",
"description": "A very fast streaming multipart parser for node.js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "143bdbb67abb77394fcf4c32625384c627c311972ef21fab12b11781fc6a98b7d17c2fe4262744161e3e79f7c944edcfd3199fab23db48c1b42ef78d45f4ca56"
+ }
+ ],
"purl": "pkg:npm/dicer@0.2.5",
"externalReferences": [
{
@@ -9521,6 +11279,12 @@
"bom-ref": "dicer@0.2.5|isarray@0.0.1",
"author": "Julian Gruber",
"description": "Array#isArray for older browsers",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0f64bedc62f1587fae86b34472887f7e799878ff04f3fcc797ae3877f8dd034836bb25efcb7b1bd2ac68b44fa77b42ed71c1e49d0cd6c1913385a93ba09d0239"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9554,6 +11318,12 @@
"bom-ref": "dicer@0.2.5|readable-stream@1.1.14",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "Streams3, a user-land copy of the stream library from Node.js v0.11.x",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f8c7958c57f82f8e1752484cd5e61b0fc7f212cc5c57cd69a8c491e606e57dc2c21df66f6ebab2e3fa981c4fbf4791e80544f5d565793b4f02af59f761791655"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9581,6 +11351,12 @@
"version": "0.10.31",
"bom-ref": "dicer@0.2.5|string_decoder@0.10.31",
"description": "The string_decoder module from Node core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7afd90cd2cd63d89b2f46baa7c856295d03839d7062de15942bab9cace91b62b85f914108995abf1364dc8072e557c904587c43be32ca01ff506e41584e26ea1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9615,6 +11391,12 @@
"version": "4.0.2",
"bom-ref": "diff@4.0.2",
"description": "A javascript text diff implementation.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e7c966c4a480e013722f3f871cc53394e129834f4557e7afe9931edef262860771ce073067c5681043e600b0991bd2e6a9f56834c30aa6db48613546eae0d8ec"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9648,6 +11430,12 @@
"bom-ref": "doctypes@1.1.0",
"author": "ForbesLindesay",
"description": "Shorthands for commonly used doctypes",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2cb062ea912a4ba0e8dc4290dc9d0da87595e6185befc3e2f2fbc4498c323b2d9cdf564465576d8ad773b10b0a6fbf3bf0f104461cd49347eda86846e8ccfea5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9676,6 +11464,12 @@
"bom-ref": "domelementtype@1.3.1",
"author": "Felix Boehm ",
"description": "all the types of nodes in htmlparser2's dom",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "052281f934a9329148fc73b108daf53bc68c39367c853de9337190d30fe65919a48440d2149924cb3cf85d0b01578e010a1c0692b0df3328d50f4780d9a155df"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9704,6 +11498,12 @@
"bom-ref": "domhandler@2.1.0",
"author": "Felix Boehm ",
"description": "handler for htmlparser2 that turns pages into a dom",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e10afa193cddb2729519d61f7ab653de76b9ce4b30cedbdfb28ca9acffe3d9b2dfd65de95136a6c18bcd565764118146e8b97edde579995934ce046bea223e48"
+ }
+ ],
"purl": "pkg:npm/domhandler@2.1.0",
"externalReferences": [
{
@@ -9725,6 +11525,12 @@
"bom-ref": "domutils@1.1.6",
"author": "Felix Boehm ",
"description": "utilities for working with htmlparser2's dom",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "65e6a033330aca4f4648532a577c77b87811377ea12e948e17a2c845799fb5c7b4514a85b00c7f6b324027825cfbd0d82a6c11387e472ce70ebb538f0115b036"
+ }
+ ],
"purl": "pkg:npm/domutils@1.1.6",
"externalReferences": [
{
@@ -9746,6 +11552,12 @@
"bom-ref": "dottie@2.0.2",
"author": "Mick Hansen ",
"description": "Fast and safe nested object access and manipulation in JavaScript",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7e6af0474e25b278aafee4abf328a44e10d3accedea571c10008c7f536de1f7ac403cb5d08eee647307d85d99d1b2242c45f0a111a3d0884dc9b7906ba8c8c86"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9774,6 +11586,12 @@
"bom-ref": "double-ended-queue@0.9.7",
"author": "Petka Antonov",
"description": "Extremely fast double-ended queue implementation",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5d5542fc3310a6ee5df9b6cc29f2e97a588b22a6993b9a165f4396bffa81b6b7cac40ddbbe21932ab080ffe4c82de905f9dca72ff4ffa0f958281d5679664399"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9812,6 +11630,12 @@
"bom-ref": "doublearray@0.0.2",
"author": "takuyaa",
"description": "JavaScript implementation of Double-Array trie",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6b0e7916d6734fa02689a9848f692f991e81b85aaf6202995247d0eed7aa55136a0f9504d2bc3c21e5bfde089e1cd290e6c3ee0ca9658d6127e1bcefe7ed5b1f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9850,6 +11674,12 @@
"bom-ref": "download@8.0.0",
"author": "Kevin Mårtensson",
"description": "Download and extract files",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "012458e5084393b14af97ad0b50caf8690ca6a72e5b84110b5697f27b2f1b9ffdbfa2f11621f7ded0797bcbf39c62b6b991295971f5cede4eb71176ad864b878"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9878,6 +11708,12 @@
"bom-ref": "download@8.0.0|file-type@11.1.0",
"author": "Sindre Sorhus",
"description": "Detect the file type of a Buffer/Uint8Array/ArrayBuffer",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "accd143bb426f4aed3593b40e804a123fb7b1f904f8c378654368dca0f418c7023dcfcac2b2efef02f03d77ed1f3c8e7477ac5259401fed160c9d979b0de66ee"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9908,6 +11744,12 @@
"bom-ref": "duplexer2@0.1.4",
"author": "Conrad Pankoff (http://www.fknsrs.biz/)",
"description": "Like duplexer but using streams3",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6ac2c555f596b49f746723941ccaa4eff4b6c3682e40ac542368ad8f777dd800c78715126c23068b57f5701709ef13354e8fa913f2a16f0a35cae35b3043ca78"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9935,6 +11777,12 @@
"version": "0.1.5",
"bom-ref": "duplexer3@0.1.5",
"description": "Like duplexer but using streams3",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d40f336bac2ce352d082ff47ac4ffaea3c82e72b928d0dcbfca3a916da018a5b002b6880db0b92e6b4edd4e0b322fb52d95ee756679db1453e0c645c8c198e60"
+ }
+ ],
"licenses": [
{
"license": {
@@ -9963,6 +11811,12 @@
"bom-ref": "dynamic-dedupe@0.3.0",
"author": "Thorsten Lorenz",
"description": "Dedupes node modules as they are being required which works even when dependencies are linked via ln -s or npm link.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b2cb8035e0fecfdee67983aa779d1ed3865ee6aa786cfaa8f1c0a42384d18d99330148080d3ad757547c402748369888fa1c35e3ead86b3bd345d42bcf4feb15"
+ }
+ ],
"purl": "pkg:npm/dynamic-dedupe@0.3.0",
"externalReferences": [
{
@@ -9989,6 +11843,12 @@
"bom-ref": "ecc-jsbn@0.1.2",
"author": "Jeremie Miller",
"description": "ECC JS code based on JSBN",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7a1f4efa1c111cd6c6e012d38c49779f0d38e029069b95fa2e86827fb2cfa7b514f10aede3b258362ea73d7f318d6f7b4ca18a9b5a2e72d834412a597bdaab9f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10027,6 +11887,12 @@
"bom-ref": "ee-first@1.1.1",
"author": "Jonathan Ong",
"description": "return the first event in a set of ee/event pairs",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "58cc26f4b851528f9651a44dfaf46e113a86f3d22066985548d91d16079beac4bf1383ab0c837bb78f0201ec121d773a0bc95e7c3f0a29faf9bd8eb56eb425a3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10054,6 +11920,12 @@
"version": "0.0.1",
"bom-ref": "eivindfjeldstad-dot@0.0.1",
"description": "Get and set object properties with dot notation",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7d0738c52163ad0df9a62b2c6f73c67fe91ec3b8d7df3b0d00f8eeb30ba3525ea08e3f6b86f6683befad95123e28b6d3edb20bdca31663292ce3d10fde5b8c34"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10092,6 +11964,12 @@
"bom-ref": "emoji-regex@8.0.0",
"author": "Mathias Bynens",
"description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3128d8cdc58d380d1ec001e9cf4331a5816fc20eb28f2d4d1b7c6d7a8ab3eb8e150a8fd13e09ebd7f186b7e89cde2253cd0f04bb74dd335e126b09d5526184e8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10130,6 +12008,12 @@
"bom-ref": "enabled@2.0.0",
"author": "Arnout Kazemier",
"description": "Check if a certain debug flag is enabled.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "00aacdf7c92ec0eccc21d022cd7188f3a505068a36e822f6d5433beb7cb587f18c489e3f38753d936625b26069c92705a3fc1b2f35902413025b8f883b7ffe39"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10157,6 +12041,12 @@
"version": "1.0.2",
"bom-ref": "encodeurl@1.0.2",
"description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4cf257abc26a15a5589b609698fbe73f6232a3865233bfd029c4a6b8c2c339b7e91f97e2ed150699dfeb4c37feaeeb7fb1a88389011e5533600262447403b1d3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10185,6 +12075,12 @@
"bom-ref": "encoding@0.1.13",
"author": "Andris Reinman",
"description": "Convert encodings, uses iconv-lite",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "11305aba8c354f7e58fd664c922a3d8e2334679c631c7989e179a364eab597f757cf796bdac467f3b9c9cb6d11ba9a928751769b71c73d2a7c4a120f409ac9dc"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10213,6 +12109,12 @@
"bom-ref": "encoding@0.1.13|iconv-lite@0.6.3",
"author": "Alexander Shtuchkin ",
"description": "Convert character encodings in pure javascript.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e1f0a4efdc2c84c773329dab1f4eaa5ab244e22a25a8b842507f8e8ae22053ef91074fbde0d9432fcd5ab4eec65f9e6e50ab9ea34b711cdb6f13223a0fb59d33"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10253,6 +12155,12 @@
"bom-ref": "end-of-stream@1.4.4",
"author": "Mathias Buus ",
"description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "faec358a720754f428695b87cd1c97776d6270cf9c9ede02cc3e6b5be342d708ce5124ceb3e4deec53afec084deef4bdc7fa08ca12cfe4f4751fea614001eee5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10290,6 +12198,12 @@
"version": "4.0.3",
"bom-ref": "engine.io-parser@4.0.3",
"description": "Parser for the client for the realtime Engine",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c440006349ac36711234f734d1ed7dcb985e4cf5f8cbf4c9dfa82bf2dd6fa0e68d993a233fd6f7a0adc16c92c5b9f5b65c53d069a8a3a457b09b6836526deea8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10323,6 +12237,12 @@
"bom-ref": "engine.io@4.1.2",
"author": "Guillermo Rauch ",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b79cface35ee54b8570cc88524f62c3ce584111f01d2d22c0f7113830d7d4b5ca0f73af2bd47d8dd586d93719fe2c8a1c3f6d0188a90fff823bd596ef826b46d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10356,6 +12276,12 @@
"bom-ref": "engine.io@4.1.2|debug@4.3.4",
"author": "Josh Junon ",
"description": "Lightweight debugging utility for Node.js and the browser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3d15851ee494dde0ed4093ef9cd63b25c91eb758f4b793ae3ac1733cfcec7a40f9d9997ca947c520f122b305ea22f1d61951ce817fbb1bfbc234d85e870c5f91"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10383,6 +12309,12 @@
"version": "2.1.2",
"bom-ref": "engine.io@4.1.2|ms@2.1.2",
"description": "Tiny millisecond conversion utility",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0690fc7e56332d980e8c5f6ee80381411442c50996784b85ea7863970afebcb53fa36f7be4fd1c9a2963f43d32b25ad98b48cd1bf9a7544c4bdbb353c4687db"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10413,6 +12345,12 @@
"bom-ref": "env-paths@2.2.1",
"author": "Sindre Sorhus",
"description": "Get paths for storing things like data, config, cache, etc",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "fa1d6590b2a164c4d88e8835544a49346ecd64959cb9cd830e4feab2a49345108e5e22e3790d5dd7fb9dad41a1a8cc5480097028d67471fdaea9a9f918bb92d8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10441,6 +12379,12 @@
"bom-ref": "err-code@1.1.2",
"author": "IndigoUnited (http://indigounited.com)",
"description": "Create an error with a code",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "08900df8ed3fc80d4229f467f525ce19cb52a4433b0c2a27febff9af679714c636cc208905ab0585c33923ed64877029d7516c4025febc61dc78d3efa562a1a0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10473,6 +12417,12 @@
"version": "1.3.2",
"bom-ref": "error-ex@1.3.2",
"description": "Easy error subclassing and stack customization",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "edd147366a9e15212dd9906c0ab8a8aca9e7dd9da98fe7ddf64988e90a16c38fff0cbfa270405f73453ba890a2b2aad3b0a4e3c387cd172da95bd3aa4ad0fce2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10500,6 +12450,12 @@
"version": "1.5.1",
"bom-ref": "errorhandler@1.5.1",
"description": "Development-only error handler middleware",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "adc3b06dfbcfd564d5895a148dc7d989c5738e18d3ba148c9ed1e1ea65b722b122c84ea62725efb13a095091a51a5c3fdb153d3f9c219563469480d5782893e0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10528,6 +12484,12 @@
"bom-ref": "es-get-iterator@1.1.2",
"author": "Jordan Harband ",
"description": "Get an iterator for any JS language value. Works robustly across all environments, all versions.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f834cef066306cc0b06f2c238a6c19307a7c02e617392d896455a88b60253ce4b779b9c823dc3f34ba4d66d03b03460b6950f0f8eeca1427a8215ece3ef33b85"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10565,6 +12527,12 @@
"version": "1.0.3",
"bom-ref": "escape-html@1.0.3",
"description": "Escape string for use in HTML",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3624aea59e0e7ae1b0afaf251887b29bf92c219309a1d506392099fc54a74f172b7a46efaab81d53194938ca628da299563009ad6ac6b3fe89cbc38cbb28fda3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10593,6 +12561,12 @@
"bom-ref": "escape-string-regexp@1.0.5",
"author": "Sindre Sorhus",
"description": "Escape RegExp special characters",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "bdb468ac1e455105af95ad7a53c47faa06852326b6a86cf00eb366099b982ab6dd494306e88d5908641179f911561b8e9081959deec1437e4349fa35aaf26a16"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10620,6 +12594,12 @@
"version": "2.0.0",
"bom-ref": "escodegen@2.0.0",
"description": "ECMAScript code generator",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9a61cacacfc2f01154188f8c01635c498a0e4582cc74fce3ae49ddd9573e6d4b233796d772bf0486b341f944ea7cbd72dc8f5ce1fc368a182d30f40b051890c7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10653,6 +12633,12 @@
"bom-ref": "esprima@4.0.1",
"author": "Ariya Hidayat",
"description": "ECMAScript parsing infrastructure for multipurpose analysis",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "786b85170ed4a5d6be838a7e407be75b44724d7fd255e2410ccfe00ad30044ed1c2ee4f61dc10a9d33ef86357a6867aaac207fb1b368a742acce6d23b1a594e0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10690,6 +12676,12 @@
"version": "5.3.0",
"bom-ref": "estraverse@5.3.0",
"description": "ECMAScript JS AST traversal functions",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "30c74046e54443388d4de243f0380caa6870475d41450fdc04ffa92ed61d4939dfdcc20ef1f15e8883446d7dfa65d3657d4ffb03d7f7814c38f41de842cbf004"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10722,6 +12714,12 @@
"version": "2.0.3",
"bom-ref": "esutils@2.0.3",
"description": "utility box for ECMAScript language tools",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "915b1ca97938382a7af126747648042958baffc8a3df4d0a0564c9ab7d8ffdd61e5934b02b8d56c93c5a94dd5e46603967d514fcb5fd0fb1564a657d480631ea"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10754,6 +12752,12 @@
"version": "1.8.1",
"bom-ref": "etag@1.8.1",
"description": "Create simple HTTP ETags",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6882f9171ee66b055adf4d1a976067104e2236fa35a844f12eb3c8fe8d392fbcfa828edf0b0d49e844266cae05989d804bb920545fca1195ae7c17dd0a531c3e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10782,6 +12786,12 @@
"bom-ref": "eventemitter2@0.4.14",
"author": "hij1nx http://twitter.com/hij1nx",
"description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2bb278c6ae71003e631ec18ce517965d14c56b72511a87c788c715810f0f470816c738c7a4c582233b26c9feb4fa687c28bb2a60f72350c6b4002e2177a94fc9"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10810,6 +12820,12 @@
"bom-ref": "eventemitter3@1.1.1",
"author": "Arnout Kazemier",
"description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "89d987dc6d2f26342fd9ae4def86fea1770e50a601a9218918dd5e555e842c67549deb003bc459b14ef879a4b755f95d45eb7c37da45ba9c69a4150acedac175"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10842,6 +12858,12 @@
"version": "0.6.0",
"bom-ref": "exif@0.6.0",
"description": "A node.js library to extract Exif metadata from images.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "804c0ce2e6a734c7cb9c334a72567b8cf100f7d137ae9cb89eda12e905bcbba9aead98e5d68f2a45a3dd3280b8e92ca0dddf7f41a113d1b60a856953c0908f82"
+ }
+ ],
"purl": "pkg:npm/exif@0.6.0",
"externalReferences": [
{
@@ -10863,6 +12885,12 @@
"bom-ref": "exit@0.1.2",
"author": "\"Cowboy\" Ben Alman",
"description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "664fde34a576cdb8e92b3aec43e9f51baa6855b12b4312742c13895da299d445622f31fe86b2eef5c757238cf0f5d05026c970044a5b4363f5a12ee70f1b3a8d"
+ }
+ ],
"purl": "pkg:npm/exit@0.1.2",
"externalReferences": [
{
@@ -10894,6 +12922,12 @@
"bom-ref": "expand-brackets@2.1.4",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c3fa3338a47d39b937aa859e63f5838ba305b5af40a0c47ecee77ad267676e788c701c51b852720edd8b757ff5e00d540017aa93e524f8b0df529be818aa6964"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10932,6 +12966,12 @@
"bom-ref": "expand-brackets@2.1.4|define-property@0.2.5",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Define a non-enumerable property on an object.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "46bec00e34197a771e54e00aa29e802e49110261f50381b1f6157fed9ba33d4376ae4013a853b42592d92276c08e9658a09d60531f0c44c4159187a671b3124c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -10970,6 +13010,12 @@
"bom-ref": "expand-brackets@2.1.4|extend-shallow@2.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cc29d3b65c4da0088373782a636698016171ed759689ab2e1762bc31ee566cdf28b4729350a0708cfb4da51b3fadb5199bb2b158068d8fb3f56bfa79d866d5ba"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11008,6 +13054,12 @@
"bom-ref": "expand-brackets@2.1.4|is-accessor-descriptor@0.1.6",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7b504cd6a9c36cc446de597653d7522b450c1ee58eb37a58dc0b5c16c9afc0fb4a2f730c2ff43cea2f868a52dfbea12ce065be13107dd6d437220f67a03219f8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11046,6 +13098,12 @@
"bom-ref": "expand-brackets@2.1.4|is-accessor-descriptor@0.1.6|kind-of@3.2.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Get the native type of a value.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "34e5bd4105cca191a0fe8aa754da0d4d320510889dd7adbb5827df50124474cc58029abb98d13b0a9cee7083dcf99420db93e17a3ec8252997de13bea1b94eb5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11086,6 +13144,12 @@
"bom-ref": "expand-brackets@2.1.4|is-data-descriptor@0.1.4",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "fb0f43e6e952a013659b0f4e1e7dd4dafe754b2a0277485ef9b077c4c97ada88a386bb29c68c2353e00870363437788425b504901d79225300490b3162282f5e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11124,6 +13188,12 @@
"bom-ref": "expand-brackets@2.1.4|is-data-descriptor@0.1.4|kind-of@3.2.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Get the native type of a value.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "34e5bd4105cca191a0fe8aa754da0d4d320510889dd7adbb5827df50124474cc58029abb98d13b0a9cee7083dcf99420db93e17a3ec8252997de13bea1b94eb5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11164,6 +13234,12 @@
"bom-ref": "expand-brackets@2.1.4|is-descriptor@0.1.6",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6af0d8af4481dc3c0ef73b0ca2fd20282112158a829c4e21abfe33dd375496e904cb9b7d0b4611abb1cbaec379d8d01ca9729a7a97820f49fe0746ab9d51b71e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11202,6 +13278,12 @@
"bom-ref": "expand-brackets@2.1.4|is-extendable@0.1.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e413142cda1bd6f8055fa123430e62cd60f1ade7162bd00cef6aee80daf44c595d30e8b47e3e8993ecde288b74c468f87047d0209b61e30dce296389e1ff8017"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11240,6 +13322,12 @@
"bom-ref": "expand-brackets@2.1.4|kind-of@5.1.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Get the native type of a value.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "346104ae71fa176bd4b970e1f8e95b70a5bbff039c7dd447699ed55ada82ced7c7ae2ffef982a63f9d4e7567863eea8239b6ba924d8e4dee5dd365664c1f343f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11280,6 +13368,12 @@
"bom-ref": "expand-template@2.0.3",
"author": "LM ",
"description": "Expand placeholders in a template string",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5d87ee28cbe3e0edf97ffa4e5cb39b9dd211bf243effee8084e0e1f8e2968fd4bde3df291c79ff20cb331fe82dd1f04245630d7e4d594a9e71dc089f9a7236be"
+ }
+ ],
"licenses": [
{
"expression": "(MIT OR WTFPL)"
@@ -11311,6 +13405,12 @@
"bom-ref": "expand-tilde@2.0.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0391267ac1d6eab7e767dcac1d08cf7494678b44916abd2d8ed1b930db66f67e5352fb1853ca28ce9aed443e00a87c5c6565a556e026428da758a7cdf68ca34f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11349,6 +13449,12 @@
"bom-ref": "express-ipfilter@1.3.1",
"author": "jetersen",
"description": "A light-weight IP address based filtering system",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f56642f301a423a23aca064dcee67631b149886a035ecd5d33e13c2cab523f5de9760aab9e4a275a582fbdbc46dd86696bb1dacfb35dba6f7f27aaa48f9d8ea8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11377,6 +13483,12 @@
"bom-ref": "express-jwt@0.1.3",
"author": "Matias Woloski",
"description": "JWT authentication middleware.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "086481d1bddb3555c8e93d021797ffe7964a62b220fdbd3ad7b10f99728af44e32d6ad96d70f494e08cf7e1b16c2e3e20ad939b280609b966482ac6086c7da1e"
+ }
+ ],
"purl": "pkg:npm/express-jwt@0.1.3",
"externalReferences": [
{
@@ -11403,6 +13515,12 @@
"bom-ref": "express-jwt@0.1.3|jsonwebtoken@0.1.0",
"author": "auth0",
"description": "JSON Web Token implementation (symmetric and asymmetric)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "17e712e275fcb1ed1aa4d74ea38cce8ebc0f8ff9d0cb61201bf08f54907fcf48ee4be6a912e1e8a30d59b86d2064de33163914718b8e01c53915b6392b28e098"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11436,6 +13554,12 @@
"bom-ref": "express-jwt@0.1.3|moment@2.0.0",
"author": "Tim Wood (http://timwoodcreates.com/)",
"description": "Parse, manipulate, and display dates.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9778c28c225f0baa48b9c6b5dc6329094e2588462f624d7b5e9160a494b22e9f115fe770760ad906fb646a87e622282995ecdb1b55591548106c315149ddfb60"
+ }
+ ],
"purl": "pkg:npm/moment@2.0.0",
"externalReferences": [
{
@@ -11469,6 +13593,12 @@
"bom-ref": "express-rate-limit@5.5.1",
"author": "Nathan Friedly",
"description": "Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3138c4d9e21b1efe43c9fb85cf8ccb616c69a958448644e2c051ae07be10f424a8bb65873b9da7944e72dd9960e9222c8985083e3ea27c5c6790fcfa3b7b0852"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11502,6 +13632,12 @@
"bom-ref": "express-robots-txt@0.4.1",
"author": "modosc (http://github.com/modosc)",
"description": "Express middleware to serve and generate robots.txt",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a957df44ffd89b0644212581fe00067c9f98f39b1429c8c65edaf208e64547228ebc5d9bfc9686db1a4f2954fd35e34e31962f36ad34d2a1e9fe806d2d88139d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11538,6 +13674,12 @@
"name": "express-security.txt",
"version": "2.0.0",
"bom-ref": "express-security.txt@2.0.0",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0f08d2eccb2c3dba9315d7597d3a8dab27ecaba0143f503f072b5a9927a82f4022eff6a51d8b00831138ce1be83ede8c8e8ae85e44aaab5812b50ab1b22685ec"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11576,6 +13718,12 @@
"bom-ref": "express@4.18.2",
"author": "TJ Holowaychuk ",
"description": "Fast, unopinionated, minimalist web framework",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e7f3ec2fa8863dd7d0fe528cd54ba27a5620bf7054a097f3d5a53053dbc767e27b832bf07505c510120421ac5e19fd0621cade013372044c6d6a58ac0dbb8ca9"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11609,6 +13757,12 @@
"bom-ref": "express@4.18.2|cookie@0.5.0",
"author": "Roman Shtylman ",
"description": "HTTP server cookie parsing and serialization",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "619dc65329ffa3c81f289967957ee0ef1ab88323ba392ba118f29a686b2c181daa803512d203e0b53be8c992d3b7d01be9d0b885f73d755e5aae4bdcfce0a6af"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11637,6 +13791,12 @@
"bom-ref": "express@4.18.2|safe-buffer@5.2.1",
"author": "Feross Aboukhadijeh",
"description": "Safer Node.js Buffer API",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ae9dd2a34eca71d9a629b1af81a37141226bedb1954959394bd12ad45fa9a5b468ef4f9879a0f1930e4377c34f37e183e9b8e7626d95b8fb825e6a6e62f9825d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11677,6 +13837,12 @@
"bom-ref": "ext-list@2.2.2",
"author": "Kevin Mårtensson",
"description": "List of known file extensions and their MIME types",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "bbe49082cb9bada13acc8b5f540d2d06e08185f53da204919ecbf2808ef086df534b9d74a0b90145706caa8a5e506fc604e210c8a64ef708d3a88bbfb1fe7314"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11705,6 +13871,12 @@
"bom-ref": "ext-name@5.0.0",
"author": "Kevin Mårtensson",
"description": "Get the file extension and MIME type from a file",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c9b944c1701b1afd554039a8c3bb37f16efb8730202403b9d33b412cc714c9405fc6fd470be2c6c2d88437e0a8e8bb65a93ff9bb054ec6c0f84cd22295687075"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11733,6 +13905,12 @@
"bom-ref": "extend-shallow@3.0.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0706396f9425e3ea99a1e7e0323d8d526c7eb5e8554c7fca7f8935644b4e1cd15c9b6c12c4c468f7dda5e97dd32209e2d9e6554d9f39c4c3a3177d5fc19023e9"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11771,6 +13949,12 @@
"bom-ref": "extend@3.0.2",
"author": "Stefan Thomas (http://www.justmoon.net)",
"description": "Port of jQuery.extend for node.js and the browser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7e3aae0b9f5c0fb0b25babab3572b4141b9f9197288861bcd304ee3ee8d7e7dd1c0794ed967db4136501e12fd601156a8577df665d8b3604be81074f2088a6fe"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11799,6 +13983,12 @@
"bom-ref": "extglob@2.0.4",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3666fa4179042ecb81af6e02252922968e941c781b7a42b95226607c4e941c3dc46f6ed80baa03f9b85c4feb49e9c97c766b20750c675a572bcbc92c04804ba7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11837,6 +14027,12 @@
"bom-ref": "extglob@2.0.4|define-property@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Define a non-enumerable property on an object.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7194d82855aca6df6366c32c716a3cb1cff995b3c2f50d0de6704b81bf9877dd7988bdee741d6e1604b707c602c7ae94547ab4d7c0c0545a1e7bbc7e83182078"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11875,6 +14071,12 @@
"bom-ref": "extglob@2.0.4|extend-shallow@2.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cc29d3b65c4da0088373782a636698016171ed759689ab2e1762bc31ee566cdf28b4729350a0708cfb4da51b3fadb5199bb2b158068d8fb3f56bfa79d866d5ba"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11913,6 +14115,12 @@
"bom-ref": "extglob@2.0.4|is-extendable@0.1.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e413142cda1bd6f8055fa123430e62cd60f1ade7162bd00cef6aee80daf44c595d30e8b47e3e8993ecde288b74c468f87047d0209b61e30dce296389e1ff8017"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11952,6 +14160,12 @@
"version": "1.3.0",
"bom-ref": "extsprintf@1.3.0",
"description": "extended POSIX-style sprintf",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d7535dcfb36ffa6bc00b58f492d4daedf01bd2f2f21865feacc1cd05842f8900c65341f0ee585cb4900da9b3e1bbd9d5f7f8b34ff227b53819ec89bff4b26cf6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -11980,6 +14194,12 @@
"bom-ref": "fast-deep-equal@3.1.3",
"author": "Evgeny Poberezkin",
"description": "Fast deep equal",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7f7a90f68432f63d808417bf1fd542f75c0b98a042094fe00ce9ca340606e61b303bb04b2a3d3d1dce4760dcfd70623efb19690c22200da8ad56cd3701347ce1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12018,6 +14238,12 @@
"bom-ref": "fast-json-stable-stringify@2.1.0",
"author": "James Halliday",
"description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "96177fc05f8b93df076684c2b6556b687b5f8795d88a32236a55dc93bb1a52db9a9d20f22ccc671e149710326a1f10fb9ac47c0f4b829aa964c23095f31bf01f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12051,6 +14277,12 @@
"bom-ref": "fast-levenshtein@2.0.6",
"author": "Ramesh Nair (http://www.hiddentao.com/)",
"description": "Efficient implementation of Levenshtein algorithm with locale-specific collator support.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0c25eee887e1a9c92ced364a6371f1a77cbaaa9858e522599ab58c0eb29c11148e5d641d32153d220fcf62bcf2c3fba5f63388ca1d0de0cd2d6c2e61a1d83c77"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12079,6 +14311,12 @@
"bom-ref": "fast.js@0.1.1",
"author": "Charles Pick ",
"description": "Faster user-land reimplementations of native functions with extra helpers.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0c8546d1b253020560ea252202f99507313ef1900f677726bb34e3902f4fc4b336ffa4ea52d7e0afed4fddb08751d94302cb5960ba8e4132ca538facacae98d3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12117,6 +14355,12 @@
"bom-ref": "fd-slicer@1.1.0",
"author": "Andrew Kelley ",
"description": "safely create multiple ReadStream or WriteStream objects from the same file descriptor",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "704d6ab01fd5c32428cd9faad5d1b147c2c160d65ea1f84475434648c6d00f71b0da50335fd65bdee214e846dcfc59b28e8f405967e79f4014087aad7afb3ff2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12150,6 +14394,12 @@
"bom-ref": "feature-policy@0.5.0",
"author": "Evan Hahn (https://evanhahn.com)",
"description": "Middleware to set the Feature-Policy HTTP header",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2d870f70e7c354a4dc75cdb59f7786e26126517426d10c3791ed14b28317124511a245a9d2fcd3d55530dc89e6ec23133d1a3accfbe5da224d5c2ce5abd0e6d5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12188,6 +14438,12 @@
"bom-ref": "fecha@4.2.3",
"author": "Taylor Hakes",
"description": "Date formatting and parsing",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "38fd88514e877982898b78b4cf8035f641cc4282d5b381dcf833eaab123687f0cf6474e6fef8ec7c2e8fd1be2308ccb5e178b32c1aaf9dd43e522943efbd3b27"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12226,6 +14482,12 @@
"bom-ref": "file-js@0.3.0",
"author": "nspragg@gmail.com",
"description": "Abstract representation of a pathname",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9d9957d69c6957a32df01821337675e746e9b024f5cea8a5f7b52bcaeb2cb592d2b3d71a6007b45a987650a3c2ddac1f3360eae2b8b54aff7d2ae2b810822694"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12264,6 +14526,12 @@
"bom-ref": "file-js@0.3.0|brace-expansion@1.1.11",
"author": "Julian Gruber",
"description": "Brace expansion as known from sh/bash",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "882b8f1c3160ac75fb1f6bc423fe71a73d3bcd21c1d344e9ba0aa1998b5598c3bae75f260ae44ca0e60595d101974835f3bb9fa3375a1e058a71815beb5a8688"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12297,6 +14565,12 @@
"bom-ref": "file-js@0.3.0|minimatch@3.1.2",
"author": "Isaac Z. Schlueter (http://blog.izs.me)",
"description": "a glob matcher in javascript",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "27ba7ade1462023c35343130c355bb8b7efe07222b3963b95d0400cd9dd539c2f43cdc9bc297e657f374e73140cf043d512c84717eaddd43be2b96aa0503881f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12327,6 +14601,12 @@
"bom-ref": "file-stream-rotator@0.5.7",
"author": "Roger Castells",
"description": "Automated stream rotation useful for log files",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5586f71d9fc68801940ab7de6a43bc329e78606b303541ef2fb3f4f5641c5c024d4a3de243942b6984a9ddc227d4c532c3abb37e037f10539aac235ae09bd41d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12355,6 +14635,12 @@
"bom-ref": "file-type@16.5.4",
"author": "Sindre Sorhus",
"description": "Detect the file type of a Buffer/Uint8Array/ArrayBuffer",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ff21472b46868c51200c98c428fd29582a65b0f14f870c9fc1ebdffe957188dd2d984e0bf4b9b05b15ae91d2521dda02962e158102de86326dc10067aa6b0a73"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12383,6 +14669,12 @@
"bom-ref": "file-uri-to-path@1.0.0",
"author": "Nathan Rajlich (http://n8.io/)",
"description": "Convert a file: URI to a file path",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d19b7eb372fb55fd5b8b0599dbd6804625582f1ee23069c4525f71df77db07f8f78d1f35bbf3b62dba8af819b508348d0ca56d27f623c18ed351de5291e2d02f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12420,6 +14712,12 @@
"version": "1.17.6",
"bom-ref": "filehound@1.17.6",
"description": "Find files the easy way",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e6ae338c5908f16db32e6bdbbf2bc8fff2bcf36229123eac30d5cf510964e47e96e168773924b294400812630b10b3fd1bb8a57988d328f5ce9f4633cd2e792e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12458,6 +14756,12 @@
"bom-ref": "filename-reserved-regex@2.0.0",
"author": "Sindre Sorhus",
"description": "Regular expression for matching reserved filename characters",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "95cd5b9ec4abe0be017627fc5dbfeaaeda2419bab9ce5b26b3f0981fc3cff96b42906345eb90cf89063cbc6dd26a411d467f039679be816fea58a2a34b9b19cd"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12486,6 +14790,12 @@
"bom-ref": "filenamify@3.0.0",
"author": "Sindre Sorhus",
"description": "Convert a string to a valid safe filename",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e44159fff32cbc98178c100527e061d986824d117f54fd583a61ab82df8a27848544b8c8f3b1087702cbb93eb0417d08e05f56e35c6eb686f37338ec38a948fe"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12513,6 +14823,12 @@
"version": "1.0.3",
"bom-ref": "filesniffer@1.0.3",
"description": "Search files the easy way.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7327a5caf60ab42f49c01756a497e6668d5f6442ae17efafdb393d5b888f7f4e19f594caedc40e6eb7e48416bce3122768a9675bca600af8d2779b6dc3fb39da"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12551,6 +14867,12 @@
"bom-ref": "fill-range@4.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "55ca4b4d6a960e24deaee8238fc7b7f9eb1b83eb244b733d7b9e14b91de209e20331708b4ec007f214d2cc3414fd7ebfeaddde62438aa1949e7f63e553a5355d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12589,6 +14911,12 @@
"bom-ref": "fill-range@4.0.0|extend-shallow@2.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cc29d3b65c4da0088373782a636698016171ed759689ab2e1762bc31ee566cdf28b4729350a0708cfb4da51b3fadb5199bb2b158068d8fb3f56bfa79d866d5ba"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12627,6 +14955,12 @@
"bom-ref": "fill-range@4.0.0|is-extendable@0.1.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e413142cda1bd6f8055fa123430e62cd60f1ade7162bd00cef6aee80daf44c595d30e8b47e3e8993ecde288b74c468f87047d0209b61e30dce296389e1ff8017"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12667,6 +15001,12 @@
"bom-ref": "finale-rest@1.2.0",
"author": "Tom Juszczyk ",
"description": "Create REST resources and controllers with Sequelize and Express or Restify",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1c4f663924a8f60ddb7cfb9dfd13371db3d033c03c7e8434f60acff1c2cc5b961f07a7d2ddbbf6bf63b8e2c9919ba6712c2fa28f7cd89b363ccfe4323910f241"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12700,6 +15040,12 @@
"bom-ref": "finalhandler@1.2.0",
"author": "Douglas Christopher Wilson ",
"description": "Node.js final http responder",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e6e5dc5157ed9503059d60bdaaefecbe45afdc64ddd8f7d484aff73cb9183407bb15ba8932ddf9d791dac44e9e44bef819db2b8a2c2e8e26b075a0750691084a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12728,6 +15074,12 @@
"bom-ref": "find-up@3.0.0",
"author": "Sindre Sorhus",
"description": "Find a file or directory by walking up parent directories",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d720fa4662c8d5705fc6e82f391c25724e9fef9b582fe891d23ab0b0eacec4c672198a94b83849d25e005dd3b5897fc54ecf5c040304935816484c759126f296"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12756,6 +15108,12 @@
"bom-ref": "findup-sync@2.0.0",
"author": "\"Cowboy\" Ben Alman (http://benalman.com)",
"description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "becfb7ba79894f8e5e73399c019eb3309b7137797f41779c71a5d0c7972efcc7893217b055fa1666a89b4643b13e79a8479f7e672e618da6df41ce892d26a1e2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12784,6 +15142,12 @@
"bom-ref": "fined@1.2.0",
"author": "Gulp Team (http://gulpjs.com/)",
"description": "Find a file given a declaration of locations.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6580ea3cb1b10e40e10d90636416fea03d7e8f4ac0e04d295d8e747a994000e3e0d8dfe050149293920cd7f4213dfc95a35f6527e0af5e9a9fbe4f9bda9ffc36"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12812,6 +15176,12 @@
"bom-ref": "flagged-respawn@1.0.1",
"author": "Gulp Team (http://gulpjs.com/)",
"description": "A tool for respawning node binaries when special flags are present.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "94d687355ca66a39a4d0e24c067f1f554014d41b4378a22a2a8561938c4000b079eda00b83a6f85b431f27f71413483d6015f2e5785294f22960827b1da63fdd"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12840,6 +15210,12 @@
"bom-ref": "fn.name@1.1.0",
"author": "Arnout Kazemier",
"description": "Extract names from functions",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1919e607980fc89a4085341d4994d2a7db9a3d2be5d3d2a861c310b6c07dad0a0e9b3b3d747e9f7de71c1fe67e72fe8febc1eee5b0ba263461e0087f98748d47"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12878,6 +15254,12 @@
"bom-ref": "fontkit@1.9.0",
"author": "Devon Govett ",
"description": "An advanced font engine for Node and the browser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1e45bff0bae4f23975f24cd01ef030f5a4c77b572ab32c79b039f19dcc7ae76f8221f85ac289043e478cdc1a080becff5efedad3232bd1fde9451c21187e39e6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12906,6 +15288,12 @@
"bom-ref": "for-each@0.3.3",
"author": "Raynos ",
"description": "A better forEach",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8ea61f2e9ee6a3dbc8c907fcca45b6bfb03ed8de108de09e239f83cfd5eb6a23b58a09fcd708e21fb15bf6f48e5af41f36d9926b81f6468413aeb5e2bdd5199b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12944,6 +15332,12 @@
"bom-ref": "for-in@1.0.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ec4c265eb3a3c8bf82871321986e659d6f4c3edd5a21e644c0a850ce8054753574377ceec160d961525ab43bd9d8ecb33d4bdd200643b027ad937728c8c7dc9d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -12982,6 +15376,12 @@
"bom-ref": "for-own@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d0e00192c206af128af0ae24ca75a443bcb5ce8ba74313fe0969f27255708fcd4a5b7be52e5194c79ec328670ffcb1f6d7a1b3aa7b2d9cfa1c175e8dc6cd1872"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13020,6 +15420,12 @@
"bom-ref": "foreachasync@3.0.0",
"author": "AJ ONeal (http://coolaj86.com/)",
"description": "A node- and browser-ready async counterpart of Array.prototype.forEach",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "27e95eafb4dae78170c0d731eb04110e14c86cd7b20dc01132439c82e12a9c476d9b48cabcddcb8b73c301bd83bb7b9b2581167d82fcdd731139776c5c05f273"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13058,6 +15464,12 @@
"bom-ref": "forever-agent@0.6.1",
"author": "Mikeal Rogers (http://www.futurealoof.com)",
"description": "HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8f428b60f866eb379a738973de8277a3ae6abe040270fb9b8b2a2d66b5ea11a1b884d6a03583bca9d954ad7e6fc2abfda21a9e4ff6778fafb25b4ebbc9659d53"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13086,6 +15498,12 @@
"bom-ref": "form-data@2.3.3",
"author": "Felix Geisendörfer (http://debuggable.com/)",
"description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d652ca07632edda18fd50ff67823b1d1f35b44c7bb5ddc24b703abba17eaa9dd2b2095b03780e1f84de1acf4a50c25e7491ed4b59d4ddfcad55e6fbaf8c12125"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13114,6 +15532,12 @@
"bom-ref": "formatio@1.1.1",
"author": "Christian Johansen",
"description": "Human-readable object formatting",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "70f87b8acea4dddf2d21487ea675d7b806c3fee8525c682a2cfc3452b629bf995f749f8c30c4a3c78d09369a8fed3a29f4db76e58a265848919a41db3af90268"
+ }
+ ],
"purl": "pkg:npm/formatio@1.1.1",
"externalReferences": [
{
@@ -13139,6 +15563,12 @@
"version": "0.2.0",
"bom-ref": "forwarded@0.2.0",
"description": "Parse HTTP X-Forwarded-For header",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6ee446d1fa41b511d24c238049eea10f6e7cb44b9b16844b6f864d03a3713151cdc3680e7301e8f70c9a6e5ccccce039cfdc40f4bd4a36393f36de8c4fd698a3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13167,6 +15597,12 @@
"bom-ref": "fragment-cache@0.2.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "A cache for managing namespaced sub-caches",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "18c0406d6f5a9ed07c8994472e81b0d1bdc700db79edd8996053bf1cbd491880b53232ab766871beb25bba99d5be9cacd33b33ef2040a57750c9f7a92a5cb690"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13205,6 +15641,12 @@
"bom-ref": "fresh@0.5.2",
"author": "TJ Holowaychuk (http://tjholowaychuk.com)",
"description": "HTTP response freshness testing",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cc9da6418335f2b1053ae75e57819285318843b45bcc0ee8cdb53d23f5c1a66ee4aa0332c209b294cc171f16499a45686249daf5dda95575573dd6133fd7a3f1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13233,6 +15675,12 @@
"bom-ref": "from2@2.3.0",
"author": "Hugh Kennedy (http://hughsk.io/)",
"description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "38c717ff8202feea843d58067b27cddb62c993a019acc911647c5c1c1301bc749c0c68304e6d864f65a482da1cc9ddc97d97df8e3da46140d75c8234164f56d2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13271,6 +15719,12 @@
"bom-ref": "fs-constants@1.0.0",
"author": "Mathias Buus (@mafintosh)",
"description": "Require constants across node and the browser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cba380c284887fb1728cc22ff78bbe6f9add85e6448f347adc64f26499b9aa1e018bed988302c2708fdf3c56642f93d28b13ade9934a9bec3e1dfa7f05c8b0a3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13309,6 +15763,12 @@
"bom-ref": "fs-extra@9.1.0",
"author": "JP Richardson ",
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "85c8376667a94b7d3fec1485a91be8a370ce310bbb223ab13b99c20edfb333d5d68dbdf75a0ef388d4fe42fa9bb9cdfe816a733b4d89b9b5729361b866fa3539"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13342,6 +15802,12 @@
"bom-ref": "fs-minipass@2.1.0",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "fs read and write streams based on minipass",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "57f26038b1424be47a55cab4b250ae69e58474d0b7a2e0e524c348b1a707d95b402e2bbd995e0b3eb1dce5c0e5f24e5ac3a27c8f08165a9893a39458866233be"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13380,6 +15846,12 @@
"bom-ref": "fs.realpath@1.0.0",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "38ed291f694ae9ad2166701d6aee48b731cf23aa5496f23b8cc567c54411b70e28c05db093c94e49a6ed1830933f81a0ae0d8c6c69d63bd5fc2b5b78f9f18c0f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13408,6 +15880,12 @@
"bom-ref": "fstream@1.0.12",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "Advanced file system stream things",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5af275f773876b41873c42fe032704260c6f044c327d190dd6f86371adb739a3d530268b0974dde6a02ef360234dc80fd54266cad90e29beb762975eeeb68322"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13436,6 +15914,12 @@
"bom-ref": "fstream@1.0.12|mkdirp@0.5.6",
"author": "James Halliday (http://substack.net)",
"description": "Recursively mkdir, like `mkdir -p`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "14ffa9f1107c396a45dd86410ab3f982d0039ad5c0a41e4030b9febddc80f8fcb10a3ac2b34d268f2528cecb0edf77300de4f7c0d19d2f127933ffd8aad1c027"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13464,6 +15948,12 @@
"bom-ref": "fstream@1.0.12|rimraf@2.7.1",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "A deep deletion module for node (like `rm -rf`)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b968db68a20add3d4e495a6dcd7ecd97a3ef437a801ad284b5546346e6b38df2f7071e5e238d3d5594aa80d0fee143679b32d574f8fd16a14934fa81645bdee3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13494,6 +15984,12 @@
"bom-ref": "function-bind@1.1.1",
"author": "Raynos ",
"description": "Implementation of Function.prototype.bind",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c88a2f033317e3db05f18979f1f482589e6cbd22ee6a26cfc5740914b98139b4ee0abd0c7f52a23e8a4633d3621638980426df69ad8587a6eb790e803554c8d0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13532,6 +16028,12 @@
"bom-ref": "functions-have-names@1.2.3",
"author": "Jordan Harband ",
"description": "Does this JS environment support the `name` property on functions?",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c5c901517c9322a4fdeedab6c7600c6fe835eb76f9245cac624d31e2ac4d1706df42498d6688911dbeac3f323dfd0577dd67aebd5601508883e0dccd232a9a45"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13570,6 +16072,12 @@
"bom-ref": "fuzzball@1.4.0",
"author": "Nolan Kaplan ",
"description": "Fuzzy string matching algorithms and utilities, port of the fuzzywuzzy Python library.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b9f28ed121d6eb9452a9936ee2b98b9ab69056ec1bf2455ff12fc80a992287f3df21f7f6616dec6bccd3bededdee12455d8d48bce386253797c6cebd5cb05de1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13598,6 +16106,12 @@
"bom-ref": "gauge@2.7.4",
"author": "Rebecca Turner ",
"description": "A terminal based horizontal guage",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d78c7892373a9640f796dc39f3d93436b3c3e9c08d4c3e825a855436907ce7e0ebb4e368667f91ba0eb1654e51bd20b8f9364fc40e409c189b41802f667e351e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13636,6 +16150,12 @@
"bom-ref": "geojson-utils@1.1.0",
"author": "Max Ogden",
"description": "GeoJSON Utilities for JavaScript",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f62ae68ee81816b32f1a3330faa5b9050a608493b80a514c0dd3f355eda80e0b47d8386828c697aa32183d2e55a5fadc9d5d24392ad7723f03f48ce6af400cf5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13663,6 +16183,12 @@
"version": "2.0.5",
"bom-ref": "get-caller-file@2.0.5",
"author": "Stefan Penner",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0f214fdc133fdd81d340e0942ffc343991d1d25a4a786af1a2d70759ca8d11d9e5b6a1705d57e110143de1e228df801f429a34ac6922e1cc8889fb58d3a87616"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13701,6 +16227,12 @@
"bom-ref": "get-intrinsic@1.1.3",
"author": "Jordan Harband ",
"description": "Get and robustly cache all JS language-level intrinsics at first require time",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "409573d538fb312d3df4f7af506e63be7b7db5291737c2b5e1dc50962909b8fb78b83f611c01e32f22c188b479cc42de941743f50351017673b09c7459a0cbf4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13739,6 +16271,12 @@
"bom-ref": "get-stream@4.1.0",
"author": "Sindre Sorhus",
"description": "Get a stream as a string, buffer, or array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "18c6ade04279d7ad64232d877af2e5af896e363060be68f8d7729a400ee3b7857c078443b1fa4793b590f4656a7d8cb2c7c392fcbeba2a8c7eac944d9252caef"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13767,6 +16305,12 @@
"bom-ref": "get-value@2.0.6",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Use property paths (`a.b.c`) to get a nested value from an object.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2e7d144039711f505aa4cbb718fb5fec2b983704597f68300ae3ea6f21baa41f167e6169cea732e31b4068031486736a8cc2938823d91b6a0c4f7612c7c53634"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13805,6 +16349,12 @@
"bom-ref": "getobject@1.0.2",
"author": "\"Cowboy\" Ben Alman",
"description": "get.and.set.deep.objects.easily = true",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "db36e50c168571bdeb078ac5efb5d59ee20d384da1da4fce9ea5c08b2d08ad3c547d5d62169de56b7de8010558f690a9594dbaf1615856ddadef586532e2ec3a"
+ }
+ ],
"purl": "pkg:npm/getobject@1.0.2",
"externalReferences": [
{
@@ -13836,6 +16386,12 @@
"bom-ref": "getpass@0.1.7",
"author": "Alex Wilson ",
"description": "getpass for node.js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d1fce3f49c4e2df27e5c62e147ccdedee9cdd0a642819c224920f3d7af151118caf1697c91549d72eda4b29778b38c2d01ad72feaad5462000d1672556cbb49e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13864,6 +16420,12 @@
"bom-ref": "github-from-package@0.0.0",
"author": "James Halliday",
"description": "return the github url from a package.json file",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4b21f2dd3d6fd8d5179f6f4eb1677198ae91c070febe48f7bfc7a7f00381675c0143f842010e5b0104c3d36916e16f6d529ff7421e89f2bf44be7b62c8298e3b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13897,6 +16459,12 @@
"bom-ref": "glob-parent@5.1.2",
"author": "Gulp Team (https://gulpjs.com/)",
"description": "Extract the non-magic parent path from a glob string.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "00e22049009ea62258c0fdc04671b1fb95674eed870587736c63f8e5e2f0d6faf7cc1def64b7b279dd6c0bd8676dc39cf7f4ab33233944f42b906cf8692f59a3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13925,6 +16493,12 @@
"bom-ref": "glob-parent@5.1.2|is-glob@4.0.3",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c5e9526b21c7dfa66013b6568658bba56df884d6cd97c3a3bf92959a4243e2105d0f7b61f137e4f6f61ab0b33e99758e6611648197f184b4a7af046be1e9524a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13965,6 +16539,12 @@
"bom-ref": "glob@7.2.3",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "a little globber",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9c5474ccba54d9809a471c28089bcbe94bc21f6245c85548bf04cbb087f6d40b8794cb240358614dd93e2e5609b4e958b7dbfa76fb330f604646a04bfa240af5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -13993,6 +16573,12 @@
"bom-ref": "glob@7.2.3|brace-expansion@1.1.11",
"author": "Julian Gruber",
"description": "Brace expansion as known from sh/bash",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "882b8f1c3160ac75fb1f6bc423fe71a73d3bcd21c1d344e9ba0aa1998b5598c3bae75f260ae44ca0e60595d101974835f3bb9fa3375a1e058a71815beb5a8688"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14026,6 +16612,12 @@
"bom-ref": "glob@7.2.3|minimatch@3.1.2",
"author": "Isaac Z. Schlueter (http://blog.izs.me)",
"description": "a glob matcher in javascript",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "27ba7ade1462023c35343130c355bb8b7efe07222b3963b95d0400cd9dd539c2f43cdc9bc297e657f374e73140cf043d512c84717eaddd43be2b96aa0503881f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14056,6 +16648,12 @@
"bom-ref": "global-modules@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "The directory used by npm for globally installed npm modules.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0ace91247f5d46a4e16ec346738f39ade01e146708ce706ef9ecf3efadf87170b15bab4c29b20a4eab1a71b71162086e03b46f7733a5d155b176a0675ebfb6e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14094,6 +16692,12 @@
"bom-ref": "global-prefix@1.0.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Get the npm global path prefix.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e65b31d4d5031ed4a37e0d1e1e5998bd92aff3f9d5a97e1c9056ccf85ac6710fb4e0a59c585a3d3f93313d9612cd4bf2ce67536c8ec48b1f10e086c42c3ab32a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14132,6 +16736,12 @@
"bom-ref": "global-prefix@1.0.2|which@1.3.1",
"author": "Isaac Z. Schlueter (http://blog.izs.me)",
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1f125d616ab53132106c9de7c3472ab2c1e84cd536ebb2a5ac3b866755989710d2b54b4a52139a266875d76fd36661f1c547ee26a3d748e9bbb43c9ab3439221"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14162,6 +16772,12 @@
"bom-ref": "gopd@1.0.1",
"author": "Jordan Harband ",
"description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "77ae5b36521a771be96ff03669b55d96a2aa579eb78ee4676755ad93ab35b0847cb8db1747bd31a88cd5ab155fd5e4ea0ee9f04f632473311e69ecc2293661c0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14199,6 +16815,12 @@
"version": "8.3.2",
"bom-ref": "got@8.3.2",
"description": "Simplified HTTP requests",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "aa3509e54fe16b0c68b0caf220ba1f642926dc2f383cb252ff482b448a63030bbe2e4c718f9731782536e411b4ff79834a95ca4f266bf2887cc0880b687d100b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14227,6 +16849,12 @@
"bom-ref": "got@8.3.2|get-stream@3.0.0",
"author": "Sindre Sorhus",
"description": "Get a stream as a string, buffer, or array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1a585d214b956a473c489ea42b4cc015b886cd11733676388d4b846d5f5444ea3863ed0dcb87e3bdc645553783038a1da45c8e4336b0ea15ee9094aafdfdbcb1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14255,6 +16883,12 @@
"bom-ref": "got@8.3.2|pify@3.0.0",
"author": "Sindre Sorhus",
"description": "Promisify a callback-style function",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0b716c54d1f5b9d4845f8f20197d717efc1359fb185a3e54fbcfee2b5e411b3206acaa14a60857f21599c1afce1676a406289536606f7a64c947999ccbb88f72"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14284,6 +16918,12 @@
"version": "4.2.10",
"bom-ref": "graceful-fs@4.2.10",
"description": "A drop-in replacement for fs, making various improvements.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f41ca1b2c4767cf56c3598f8efca9451b29f98bd3eb790435728d286dc9964b88aed90c002b1457e8a723938f4334e70136b493e2b00e224e79d79766283ef38"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14312,6 +16952,12 @@
"bom-ref": "grunt-cli@1.4.3",
"author": "Grunt Development Team (http://gruntjs.com/development-team)",
"description": "The grunt command line interface",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f43b71fc0855781e0b633b158828d44247742b0d0c70dda06297661982ad1366b962deefd50f8761955686a5dcfe41a7c6532da8a0f14b0a2d8867859a4ac2a1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14340,6 +16986,12 @@
"bom-ref": "grunt-cli@1.4.3|nopt@4.0.3",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0af686c15333b523092ce7973eb7b3edfc9f39b759a8d50ad5c3c01332c7ad3c9b22e6bda4c76698f479630b5f35fb4838cbf70cf52115ac6c64c35340edb42a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14370,6 +17022,12 @@
"bom-ref": "grunt-contrib-compress@1.6.0",
"author": "Grunt Team",
"description": "Compress files and folders",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c0816ebe4fbf372e04f8e8047c9605660a07eca714fe79cd15b61ab01ee046fadc4725babe64e9dcf8fc6b8ac5491ded6c5323ac6bd352ccdd3ba7e02da8e065"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14398,6 +17056,12 @@
"bom-ref": "grunt-contrib-compress@1.6.0|ansi-styles@2.2.1",
"author": "Sindre Sorhus",
"description": "ANSI escape codes for styling strings in the terminal",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "92609ebc582146258cec7079cd33d42e5e2bf5b5454968f3eb6321aa2cc3194aead8d5ae34c432bafe2d1c7a0a247b3af4cfcc17ae2511c1dd608a1cadd59060"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14425,6 +17089,12 @@
"version": "1.1.3",
"bom-ref": "grunt-contrib-compress@1.6.0|chalk@1.1.3",
"description": "Terminal string styling done right. Much color.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "53795154b31296c09f8ea60f6cbc95bf5d4cf423d6e08ef6f1de9308a300389b9e11e07dffca3e792b0c9f13c90fe43e2bdd3db1d11283b0beb489281faa27d4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14453,6 +17123,12 @@
"bom-ref": "grunt-contrib-compress@1.6.0|supports-color@2.0.0",
"author": "Sindre Sorhus",
"description": "Detect whether a terminal supports color",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "28a355b5dea909880f20a538729dbbdf71d6602a6995085d7592c152bc9a007a2eef6df1f854734390dff36e058fe232cae8904d1a2e6f84a72057c872ba7bd2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14483,6 +17159,12 @@
"bom-ref": "grunt-known-options@2.0.0",
"author": "Grunt Development Team (http://gruntjs.com/development-team)",
"description": "The known options used in Grunt",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "183edc4f3d08e1201e75ed7ffa901b989446e38cc52cf8a956d74bf68defab1f481326fb6f8fd8deceebea87c8dc27214791af609fbc6ee0928a80efe5d40b88"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14516,6 +17198,12 @@
"bom-ref": "grunt-legacy-log-utils@2.1.0",
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
"description": "Static methods for the Grunt 0.4.x logger.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "970aae68f5c9b4a424d2b50cd48400a29e67a04a7016a3976ac56879d2de3736a26dffce3d68ca62fbddaa710736653ed13d026917805c86c6a3be3b643f806b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14554,6 +17242,12 @@
"bom-ref": "grunt-legacy-log-utils@2.1.0|ansi-styles@4.3.0",
"author": "Sindre Sorhus",
"description": "ANSI escape codes for styling strings in the terminal",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14581,6 +17275,12 @@
"version": "4.1.2",
"bom-ref": "grunt-legacy-log-utils@2.1.0|chalk@4.1.2",
"description": "Terminal string styling done right",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14609,6 +17309,12 @@
"bom-ref": "grunt-legacy-log-utils@2.1.0|color-convert@2.0.1",
"author": "Heather Arthur ",
"description": "Plain color conversion functions",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14637,6 +17343,12 @@
"bom-ref": "grunt-legacy-log-utils@2.1.0|color-name@1.1.4",
"author": "DY ",
"description": "A list of color names and its values",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14675,6 +17387,12 @@
"bom-ref": "grunt-legacy-log-utils@2.1.0|has-flag@4.0.0",
"author": "Sindre Sorhus",
"description": "Check if argv has a specific flag",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14703,6 +17421,12 @@
"bom-ref": "grunt-legacy-log-utils@2.1.0|supports-color@7.2.0",
"author": "Sindre Sorhus",
"description": "Detect whether a terminal supports color",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14733,6 +17457,12 @@
"bom-ref": "grunt-legacy-log@3.0.0",
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
"description": "The Grunt 0.4.x logger.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "187650cd99a1caad2ede1afb6875b8a941f4c43cf0a7661795d2cf6530a394e786b1c00e5963dfb591b75e2a16f0c6ac1a9f8e05122edfd2c5c75e122e35d170"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14771,6 +17501,12 @@
"bom-ref": "grunt-legacy-log@3.0.0|colors@1.1.2",
"author": "Marak Squires",
"description": "get colors in your node.js console",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "10dc1b964150a6aaa26ba6fefb32c3fca51669f625558fd4367029ee8cfb2d8ec4f76e309a9c9ee35eb004e9afbff1cc5b397c80bd642657ef21dff50e0d7beb"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14811,6 +17547,12 @@
"bom-ref": "grunt-legacy-util@2.0.1",
"author": "Grunt Development Team (https://gruntjs.com/development-team)",
"description": "Some old grunt utils provided for backwards compatibility.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d9b4220f87f35ea5fcae135d5e4032c0269d7aa88f89acb4a109f2efbc00d85dd617882b3c95c2bc0732a1650957ea68fdbd798251a4c6e4a24022b6f7d502db"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14849,6 +17591,12 @@
"bom-ref": "grunt-legacy-util@2.0.1|async@3.2.4",
"author": "Caolan McMahon",
"description": "Higher-order functions and common patterns for asynchronous code",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "88007e25b0c41978722146afa0397d58ffc98f5d3a2b3f43127d433e0630e6bb839f47b75a08b7b0a166e79b0049d18134e401f05e7d77da90edd7aaac703cc1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14889,6 +17637,12 @@
"bom-ref": "grunt-replace-json@0.1.0",
"author": "Agustin Croce",
"description": "Updates attributes of json files.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "60b88341ab38e198a5fdb3648561423fade923291348ce1368dcd73e257b9e23241d179f9a9c857b96968919f80ace6e24c2e15da77ca63ac08b604e9a44e465"
+ }
+ ],
"purl": "pkg:npm/grunt-replace-json@0.1.0",
"externalReferences": [
{
@@ -14920,6 +17674,12 @@
"bom-ref": "grunt@1.5.3",
"author": "Grunt Development Team (https://gruntjs.com/development-team)",
"description": "The JavaScript Task Runner",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "98ac26a385f677cff873f06670e1131de93aef9b8eab0d11b80ff3cb5da36aca56aaf4e9e3e65e405d56f8e4e971b9dc9da06c7db409ea5d25e23f929ff1a669"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14953,6 +17713,12 @@
"bom-ref": "grunt@1.5.3|brace-expansion@1.1.11",
"author": "Julian Gruber",
"description": "Brace expansion as known from sh/bash",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "882b8f1c3160ac75fb1f6bc423fe71a73d3bcd21c1d344e9ba0aa1998b5598c3bae75f260ae44ca0e60595d101974835f3bb9fa3375a1e058a71815beb5a8688"
+ }
+ ],
"licenses": [
{
"license": {
@@ -14986,6 +17752,12 @@
"bom-ref": "grunt@1.5.3|findup-sync@0.3.0",
"author": "\"Cowboy\" Ben Alman",
"description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cfc36bc218bac33c4d3086f196b4f3b945ba296b8a928819ffb39d0d5abed3e9319fbeca507d678a9c7c894eacbaa907a9ce32ea7edaf40f08a66c58fe94e35a"
+ }
+ ],
"purl": "pkg:npm/findup-sync@0.3.0",
"externalReferences": [
{
@@ -15017,6 +17789,12 @@
"bom-ref": "grunt@1.5.3|findup-sync@0.3.0|glob@5.0.15",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "a little globber",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "73d20f31acdf4484e998000a8b6d9d2b554ac460d7f5e861a9f0010eb88bfe5ccef76c5c50a1093d01eb540ff660748d141e22165ca45665afc28e3c9ebdcec4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15047,6 +17825,12 @@
"bom-ref": "grunt@1.5.3|glob@7.1.7",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "a little globber",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3af0fd10dccf2db7a010d9d83f95147c9222ad3838f97c0c5866907d04d8d097a7c4dbef20a3f7537fed01048f22efe51f15d84999a95e55077aa00874acc12d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15075,6 +17859,12 @@
"bom-ref": "grunt@1.5.3|minimatch@3.0.8",
"author": "Isaac Z. Schlueter (http://blog.izs.me)",
"description": "a glob matcher in javascript",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e85b11010b3143ad66c3ea8fd59cdb2fd05cefcc76a793aa3603699e80052d3ad7f27e4ac698740ac9e198a28d5d35a35ea5392f4a463d1ee1624f97599afad1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15105,6 +17895,12 @@
"bom-ref": "handlebars@4.7.7",
"author": "Yehuda Katz",
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6807179b93807c4ffc21791c66f09ea4a5375735b5ff7f456f966ea8cb6023f853f17d9882832f058e5d2e1abf7293afc3b2e4d672bf505ef568b1bf66755844"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15138,6 +17934,12 @@
"bom-ref": "handlebars@4.7.7|wordwrap@1.0.0",
"author": "James Halliday",
"description": "Wrap those words. Show them at what columns to start and stop.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "82f57324594fc9c29ce5d64de323e43fcc3b0dcdfb06d3f5c9ccc49de39be2eab7e295d972faed45399657c5be5267be5c2c4a81b8ccfa77af93214f3326dde1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15168,6 +17970,12 @@
"bom-ref": "har-schema@2.0.0",
"author": "Ahmad Nassri (https://www.ahmadnassri.com/)",
"description": "JSON Schema for HTTP Archive (HAR)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3aa96ecface1197f1cc9169342514c3f0f346d22551b6c7f7056fc64f85420b1a01e46bd4aca24082390829bde78f7abaa27593ab4f5e22a6a7c96fb20b716e5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15206,6 +18014,12 @@
"bom-ref": "har-validator@5.1.5",
"author": "Ahmad Nassri (https://www.ahmadnassri.com/)",
"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9e64f64f49658dbc5d4197eca6c9e8f6182b1b7522afa2ace5a7e2b26eb6a68c6a04ceac0e7304b8f9b34eaf17374384c2a28b2dd8758d0237ab213ae8dcdbdf"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15244,6 +18058,12 @@
"bom-ref": "has-ansi@2.0.0",
"author": "Sindre Sorhus",
"description": "Check if a string has ANSI escape codes",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0bcbc127c0f0502c75f6f866eeeae14ee52caf8fc8c8fea5e15ccd403bfeaf21d039b5b74d34e9f7207af16a588117b66db686b99fec7bbe08a857959cc9cb66"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15272,6 +18092,12 @@
"bom-ref": "has-bigints@1.0.2",
"author": "Jordan Harband ",
"description": "Determine if the JS environment has BigInt support.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b52bc22ad06bf65905d04c7469088ff4df8ea55e338b6aff35e7b95644436daaafdf944b60ccdbc107c5499647d2447e45deb7d36509676a7f6c9084a11dd5a1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15310,6 +18136,12 @@
"bom-ref": "has-flag@3.0.0",
"author": "Sindre Sorhus",
"description": "Check if argv has a specific flag",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0a25fd7e71e401af848c92f427043343b5fe135e95615466ad7aed2df75f1b977d059db1369b8bcd2d7f9559efdda6395bf87ba0198cd6eee4171fdf073c463"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15338,6 +18170,12 @@
"bom-ref": "has-property-descriptors@1.0.0",
"author": "Jordan Harband ",
"description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "eb60d52d91a88840431d0caa1b8c3dc42b99ede244c0d989456c36558f3839e75bed615c036edf88455ef28510c7d840509e1e92eaeabae7131b0b323b55c675"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15376,6 +18214,12 @@
"bom-ref": "has-symbol-support-x@1.4.2",
"author": "Graham Fairweather",
"description": "Tests if ES6 Symbol is supported.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "dd3a0ebdafbe1da5be782a60a99ac27cde7520f07eedb24d553e825004f3b9e0791de6fca3a35a9b45771c6e5d943bd95351a7e502dc6da8622b0fd7564e4927"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15414,6 +18258,12 @@
"bom-ref": "has-symbols@1.0.3",
"author": "Jordan Harband",
"description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9772c2b85e8c8033704c32a47581848a1623b79a513db120e3aaed9669d23e551b82607c2ce22b2896d86050526e73da25ec4c2ad88f3bc8667918d1cf64ddf8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15452,6 +18302,12 @@
"bom-ref": "has-to-string-tag-x@1.4.1",
"author": "Graham Fairweather",
"description": "Tests if ES6 @@toStringTag is supported.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "bdd6ca7e6c3edcba0e615afe9adc47697e5af7afb47f70e58d877c24eaaf38bb1fe66c363ad75adaa0834fda91a8b021ae3c90d21eee6a5e673a2012a6c18d17"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15490,6 +18346,12 @@
"bom-ref": "has-tostringtag@1.0.0",
"author": "Jordan Harband",
"description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9058dc48d867946575932a0693b3972926b01f924e6ff2f351ce70f41d3684e4ced1d7c54636c740abe0d5de9c7f71db7949ad53d55b6d5deacd9d937a1f7b59"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15528,6 +18390,12 @@
"bom-ref": "has-unicode@2.0.1",
"author": "Rebecca Turner ",
"description": "Try to guess if your terminal supports unicode",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f117fd63cdcd05178c9f1d2017303c248990002b2d098594a657a90daf71a6bc30b6680465417487f8b9c5203adb9cc1fc8dfb12daecc12493e8e5f1c1a68825"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15566,6 +18434,12 @@
"bom-ref": "has-value@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2015e4e064ec2d8750ed1bedf86441ac54951249ae394cb8aded178ddf64252510a674eb591e3fcbd4697dec4df6f9003cc16e4287962b0ab33e8cd14e56ac1b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15604,6 +18478,12 @@
"bom-ref": "has-values@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3836190bae2eab39ad7c6304017fc5bd9891c962e9002def62736e9d44549e41954d2fa6234b2656c59a3f275106c13783ea24ee1f7ad230a13bc98571694769"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15642,6 +18522,12 @@
"bom-ref": "has-values@1.0.0|kind-of@4.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Get the native type of a value.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "db85ec0b19846d1c040dbcffab3decb608a7f134f3675112479e8e302374ba3620faf46eb4d4a23a3f5b1c7f6ef390ca81782eadaba0579b05baf6c3e055bf87"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15682,6 +18568,12 @@
"bom-ref": "has@1.0.3",
"author": "Thiago de Arruda",
"description": "Object.prototype.hasOwnProperty.call shortcut",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7f676f3b4554e8e7a3ed1916246ade8636f33008c5a79fd528fa79b53a56215e091c764ad7f0716c546d7ffb220364964ded3d71a0e656d618cd61086c14b8cf"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15720,6 +18612,12 @@
"bom-ref": "hashids@2.2.10",
"author": "hashids.org (https://github.com/hashids)",
"description": "Generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9d79d8ba6b3b17c07963e1924e1bad2cf94a31a6a65b5ca358d655b7458ca1d8897dd8da0d91e78584d66e54be8753a8071df28f0881c3195d3cfde721b15248"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15758,6 +18656,12 @@
"bom-ref": "hbs@4.2.0",
"author": "Don Park (http://blog.docuverse.com)",
"description": "Express.js template engine plugin for Handlebars",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "750c079eb7d69539393ef1bdf9ae39198a60d15a57e3baf2285f1d50b55de83b70384e9311c6105d0e5033a9f23b1fe1eefddbbc441b767d7d10301c7d402066"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15786,6 +18690,12 @@
"bom-ref": "he@0.4.1",
"author": "Mathias Bynens",
"description": "A robust HTML entities encoder/decoder with full Unicode support.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c059f526572c81b71611ac10e80d46ced80d45197a53212d6804480e901e1f7737e53ffd89dfd040abdaa75340cfa624da82ab2b05d0659144452d2d97d13426"
+ }
+ ],
"purl": "pkg:npm/he@0.4.1",
"externalReferences": [
{
@@ -15817,6 +18727,12 @@
"bom-ref": "heap@0.2.7",
"author": "Xueqiao Xu ",
"description": "binary heap (priority queue) algorithms (ported from Python's heapq module)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d9bb1e8189241cefa1ffd3066e7e8a59c138e5c1d980f00da392d717b12f59d4f4c93d8482e4953b59c3814e5cf3e64e3f0a76bcc35aed816c26155c0d1f5276"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15850,6 +18766,12 @@
"bom-ref": "helmet@4.6.0",
"author": "Adam Baldwin (https://evilpacket.net)",
"description": "help secure Express/Connect apps with various HTTP headers",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1d5a802ca66547de513a4ae77ac7616db649162feb2154a836ae9fde303ff6ee8c21b4ec3e1df16708a18de239f833bfdac395e87307a285dc10ebb0b241e94e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15888,6 +18810,12 @@
"bom-ref": "hoister@0.0.2",
"author": "Matt McKegg",
"description": "Put all function and variable declarations at the top of the scope in an AST",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "42285dd912063b4e906923c8e19fe5740f46bc3ee52baff0a3e7b410c4b35c8f013c424c180362db24156b796d3e57134c8f1608857d5c016c53da672b8b0b9b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15921,6 +18849,12 @@
"bom-ref": "homedir-polyfill@1.0.3",
"author": "Brian Woodward (https://github.com/doowb)",
"description": "Node.js os.homedir polyfill for older versions of node.js.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7929a6584e5b6532b6368bb8834008df367daecc29ec644aa0a5d2d412d492f3ef88eaace184cdd5d8d022aad7cbd939804b5d2cfcbce898d1c2c34cf6d9c370"
+ }
+ ],
"licenses": [
{
"license": {
@@ -15959,6 +18893,12 @@
"bom-ref": "hooker@0.2.3",
"author": "\"Cowboy\" Ben Alman",
"description": "Monkey-patch (hook) functions for debugging and stuff.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b7e51eac2b10be24b29802270f4d4fc3e0e7feeb26cf5b113bedd9935fa5c7c7a0f962a90f6ba57305aa1c72f4f9ab1e441afedfebc88621b52b5253c1a21c4c"
+ }
+ ],
"purl": "pkg:npm/hooker@0.2.3",
"externalReferences": [
{
@@ -15990,6 +18930,12 @@
"bom-ref": "hosted-git-info@2.8.9",
"author": "Rebecca Turner (http://re-becca.org)",
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9b120301bf4bb26e83a0e27bc47fb9f97e32d4b53fe078b9d0bf42e6c22cc0adc9cd42d2e1bc24d45be374182f611e1bcd3e2db944220b5e451367f91db2ef63"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16028,6 +18974,12 @@
"bom-ref": "html-entities@1.4.0",
"author": "Marat Dulin",
"description": "Faster HTML entities encode/decode library.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f27c6370171df30a2f6de2b1ee1df04e38b87bafab85a56e3cda4cab05a09c787e37d4e8aac0ace97ced59104f43e52dceca0c01d299b5410da15cd4fc432d64"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16056,6 +19008,12 @@
"bom-ref": "htmlparser2@3.3.0",
"author": "Felix Boehm ",
"description": "Fast & forgiving HTML/XML/RSS parser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "67c8bade7eec7ae3ef45ed4f432ae39a8552b6fedb8cc6b4b24ace97f93ab674ffe56a4f36bcd62c1d4783f749c415c7fcce8a66f9b6e494065428901b15112d"
+ }
+ ],
"purl": "pkg:npm/htmlparser2@3.3.0",
"externalReferences": [
{
@@ -16082,6 +19040,12 @@
"bom-ref": "htmlparser2@3.3.0|isarray@0.0.1",
"author": "Julian Gruber",
"description": "Array#isArray for older browsers",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0f64bedc62f1587fae86b34472887f7e799878ff04f3fcc797ae3877f8dd034836bb25efcb7b1bd2ac68b44fa77b42ed71c1e49d0cd6c1913385a93ba09d0239"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16115,6 +19079,12 @@
"bom-ref": "htmlparser2@3.3.0|readable-stream@1.0.34",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "Streams2, a user-land copy of the stream library from Node.js v0.10.x",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a24d6a54226e464366bde6d88a4963c4903f504b0ac0b9769c8d4e99aa80bb8fd413e874c0a087a24e1790bfe0be2dfd39a717bf0e7d44950e15490389bdab1e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16142,6 +19112,12 @@
"version": "0.10.31",
"bom-ref": "htmlparser2@3.3.0|string_decoder@0.10.31",
"description": "The string_decoder module from Node core",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7afd90cd2cd63d89b2f46baa7c856295d03839d7062de15942bab9cace91b62b85f914108995abf1364dc8072e557c904587c43be32ca01ff506e41584e26ea1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16177,6 +19153,12 @@
"bom-ref": "http-cache-semantics@3.8.1",
"author": "Kornel Lesiński (https://kornel.ski/)",
"description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e5a8b68a4b3257c6579a76611c7e2b58fa31c62b2d11ec528b9f77eb3210d5b9cd4d6e559c0f3907a3ff5695e244cd35ec8811bdbda42a8d5afffcbed304a9df"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16205,6 +19187,12 @@
"bom-ref": "http-errors@2.0.0",
"author": "Jonathan Ong (http://jongleberry.com)",
"description": "Create HTTP error objects",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "16dc2b1bf7ae0736848d8791a8e825cbb1b4aaf8a25e82569ef107d99d6994175781bca3bf7e291d349bf73a1e1ccc83cb7dfe0d6cb95adf56a3e4d446d39849"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16233,6 +19221,12 @@
"bom-ref": "http-proxy-agent@5.0.0",
"author": "Nathan Rajlich (http://n8.io/)",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9f6858f18768444d62eebe8cd30f43230e468193741b6e4ff332c2450f2b8d7b53537bec345048fef58afd421e13a839314533e9abf000f5e62fa172f43ffdd3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16266,6 +19260,12 @@
"bom-ref": "http-proxy-agent@5.0.0|debug@4.3.4",
"author": "Josh Junon ",
"description": "Lightweight debugging utility for Node.js and the browser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3d15851ee494dde0ed4093ef9cd63b25c91eb758f4b793ae3ac1733cfcec7a40f9d9997ca947c520f122b305ea22f1d61951ce817fbb1bfbc234d85e870c5f91"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16293,6 +19293,12 @@
"version": "2.1.2",
"bom-ref": "http-proxy-agent@5.0.0|ms@2.1.2",
"description": "Tiny millisecond conversion utility",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0690fc7e56332d980e8c5f6ee80381411442c50996784b85ea7863970afebcb53fa36f7be4fd1c9a2963f43d32b25ad98b48cd1bf9a7544c4bdbb353c4687db"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16323,6 +19329,12 @@
"bom-ref": "http-signature@1.2.0",
"author": "Joyent, Inc",
"description": "Reference implementation of Joyent's HTTP Signature scheme.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0806e7afa473e0261090b614b52357c503d41f680af1fde259ec5596c9cc783f868e5b10d17b32d5c397fa637776dc58a26472db50a23b353c521c3a3b09dc11"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16361,6 +19373,12 @@
"bom-ref": "https-proxy-agent@5.0.1",
"author": "Nathan Rajlich (http://n8.io/)",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7457008e94d0160a0b3330b657053e0bf09b4bbb912f49569b10c84e6aa6ec2fbb17439d9a3eacf65e9a95973a0042d786b9e080cd827964971c639d5f662dc0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16394,6 +19412,12 @@
"bom-ref": "https-proxy-agent@5.0.1|debug@4.3.4",
"author": "Josh Junon ",
"description": "Lightweight debugging utility for Node.js and the browser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3d15851ee494dde0ed4093ef9cd63b25c91eb758f4b793ae3ac1733cfcec7a40f9d9997ca947c520f122b305ea22f1d61951ce817fbb1bfbc234d85e870c5f91"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16421,6 +19445,12 @@
"version": "2.1.2",
"bom-ref": "https-proxy-agent@5.0.1|ms@2.1.2",
"description": "Tiny millisecond conversion utility",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0690fc7e56332d980e8c5f6ee80381411442c50996784b85ea7863970afebcb53fa36f7be4fd1c9a2963f43d32b25ad98b48cd1bf9a7544c4bdbb353c4687db"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16451,6 +19481,12 @@
"bom-ref": "humanize-ms@1.2.1",
"author": "dead-horse",
"description": "transform humanize time to ms",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "165ef4bd8b6c0056ff0b4e8f4d2f5d641a3b8a16aef93bbf0cd0a4fcec8785e6b4ed2f9a78c5a914591469745af1f23e49c65b108f1d7d2c7063b83167d48055"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16479,6 +19515,12 @@
"bom-ref": "i18n@0.11.1",
"author": "Marcus Spiegel ",
"description": "lightweight translation module with dynamic json storage",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8fd2463a5bdb51ab55539717b9af801e2968b64b74c11238644864ca1feffed29cc1bb4c8e96aec63ac170506a4c2cfe130e97afb70226403ee032d8401d5852"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16512,6 +19554,12 @@
"bom-ref": "iconv-lite@0.4.24",
"author": "Alexander Shtuchkin ",
"description": "Convert character encodings in pure javascript.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "bf73179d901cbe7cb091350466898801cb657bb4575de79d391df5c3097b565ca85cee108bd6abbd27a73505a77b54dc4708422f51f02c8db56c4a9da63f3fac"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16550,6 +19598,12 @@
"bom-ref": "ieee754@1.2.1",
"author": "Feross Aboukhadijeh",
"description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "75ccaa843bd7d42e3a95765c56a0a92be16d31141574830debf0dfe63b36ce8b94b2a1bb23ab05c62b480beeca60adbd29d5ce2c776ef732f8b059e85509ea68"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16578,6 +19632,12 @@
"bom-ref": "ignore-walk@3.0.4",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3d8e888bca358cc440d73e05da14641ffc4de7da31e370dabcabc3de80e97eead194e272007a627c8c296ddbf59f88ede28bf48d2a70de44381a1267a412fa59"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16606,6 +19666,12 @@
"bom-ref": "ignore-walk@3.0.4|brace-expansion@1.1.11",
"author": "Julian Gruber",
"description": "Brace expansion as known from sh/bash",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "882b8f1c3160ac75fb1f6bc423fe71a73d3bcd21c1d344e9ba0aa1998b5598c3bae75f260ae44ca0e60595d101974835f3bb9fa3375a1e058a71815beb5a8688"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16639,6 +19705,12 @@
"bom-ref": "ignore-walk@3.0.4|minimatch@3.1.2",
"author": "Isaac Z. Schlueter (http://blog.izs.me)",
"description": "a glob matcher in javascript",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "27ba7ade1462023c35343130c355bb8b7efe07222b3963b95d0400cd9dd539c2f43cdc9bc297e657f374e73140cf043d512c84717eaddd43be2b96aa0503881f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16668,6 +19740,12 @@
"version": "2.4.5",
"bom-ref": "iltorb@2.4.5",
"description": "Brotli compression/decompression with native bindings",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "10c08c9772e79cd499252e50af1c9998c4da002e3e4c990ce70a03fb16e99bd441fa61580abec2d391851374c4182b154125479a35fedec7f9022c2cca53489d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16706,6 +19784,12 @@
"bom-ref": "imurmurhash@0.1.4",
"author": "Jens Taylor",
"description": "An incremental implementation of MurmurHash3",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2665cc67ac2ebc398b88712697dca4cea3ba97015ba1fd061b822470668435d0910c398c5679f2eece47b0880709b6aad30d8cc8f843aa48535204b62d4d8f1c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16744,6 +19828,12 @@
"bom-ref": "indent-string@4.0.0",
"author": "Sindre Sorhus",
"description": "Indent each line in a string",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "11d0c366ee00d8ec882bb2ebff6cc6fb0e6399bba4d435419c4c11110bc1ceca412640846d16bc1b153596085871a1890a745689b8c35e5abbefd5f5ff2e71c2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16772,6 +19862,12 @@
"bom-ref": "infer-owner@1.0.4",
"author": "Isaac Z. Schlueter (https://izs.me)",
"description": "Infer the owner of a path based on the owner of its nearest existing parent",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "202963f97cfde3e77b8ab1f9a91c9f2689ce75f4f3b836a27c4e993d67f1d0dd3efc04d909bb933eada9ac5979dbabab91077dd16c942888750df050da1333f4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16800,6 +19896,12 @@
"bom-ref": "inflection@1.13.4",
"author": "dreamerslab ",
"description": "A port of inflection-js to node.js module",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e88fc750379815fb8d0954b7b5dd39e41697070298bb3c3b2b713154c4ad068c0aa3da0e00c2485c81ef77247789ba130a9d5bfb58b90d2908653730224b6e0f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16828,6 +19930,12 @@
"bom-ref": "inflight@1.0.6",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "Add callbacks to requests in flight to avoid async duplication",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "93dd88fdbd3cab8c2f16c71708bbea7ec1c2ae3ac5ef2897b10b8856f544ecdf365b7f9aaa9cee51d05b7e159ccbf159477ff82207e532028b3acbcf0eb18224"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16865,6 +19973,12 @@
"version": "2.0.4",
"bom-ref": "inherits@2.0.4",
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16893,6 +20007,12 @@
"bom-ref": "ini@1.3.8",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "An ini encoder/decoder for node",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "255ff2ba0576bb35b988c4528990320ed41dfa7c6d5278de2edd1a70d770f7c90a2ebbee455c81f34b6c444384ef2bc65606a5859e913570a61079142812b17b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16921,6 +20041,12 @@
"bom-ref": "interpret@1.1.0",
"author": "Tyler Kellen",
"description": "A dictionary of file extensions and associated module loaders.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "08b33c48d303bbb0b9a6c1429fa5a0fed8298ff6ca020ee1736816a9cb91f4e0f916df4f841a48bbc3cb89c3de8acfb10dde985f69dc23c30203ae08f6d7ed20"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16959,6 +20085,12 @@
"bom-ref": "into-stream@3.1.0",
"author": "Sindre Sorhus",
"description": "Convert a buffer/string/array/object/iterable/promise into a stream",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4dc7633e26d392c6b5350c629aa7a9dabd7b212462344f5fc257db83717c00d76f3f9ff2ac54dec3ce9570efff8e4e104da3256e3ca93c1abbe87376cda29f65"
+ }
+ ],
"licenses": [
{
"license": {
@@ -16987,6 +20119,12 @@
"bom-ref": "invariant@2.2.4",
"author": "Andres Suarez ",
"description": "invariant",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a6125f41506e689339ada3a926349f9220fa0696c213836cfff2da5e5eb0198b54058f379d64ba45ff6d5e6d9ef1568aeb42448d895d6cf89ffc0d81d42da034"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17014,6 +20152,12 @@
"version": "1.1.8",
"bom-ref": "ip@1.1.8",
"author": "Fedor Indutny ",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3ee1313d8522bbaa8c0506f8974e9e726e93eae8f386687e31e25c5bdc1af3d3e8033e69bdde333e0379589575d3899be92d93d40c0d200681ef424dacb41686"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17047,6 +20191,12 @@
"bom-ref": "ip6@0.2.10",
"author": "Qian Chen",
"description": "IPv6 address helper utilities.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d4b769c8a8e1bdea5de846c053aad6e20d78bee62dc794e7257f537d964186c33a0ecc8f40b3735b5dabb5b52a5c1330a85acb555fc6731bf418d16f269d9c60"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17085,6 +20235,12 @@
"bom-ref": "ipaddr.js@1.9.1",
"author": "whitequark ",
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d0a23feb4ef1a31493a07ec68cdd457d26cba14d3e6ed4e2723b1049642587f859ca437c2a998c7fbb98c0f5b747e6a467a47fc35f199574870585e26143cede"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17113,6 +20269,12 @@
"bom-ref": "is-absolute@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "74e5a8a9f96f73274045adfad06befd7c0d9fe046e1ca8b6354ff05395f5645cdd61f1f6f67922359b05de6a78389dc7e32a3d331f00fee006373a733cddf204"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17151,6 +20313,12 @@
"bom-ref": "is-accessor-descriptor@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9b98671d391c56c3dfab1dc02a5cadb483dbec9f97ca41ef24fd81f5b6438e584b22812ae17a0aeb8560edba199555982ba2d463de1d60f104ecb87466464a71"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17189,6 +20357,12 @@
"bom-ref": "is-arguments@1.1.1",
"author": "Jordan Harband",
"description": "Is this an arguments object? It's a harder question than you think.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f10ec40118f31272a9b7f3c20fb7b5720512d1ae97f2ee6d75288ca978688ce76857d4ec32c88efbd54b0b9bc098ef0deff1a65e7ef28d1f2a9c0e9b5401337c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17227,6 +20401,12 @@
"bom-ref": "is-arrayish@0.2.1",
"author": "Qix (http://github.com/qix-)",
"description": "Determines if an object can be used as an array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cf3d3a4bcb74a33a035cc1beb9b7b6eb37824cd5dc2883c96498bc841ac5e227422e6b38086f50b4aeea065d5ba22e4e0f31698ecc1be493e61c26cca63698ce"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17255,6 +20435,12 @@
"bom-ref": "is-bigint@1.0.4",
"author": "Jordan Harband ",
"description": "Is this value an ES BigInt?",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cc1f42aee31a9a3ca6f358b6259dd4327e783ca1ac433b097a8eb1bcddc7249e0202c40d07a891bada764e8efb39f08dba8c6ca6c221cda3e83b5cf20848453a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17293,6 +20479,12 @@
"bom-ref": "is-binary-path@2.1.0",
"author": "Sindre Sorhus",
"description": "Check if a file path is a binary file",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "64c11161eb3aa43c9dcae1a276c7bb3ac1f1b5b23b595794128ce047f83baddd31522998365bd9444fcad8c8194e35b2ef6e487de94b79570433dee69ad4465f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17321,6 +20513,12 @@
"bom-ref": "is-boolean-object@1.1.2",
"author": "Jordan Harband ",
"description": "Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "80361a2872669e3e1a5b1ca3e981f25d5a5d41ac2d54b1d4e5c6fe7b3b4f19ccdfe9c8ee4ddc2f7b964811f817a87e1ee7b027d43d4029ff02677918ad046a60"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17349,6 +20547,12 @@
"bom-ref": "is-buffer@1.1.6",
"author": "Feross Aboukhadijeh",
"description": "Determine if an object is a Buffer",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "35c7402f0a579139b966fbdb93ba303944af56f04a0e028fe7f7b07d71339e64057ece194666a739e2814e34558e46b7405a0de9727ef45dd44aa7c7a93694e7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17382,6 +20586,12 @@
"bom-ref": "is-callable@1.2.7",
"author": "Jordan Harband",
"description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d410b40551614bfa74aadc3a7a7a7c7bef0e0f452b2b4a052f3b528cdce170a037583b89c7100f5f33ee3ed2a48c463d514a045a55fff1f80a7aed92f22f494c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17410,6 +20620,12 @@
"bom-ref": "is-core-module@2.11.0",
"author": "Jordan Harband ",
"description": "Is this specifier a node.js core module?",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4518f196f2c3903d582700dbae804731bf9cba4bab90358dc87c7b0f7a0d079c7dadbe6881c92c302e701c269d717a28ebb815afffb7185c92877d77e338baaf"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17448,6 +20664,12 @@
"bom-ref": "is-data-descriptor@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8db457cb5166b40a028d0915988558c2ebaa0c551b68e7838e679dd6d3863ebb0c86d240e2b0fdb64800d05d6a2778111515dc1d856475e68fe74439ac4fe32d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17486,6 +20708,12 @@
"bom-ref": "is-date-object@1.0.5",
"author": "Jordan Harband",
"description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f5841a4b1b00892c1cbd2df7301937c130959d62be1e117c5594768d1c5e84cd7a41c54e747a8f9f854f1e644ae254abdfc9fd26b8aeac89cb70ff74c6c60d7d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17514,6 +20742,12 @@
"bom-ref": "is-descriptor@1.0.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d9e8ace56a90195ee97a8a03c8b98d10f52ba6cf7e4975f973da4bdf1101fb87bd1e71ae0daee607b907c47c3809ba92f64d53da1387de688bf27f16b62615b6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17552,6 +20786,12 @@
"bom-ref": "is-docker@2.2.1",
"author": "Sindre Sorhus",
"description": "Check if the process is running inside a Docker container",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "17e8b604ab05ac7eba89a505734c280fcb0bcbc81eb64c13c2d3818efb39e82c780a024378a41ea9fcfcc0062249bf093a9ad68471f9a7becf6e6602bef52e5d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17580,6 +20820,12 @@
"bom-ref": "is-expression@4.0.0",
"author": "Timothy Gu ",
"description": "Check if a string is a valid JavaScript expression",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ccc2175fadecc731b75eb90792b00fbe6fce55955208f364c0c1d4f284d7eff53700befc2344170842025d4335dc121af1360667af0f89329f433df269336be0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17608,6 +20854,12 @@
"bom-ref": "is-extendable@1.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a value is a plain object, array or function.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6ab9d73314f5861a0aa3d9352d976694dc897430dfcb6bf47d78c5966a24e3e8bcba5ffa5a56d581ef5b84cef83a934f40f306513a03b73f8a5dad4f9de27138"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17646,6 +20898,12 @@
"bom-ref": "is-extglob@2.1.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a string has an extglob.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "49b29b00d90deb4dd58b88c466fe3d2de549327e321b0b1bcd9c28ac4a32122badb0dde725875b3b7eb37e1189e90103a4e6481640ed9eae494719af9778eca1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17684,6 +20942,12 @@
"bom-ref": "is-fullwidth-code-point@1.0.0",
"author": "Sindre Sorhus",
"description": "Check if the character represented by a given Unicode code point is fullwidth",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d69a94a918e484f27d9a236af52c0c7ddbe2ea504971de9e171bdf6a2bd085a1f74a08ac7e2bae76f167b5d28e9b1b9e7bfefb97e14f8caad08d6be63e35ab47"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17712,6 +20976,12 @@
"bom-ref": "is-generator-function@1.0.10",
"author": "Jordan Harband ",
"description": "Determine if a function is a native generator function.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8ec123cbd977ca25c443e3ec5dd981c043dc3b169758bb2929da65154548f6fab58998087a4782d0bd7aeea7aef3a73341ac5e777abf533bb0d2cc0bd22acbf0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17745,6 +21015,12 @@
"bom-ref": "is-glob@3.1.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "505a430eb3e033aaa99c5348fab87fa776d46aaf6128b64df1b3145b3c667276554b7a267f820f2be06b7b09675a33b55a652c318b928ca878509b95e3e2ea9b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17783,6 +21059,12 @@
"bom-ref": "is-heroku@2.0.0",
"author": "Sindre Sorhus",
"description": "Check if your code is running on Heroku",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "738bc75f0c707c866528e100ca4db95c80887ca96a5b061cb7edb3b752107e99f6aade9236a4e9e3541a6c050de41f4924c8fa590ee9acde0778cd8a505fe02b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17811,6 +21093,12 @@
"bom-ref": "is-lambda@1.0.1",
"author": "Thomas Watson Steen (https://twitter.com/wa7son)",
"description": "Detect if your code is running on an AWS Lambda server",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "cfb08c14636b10dab988507d06aa3ae1793a63db20f9ea6ad66c8871d1da1a76cc4d83b1bf3b04b5d62a414ca507b2f17e4be0aeb8cfdf64fa6307228a8f5421"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17849,6 +21137,12 @@
"bom-ref": "is-map@2.0.2",
"author": "Jordan Harband ",
"description": "Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "70e645410a334e16b57f83312c5ce580a60f4f28f6ea989c7594f1f3685b73f5dfe0afed64e39748290cbd4e292a2a115c60cb2519f418ced4a5eee447bdb5ca"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17887,6 +21181,12 @@
"bom-ref": "is-natural-number@4.0.1",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"description": "Check if a value is a natural number",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6382d36a631ed030d020802569eafd78a79b0250d257a86ecbe4d684954f973661da8e2d44fe524161652e7e4dd13a389830f6dbfa9d3aafaf7a8d5c48848b81"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17915,6 +21215,12 @@
"bom-ref": "is-number-like@1.0.8",
"author": "Vigour.io ",
"description": "Checks whether provided parameter looks like a number",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "eab662ddecc2c85727e4bef5cb0cf3d9b4b96f6220975127dde4e5665bca8e9cf59f72192c060c6ca600210805984bb4184360f76ce253f7da10e03f6a2c636c"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17953,6 +21259,12 @@
"bom-ref": "is-number-object@1.0.7",
"author": "Jordan Harband ",
"description": "Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "935534211ccb328ed995821fcd1bb6dce87a3222056ac8296fd5fbe9ea9f15902ac07e38508e0a4c1bc16086757522fd6730a14c1f528477cb911e29756e64ad"
+ }
+ ],
"licenses": [
{
"license": {
@@ -17991,6 +21303,12 @@
"bom-ref": "is-number@3.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if the value is a number. comprehensive tests.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e1c6e80aa2299621fe980bc535e823650e2480a73765485056bdc7bd66d2879ab7587daff3672df93d98d61754e4676da2bc7f70b89f423a826cbedba739cb4e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18029,6 +21347,12 @@
"bom-ref": "is-number@3.0.0|kind-of@3.2.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Get the native type of a value.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "34e5bd4105cca191a0fe8aa754da0d4d320510889dd7adbb5827df50124474cc58029abb98d13b0a9cee7083dcf99420db93e17a3ec8252997de13bea1b94eb5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18069,6 +21393,12 @@
"bom-ref": "is-object@1.0.2",
"author": "Raynos ",
"description": "Checks whether a value is an object",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "dab4486a1859af65166f8e5f20ebaf646a45b73d13c8e64b7f7d8ac416d2a1409e651e3de7308a95650a29407293781e4b6780b3b640001b7463f471d0689018"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18107,6 +21437,12 @@
"bom-ref": "is-plain-obj@1.1.0",
"author": "Sindre Sorhus",
"description": "Check if a value is a plain object",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "caf911cb1985284390e293570a6246e401103655c94b92da38d5e8e7f70b75365d5afb19d62a091289cb180a2c2a531613c970532fdb273323730f1acfbdfe16"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18135,6 +21471,12 @@
"bom-ref": "is-plain-object@2.0.4",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if an object was created by the `Object` constructor.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8793e98179168ad737f0104c61ac1360c5891c564956706ab85139ef11698c1f29245885ea067e6d4f96c88ff2a9788547999d2ec81835a3def2e6a8e94bfd3a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18173,6 +21515,12 @@
"bom-ref": "is-promise@2.2.2",
"author": "ForbesLindesay",
"description": "Test whether an object looks like a promises-a+ promise",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "fa53f8ffa94a5017d08d9da97714e166f2d401a7e665bf0e03115bf175ed890992df920d82bf3985d386a04b35db87b3d450a7649b7a8dabbf4fe6a5879f1015"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18201,6 +21549,12 @@
"bom-ref": "is-regex@1.1.4",
"author": "Jordan Harband ",
"description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "92f45dc43b31663873517d3b6672f27734b54d4fd32654d41c763860b2fcededfba14038f437e42ea832f958c5a1ca30cb6f5c2af7128aefa422fef6f234d356"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18239,6 +21593,12 @@
"bom-ref": "is-relative@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns `true` if the path appears to be relative.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2b0fd178ad22ab029ebb43084cb16e8f48db3c098488eb08c32217bef6df6ba41f98df69903d4cfbca5d93b465fdd4ca6c7df8fd704531b803e2230984b41b18"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18277,6 +21637,12 @@
"bom-ref": "is-retry-allowed@1.2.0",
"author": "Vsevolod Strukchinsky",
"description": "Is retry allowed for Error?",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4546d478ac2f9b75c6d9561a9a124bd71164b608ef3f32f41eaf02fbacab588b300f2dc12171aa0b187191cdf437d8ea2b7d75815535dfb2bc122e79ff354946"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18305,6 +21671,12 @@
"bom-ref": "is-set@2.0.2",
"author": "Jordan Harband ",
"description": "Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "fb67274c465e639cff89719b2e13eb38068afcc6aee64e5e5eaf63d780a94537edab4a4026ed8cc15452661c99581cf1de8e97efde4bcfa0696fa47418a7f7ee"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18343,6 +21715,12 @@
"bom-ref": "is-stream@1.1.0",
"author": "Sindre Sorhus",
"description": "Check if something is a Node.js stream",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b903e6f2472ce3b8f1dfc6ad01c593571ca5b506283d3ebccbd69661d57ac965d2c96f26cd26add132fa0a259d65e09d1772ab02fa55b671db4efe1137eaea75"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18371,6 +21749,12 @@
"bom-ref": "is-string@1.0.7",
"author": "Jordan Harband ",
"description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b44d945f38af8deea87cf5bb976ddc8c338c6b4f606fbc6502a1ba8c6e5e8fab8f577d939563f734a3e282d68678736ef5fa2171c458bc889931f38e9ce614b6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18399,6 +21783,12 @@
"bom-ref": "is-symbol@1.0.4",
"author": "Jordan Harband ",
"description": "Determine if a value is an ES6 Symbol or not.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0bf08f06a2969ef75cc6a200471c8e878bf551410e087a600dad16620a4a0c532ccdcacf71f7e0e6e8704a03c22c3d965b19aaea2b22b33f3bb734f4d6db8686"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18432,6 +21822,12 @@
"bom-ref": "is-typed-array@1.1.10",
"author": "Jordan Harband",
"description": "Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3c9aa010789666f329685677b9373c9073cce3ee000d39439e2b902fb714fd40c0d1097b17bd3219f1e987770b35ef9cf6da1a8a0bfe0c5cd324a85cd82b4ee8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18460,6 +21856,12 @@
"bom-ref": "is-typedarray@1.0.0",
"author": "Hugh Kennedy (http://hughsk.io/)",
"description": "Detect whether or not an object is a Typed Array",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "732039ea208c1c087909dce32486b86a8849c9e3b561bc0b8b725cdf9326454ea9a2ba058c8199cd4ceea468913ce8e01e0f532eee37c5ba705e4e76ddf33128"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18498,6 +21900,12 @@
"bom-ref": "is-unc-path@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a filepath is a windows UNC file path.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9ab1a955dd1fb3b5962df56c4adbe017a8842676e30c5661f7f7a68510dc1964ddb937cd1ddf421de5301f781822375bc28e0e9fa86e9e4cedc0e680c34ca595"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18536,6 +21944,12 @@
"bom-ref": "is-weakmap@2.0.1",
"author": "Jordan Harband ",
"description": "Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "352051e241f9a158f5530beff7bd2bb9490257b3b59b381514ee3fadebf670b45d6bd4e6f47acbef464fbade2b387818d0536b52ef4109b5c0dac750fb1d1c84"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18574,6 +21988,12 @@
"bom-ref": "is-weakset@2.0.2",
"author": "Jordan Harband ",
"description": "Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b76c95bedb4791092dc2734d98143df0084434b74f5130d3136d6e3ea010d0047041f19e40a4554b434dbab1fb6d37fb46bbdc567d4e3a07b8e429c17870929a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18612,6 +22032,12 @@
"bom-ref": "is-windows@1.0.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7972b55089ead9b3e68f25fa7b754723330ba1b73827de22e005a7f87a6adce5392a4ad10bde8e01c4773d127fa46bba9bc4d19c11cff5d917415b13fc239520"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18650,6 +22076,12 @@
"bom-ref": "isarray@2.0.5",
"author": "Julian Gruber",
"description": "Array#isArray for older browsers",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c478e10ebddc3412b40737542523d7667b50531fe6c0c4b9470e00ee53c9f745c600ee8848ffde3c336ea34be1a8e654f940f9268a1dc02000a1941ddc57802b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18683,6 +22115,12 @@
"bom-ref": "isexe@2.0.0",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "Minimal module to check if a file is executable.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "447c4c2e9f659ca1c61d19e0f5016144231b600715a67ebdb2648672addfdfac638155564e18f8aaa2db4cb96aed2b23f01f9f210d44b8210623694ab3241e23"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18721,6 +22159,12 @@
"bom-ref": "isobject@3.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if the value is an object and not an array or null.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5a107dcc292eec41938ff1d0411cf969440451ea10647d9b59c96d444acea72989e1ba1813ac0bf536ebdb792b44f499f82e73a8d4ab4b0f8273bb196786fbbe"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18759,6 +22203,12 @@
"bom-ref": "isstream@0.1.2",
"author": "Rod Vagg ",
"description": "Determine if an object is a Stream",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6258f3edf7f23dbacba4b9e0accb59ecd76e52056f8bac06f5127d21473209de7d610f75d4f049a6138351c6ce55ba987f17b5c2e61ffcb27c3dab8c470b0cfe"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18797,6 +22247,12 @@
"bom-ref": "isurl@1.0.0",
"author": "Steven Vachon (https://www.svachon.com/)",
"description": "Checks whether a value is a WHATWG URL.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d4fff25acc4f943b67ed07910fe50b2903da21a37ac85dfaf06676bc37efd002f4370a52b5a7e35820c3767d24f30805316a5502a1bba098711e796e778da2f7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18825,6 +22281,12 @@
"bom-ref": "js-stringify@1.0.2",
"author": "ForbesLindesay",
"description": "Stringify an object so it can be safely inlined in JavaScript code",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "aed4b90133a8d90e64d46f830032128a50c0ea5bfbf73222c0577a09c8ee23118a2c59b90be44b22646c7156a9f64e798be30e6708258b0f8d7a3be42ee183e6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18853,6 +22315,12 @@
"bom-ref": "js-tokens@4.0.0",
"author": "Simon Lydell",
"description": "A regex that tokenizes JavaScript.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "45d2547e5704ddc5332a232a420b02bb4e853eef5474824ed1b7986cf84737893a6a9809b627dca02b53f5b7313a9601b690f690233a49bce0e026aeb16fcf29"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18881,6 +22349,12 @@
"bom-ref": "js-yaml@3.14.1",
"author": "Vladimir Zapparov ",
"description": "YAML 1.2 parser and serializer",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a24307ece5d727b62b37d3a4dff497ae7bb8897f723a4fb6e67a97e22992da7a6ebd36039a8fd0119a2ac199186880e4de356f04e4ce20480485a2ceca7052f6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18914,6 +22388,12 @@
"bom-ref": "jsbn@0.1.1",
"author": "Tom Wu",
"description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "51553d7626ead897055b140f03a282aa3e4ee3654e980637cd051f10ac54d0aa53197c0da028e45f57b5dde1cdbf0ff13f29edea9534ad9d61b63593353497b2"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18942,6 +22422,12 @@
"bom-ref": "json-buffer@3.0.0",
"author": "Dominic Tarr (http://dominictarr.com)",
"description": "JSON parse & stringify that supports binary via bops & base64",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0ae52a8efd0551921d5e41cf23c31ecc29c509d69301a71e8f54d962e94ba0083587f3e1c2475714de15fe0cd8e20f9f30108e576c45faba7bb765c3da7b3f35"
+ }
+ ],
"licenses": [
{
"license": {
@@ -18975,6 +22461,12 @@
"bom-ref": "json-parse-better-errors@1.0.2",
"author": "Kat Marchán",
"description": "JSON.parse with context information on error",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9abab264a7d7e4484bee1bea715e961b5c988e78deb980f30e185c00052babc3e8f3934140124ff990d44fbe6a650f7c22452806a76413192e90e53b4ecdb0af"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19003,6 +22495,12 @@
"bom-ref": "json-schema-traverse@0.4.1",
"author": "Evgeny Poberezkin",
"description": "Traverse JSON Schema passing each schema object to callback",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c5b6c21f9742614e53f0b704861ba1ec727cf075ee5b7aac237634cce64529f6441dca5688753f271ce4eb6f41aec69bfe63221d0b62f7030ffbce3944f7b756"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19041,6 +22539,12 @@
"bom-ref": "json-schema@0.4.0",
"author": "Kris Zyp",
"description": "JSON Schema validation and specifications",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7acf783379d321fb043e2b1169f6a4f870cb7c75e7281855def5397aa3dc4b77e5216a9cc495a05c75e27b2dd8ae968db1a9d8e5e8b55686046cece28eeabd04"
+ }
+ ],
"licenses": [
{
"expression": "(AFL-2.1 OR BSD-3-Clause)"
@@ -19067,6 +22571,12 @@
"bom-ref": "json-stringify-safe@5.0.1",
"author": "Isaac Z. Schlueter (http://blog.izs.me)",
"description": "Like JSON.stringify, but doesn't blow up on circular refs.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "642960e80698bda9af60413cd9ddc8c9ddef49222343ea1d823693cd1b8edeceeda0274529cce86f68b4cc287b244f245a7d7bcaf016854571bea1b051a96c44"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19105,6 +22615,12 @@
"bom-ref": "json5@2.2.1",
"author": "Aseem Kishore ",
"description": "JSON for humans.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d61a8b14c4ab187447c5abfdabd80d8c9e445f39c8c4654ed3dc5046bc2995c4bcaacdbca59f2cf21ba96409aa0f065499567641bda39f23ce59c0c7f26f1d94"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19143,6 +22659,12 @@
"bom-ref": "jsonfile@6.1.0",
"author": "JP Richardson ",
"description": "Easily read/write JSON files.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e5d8277563ab8984a6e5c9d86893616a52cd0ca3aa170c8307faebd44f59b067221af28fb3c476c5818269cb9fdf3e8ad58283cf5f367ddf9f637727de932a5d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19171,6 +22693,12 @@
"bom-ref": "jsonwebtoken@0.4.0",
"author": "auth0",
"description": "JSON Web Token implementation (symmetric and asymmetric)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "550959e63fe6e3bf148649a8a528608737a95a66abf2d2845d85ae0d7d15eb8addf1ae3900d428a7a46a1d60241f2a50ec3621e27baa812d6d0fef6e4a7beabf"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19203,6 +22731,12 @@
"version": "1.4.2",
"bom-ref": "jsprim@1.4.2",
"description": "utilities for primitive JavaScript types",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3f66d238c01cfdc88bcfa0f38235651893fdf81ac95aee540c62bbd02da2c1e0b940121e15fd195d1bc68c48f6b9882b63632400086c4961c35a516d12ba195b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19231,6 +22765,12 @@
"bom-ref": "jssha@3.3.0",
"author": "Brian Turek ",
"description": "jsSHA implements the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c3d3ad4f800b2fe7db6f01b7830edeac03b48ef4b99dfbebba418f316200a1e6b7e7d076e802d71a9cf2e18252a7dc869e952fbaf3b0d674a34a81c37d64abd7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19269,6 +22809,12 @@
"bom-ref": "jstransformer@1.0.0",
"author": "ForbesLindesay",
"description": "Normalize the API of any jstransformer",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0bd60add17fcaba5403c308253d7e7aa8de601f387eaf5069cc70fe004006081295ad7c62e9c0e4e667e8a0b5d2b9cbe56f2369f70b2612cf2e10877e1eab6e0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19297,6 +22843,12 @@
"bom-ref": "juicy-chat-bot@0.6.6",
"author": "Björn Kimminich (https://kimminich.de)",
"description": "A light-weight and totally \"secure\" library to easily deploy simple chat bots",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5f9fae6b2bfea46ed5148209a3d0823b78abdf7c71ed8a00e8433ae8dd305e38a7dc47f9d642b7889393bf5655c17073fb30ec80cabc9e731e291b280a7421bf"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19335,6 +22887,12 @@
"bom-ref": "jwa@0.0.1",
"author": "Brian J. Brennan",
"description": "JWA implementation (supports all JWS algorithms)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "57bcc27cc53621464d00149a9f933ed4d94edeb567ff6ba43cb1cfd5deb337fd58c9a8e17bc9860b576be998f5ac25667b9b142c8e34070731845b9e577f6223"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19363,6 +22921,12 @@
"bom-ref": "jws@0.2.6",
"author": "Brian J Brennan",
"description": "Implementation of JSON Web Signatures",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "663320306e1421fd4a2a38d86387ca741e97f56e5fcab9050930b7e5782cac8bd01a4d3cf318b0192b0623cf1ef6869d4a9fb267f691550ec2cb5092e120bf84"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19391,6 +22955,12 @@
"bom-ref": "keyv@3.0.0",
"author": "Luke Childs (http://lukechilds.co.uk)",
"description": "Simple key-value storage with support for multiple backends",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7a0b879eadb6384dee5684981b42d558d3fee29a5a996afdfb35817b56ec35ca2f20ccba86e50914f832e261b009dfeb9e5def38b196d4c4e5bb8739ec24f5c4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19429,6 +22999,12 @@
"bom-ref": "kind-of@6.0.3",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Get the native type of a value.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "75c4b5ba5fbdb66783f794fec76f3f7a12e077d98435adcbb2f0d3b739b7bf20443bb44fa6dbc00feb78e165576948d305172ba45785942f160abb94478e7a87"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19467,6 +23043,12 @@
"bom-ref": "kuler@2.0.0",
"author": "Arnout Kazemier",
"description": "Color your terminal using CSS/hex color codes",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5eaf671fb2a559999702da1d5c30d113bbece8353581353ccd80c70e258b4a2a78e44830ab7a652c7ccf9f6ecd82fccbdabd4b30f0b5bddaa1f7cb10c6daa3e0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19505,6 +23087,12 @@
"bom-ref": "kuromoji@0.1.2",
"author": "Takuya Asano ",
"description": "JavaScript implementation of Japanese morphological analyzer",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5747547fe0b62e970f1178681cb300a29fdb3a1b75e83cabfa60e2204dfdc97defa9abbba7cd037bf92816aa624dc2f5cf375995cdf1b8767cbb98236117c569"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19543,6 +23131,12 @@
"bom-ref": "lazystream@1.0.1",
"author": "Jonas Pommerening",
"description": "Open Node Streams on demand.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6fde0688d1d0372e89353aede70eb33727df32b3645d96f72939026496f6575c5a1060a4d3ddef919da3937b6969e3f7dff3a25c2f96bcaf40c5479b9dfe676f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19581,6 +23175,12 @@
"bom-ref": "levn@0.3.0",
"author": "George Zahariev ",
"description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d0e3b8cb688e1e2c765baba32026ca21a1105ef1501ee7bae6f506de96f9114a26ccf23dd33f61b00d55b0efdd6c82290b9dc9f20c4cf50e0e868d23ac233fc8"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19619,6 +23219,12 @@
"bom-ref": "libxmljs2@0.30.1",
"author": "marudor",
"description": "libxml bindings for v8 javascript engine",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "52981fe8b9db0d957ca18ac6d9c38d6b32a39d43d5daff136c028ff79d5f9640accb2ac4b8c6017bc22062dadc9b96d714e9909cab1b15e67033056f54d64ba6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19651,6 +23257,12 @@
"version": "2.15.0",
"bom-ref": "libxmljs2@0.30.1|nan@2.15.0",
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 14 compatibility",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f19b6f12703673969809961dd5cbe076753a72ac22c51a1883bd313cb594c2ce4e4536bf967c3ebb86a68b1452fc0739539990560a7da679525276cd58569665"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19681,6 +23293,12 @@
"bom-ref": "liftup@3.0.1",
"author": "Grunt Development Team (https://gruntjs.com/development-team)",
"description": "Launch your command line tool with ease.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c911da8900e2cd64b3a1793700f700ef578e23f52e84490d37d0e25b64ede389a16335f88e8168099971b12385ed1c9e2e57eacc52d02359e016ade080c3e13b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19709,6 +23327,12 @@
"bom-ref": "liftup@3.0.1|braces@3.0.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6fcba6f8bd51cccdd60d2cef866ea0233d727d36c1b7a61395c10a02fb26a82659170e3acfadba9558fd8f5c843d6df71f91fe94142964c3f593c97eefc1dad0"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19747,6 +23371,12 @@
"bom-ref": "liftup@3.0.1|fill-range@7.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a8ea3d17e74c5260b62dc6f805b56f9ca2714cf8c29be451a5ee200ee1abce42fb984565fdd8d84aed8e750d8f6b7d36378a2a91283d8abea368b589d94495a5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19785,6 +23415,12 @@
"bom-ref": "liftup@3.0.1|findup-sync@4.0.0",
"author": "Gulp Team (https://gulpjs.com/)",
"description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ea3bef9ffd76202e2ab8b04bd4a3689310bbc164ef62771a554612a315b0ed8ca43cbb91ae7bf8a9d1dc48ecb0388e51a6439519e411b5633cfeaf86e96eaa7d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19813,6 +23449,12 @@
"bom-ref": "liftup@3.0.1|is-glob@4.0.3",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c5e9526b21c7dfa66013b6568658bba56df884d6cd97c3a3bf92959a4243e2105d0f7b61f137e4f6f61ab0b33e99758e6611648197f184b4a7af046be1e9524a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19851,6 +23493,12 @@
"bom-ref": "liftup@3.0.1|is-number@7.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e350a27e483a7bc4f2952a5db53a5e2d532abd20445734edb47bc4443ef8d7ea6767c00dbf4d34e0c44be3740a3c394af5c1af369e8d6566540656c65d8c719e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19889,6 +23537,12 @@
"bom-ref": "liftup@3.0.1|micromatch@4.0.5",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0cccbe1117045b6abc6763e8f96357bb0ddce586944858c03b91ac26a7c497b523bed22e14a3ba66b2af708b5dcbdf1dc05236375b60df334874a6904fe68d74"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19927,6 +23581,12 @@
"bom-ref": "liftup@3.0.1|to-regex-range@5.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "eb93fb8b3e97e7212bd5cc1c82f4316db230ed493780ecb974876d678ac3bde2ea86b7493fe2e2fc7c7ab722b43446fed860b29de08c2621aaac00c248d93cb1"
+ }
+ ],
"licenses": [
{
"license": {
@@ -19967,6 +23627,12 @@
"bom-ref": "linebreak@1.1.0",
"author": "Devon Govett ",
"description": "An implementation of the Unicode Line Breaking Algorithm (UAX #14)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "307a74dd4226795841ed766d8ddd04e27ebedf1af90eaffdc48ff9169b4693916b6c3477cda80f6b60d2e94f24b3fdc78db2961bd435336b9f3b3c55daa2d849"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20005,6 +23671,12 @@
"bom-ref": "linebreak@1.1.0|base64-js@0.0.8",
"author": "T. Jameson Little ",
"description": "Base64 encoding/decoding in pure JS",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "dd7480d9c47f87fef71339575dd53a60dc9c99823bfa489c4f192ce1e260da0dfd6e21d1f38b25836f9d7acfa9ee21d885b460fee7484b84c3e7759a6dc39493"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20035,6 +23707,12 @@
"bom-ref": "listenercount@1.0.1",
"author": "jden ",
"description": "backwards compatible version of builtin events.listenercount",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "de693f65a834f88271783af14a06833f2e33677c34e4f459789367956873173e4e917e3d27892b73e03c5f677633af6f18c0445f4bb297c33e5bef201fe901a9"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20063,6 +23741,12 @@
"bom-ref": "locate-path@3.0.0",
"author": "Sindre Sorhus",
"description": "Get the first path that exists on disk of multiple paths",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ec03bbe3cc169c884da80b9ab72d995879101d148d7cf548b0f21fc043963b6d8099aa15ad66af94e70c4799f34cb358be9dfa5f6db4fe669a46cade7351bae4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20091,6 +23775,12 @@
"bom-ref": "lodash.camelcase@4.3.0",
"author": "John-David Dalton (http://allyoucanleet.com/)",
"description": "The lodash method `_.camelCase` exported as a module.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4f0b849c29f16dcdeb02f85ffcb6c6eed2540f386a5f2167bf776dccb38f8021bf84e0cbed6167b1bc24b640fbc9457446bade3ff9753c02eafd84a0e95be394"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20124,6 +23814,12 @@
"bom-ref": "lodash.isfinite@3.3.2",
"author": "John-David Dalton (http://allyoucanleet.com/)",
"description": "The lodash method `_.isFinite` exported as a module.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ec5186e34ba10bc326eb7dee296d6be7c6849459419710ab83d25f4a2dcfe9a6225a67e2585d0f80c77ce9952cc44e46c163dd1e84b6fb8f1bc1387654f90840"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20157,6 +23853,12 @@
"bom-ref": "lodash.set@4.3.2",
"author": "John-David Dalton (http://allyoucanleet.com/)",
"description": "The lodash method `_.set` exported as a module.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e2134f3798e59bf37f1cb3023b8deff015caabd67b41d00673f546ad10fad70f2037d83fea317d0382f5a5b52004b09f7e2d30f55b177d33a28f9c7c893c85be"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20190,6 +23892,12 @@
"bom-ref": "lodash@4.17.21",
"author": "John-David Dalton ",
"description": "Lodash modular utilities.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "bf690311ee7b95e713ba568322e3533f2dd1cb880b189e99d4edef13592b81764daec43e2c54c61d5c558dc5cfb35ecb85b65519e74026ff17675b6f8f916f4a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20223,6 +23931,12 @@
"bom-ref": "logform@2.4.2",
"author": "Charlie Robbins ",
"description": "An mutable object-based log format designed for chaining & objectMode streams.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "5b873d86299e0305c4759d3975035eae1173d971bcd0ff4e8f49683d4315db7542da2b74a2b307421266e217679e8af7addd47b067fa6b694fc01335cde5c71b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20260,6 +23974,12 @@
"version": "2.1.3",
"bom-ref": "logform@2.4.2|ms@2.1.3",
"description": "Tiny millisecond conversion utility",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e85973b9b4cb646dc9d9afcd542025784863ceae68c601f268253dc985ef70bb2fa1568726afece715c8ebf5d73fab73ed1f7100eb479d23bfb57b45dd645394"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20290,6 +24010,12 @@
"bom-ref": "lolex@1.3.2",
"author": "Christian Johansen",
"description": "Fake JavaScript timers",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "618a7c72acfbffc7abb99d792f59b370f92f2d8c62a5f76c5880c44af35d36640ff68ed3b038ad46136e576c5beda16eda87d99e06a8d63895ad567ce36c7805"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20328,6 +24054,12 @@
"bom-ref": "loose-envify@1.4.0",
"author": "Andres Suarez ",
"description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "972bb13c6aff59f86b95e9b608bfd472751cd7372a280226043cee918ed8e45ff242235d928ebe7d12debe5c351e03324b0edfeb5d54218e34f04b71452a0add"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20361,6 +24093,12 @@
"bom-ref": "lowercase-keys@1.0.1",
"author": "Sindre Sorhus",
"description": "Lowercase the keys of an object",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "1b62e3eb5b570e754514e8bc55976cf92a108ed402ddd82890a7431b69939b5b71e26e743541c1399481c10407cb2d15d760342531b889c7d9407fb13f287c54"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20389,6 +24127,12 @@
"bom-ref": "lru-cache@6.0.0",
"author": "Isaac Z. Schlueter ",
"description": "A cache object that deletes the least-recently-used items.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "268e9d274e029928eece7c09492de951e5a677f1f47df4e59175e0c198be7aad540a6a90c0287e78bb183980b063df758b615a878875044302c78a938466ec88"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20417,6 +24161,12 @@
"bom-ref": "make-dir@2.1.0",
"author": "Sindre Sorhus",
"description": "Make a directory and its parents if needed - Think `mkdir -p`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "2d2f57f9d73c28bc5709bf1d9e2efd7cb208500e55c99a328d2302c1396e697034a36edc08ad1b857929830fac4d75693f2fe548ee7b8a5462c6a934bc39ad44"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20444,6 +24194,12 @@
"version": "5.7.1",
"bom-ref": "make-dir@2.1.0|semver@5.7.1",
"description": "The semantic version parser used by npm.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b1ab9a0dffcf65d560acb4cd60746da576b589188a71a79b88a435049769425587da50af7b141d5f9e6c9cf1722bb433a6e76a6c2234a9715f39ab0777234319"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20474,6 +24230,12 @@
"bom-ref": "make-error@1.3.6",
"author": "Julien Fontanet ",
"description": "Make your own error types!",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b3c52194d7bbbcf2a8990842d6a15e94ca24aff49cdc080d6eca379fbe2654f0392d3670901f4d9577f85cf6a62f1244f21d2087bdeb33de31bf0453d825489f"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20512,6 +24274,12 @@
"bom-ref": "make-fetch-happen@9.1.0",
"author": "Kat Marchán",
"description": "Opinionated, caching, retrying fetch client",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "fb3a29c03cbb0cd9279b03d0a657a6e650195ff7823b34af48d35c48a9b9795c1390e073a24b447d7b1af4bdb727f188461c51b1ac7390f121ac91291361781a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20541,6 +24309,12 @@
"bom-ref": "make-fetch-happen@9.1.0|@tootallnate/once@1.1.2",
"author": "Nathan Rajlich (http://n8.io/)",
"description": "Creates a Promise that waits for a single event",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "45bcc9be5373991ab97373b4f548a97ae5e7a38b40d4513a8a43a3c592b4b6ec55bf7e35da5eb8979b755b9a63e3eac9abdbe9926fe4c22474eda6579ec28fc7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20574,6 +24348,12 @@
"bom-ref": "make-fetch-happen@9.1.0|debug@4.3.4",
"author": "Josh Junon ",
"description": "Lightweight debugging utility for Node.js and the browser",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3d15851ee494dde0ed4093ef9cd63b25c91eb758f4b793ae3ac1733cfcec7a40f9d9997ca947c520f122b305ea22f1d61951ce817fbb1bfbc234d85e870c5f91"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20602,6 +24382,12 @@
"bom-ref": "make-fetch-happen@9.1.0|http-cache-semantics@4.1.0",
"author": "Kornel Lesiński (https://kornel.ski/)",
"description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "71aacf92571487b44e5912bb0afdbb44fb5d858854b1e95afee7b9fe32b38de815bd70ea33620b13d4360469fd259261d60f3b729e7ab2efc58104b37164bc71"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20630,6 +24416,12 @@
"bom-ref": "make-fetch-happen@9.1.0|http-proxy-agent@4.0.1",
"author": "Nathan Rajlich (http://n8.io/)",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "934cdd360a964c603a69e211569bdf5686f87cbe767537da7a1ca583463852f4b24af3aafd8f813b23eb82952b03b1f296abd4f2f2191ac46e5e6b29b245744e"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20662,6 +24454,12 @@
"version": "2.1.2",
"bom-ref": "make-fetch-happen@9.1.0|ms@2.1.2",
"description": "Tiny millisecond conversion utility",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0690fc7e56332d980e8c5f6ee80381411442c50996784b85ea7863970afebcb53fa36f7be4fd1c9a2963f43d32b25ad98b48cd1bf9a7544c4bdbb353c4687db"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20692,6 +24490,12 @@
"bom-ref": "make-iterator@1.0.1",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "a718ae5e1d22544abb54ceca30886ce60c6c7f10aec76511a6d510697a38899649c410334cf38b13606e98ee5d6df558abf841245051fdad6614398ec790069b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20730,6 +24534,12 @@
"bom-ref": "make-plural@6.2.2",
"author": "Eemeli Aro ",
"description": "Unicode CLDR pluralization rules as JavaScript functions",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f224ee162a1ab674d399bfd8263cb09152072e37309050fd32cd09a718c49bd328f1e418921d73fb9e5dc2fe327358d0f1fb550715906e286f64bd437f318658"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20768,6 +24578,12 @@
"bom-ref": "map-cache@0.2.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Basic cache object for storing key-value pairs.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f32fde57d4106428b29f54a9ad74ab0a6a89374c8d4404def8f3bccedc2aaefadb7512c0dde609174c9a47461ac8b5a431bb1048a592f4dda03dc18473852c66"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20806,6 +24622,12 @@
"bom-ref": "map-visit@1.0.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Map `visit` over an array of objects.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e32eee1aff1b77659d33dbe942c890368e352e7d4dbe1bc346e56dd24d89650f9eccddae6907acee565e67e41050738b400b4368127eef009b8be69bfca16cfb"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20844,6 +24666,12 @@
"bom-ref": "marsdb@0.6.11",
"author": "Artem Artemev",
"description": "MarsDB is a lightweight client-side MongoDB-like database, Promise based, written in ES6",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "919cd539987ad8e2fab365d6ae56c8ecd99294b244797a66b6d5dab05c05aaf6ca985b6686d8772e56b11f8fce9a9921e92436d8cf09afca5e695d9ced3f5254"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20877,6 +24705,12 @@
"bom-ref": "math-interval-parser@2.0.1",
"author": "Dmitry Semigradsky",
"description": "Parse math interval",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "56694099bd1427096f332c7c88f8575039d55b517d22b18477d0883a6bfe5cbf0012b09452ea33a0332b8089af9d8b7603ee77a955ffb4f5ba609bab30a62cbc"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20905,6 +24739,12 @@
"bom-ref": "media-typer@0.3.0",
"author": "Douglas Christopher Wilson ",
"description": "Simple RFC 6838 media type parser and formatter",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "76afaa7a543d6a41e970e97f8145514f15483a4009d70477400bdbe11b158d2f285681630c64dcebbf702589949a49d41791f030b3a06f93be6b72b17d66a93d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20933,6 +24773,12 @@
"bom-ref": "merge-descriptors@1.0.1",
"author": "Jonathan Ong",
"description": "Merge objects using descriptors",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7028ba837fd9af58aa422eb249bb1e3355efa286bdf0dd30df58f3518ad73d7db1a8e6e61461c9d2d439bbbe07de6561ef02e8b93b1e672608ab7f60f1c369d7"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20961,6 +24807,12 @@
"bom-ref": "messageformat-formatters@2.0.1",
"author": "Eemeli Aro ",
"description": "Formatters for messageformat",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "13f95045786d1f01ae8908c8eeac642e9f001db303e6bdb6d7b5cd7bf49111b06549ac1ed253aab056fbadf95926695015250b34b22a95c8e3b023e50779b732"
+ }
+ ],
"licenses": [
{
"license": {
@@ -20993,6 +24845,12 @@
"version": "4.1.3",
"bom-ref": "messageformat-parser@4.1.3",
"description": "A PEG.js parser for ICU MessageFormat strings",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d9f5375c309a9d1a9e382927ed1e735b95501d67fe4f7847eb94b3baa46f8dab412bbaf8bb215ae66117fa4e85f41774e0b54ce46e3f047053509b0e756eeeca"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21026,6 +24884,12 @@
"bom-ref": "messageformat@2.3.0",
"author": "Alex Sexton ",
"description": "PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b93cefb2fd254de431608db2d4d3dad6522d2f955123c19bf776362b6b9ee6004fcab6c9c5f0e2fc4616c61d8f2afe723b8d8025e7aa6e54bd3094a1fc8124e3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21059,6 +24923,12 @@
"bom-ref": "messageformat@2.3.0|make-plural@4.3.0",
"author": "Eemeli Aro ",
"description": "Translates Unicode CLDR pluralization rules to executable JavaScript",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c5361de09547a52096f9aa83a1feb0fcc79b68c54d4d56016616c1fef8b9d77c577623d3f7624c542a3426af16d94667cd84457956d0890f88db9975dc9b8abc"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21098,6 +24968,12 @@
"version": "1.1.2",
"bom-ref": "methods@1.1.2",
"description": "HTTP methods that node supports",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "89c9401de36a366ebccc5b676747bed4bdb250876fccda1ab8a53858103756f1ffbcf162785eea7d197051953e0c0f4ff5b3d7212f74ba5c68528087db7b15db"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21126,6 +25002,12 @@
"bom-ref": "micromatch@3.1.10",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "3168a4825f67f4cdf0f9ba6c6371def0bfb0f5e17ddf7f31465f0800ee6f8838b3c12cf3885132533a36c6bae5a01eb80036d37fcb80f2f46aaadb434ce99c72"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21163,6 +25045,12 @@
"version": "1.52.0",
"bom-ref": "mime-db@1.52.0",
"description": "Media Type Database",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "b0f538b95edd625bed589c70c311c3d0fba285536213b4f201b439496c43081f66518bce82ba103b061040e28f27c0886c4fb51135653a82b5502da7537818be"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21190,6 +25078,12 @@
"version": "2.1.35",
"bom-ref": "mime-types@2.1.35",
"description": "The ultimate javascript content-type utility.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "64363e6cf9b9cd34c5f98a42ac053d9cad148080983d3d10b53d4d65616fe2cfbe4cd91c815693d20ebee11dae238323423cf2b07075cf1b962f9d21cda7978b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21218,6 +25112,12 @@
"bom-ref": "mime@1.6.0",
"author": "Robert Kieffer",
"description": "A comprehensive library for mime-type mapping",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c74567f2ca48fb0b89d4ee92ee09db69083c3f187834d1dbeca4883661162a23c4e1128ea65be28e7f8d92662699180febc99cef48f611b793151b2bb306907a"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21246,6 +25146,12 @@
"bom-ref": "mimic-response@1.0.1",
"author": "Sindre Sorhus",
"description": "Mimic a Node.js HTTP response stream",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8f911cb67907eda99f57fab91e09a86a5d60d901c5251ada3ad9b1d09a48aa4c6106123f9494a5d67329438e6155aaf03444cea161229a7759e102b4447c6ec5"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21274,6 +25180,12 @@
"bom-ref": "minimatch@5.1.0",
"author": "Isaac Z. Schlueter (http://blog.izs.me)",
"description": "a glob matcher in javascript",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "f533c11866a4e271df199b0f068866f405a0e8da13ed04c27a14b704824006c97265bcf17d5efc40cd98ebe8bbe3538f64869f1406a2884321e4ec88ac93e0b6"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21302,6 +25214,12 @@
"bom-ref": "minimist@1.2.7",
"author": "James Halliday",
"description": "parse argument options",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6f37cbd58519b0fe35826bbfaa3ac493443a8b68b1fdc55e0216c26ea1fdbb7cd8bad4b570b834d2a86b0f4336315742731e127345293f67815a8f6ba2da6aea"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21335,6 +25253,12 @@
"bom-ref": "minipass-collect@1.0.2",
"author": "Isaac Z. Schlueter (https://izs.me)",
"description": "A Minipass stream that collects all the data into a single chunk",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e93ea51f41fc386f642139bf266ead768a086e8806f5ed2d2e0a58ea6a615d29bf03dbbc36ad6bc811be42ca62b9bf4b8d69413ec3d2ded590fc1a2dab815dc4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21357,6 +25281,12 @@
"version": "1.4.1",
"bom-ref": "minipass-fetch@1.4.1",
"description": "An implementation of window.fetch in Node.js using Minipass streams",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "0861f579b94bab6e98d79f80ce4edecb8c61d09fd77c97eb0a8c792c32622aa2364368b038b38aae598868e0e24904bc775f236a517acb62b678f526d0299287"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21385,6 +25315,12 @@
"bom-ref": "minipass-flush@1.0.5",
"author": "Isaac Z. Schlueter (https://izs.me)",
"description": "A Minipass stream that calls a flush function before emitting 'end'",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "266412618a4f52a5f92729f5997691c0e75ad6e43c1cfe4a013fe80d22c2cedd41611850534fe10edb01d6e7d97c4133319f5a0159ac070f3e156b085e50a55b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21413,6 +25349,12 @@
"bom-ref": "minipass-pipeline@1.2.4",
"author": "Isaac Z. Schlueter (https://izs.me)",
"description": "create a pipeline of streams using Minipass",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "c6e22aedc20eb74f513d1275f60762e1bf9188dbc31587b9247fa080dbc1a86aa941772bbb73dc466399b8704a58ad53c5ff7e710f8731537877acf8e8b64fec"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21436,6 +25378,12 @@
"bom-ref": "minipass-sized@1.0.3",
"author": "Isaac Z. Schlueter (https://izs.me)",
"description": "A Minipass stream that raises an error if you get a different number of bytes than expected",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "31b9104360938813250360e6ff9718fbd49614437ca73cce5e2eab94ce57c6ad18a9b75ae59432f6c53be5aebbdc513d64ad19b1bafa63988feaef6792d7e0da"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21464,6 +25412,12 @@
"bom-ref": "minipass@3.3.4",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "minimal implementation of a PassThrough stream",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "23d58f6d61c21aef16fba9356621a93eed069282817a8ae47ca36e00504d4b51cd149be47bcdacc6f2396f370236958fa2b90e3b9410fb3a26cf3c11c5e8d78b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21492,6 +25446,12 @@
"bom-ref": "minizlib@2.1.2",
"author": "Isaac Z. Schlueter (http://blog.izs.me/)",
"description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "6c0c6c47c0557e3eb40d65c7137bb7d281f37e5e06ee48644ae3d6faabe977b8c54479bb74bc4e8d493510700227f8712d8f29846274621607668ee38a5ed076"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21520,6 +25480,12 @@
"bom-ref": "mixin-deep@1.3.2",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "591a039fffe65c1889d47e34aea6b7bc7d2da1e3f04ac19be398889d6953c926be52ee24ded6144b16b6bf52aa0222edbe5ad2cda131a92d60b64f7a03dcef10"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21558,6 +25524,12 @@
"bom-ref": "mkdirp-classic@0.5.3",
"author": "Mathias Buus (@mafintosh)",
"description": "Mirror of mkdirp 0.5.2",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "80a2dc444321b6e651c1101fa8fdd1156f932b826a029541b4e21fb55823b8006902da7184f19a0dc7ef6e136f0f407c883d6852bfedc57df936371a63a36cfc"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21595,6 +25567,12 @@
"version": "1.0.4",
"bom-ref": "mkdirp@1.0.4",
"description": "Recursively mkdir, like `mkdir -p`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "bd5a95650c9fdd62f1d9285dd2a27dc6ebea800c8a3cb022a884c4b6a5b4a08523ce8dcf78f0dde9f5bd885cf7d1e7fb62ca7fa225aa6e1b33786596d93e86cf"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21623,6 +25601,12 @@
"bom-ref": "moment-timezone@0.5.38",
"author": "Tim Wood (http://timwoodcreates.com/)",
"description": "Parse and display moments in any timezone.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9cc22bcc66a1e3ea1864f7e50ef2d9520a1550ee1fbc0a87b2dbc6df10149cca255a772e0222c358d9c9663e84c0918c19f6f565cb93144e8623784d395588fd"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21661,6 +25645,12 @@
"bom-ref": "moment@2.29.4",
"author": "Iskren Ivov Chernev (https://github.com/ichernev)",
"description": "Parse, validate, manipulate, and display dates",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e4b0bd48ec6349cd8717abced82cae4c3362bc4768cf622fc892468fa5fc0c9d1e1727eccc4d1088477e897981bd43f7587c528c51ffbc8b00d04374d1c82bf3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21698,6 +25688,12 @@
"version": "1.10.0",
"bom-ref": "morgan@1.10.0",
"description": "HTTP request logger middleware for node.js",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "01b7a0055238b21e8497ed60370bc3e5821c93b9d2037eb0783ef1bc8c46e229fcd23fd4a0af001066969e7cfcbf51b1a2730296d9a536ce5929b1af97d6f55d"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21725,6 +25721,12 @@
"version": "2.3.0",
"bom-ref": "morgan@1.10.0|on-finished@2.3.0",
"description": "Execute a callback when a request closes, finishes, or errors",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "8a4a9d906000c9ffd7fe03e15c6bdf800cad0d9b436ebf9b90d509d0df61e4c23f7667600acde5ea1a07adc52fe35b1129ec378c8c2ba78a900d788af7d52dc3"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21755,6 +25757,12 @@
"bom-ref": "mout@1.2.4",
"author": "Miller Medeiros (http://blog.millermedeiros.com)",
"description": "Modular Utilities",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "9996fdb8eaee316827fdfc36f031b8ff213729e85f935cca08b86e0d4d8edef94a767041af85da382a954df949e5a3836af1943ea147660ac55f734956ec4685"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21792,6 +25800,12 @@
"version": "2.0.0",
"bom-ref": "ms@2.0.0",
"description": "Tiny milisecond conversion utility",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "4e9a7ad0fe885090d3b8eabfe59f1c76c93326e8dfc2a7ce4e4af02308fb211212a679099d3e92c89e0f08f9c63281630bd75d85a979295218b40b7dee2c74e4"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21819,6 +25833,12 @@
"version": "1.4.4",
"bom-ref": "multer@1.4.4",
"description": "Middleware for handling `multipart/form-data`.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "db0636fb10f8b9d5fad7668ca8c701f16b36568aba34850f12d0f56deea6e35d53e2e0c7fd5b4bf62fffc6f7321654d57d175a06c93b855e6d82b190aa1b818b"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21847,6 +25867,12 @@
"bom-ref": "multer@1.4.4|mkdirp@0.5.6",
"author": "James Halliday (http://substack.net)",
"description": "Recursively mkdir, like `mkdir -p`",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "14ffa9f1107c396a45dd86410ab3f982d0039ad5c0a41e4030b9febddc80f8fcb10a3ac2b34d268f2528cecb0edf77300de4f7c0d19d2f127933ffd8aad1c027"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21877,6 +25903,12 @@
"bom-ref": "mustache@4.2.0",
"author": "mustache.js Authors ",
"description": "Logic-less {{mustache}} templates with JavaScript",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "ef58a9a52cb0ab961beffb5563219b9018206d4f07deee51cf9e9f1fad2318582bf2e1f0c6cf9a48a7aa9a5b885733349b4901ef1423292eaa3df7746f6668a9"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21909,6 +25941,12 @@
"version": "2.17.0",
"bom-ref": "nan@2.17.0",
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 18 compatibility",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "d994e0b65d2726c3b42900a3129c5c22be43f98bfdd299538ad66df4905f42f5490d2e6c78c97714ebec877fbd0a86165dfff597939a673cc5ea70e6e1c6a069"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21937,6 +25975,12 @@
"bom-ref": "nanomatch@1.2.13",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "7e9a1ed93d116c7c014c150e7ed01f04f683122d3ab9f6946a2d2613a627d6469c7374a74c4adf6ff87e5fde155f323ae2b2851d82265d2bddc061829b03aa08"
+ }
+ ],
"licenses": [
{
"license": {
@@ -21975,6 +26019,12 @@
"bom-ref": "napi-build-utils@1.0.2",
"author": "Jim Schlight",
"description": "A set of utilities to assist developers of tools that build N-API native add-ons",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "38d99152a2bbce3ec3597d03f400ded37c1bc0e059c4d01f176d0f9467c2590703dfefcc6a44a1207accab1f58c0f4dfc43745d732de2fe44666247d90630b76"
+ }
+ ],
"licenses": [
{
"license": {
@@ -22013,6 +26063,12 @@
"bom-ref": "needle@2.9.1",
"author": "Tomás Pollak ",
"description": "The leanest and most handsome HTTP client in the Nodelands.",
+ "hashes": [
+ {
+ "alg": "SHA-512",
+ "content": "e91f5fa89e597267feb9868581d20798bc0d95d9f91db2bc2f9c9b9fb533fb2957feb9ceb12a7500772f412ac268537ea8d335c29ca61ea0fb9956ac10e94719"
+ }
+ ],
"licenses": [
{
"license": {
@@ -22041,6 +26097,12 @@
"bom-ref": "needle@2.9.1|debug@3.2.7",
"author": "TJ Holowaychuk