Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

browser-resolve-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-resolve-cli

Command line interface for node-browser-resolve

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Command line interface for node-browser-resolve

browser-resolve-cli

Provides a thin command line interface for node-browser-resolve, the module resolving algorithm used by browserify and friends.

Installation

Grab it via npm

# Install globally
npm install -g browser-resolve-cli

# Install locally
npm install browser-resolve-cli

Usage

❯ node cli.js --help

  Command line interface for node-browser-resolve

  Usage
  	$ browser-resolve [options] <input>

  Options
  	-b, --browser           Property to use from package.json for lookups, defaults to browser
  	-d, --basedir           Directory to resolve from, defaults to CWD
  	-e, --extensions        Extensions to search in order, repeat for mulitple paths
  	-m, --module-directory  Directories to use for module lookups, defaults to node_modules, repeat for multiple directories
  	-p, --paths             Paths to search if nothing is found in modules directory, repeat for multiple paths

Built by Mario Nebl and contributors and released under the MIT License.

Keywords

FAQs

Package last updated on 14 Jun 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc