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/bin
AgeCommit message (Expand)Author
2021-03-18update lib/*.js to use new config structuresisaacs
2021-03-05Get correct npm prefix on all Windows unix shellsisaacs/fix-windows-shell-binsisaacs
2020-10-06set executable permissions on bins that node installer usesisaacs
2020-10-06Revert "Remove unused npx binary"Myles Borins
2020-09-18Remove unused npx binaryisaacs
2020-08-18use @npmcli/config for configurationisaacs
2020-08-05chmod npx to 0755isaacs
2020-08-04npx: add install prompt, handle options correctlyisaacs
2020-07-31Add 'npm exec', port npx to use it directlyisaacs
2020-07-29refactor and test for main cli scriptisaacs
2020-07-29move update-notifier into separate moduleisaacs
2020-07-29update dependencies, refactor config loading to asyncisaacs
2020-07-29First pass refactoring npm.js and npm-cli.jsisaacs
2019-12-02Revert "windows: Add preliminary WSL support for npm and npx"Craig Loewen
2019-11-14windows: Add preliminary WSL support for npm and npxjoan xie
2019-08-02Handle unhandledRejections, help with cache eaccesisaacs
2019-06-30npm checks only node.exe and not node on local dirRaphael Goulais
2019-02-14Reduce work to test if executable ends with a 'g'. (#138)Eli Doran
2018-08-21update-notifier: skip checking for updates in CI environmentsKat Marchán
2018-08-03cli: don't check for updates to npm when we are updating npm itself (#32)Brian Olore
2018-07-13docs: replace references to the old repo or issue tracker (#5)Kat Marchán
2018-06-29config: Enable config for suppressing update-notifier (#20750)Matt Travi
2018-05-16update-notifier: remove colon + support canary (#20536)Kat Marchán
2018-04-11cli: shinier update-notifierKat Marchán
2018-04-04cli: fix easter egg (#20214)Kat Marchán
2018-03-23standardizeRebecca Turner
2018-03-09npx: fix npx prefix issue (#19608)laggingreflex
2017-08-17bin: Remove unused file, bin/read-package-json.jsEnrico Weigelt, metux IT consult
2017-07-11npx: bundle npx with npm itselfKat Marchán
2017-05-31standard: minor linter fixKat Marchán
2017-05-27hamilton: Talk less, complete more (#16750)Aria Stewart
2017-04-18config: don't ham-it-up when expecting parseable output (#16336)Brian Dukes
2017-04-15npm: Add timing diagnostics on --loglevel=timingRebecca Turner
2017-03-10install: Use EXDEV aware move instead of rename (#15901)Rebecca Turner
2017-03-06cli: only use `update-notifier` on supported versionsJoshua Bennett
2017-02-24npm-cli: add update-notifier & use itC J Silverio
2016-10-20npm: Detect unsupported Node.js versions and warnRebecca Turner
2016-05-04src: bring code up to standard@6 compatibilityForrest L Norvell
2016-02-24npm-bin: Prefer locally installed npm in Git Bash.Hutson Betts
2016-01-21node-gyp-bin: fix custom node-gyp env var quotingAlexis Campailla
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-08-21windows: search for a user-installed npmJoão Reis
2015-07-25config: Add option to turn off progress barsRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Stop stray progressbars from appearing when logging is used in non-progress c...Rebecca Turner
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-05-22windows: run node-gyp.js instead of opening itbangbang93
2015-02-27node-gyp: enable overriding node-gyp binaryAlain Kalker
2014-10-16defactored npmconf back into npmForrest L Norvell
2014-09-13style tweaks & dead variable removalForrest L Norvell