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
2019-01-10chore: replace var with const/let in lib/repo.js (#119)Daijiro Wachi
2018-05-12open: handle missing open bin error (#20582)Benjamin E. Coe
2018-03-23standardizeRebecca Turner
2017-03-25extract: support minified packumentsRebecca Turner
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2015-06-26Update github specific code to be git host agnosticRebecca Turner
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-07-17a.split('@') → npa(a)Forrest L Norvell
2014-07-02use --scope to map scope to registryForrest 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-12Allow non-github repositories with `npm repo`Evan Lucas
2014-02-07Replace references to isaacs/npm with npm/npm.Dylan Greene
2013-12-02Allow npm repo for current local directory, like npm install .Robert Kowalski
2013-10-24Fix npm repo error for unnormalized shorthand urlsRobert Kowalski
2013-08-16add "repo" commandTJ Holowaychuk