summaryrefslogtreecommitdiff
path: root/deps/npm/doc/misc/npm-index.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/misc/npm-index.md')
-rw-r--r--deps/npm/doc/misc/npm-index.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/deps/npm/doc/misc/npm-index.md b/deps/npm/doc/misc/npm-index.md
index 64fb25de2e..efbf2784ff 100644
--- a/deps/npm/doc/misc/npm-index.md
+++ b/deps/npm/doc/misc/npm-index.md
@@ -21,6 +21,10 @@ Set access level on published packages
Add a registry user account
+### npm-audit(1)
+
+Run a security audit
+
### npm-bin(1)
Display npm bin folder
@@ -41,6 +45,10 @@ REMOVED
Manipulates packages cache
+### npm-ci(1)
+
+Install a project with a clean slate
+
### npm-completion(1)
Tab Completion for npm
@@ -85,9 +93,17 @@ Search npm help documentation
Get help on npm
+### npm-hook(1)
+
+Manage registry hooks
+
### npm-init(1)
-Interactively create a package.json file
+create a package.json file
+
+### npm-install-ci-test(1)
+
+Install a project with a clean slate and run tests
### npm-install-test(1)