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-08-07new npm-specific update-notifier implementationisaacs
2020-08-06Improve abbrevs for install and helpisaacs
2020-08-05update update-notifier snapshotisaacs
2020-08-04test: refactor dist-tag to test/libRuy Adorno
2020-08-04refactor and lint commands, make consistentisaacs
2020-08-04npx: add install prompt, handle options correctlyisaacs
2020-08-04chore: refactor npm view, add unit testsclaudiahdz
2020-08-04fix: npm fund colors :rainbow:Ruy Adorno
2020-08-04chore: refactor fund tests to test/libRuy Adorno
2020-07-31Add 'npm exec', port npx to use it directlyisaacs
2020-07-30unit test for flat-options in proper locationisaacs
2020-07-30fix: npm ls duplicated itemsRuy Adorno
2020-07-30fix: test/lib/publish.js testRuy Adorno
2020-07-29test: properly clean reify-output snapshotisaacs
2020-07-29move reify-output util test to proper locationisaacs
2020-07-29test coverage and bugfix for reify-output utilisaacs
2020-07-29make ll a first-class command to make the cmd implementation easierisaacs
2020-07-29tests for error-message utilisaacs
2020-07-29move update-notifier into separate moduleisaacs
2020-07-29add unit test for cmd-list moduleisaacs
2020-07-28test: refactor publish testsclaudiahdz
2020-07-27test: add utils/tar.js testsclaudiahdz
2020-07-23fix: more dedupe edge casesRuy Adorno
2020-07-23fix: unmet label on deduped depsRuy Adorno
2020-07-23fix: archy output dedupe label colorRuy Adorno
2020-07-23fix: better handle problemsRuy Adorno
2020-07-23fix: deduped+filter issuesRuy Adorno
2020-07-22fix: add support to global npm lsRuy Adorno
2020-07-21BREAKING: changed npm ls default to depth=0Ruy Adorno
2020-07-21BREAKING: rewrite npm lsRuy Adorno
2020-07-14tests: refactor ls testsRuy Adorno
2020-06-12chore: arborist fund cmd refactorRuy Adorno
2020-05-08fix tests for flatOptions with recent changesisaacs
2020-05-08fix: add scriptShell to flatOptionsisaacs
2020-05-08create a flat options object to pass to depsisaacs
2020-02-25fund: support multiple funding sourcesJordan Harband
2019-12-03fix(fund): open url for string shorthandRuy Adorno
2019-11-05fund: add fund commandRuy Adorno