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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/api/root.md')
-rw-r--r--deps/npm/doc/api/root.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/deps/npm/doc/api/root.md b/deps/npm/doc/api/root.md
new file mode 100644
index 00000000000..1c3ab56402c
--- /dev/null
+++ b/deps/npm/doc/api/root.md
@@ -0,0 +1,15 @@
+npm-root(3) -- Display npm root
+===============================
+
+## SYNOPSIS
+
+ npm.commands.root(args, callback)
+
+## DESCRIPTION
+
+Print the effective `node_modules` folder to standard out.
+
+'args' is never used and callback is never called with data.
+'args' must be present or things will break.
+
+This function is not useful programmatically.