How to Install node-glob in Ubuntu 18.04



Install node-glob by entering the following commands in the terminal:

sudo apt update
sudo apt install node-glob

Description:

glob functionality for Node.js

node-glob is a glob implementation for Node.js . It features brace expansion, extended glob matching, globstar matching, and can be invoked synchronously as well as asynchronously. It uses minimatch for pattern matching. . Node.js is an event-based server-side javascript engine.

Homepage: https://github.com/isaacs/node-glob

Version: 7.1.2-4

Section: universe/devel