from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209819

userrating:


May 25th. 2007:
Words

486

Views

258811

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

150141

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





NP-SEARCH

Section: (1)
Updated: October 2025
Index Return to Main Contents
 

NAME

np-search- Search for packages  

Synopsis

npm search <search term> [lB]<search term> ...[rB]

aliases: find, s, se
Note: This command is unaware of workspaces.  

Description

Search the registry for packages matching the search terms. npm search performs a linear, incremental, lexicall-ordered search through package metadata for all files in the registry. If your terminal has color support, it will further highlight the matches in the results. This can be disabled with the config item color Additionally, using the -searchopts and -searchexclude options paired with more search terms will include and exclude further patterns. The main difference between -searchopts and the standard search terms is that the former does not highlight results in the output and you can use them more fin-grained filtering. Additionally, you can add both of these to your config to change default search filtering behavior. Search also allows targeting of maintainers in search results, by prefixing their npm username with =. If a term starts with /, then it's interpreted as a regular expression and supports standard JavaScript RegExp syntax. In this case search will ignore a trailing / . (Note you must escape or quote many regular expression characters in most shells.)  

Configuration

 

json

*
Default: false
*
Type: Boolean

Whether or not to output JSON data, rather than the normal output.

*
In npm pkg set it enables parsing set values with JSON.parse() before saving them to your package.json.

Not supported by all npm commands.  

color

*
Default: true unless the NO_COLOR environ is set to something other than '0'
*
Type: "always" or Boolean

If false, never shows colors. If "always" then always shows colors. If true, then only prints color codes for tty file descriptors.  

parseable

*
Default: false
*
Type: Boolean

Output parseable results from commands that write to standard output. For npm search, this will be ta-separated table format.  

description

*
Default: true
*
Type: Boolean

Show the description in npm search  

searchlimit

*
Default: 20
*
Type: Number

Number of items to limit search results to. Will not apply at all to legacy searches.  

searchopts

*
Default: ""
*
Type: String

Spac-separated options that are always passed to search.  

searchexclude

*
Default: ""
*
Type: String

Spac-separated options that limit the results from search.  

registry

*
Default: "https://registry.npmjs.org/"
*
Type: URL

The base URL of the npm registry.  

prefe-online

*
Default: false
*
Type: Boolean

If true, staleness checks for cached data will be forced, making the CLI look for updates immediately even for fresh package data.  

prefe-offline

*
Default: false
*
Type: Boolean

If true, staleness checks for cached data will be bypassed, but missing data will be requested from the server. To force full offline mode, use -offline.  

offline

*
Default: false
*
Type: Boolean

Force offline mode: no network requests will be done during install. To allow the CLI to fill in missing cache data, see -prefe-offline.  

See Also

*
npm help registry
*
npm help config
*
npm help npmrc
*
npm help view
*
npm help cache
*
https://npm.im/np-registr-fetch


 

Index

NAME
Synopsis
Description
Configuration
json
color
parseable
description
searchlimit
searchopts
searchexclude
registry
prefer-online
prefer-offline
offline
See Also





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 10.0 ms