Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-07-26 16:55:07 +0300
committerGar <gar+gh@danger.computer>2021-07-26 16:55:07 +0300
commitced85087ac5fce5984ae28af910357a9a94434d7 (patch)
tree2e96e9a39abb3d4a88d6f786e08804732ba876ed /node_modules
parentdeeb22235bf9b7d1727cafe581e54df9f8f19efb (diff)
gauge@3.0.1
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/gauge/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/gauge/package.json b/node_modules/gauge/package.json
index 8f1c0af64..5635aa179 100644
--- a/node_modules/gauge/package.json
+++ b/node_modules/gauge/package.json
@@ -1,6 +1,6 @@
{
"name": "gauge",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "A terminal based horizontal guage",
"main": "index.js",
"scripts": {
@@ -26,6 +26,7 @@
"color-support": "^1.1.2",
"console-control-strings": "^1.0.0",
"has-unicode": "^2.0.1",
+ "object-assign": "^4.1.1",
"signal-exit": "^3.0.0",
"string-width": "^1.0.1 || ^2.0.0",
"strip-ansi": "^3.0.1 || ^4.0.0",