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
2020-09-16fix: npm view should not output extra newlineMyles Borins
2020-09-04view: always fetch fullMetadata, and preferOnlineisaacs
2020-08-18fix: display multiple versions when --json on npm viewclaudiahdz
2020-08-04refactor and lint commands, make consistentisaacs
2020-08-04chore: refactor npm view, add unit testsclaudiahdz
2020-07-29lint the lib folderisaacs
2020-05-08view: raise proper ENOENT if package.json is missingisaacs
2020-05-08Remove bluebird, figgy-pudding from several smaller commandsisaacs
2020-05-08chore: update/removed usages of libnpmMichael Perrotte
2019-06-30Fix: Return a value for `view` when in silent modeGeorge Czabania
2019-02-19view: set modified to undefined when not retrievable (#153)Simon Kurtz
2018-12-11view: stop using npm-registry-clientKat Marchán
2018-07-17view: fix missing colon next to tarball urlKat Marchán
2018-05-12view: stop crashing when license field is an object (#20538)Kat Marchán
2018-03-23standardizeRebecca Turner
2018-03-23view: add humanized default viewKat Marchán
2017-10-19view: Don't trim versions output (#18326)Simen Bekkhus
2017-05-31view: wait until write completes to call cb (#16791)Kat Marchán
2017-04-28*: Patch to support npm-package-arg@5Rebecca Turner
2016-10-07view: npm show --json only returns one item even when mult matchRobert Gay
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2016-04-28view: fix view versions without --jsonDaijiro Wachi
2016-03-10view: Make npm produce valid JSON when requested with --jsondoug.wade
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