npmjs.com
the package manager for JavaScript
Package Information
- Domain:
npmjs.com - Name:
npmjs.com - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install npmPrograms
This package provides the following executable programs:
npmnpx
Aliases
This package can also be accessed using these aliases:
npm
Available Versions
Show all 64 versions
11.5.2,11.5.1,11.5.0,11.4.2,11.4.111.4.0,11.3.0,11.2.0,11.1.0,11.0.010.9.3,10.9.2,10.9.1,10.9.0,10.8.310.8.2,10.8.1,10.8.0,10.7.0,10.6.010.5.2,10.5.1,10.5.0,10.4.0,10.3.010.2.5,10.2.4,10.2.3,10.2.2,10.2.110.2.0,10.1.0,10.0.0,9.9.4,9.9.39.9.2,9.9.1,9.9.0,9.8.1,9.8.09.7.2,9.7.1,9.7.0,9.6.7,9.6.69.6.5,9.6.4,9.6.3,9.6.2,9.6.19.6.0,9.5.1,9.5.0,9.4.2,9.4.19.4.0,9.3.1,9.3.0,9.2.0,9.1.39.1.2,9.0.1,8.19.4,8.19.3
Latest Version: 11.5.2
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +npmjs.com@11.5.2 -- $SHELL -iDependencies
This package depends on:
nodejs.org
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.npm
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links
This documentation was auto-generated from package data.