This shows the results of a search given the criteria provided by the search facet sidebar. Within the sidebar, a traditional keyword search can be provided. This will search for objects that contain the given text.
You can then further filter the results using the remaining sections that describe different facets. You can filter by the type by switching off types you do not care about. For the other sections, environment and architecture and tags, you can switch on the ones you do care about. Objects that do not match the switched on items will not be within the list. If all switches are off for the environment and architecture and tags, then the results will contain all items and not be filtered.
Name
Type
Actions
@babel/code-frame
Generate errors that contain a code frame that point to source locations.
@babel/helper-validator-identifier
Validate identifier/keywords name
@babel/highlight
Syntax highlight JavaScript strings for output in terminals.
@puppeteer/browsers
Download and launch browsers
@tootallnate/once
Creates a Promise that waits for a single event
@tootallnate/quickjs-emscripten
Javascript/Typescript bindings for QuickJS, a modern Javascript interpreter, compiled to WebAssembly.
@types/node
TypeScript definitions for Node.js
@types/yauzl
TypeScript definitions for yauzl
abort-controller
An implementation of WHATWG AbortController interface.
agent-base
Turn a function into an `http.Agent` instance
ansi-regex
Regular expression for matching ANSI escape codes
ansi-styles
ANSI escape codes for styling strings in the terminal
argparse
CLI arguments parser. Native port of python's argparse.
ast-types
Esprima-compatible implementation of the Mozilla JS Parser API
async
Higher-order functions and common patterns for asynchronous code
b4a
Bridging the gap between buffers and typed arrays
base64-js
Base64 encoding/decoding in pure JS
basic-ftp
FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.
bl
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
buffer
Node.js Buffer API, for the browser
buffer-crc32
A pure javascript CRC32 algorithm that plays nice with binary data
callsites
Get callsites from the V8 stack trace API
chalk
Terminal string styling done right
charenc
character encoding utilities
chownr
like `chown -R`
chromium-bidi
An implementation of the WebDriver BiDi protocol for Chromium implemented as a JavaScript layer translating between BiDi and CDP, running inside a Chrome tab.
cliui
easily create complex multi-column command-line-interfaces
color-convert
Plain color conversion functions
color-name
A list of color names and its values
cosmiconfig
Find and load configuration from a package.json property, rc file, or CommonJS module
cross-fetch
Universal WHATWG Fetch API for Node, Browsers and React Native
crypt
utilities for encryption and hashing
data-uri-to-buffer
Create an ArrayBuffer instance from a Data URI string
debug
small debugging utility
degenerator
Compiles sync functions into async generator functions
devtools-protocol
The Chrome DevTools Protocol JSON
dref
deep object refs
eastasianwidth
Get East Asian Width from a character.
emoji-regex
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
end-of-stream
Call a callback when a readable/writable/duplex stream has completed or failed.
error-ex
Easy error subclassing and stack customization
escalade
A tiny (183B to 210B) and fast utility to ascend parent directories
escape-string-regexp
Escape RegExp special characters
escodegen
ECMAScript code generator
esprima
ECMAScript parsing infrastructure for multipurpose analysis
estraverse
ECMAScript JS AST traversal functions
esutils
utility box for ECMAScript language tools
event-target-shim
An implementation of WHATWG EventTarget interface.
events
Node's event emitter for all engines.
extract-zip
unzip a zip file into a directory using 100% javascript