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-29reset and update all depsisaacs
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-03glob@7.1.6Darcy Clarke
2019-07-03glob@7.1.4isaacs
2018-09-12glob@7.1.3Rebecca Turner
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2017-06-27housekeeping: Update transitive depsRebecca Turner
2017-05-26glob@7.1.2Rebecca Turner
2017-05-26pacote@2.7.4Kat Marchán
2016-11-04glob@7.1.1Forrest L Norvell
- Handle files without associated perms on Windows. - Fix failing case with `absolute` option. Credit: @isaacs Credit: @phated Fixes: isaacs/node-glob#245 Fixes: isaacs/node-glob#249 Reviewed-By: @othiym23
2016-10-07glob@7.1.0Rebecca Turner
Add absolute option for match event. Credit: @phated PR-URL: https://github.com/isaacs/node-glob/pull/293
2016-09-09glob@7.0.6Kat Marchán
stop throwing on `glob.hasMagic("")` Credit: @isaacs
2016-08-12minimatch@3.0.3Rebecca Turner
Update minimatch to 3.0.3 to get fix for ReDOS vuln. Fixes: https://github.com/npm/npm/issues/13387 PR-URL: https://github.com/npm/npm/pull/13415 Credit: @isaacs
2016-07-08glob@7.0.5Rebecca Turner
minimatch dep update Credit: @isaacs
2016-06-17glob@7.0.4Rebecca Turner
Fixes issues with Node 6 and "long or excessively symlink-looping paths" Credit: @isaacs
2016-03-11glob@7.0.3Rebecca Turner
Fix a race condition and some windows edge cases. Credit: @isaacs
2016-02-19glob@7.0.0Rebecca Turner
Raise error if `options.cwd` is specified, and not a directory Credit: @isaacs
2016-01-21glob@6.0.4Kat Marchán
2016-01-07glob@6.0.3Rebecca Turner
Removes deprecated features. Fixes a host of bugs around dot files in ignores Credit: @isaacs
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-01glob@5.0.15Rebecca Turner
2015-07-17glob@5.0.14Kat Marchán
Better handling of ENOTSUP
2015-07-03glob@5.0.13Rebecca Turner
2015-07-01glob@5.0.12Rebecca Turner
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-05-28glob@5.0.10Forrest L Norvell
Add coverage to tests.
2015-05-21glob@5.0.7Rebecca Turner
2015-05-15glob@1.0.3Forrest L Norvell
Use newer tap for tests.
2015-04-10glob@5.0.5Forrest L Norvell
Move platform-specific shim from one place to another.
2015-03-20glob@5.0.3Forrest L Norvell
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
2015-02-27glob@4.4.1Forrest L Norvell
More informative error messages when calling sync versions of functions with a callback.
2015-02-20glob@4.4.0Forrest L Norvell
Adds ignoring matches.
2015-01-16glob@4.3.5Forrest L Norvell
Change to single quotes everywhere for some reason.
2014-12-25glob@4.3.2Forrest L Norvell
Better handling of trailing slashes.
2014-12-05glob@4.3.1 / minimatch@2.0.1Forrest L Norvell
Updating glob and minimatch also required doing some tweaking to fstream-npm and node-gyp, which still require the old versions of glob and minimatch. But the tests all pass yay hooray.
2014-11-21glob@4.2.1Forrest L Norvell
more fasterer and less testy
2014-10-17glob@4.0.6Forrest L Norvell
Now absolutely requires `graceful-fs`.
2014-07-31glob@4.0.5isaacs
2014-06-29glob@4.0.3isaacs
2014-06-06Update glob and things depending on globisaacs
2014-05-20Bump many minor dep versionsisaacs
abbrev columnify fstream-npm glob ini minimatch npmconf
2014-03-12glob@3.2.9isaacs
Fixes mark:true regression that kills readmes
2014-02-17glob: revert to 3.2.7 to avoid mark:true regressionisaacs
2014-02-17glob@3.2.8isaacs
2013-11-20glob@3.2.7isaacs
2013-08-03Bump all depsisaacs
2013-07-24bump all deps to use inherits@2isaacs