Socket
Book a DemoInstallSign in
Socket

faves

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faves

Audit your machine to generate a list of the npm packages you use most.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

faves

Audit your machine to generate a list of the npm packages you use most.

faves is a command line tool. Give it a directory and it will find every package.json file that is not inside a node_modules or .git directory. It inspects the dependencies property of each file and keeps a running tally of dependencies. When it's done, a list npm packages names is printed to stdout, sorted by count.

If you run faves without passing a directory argument, it will default to ~. This will probably be a bit slow, but you'll get results for npm project on your machine!

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install faves --global

Usage

# Audit all top-level package.json files in ~
# (ignoring node_modules directories)
audit

# Audit a specific directory
audit ~/projects

What are npm's faves?

Here are the results of an audit of all the repos in the github.com/npm organization:

Dependencies

  • findit: walk a directory tree recursively with events
  • lodash: A utility library delivering consistency, customization, performance, & extras.

License

MIT

Generated by package-json-to-readme

FAQs

Package last updated on 24 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts