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
path: root/lib
AgeCommit message (Expand)Author
2020-10-16fix: owner rm at local pkg not workliuye.adam
2020-10-16Handle errors from audit endpoint appropriatelyisaacs
2020-10-13Integration code for @npmcli/arborist@1.0.0isaacs
2020-10-13fix: patch config.js to remove duplicate valuesDarcy Clarke
2020-10-13fix: make sure publishConfig is passed throughnlf
2020-10-13docs: v7 using npm config refreshRuy Adorno
2020-10-13fix: init config aliasesRuy Adorno
2020-10-09only escape arguments, not the command namenlf
2020-10-09restore old npx behavior of running existing bins firstnlf
2020-10-09update existing code to use file-exists utilnlf
2020-10-09add file-exists util functionnlf
2020-10-09fix npx for non-interactive shellsnlf
2020-10-07remove user-agent related codenlf
2020-10-07remove unused group config type, add some commentsnlf
2020-10-07expose npm-version through config defaultsnlf
2020-10-07expose ci-name through default confignlf
2020-10-07chore: alphabetize config propertiesnlf
2020-10-05tests: tests for bin commandnlf
2020-10-02Support --omit options in npm outdatedisaacs
2020-09-30add proxyzhaoxuxu
2020-09-30chore: remove unused umask depRuy Adorno
2020-09-30uuid@8.3.0Ruy Adorno
2020-09-30Correct time offset mathisaacs
2020-09-29fix: npm outdated parsing invalid specsRuy Adorno
2020-09-29fix: listing deps of a linked depRuy Adorno
2020-09-29Add 'fetch-timeout' configisaacs
2020-09-29fix: npm ls <pkg> with depth cli configRuy Adorno
2020-09-29fix: added count on reify-outputRuy Adorno
2020-09-29fix: move validateCIDRList inside the promise chain to trap thrown errorsnlf
2020-09-29fix: correctly reference the length of the array rather than the array itselfnlf
2020-09-29fix: make completion respond when no command is suppliednlf
2020-09-29fix: assign error codesnlf
2020-09-29Fix EBADPLATFORM error message (#1876)Brian Jenkins
2020-09-22Add `--strict-peer-deps` optionisaacs
2020-09-17chore: remove unused spec parameter, assign error codeNathan LaFreniere
2020-09-17npm ci should never save package.json or lockfileisaacs
2020-09-16test: line missing coverageRuy Adorno
2020-09-16fix: reenable npm link from registryRuy Adorno
2020-09-16test: add lib/link.js testsRuy Adorno
2020-09-16test: add outdated testsclaudiahdz
2020-09-16fix: npm view should not output extra newlineMyles Borins
2020-09-08Add 'npm explain' commandisaacs
2020-09-07Tighten up the output of dep node explanationsisaacs
2020-09-04fix: fix package spec parsing during cache add processMickael Jeanroy
2020-09-04Explain ERESOLVE errorsisaacs
2020-09-04outdated: don't throw on non-version/tag/range depisaacs
2020-09-04fix: scope configRuy Adorno
2020-09-04view: always fetch fullMetadata, and preferOnlineisaacs
2020-09-01test: add lib/utils/error-handler.js testsRuy Adorno
2020-09-01fix: exec legacyPeerDepsRuy Adorno