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
2018-03-13pack: use a specific mtime when packing (#20027)isaacs
2018-03-09error-message: more detailed message for inaccessible files. (#18384)Christopher Patty
2018-03-09config: Do replace environment in config files even for keys (#18426)Michael Zabka
2018-03-09pack: Don't rely on entry point to be npm-cli.js (#18450)Johannes Bader
2018-03-09unsupported: Remove ES6 code from unsupported error logging (#18953)Matt Hoyle
2018-03-09install: Support for --no-proxy configuration (#19157)Allan Kimmer Jensen
2018-03-09xmas: Holidays are for all JS, not just Node (#19448)isaacs
2018-03-09package-lock: Added a warning for invalid pkglock JSON (#19629)Josh Goldberg
2018-03-09config: disable color by default when $NO_COLOR is set (#19929)Leаh Neukirchen
2018-03-09login: Don't fall back to couch adduser if we didn't try couch loginRebecca Turner
2018-03-09save/shrinkwrap/version: consolidate code for stringifying package data and a...Nathan Woltman
2018-03-09save/shrinkwrap/version: make a best-attempt at preserving line ending styleTuan Anh Tran
2018-02-22Revert "*: Switch from mkdirp to correctMkdir to preserve perms and owners"Kat Marchán
2018-02-22install/deps: Pass our logger through to removeObsoleteDep from earliestInsta...Rebecca Turner
2018-02-22install: Regenerate the logical tree after loading our lockfileRebecca Turner
2018-02-21auth: Add support for web-based loginsisaacs
2018-02-20pkglock: fix integrity matchingKat Marchán
2018-02-20ci: add new npm ci installerKat Marchán
2018-02-20pkglock: automatically resolve conflictsKat Marchán
2018-02-20install: Handle packages without install metadata gracefullyRebecca Turner
2018-02-20has-modern-meta: git deps do not need shasum or integrityRebecca Turner
2018-02-20install: Pull metadata filter out into its own moduleRebecca Turner
2018-02-20diff-trees: Link-status is key in equivalency checkingRebecca Turner
2018-02-20install: count contributorsKyle E. Mitchell
2018-02-20*: Switch from mkdirp to correctMkdir to preserve perms and ownersRebecca Turner
2018-02-07profile: require password to change emailRebecca Turner
2018-02-07auth, token: Make new commands support legacy authsRebecca Turner
2018-02-07token: Fix token revocation when otp is requiredRebecca Turner
2018-02-07token: Fix CIDR list processing to handle comma separated items correctlyRebecca Turner
2018-02-02prune: Fix bug where prune --production would remove dev deps from the lock fileRebecca Turner
2018-02-02install: Only autoprune on install with lock fileRebecca Turner
2017-12-19inflate-shrinkwrap: Support replacing resolved with file: urlsRebecca Turner
2017-12-19actions: Correct logging about # of actions being runRebecca Turner
2017-11-28pack: stop including mtime so tarball packing usually results in the same shaKat Marchán
2017-11-28config: Switch to find-npm-prefix moduleRebecca Turner
2017-11-28pack/publish/install: fix git and tarball specs and checksum errors (#19163)Kat Marchán
2017-11-21config: expose "node-options" passthrough for lifecycle scriptsBradley Farias
2017-11-17diff-trees: Fix package comparison when integrity is unavailableRebecca Turner
2017-11-16install: add package-lock-only config optionAlejandro López
2017-11-16finalize: failed removes in the rollback shouldn't fail the installRebecca Turner
2017-11-16install,actions: Make rollbacks promise-basedRebecca Turner
2017-11-16install: Stop removing failing optionals from the treeRebecca Turner
2017-11-16install: Don't count failed optionals when summarizingRebecca Turner
2017-11-16install: Add new debug tree for logical treesRebecca Turner
2017-11-16install: Stop running the same rollback multiple timesRebecca Turner
2017-11-10unsupported: We support Node 9Rebecca Turner
2017-11-07login: pass extra fetch options to npm-profile (#19048)Jacob Wejendorp
2017-11-02pack: fix inclusion of files with @ signs (#19033)Kat Marchán
2017-10-19view: Don't trim versions output (#18326)Simen Bekkhus
2017-10-192fa: Upgrade to bearer with otp (#18711)Rebecca Turner