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-29reset deps using npm v7isaacs
First self-install!
2020-07-29Full dependency rebootisaacs
Reinstall everything from a clean node_modules and package-lock.json state. Re-generate list of bundleDependencies and node_modules/.gitignore with a script that does the right thing based on actual dependency state.
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.
2020-05-08npm-pick-manifest@6.0.0Michael Perrotte
2020-02-25chownr@1.1.4Darcy Clarke
2019-10-29chownr@1.1.3Michael Perrotte
2019-07-04chownr@1.1.2isaacs
This handles an EISDIR error from cacache on Darwin in Node versions prior to 10.6. Fix: [npm.community#7901](https://npm.community/t/7901/) Fix: [npm.community#8203](https://npm.community/t/8203/) Fix: https://github.com/isaacs/chownr/issues/20 PR-URL: https://github.com/isaacs/chownr/pull/21
2019-01-08chownr@1.1.1Audrey Eschright
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2017-05-26pacote@2.7.4Kat Marchán
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-08-14chownr@1.0.1Rebecca Turner
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-05-21chownr@0.0.2Rebecca Turner
2012-06-04update deps to include licensesisaacs
2012-03-29Add chownr dependencyisaacs