Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2015-02-27completion: -/all stragglersForrest L Norvell
2015-01-23add 'npm dist-tag {add,del,list}'Forrest L Norvell
2014-11-14owners handles scoped packages (closes #6542)Forrest L Norvell
2014-11-14terser npm owner output (+ tests)Forrest L Norvell
2014-11-14output on `npm owner {add,rm}` (fixes #6169)Kenan Yildirim
2014-10-31style tweaksForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-07-02username and email are now always scoped to a registryForrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-07-01relative URLS for working non-root registry URLSForrest L Norvell
2014-06-14syntax error in ownerisaacs
2014-06-13use the new URL-based npm-registry-client interfaceForrest L Norvell
2012-08-03Fix reading of default parameters in `npm owner`Maciej MaƂecki
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-11Use read-package-json depisaacs
2012-06-07Use npm-registry-client depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-05-06Typoisaacs
2011-11-06Report the requested user when removal fails.Martin Cooper
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-08-15Support removing non-existent users from package manatainer listsisaacs
2011-08-07Put .js on filenamesisaacs
2011-04-07filter owners by name, not email addressisaacs
2011-04-02make package name optional in package foldersisaacs
2011-03-22completion for owner commandisaacs
2011-03-22rename registry to 'npm-registry-client'isaacs
2011-03-22Terseness. simplify "prefix" config and output cmd.isaacs
2010-12-18Fix #270. Allow owners with the same email address.isaacs
2010-12-04Use the new /-/user api instead of deprecated ones.isaacs
2010-12-04Complete usernames for npm owner add/rmisaacs
2010-12-03Increase tab-completion coverage.Evan Meagher
2010-10-31typoisaacs
2010-10-29refactor output to go through central moduleisaacs
2010-10-02Print usage when no pkg supplied to owner lsisaacs
2010-09-29Print nice short "usage" lines when doing -h, -?, or --helpisaacs
2010-08-24log betterisaacs
2010-08-01forgot the callback to log.erisaacs
2010-07-27Default to empty owner list, so as to add to admin parties.isaacs
2010-07-25Add a command to manage package maintainers. Fix #40isaacs