Pinned Repositories
cli
the package manager for JavaScript
ini
An ini parser/serializer in JavaScript
node-semver
The semver parser for node (the one npm uses)
npm
This repository is moving to: https://github.com/npm/cli
npm-expansions
Send us a pull request by editing expansions.txt
npm-registry-couchapp
couchapp bits of registry.npmjs.org
npx
npm package executor
rfcs
Public change requests/proposals & ideation
statusboard
Public monitor/status/health board for @npm/cli-team's maintained projects
tink
a dependency unwinder for javascript
npm's Repositories
npm/cli
the package manager for JavaScript
npm/node-semver
The semver parser for node (the one npm uses)
npm/ini
An ini parser/serializer in JavaScript
npm/rfcs
Public change requests/proposals & ideation
npm/documentation
Documentation for the npm registry, website, and command-line interface.
npm/nopt
Node/npm Option Parsing
npm/node-which
Like which(1) unix command. Find the first instance of an executable in the PATH.
npm/validate-npm-package-name
Is the given string an acceptable npm package name?
npm/write-file-atomic
Write files in an atomic fashion w/configurable ownership
npm/hosted-git-info
Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab
npm/normalize-package-data
normalizes package metadata, typically found in package.json file.
npm/read
read(1) for node.
npm/statusboard
Public monitor/status/health board for @npm/cli-team's maintained projects
npm/npm-packlist
Walk through a folder and figure out what goes in an npm package
npm/package-json
Programmatic API to update package.json
npm/run-script
Run a lifecycle script for a package (descendant of npm-lifecycle)
npm/ssri
subresource integrity for npm
npm/read-package-json-fast
Like read-package-json, but faster
npm/node
npm's fork of nodejs/node, for sending PRs to update deps/npm
npm/unique-filename
Generate a unique filename for use in temporary directories or caches.
npm/unique-slug
Generate a unique character string suitible for use in files and URLs.
npm/types
Typescript definitions for npm registry content
npm/npm-install-checks
contains checks that npm runs during the installation
npm/promise-spawn
spawn processes the way the npm cli likes to do
npm/npm-user-validate
user validation
npm/eslint-config
a base eslint config used by the npm CLI team
npm/proc-log
just emit 'log' events on the process object
npm/read-cmd-shim
Read the path a cmd-shim is pointing at. Acts like fs.readlink but for cmd-shims.
npm/stafftools
npm CLI Team's Internal Tools
npm/npm-normalize-package-bin
Turn any flavor of allowable package.json bin into a normalized object