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-06-02deps: glob@8.0.3 (#4971)Ruy Adorno
2022-04-26deps: glob@8.0.1Luke Karrys
2021-06-10chore: check less stuff into node_modulesisaacs
We bundle our deps, but we don't need to bundle docs, changelogs, editorconfigs, test coverage reports, .github workflow definitions, lint configurations, and all the rest, which we never use. This cuts about 10% off of our publish artifact file size. ``` $ ls -laF npm-7.16.0-*.tgz -rw-r--r-- 1 isaacs staff 7174497 Jun 3 13:01 npm-7.16.0-release-next.tgz -rw-r--r-- 1 isaacs staff 6782377 Jun 3 13:00 npm-7.16.0-trim-node-modules.tgz $ ls -laF npm-7.16.0-*.tar -rw-r--r-- 1 isaacs staff 19020288 Jun 3 13:01 npm-7.16.0-release-next.tar -rw-r--r-- 1 isaacs staff 17474048 Jun 3 13:00 npm-7.16.0-trim-node-modules.tar ``` PR-URL: https://github.com/npm/cli/pull/3362 Credit: @isaacs Close: #3362 Reviewed-by: @nlf
2020-09-30rimraf@3.0.2Ruy Adorno
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-05-08npm-pick-manifest@6.0.0Michael Perrotte
2020-03-18rimraf@2.7.1Darcy Clarke
2019-01-09rimraf@2.6.3Audrey Eschright
2018-12-13deps: make prepare run `rebuild` to make sure bins from deps are thereKat Marchán
2018-12-12deps: move rimraf to prod depsKat Marchán
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2017-10-04rimraf@2.6.2Rebecca Turner
Fixes a long standing bug in rimraf's attempts to work around Windows limitations where it owns a file and can change its perms but can't remove it without first changing its perms.
2017-05-26pacote@2.7.4Kat Marchán
2017-03-10rimraf@2.6.1Kat Marchán
2017-02-24rimraf@2.6.0Rebecca Turner
Retry EBUSY, ENOTEMPTY and EPERM on non-Windows platforms too. More reliable `rimraf.sync` on Windows. Credit: @isaacs
2016-08-12rimraf@2.5.4Rebecca Turner
Clarify assertions: cb is required, options are not Fixes: https://github.com/isaacs/rimraf/issues/111 Credit: @isaacs
2016-07-08rimraf@2.5.3Rebecca Turner
Dependency updates. Fixes EPERM errors when lstating RO dirs. Fixes: https://github.com/isaacs/rimraf/issues/105 Credit: @isaacs
2016-02-19rimraf@2.5.2Rebecca Turner
Use glob@7.0.0 Credit: @isaacs
2016-01-29rimraf@2.5.1Rebecca Turner
Super minor doc formatting tweak (add a missing comma) Credit: @isaacs
2016-01-21glob@6.0.4Kat Marchán
2016-01-07rimraf@2.5.0Rebecca Turner
Adds ability to disable glob support / pass in options. Credit: @isaacs
2015-12-11rimraf@2.4.4Forrest L Norvell
Document `disableGlob` option. Fixes: isaacs/rimraf#76 Credit: @zerok Reviewed-By: @othiym23 PR-URL: https://github.com/isaacs/rimraf/pull/89
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-27rimraf@2.4.3Rebecca Turner
2015-07-24rimraf@2.4.2Kat Marchán
2015-07-01rimraf@2.4.1Rebecca Turner
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-06-12rimraf@2.4.0Rebecca Turner
2015-05-20rimraf@2.3.4Forrest L Norvell
Switch to ISC license from MIT.
2015-05-01rimraf@2.3.3Forrest L Norvell
More useful error messages when failing to validate parameters passed in.
2015-03-20glob@5.0.3Forrest L Norvell
2015-03-13rimraf@2.3.2Forrest L Norvell
Handle globbing paths with valid glob metacharacters in the path.
2015-03-06rimraf@2.3.1Forrest L Norvell
* Glob arguments for better Windows support. * Handle bad symlinks properly. * Make maxBusyTries and emfileWait configurable * Also upgrade to glob@4.4.1
2014-06-14rimraf@2.2.8isaacs
2014-01-20rimraf@2.2.6isaacs
2013-12-11rimraf@2.2.5isaacs
2013-07-22Bump many deps for graceful-fs@2 upgradeisaacs
2013-06-25rimraf@2.2.0isaacs
2013-02-06rimraf@2.1.4isaacs
2013-02-06rimraf@2.1.3isaacs
2013-01-24rimraf@2.1.2isaacs
2012-12-21rimraf@2.1.1isaacs
2012-06-09Upgrade rimrafisaacs
2012-01-30update rimraf to 2.0.1isaacs
2012-01-30Update rimraf to 2.0.0isaacs
2012-01-13check in node_modulesisaacs
2012-01-13remove submodulesisaacs
2012-01-13Update semver, rimraf, request, fast-listisaacs
2011-10-12update rimrafisaacs