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-26view: always use arrays for versions, maintainers, etc.Kenan Yildirim
2015-06-26update usage for all commandssmikes
2015-06-19view: remove extra newline from outputEugene Sharygin
2015-02-27completion: remove registry calls to -/shortForrest L Norvell
2014-10-31style tweaksForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-04allow 'npm view --global' if package is specifiedEvan Lucas
2014-09-21add `npm view .`Evan Lucas
2014-07-17a.split('@') → npa(a)Forrest 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-13remove dead code and fix jshint warningsForrest L Norvell
2014-06-13use the new URL-based npm-registry-client interfaceForrest L Norvell
2014-05-08Busy Spinner, no http noiseisaacs
2014-04-13view: handle unpublished packages properlyisaacs
2014-04-10fix no such property errorJulian Gruber
2014-02-14view: remove arbitrary cache limitisaacs
2013-06-21Update everything to work with semver@2isaacs
2012-09-28Fix #1925 Respect --json in viewisaacs
2012-08-21Fix #2738 printData changed to respect color flagisaacs
2012-08-21Fix #2738 respect --color=false in viewisaacs
2012-08-15Use new npmconf moduleisaacs
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-02-24correctly remove readme from default npm view command.Tim Oxley
2011-11-01Publish readme properly, and don't show in view by defaultisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-13Close #1518 don't allow npm view .isaacs
2011-10-12Close #1493 Return values from npm.commands.view sanerisaacs
2011-08-07Use standalone ini parserisaacs
2011-08-07Put .js on filenamesisaacs
2011-07-20s/sys/util/g finallyisaacs
2011-03-22sort versionsisaacs
2011-03-22completion for viewisaacs
2011-03-22rename registry to 'npm-registry-client'isaacs
2011-03-22Prevent 'calling Object.keys on non-object'isaacs
2011-03-22make versions an arrayisaacs
2011-03-22Terseness. simplify "prefix" config and output cmd.isaacs
2011-02-12Closes GH-547 Split semver into a separate utilityisaacs
2011-01-20Handle invalid data coming back from registry.isaacs
2010-12-06Add a silent flag to viewisaacs
2010-12-03Allow a reasonable amount of cache staleness.isaacs
2010-12-03Increase tab-completion coverage.Evan Meagher
2010-11-25Normalize the web/mail vs email/url thingisaacs
2010-11-19Handle {name:"bob"} person entries.isaacs
2010-11-19New fancy viewisaacs
2010-11-15Handle invalid versions in the registryisaacs