npm

package
v1.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

package npm contains npm related actions

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ActionDependencies

func ActionDependencies() carapace.Action

ActionDependencies completes dependencies and their version

@babel/code-frame@7.12.11
braces@3.0.2

func ActionDependencyNames

func ActionDependencyNames() carapace.Action

ActionDependencyNames completes dependencies

@babel/code-frame
braces

func ActionGlobalConfigKeys

func ActionGlobalConfigKeys() carapace.Action

ActionGlobalConfigKeys completes global config keys

registry
prefix

func ActionLocalConfigKeys

func ActionLocalConfigKeys() carapace.Action

ActionLocalConfigKeys completes local config keys

registry
prefix

func ActionModules

func ActionModules() carapace.Action

ActionModules completes modules

express
lodash

func ActionOwners

func ActionOwners(pkg string) carapace.Action

ActionOwners completes owners

user1
user2

func ActionPackageNames

func ActionPackageNames(registry string) carapace.Action

ActionPackageNames completes package names for given registry

express
lodash

func ActionPackageSearch

func ActionPackageSearch(registry string) carapace.Action

ActionPackageSearch completes packages@version for given registry

express
lodash

func ActionPackageTags

func ActionPackageTags(opts PackageOpts) carapace.Action

ActionPackageTags completes tags for given package

latest
next

func ActionPackageVersions

func ActionPackageVersions(opts PackageOpts) carapace.Action

ActionPackageVersions completes versions for given package

4.18.0
4.17.1

func ActionScripts

func ActionScripts() carapace.Action

ActionScripts completes scripts

test (bun test --isolate)
test:coverage (bun test --isolate --coverage)

func ActionWorkspaces

func ActionWorkspaces() carapace.Action

ActionWorkspaces completes workspaces

packages/a
packages/b

Types

type PackageOpts

type PackageOpts struct {
	Registry string
	Package  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL