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
2022-03-15chore: hoist ansi-regex and strip-ansi, remove is-typedarray (#4549)Gar
2022-02-23deps: columnify@1.6.0 and dedupe vulnerable deps (#4459)Luke Karrys
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.
2018-06-08chore: reshuffle strip-ansi for better dedupingRebecca Turner
2018-06-08chore: reshuffle ansi-regex for better dedupingRebecca Turner
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2017-06-27strip-ansi@4.0.0Rebecca Turner
2017-05-26pacote@2.7.4Kat Marchán
2016-01-07columnify@1.5.4Rebecca Turner
Some bug fixes around large inputs Credit: @timoxley
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-14columnify@1.5.2Rebecca Turner
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-04-10columnify@1.5.1Forrest L Norvell
Switch to using babel from 6to5.
2015-04-02dedupe strip-ansi up to top levelForrest L Norvell
2015-04-02dedupe ansi-regex up to top levelForrest L Norvell
2015-01-30columnify@1.4.1Forrest L Norvell
columnify got es6ified!
2014-12-12columnify@1.3.2Forrest L Norvell
Various improvements and dependency upgrades.
2014-08-29columnify@1.2.1Forrest L Norvell
2014-07-25Bump semver to version 3isaacs
This makes the '^' operator stricter for 0.x.y versions, even if 'x' is not 0. As a direct result, several *other* deps had to be updated, because they either depended on semver 2.x, or because the new stricter rules meant that they (or their deps) were no longer valid. The update to 'read-installed', in particular, causes a test failure. That update must be rolled back, or the test made to pass, prior to a stable npm 2.0.0 release going out.
2014-06-06columnify@1.1.0isaacs
2014-05-20Bump many minor dep versionsisaacs
abbrev columnify fstream-npm glob ini minimatch npmconf
2014-01-07 Tidy search output via columnify.Tim Oxley
* Enable line wrapping|truncation via --long option. * Remove updated time (but leave date) from npm search results. * Increase space for name from 20 to 30 characters. * Remove unnecessary brackets around 'prehistoric'. * Make date column fit the word 'prehistoric' better. * Tighten space between status and name.