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
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-05fix(repo, auth.sso): don't promisify open-urlGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2020-12-18Add max-len to lint rulesEdu93Jer
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-08-04feat: `npm repo` support `repository.directory` fieldMasafumi Koba
2020-07-30fix lintfix script, use flat ternariesisaacs
2020-07-29lint the lib folderisaacs
2020-07-08add completion module for 'no completion possible'isaacs
2020-07-08rm fetch-package-metadata, refactor bugs/repo/docsisaacs
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