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:
authorRebecca Turner <me@re-becca.org>2016-11-17 23:55:59 +0300
committerRebecca Turner <me@re-becca.org>2016-12-09 04:23:28 +0300
commiteaeb7a8f6cd77c4e7e30531a462417e653a57a20 (patch)
treed9cd4472ce96b17de065701b528defb9bbb67097 /package.json
parent87afc8b466f553fb49746c932c259173de48d0a4 (diff)
node-uuid@1.4.7
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 c5c88f356..51df739d5 100644
--- a/package.json
+++ b/package.json
@@ -100,6 +100,7 @@
"umask": "~1.1.0",
"unique-filename": "~1.1.0",
"unpipe": "~1.0.0",
+ "uuid": "~3.0.1",
"validate-npm-package-name": "~2.2.2",
"which": "~1.2.12",
"wrappy": "~1.0.2",
@@ -190,7 +191,8 @@
"which",
"wrappy",
"write-file-atomic",
- "mississippi"
+ "mississippi",
+ "uuid"
],
"devDependencies": {
"deep-equal": "~1.0.1",