|
@@ -3036,6 +3036,11 @@ json-stable-stringify-without-jsonify@^1.0.1:
|
|
|
resolved "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
|
|
|
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
|
|
|
|
|
|
+json-stringify-safe@^5.0.1:
|
|
|
+ version "5.0.1"
|
|
|
+ resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
|
|
|
+ integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
|
|
|
+
|
|
|
json5@^1.0.1:
|
|
|
version "1.0.2"
|
|
|
resolved "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz"
|
|
@@ -3052,6 +3057,19 @@ jsonfile@^6.0.1:
|
|
|
optionalDependencies:
|
|
|
graceful-fs "^4.1.6"
|
|
|
|
|
|
+jsonparse@~1.0.0:
|
|
|
+ version "1.0.0"
|
|
|
+ resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.0.0.tgz"
|
|
|
+ integrity sha512-X8/pl4Q98FceotM1YzNYRcdRpYKgKB6nOKW9oNZk4qssFGfSxA6tUyPgEYsZA+MAQ8nR6nBZwE2GKpeeOIeN3A==
|
|
|
+
|
|
|
+jsonstream@^1.0.3:
|
|
|
+ version "1.0.3"
|
|
|
+ resolved "https://registry.npmjs.org/jsonstream/-/jsonstream-1.0.3.tgz"
|
|
|
+ integrity sha512-yMDWHPGzQRwdiXy6itGgemEviwAoDp5i78y7rdzUa9RVe01vLJku+byVtqxwwSvp1y9LYHWYd+8MkYvbeilCug==
|
|
|
+ dependencies:
|
|
|
+ jsonparse "~1.0.0"
|
|
|
+ through ">=2.2.7 <3"
|
|
|
+
|
|
|
jsplumb@^2.15.6:
|
|
|
version "2.15.6"
|
|
|
resolved "https://registry.npmmirror.com/jsplumb/-/jsplumb-2.15.6.tgz"
|
|
@@ -3454,7 +3472,7 @@ minimatch@^5.1.0:
|
|
|
dependencies:
|
|
|
brace-expansion "^2.0.1"
|
|
|
|
|
|
-minimist@^1.2.0, minimist@^1.2.6:
|
|
|
+minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
|
|
|
version "1.2.8"
|
|
|
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
|
|
|
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
|
|
@@ -3564,6 +3582,17 @@ natural-compare@^1.4.0:
|
|
|
resolved "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz"
|
|
|
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
|
|
|
|
|
|
+ndjson@^2.0.0:
|
|
|
+ version "2.0.0"
|
|
|
+ resolved "https://registry.npmjs.org/ndjson/-/ndjson-2.0.0.tgz"
|
|
|
+ integrity sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==
|
|
|
+ dependencies:
|
|
|
+ json-stringify-safe "^5.0.1"
|
|
|
+ minimist "^1.2.5"
|
|
|
+ readable-stream "^3.6.0"
|
|
|
+ split2 "^3.0.0"
|
|
|
+ through2 "^4.0.0"
|
|
|
+
|
|
|
neo-async@^2.5.0:
|
|
|
version "2.6.2"
|
|
|
resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz"
|
|
@@ -4234,7 +4263,7 @@ readable-stream@^2.3.8:
|
|
|
string_decoder "~1.1.1"
|
|
|
util-deprecate "~1.0.1"
|
|
|
|
|
|
-readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0:
|
|
|
+readable-stream@^3.0.0, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0, readable-stream@3:
|
|
|
version "3.6.2"
|
|
|
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
|
|
|
integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
|
|
@@ -4720,6 +4749,13 @@ split-string@^3.0.1, split-string@^3.0.2:
|
|
|
dependencies:
|
|
|
extend-shallow "^3.0.0"
|
|
|
|
|
|
+split2@^3.0.0:
|
|
|
+ version "3.2.2"
|
|
|
+ resolved "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz"
|
|
|
+ integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==
|
|
|
+ dependencies:
|
|
|
+ readable-stream "^3.0.0"
|
|
|
+
|
|
|
splitpanes@^3.1.5:
|
|
|
version "3.1.5"
|
|
|
resolved "https://registry.npmmirror.com/splitpanes/-/splitpanes-3.1.5.tgz"
|
|
@@ -4894,6 +4930,11 @@ throttle-debounce@5.0.0:
|
|
|
resolved "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.0.tgz"
|
|
|
integrity sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==
|
|
|
|
|
|
+"through@>=2.2.7 <3":
|
|
|
+ version "2.3.8"
|
|
|
+ resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
|
|
|
+ integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
|
|
|
+
|
|
|
through2@^2.0.0:
|
|
|
version "2.0.5"
|
|
|
resolved "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz"
|
|
@@ -4902,6 +4943,13 @@ through2@^2.0.0:
|
|
|
readable-stream "~2.3.6"
|
|
|
xtend "~4.0.1"
|
|
|
|
|
|
+through2@^4.0.0:
|
|
|
+ version "4.0.2"
|
|
|
+ resolved "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz"
|
|
|
+ integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
|
|
|
+ dependencies:
|
|
|
+ readable-stream "3"
|
|
|
+
|
|
|
timers-browserify@^2.0.4:
|
|
|
version "2.0.12"
|
|
|
resolved "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz"
|