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:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 71ccaad39..475ee9dc5 100644
--- a/package.json
+++ b/package.json
@@ -30,6 +30,7 @@
"main": "./lib/npm.js",
"bin": "./bin/npm-cli.js",
"dependencies": {
+ "@npmcorp/move": "~1.0.0",
"JSONStream": "~1.3.0",
"abbrev": "~1.1.0",
"ansi-regex": "~2.1.1",
@@ -39,6 +40,7 @@
"archy": "~1.0.0",
"asap": "~2.0.5",
"call-limit": "~1.1.0",
+ "bluebird": "~3.4.7",
"chownr": "~1.0.1",
"cmd-shim": "~2.0.2",
"columnify": "~1.5.4",
@@ -111,6 +113,7 @@
"write-file-atomic": "~1.3.1"
},
"bundleDependencies": [
+ "@npmcorp/move",
"abbrev",
"ansi-regex",
"ansicolors",
@@ -119,6 +122,7 @@
"archy",
"asap",
"call-limit",
+ "bluebird",
"chownr",
"cmd-shim",
"columnify",