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:
authorKat Marchán <kzm@sykosomatic.org>2017-05-13 05:55:20 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-06-29 04:45:31 +0300
commit59f86ef90a58d8dc925c9613f1c96e68bee5ec7b (patch)
tree69480ff9e86fa62681057a87c3b1ce88f4086563 /package.json
parent4a5b360d561f565703024085da0927ccafe8793e (diff)
deps: add worker-farm
PR-URL: https://github.com/npm/npm/pull/16633 Credit: @zkat Reviewed-By: @iarna
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index e6fa879c5..4c477f065 100644
--- a/package.json
+++ b/package.json
@@ -113,6 +113,7 @@
"uuid": "~3.1.0",
"validate-npm-package-name": "~3.0.0",
"which": "~1.2.14",
+ "worker-farm": "~1.3.1",
"wrappy": "~1.0.2",
"write-file-atomic": "~2.1.0"
},
@@ -211,7 +212,8 @@
"which",
"wrappy",
"write-file-atomic",
- "safe-buffer"
+ "safe-buffer",
+ "worker-farm"
],
"devDependencies": {
"deep-equal": "~1.0.1",