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/utils
AgeCommit message (Expand)Author
2018-12-11npm-registry-client: goodbyeKat Marchán
2018-12-11anon-metrics: stop using npm-registry-clientKat Marchán
2018-12-11utils: add otplease util for otp promptingKat Marchán
2018-12-11utils: check npm.config existence in error-handler.js (#108)Beni von Cheni
2018-12-07unsupported: Add v12 (nightlies) to supported listRebecca Turner
2018-08-29docs: mention --otp flag when prompting for OTP (#60)Kevin Gibbons
2018-07-19utils: use the extracted stringify-package module (#21)Darryl Pogue
2018-07-13chore: Make standard happyRebecca Turner
2018-07-11run-script: Do not use SET to fetch the env in git-bash or cygwin刘祺
2018-06-29run-script: show suggestions when script name is typoed (#20879)Daijiro Wachi
2018-06-01errors: direct people to npm.community instead of github (#20855)Kat Marchán
2018-05-12open: handle missing open bin error (#20582)Benjamin E. Coe
2018-05-10unsupported: Allow node@11, when it comesRebecca Turner
2018-04-21audit: Add new audit commandRebecca Turner
2018-04-21perf: Fix timing catchRebecca Turner
2018-04-12publish: Better message when an "OTP" error occursJulien Deniau
2018-04-11error-message: Fix messaging for 401 errors that lack a reasonRebecca Turner
2018-03-23standardizeRebecca Turner
2018-03-23unsupported: Drop support for Node 4 & Node 7Rebecca Turner
2018-03-23unsupported: Add 10 to Node.js version listRebecca Turner
2018-03-09error-message: more detailed message for inaccessible files. (#18384)Christopher Patty
2018-03-09unsupported: Remove ES6 code from unsupported error logging (#18953)Matt Hoyle
2018-03-09package-lock: Added a warning for invalid pkglock JSON (#19629)Josh Goldberg
2018-03-09save/shrinkwrap/version: consolidate code for stringifying package data and a...Nathan Woltman
2018-02-22Revert "*: Switch from mkdirp to correctMkdir to preserve perms and owners"Kat Marchán
2018-02-20pkglock: automatically resolve conflictsKat Marchán
2018-02-20*: Switch from mkdirp to correctMkdir to preserve perms and ownersRebecca Turner
2017-11-10unsupported: We support Node 9Rebecca Turner
2017-10-19error-message: Improve error messaging for OTP (#18844)Rebecca Turner
2017-10-19install: support legacy npa output for type checking (#18881)Rebecca Turner
2017-10-12build: Extract bin-links and gentle-fs to a separate library. (#18500)Mike Sherov
2017-10-04error-message: Add custom error messagesRebecca Turner
2017-10-04map-to-registry: Generally add support for otp flagRebecca Turner
2017-10-04profile,token: Add new profile commandsRebecca Turner
2017-09-22unsupported: Fix formatting of unsupported version warningRebecca Turner
2017-09-15unsupported: Update test matrixRebecca Turner
2017-09-12unsupported: Report unsupported node versions with greater granularityRebecca Turner
2017-08-23tar: Remove use of old tarisaacs
2017-08-23fstream@REMOVERebecca Turner
2017-08-23module-name: Module names must be stringsRebecca Turner
2017-08-18deps & module-name: allow spaces in _from, trim spaces in module nameIgor Nadj
2017-08-17build: Check if bin script starts with hashbangScott Santucci
2017-08-16lifecycle: use npm-lifecycle for lifecycle scripts (#18176)Mike Sherov
2017-08-16lifecycle: cache config options and remove boolean trapsMike Sherov
2017-08-16lifecycle: remove local dependencies other than spawnMike Sherov
2017-07-18run-script: Export the CWD that `npm` was run from to scriptsMichaelQQ
2017-07-17help: Implement new help message like did-you-meanDaijiro Wachi
2017-07-11install: fix package.json and package-lock.json to use unix style pathsMark Banner
2017-07-11install: fix max callstack exceeded loops with linksRebecca Turner
2017-07-06run-script: allow custom shell (#16687)mmkal