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 (Collapse)Author
2020-07-29update dependencies, refactor config loading to asyncisaacs
This removes a lot of very outdated dependencies, updates many to their modern (usually promisified) versions, and updates (or removes) code to account for the change. Several dependencies have been completely removed, and others a bit shuffled around, so that the node_modules folder can be bundled somewhat more optimally than it would have otherwise.
2019-06-30bluebird@3.5.5isaacs
2018-11-26bluebird@3.5.3Kat Marchán
Credit: @petkaantonov
2018-09-12bluebird@3.5.2Rebecca Turner
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2017-10-14bluebird@3.5.1Kat Marchán
2017-05-26pacote@2.7.4Kat Marchán
2017-03-10bluebird@3.5.0Kat Marchán
2017-03-10install: Use EXDEV aware move instead of rename (#15901)Rebecca Turner
This will allow moving across devices and moving when filesystems don't support renaming directories full of files. PR-URL: https://github.com/npm/npm/pull/15901 Credit: @iarna Reviewed-By: @zkat
2015-10-16src: install npm@3 with npm@2Forrest L Norvell
Restore the ability to do one-shot upgrades from the versions of npm bundled with Node 0.8 to npm@3, which simplifies using Travis with old Node and new npm, for compatibility testing purposes. Older versions of npm repack packages on install, which works poorly with the way npm@3 handles bundledDependencies with flat trees. Fixes: #9668 PR-URL: https://github.com/npm/npm/pull/9981
2015-10-01bluebird@2.10.1Rebecca Turner
2015-09-10bluebird@2.10.0Rebecca Turner
2015-07-24bluebird@2.9.34Rebecca Turner
2015-06-26deps: deduplicate npm@3 styleRebecca Turner