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
2021-02-12chore(package-lock): rebuild package-lockGar
This pulls in, installs, and de-dupes our subdependencies. Notable updates are promise-retry and @npmcli/move-file which had new versions but we had no way to update and/or dedupe We also manually removed uuid from our package.json which was only added in the past to try to get around this same deduping issue
2020-12-09update all dependencies using latest npm to install themisaacs
This addresses the inclusion of some dev dependencies that should not have been included, due to a bug in Arborist 1.x which has been corrected. It also just moves some stuff around that was still in the tree shape that npm 6 created, which is different than what npm v7 will create. Several formerly dev deps were moved to production dependencies due to the addition of resolve in normalize-package-data v3.
2020-09-30chore: refresh transitive depsRuy Adorno
2020-09-30uuid@8.3.0Ruy 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.
2018-08-21request@2.88.0Kat Marchán
Credit: @mikeal
2018-08-09request@2.87.0Kat Marchán
2018-07-11request@2.81.0Kat Marchán
Downgraded to allow better deduplication
2018-06-07request@2.87.0Rebecca Turner
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2018-05-16request@2.86.0Kat Marchán
2018-03-23request@2.85.0Rebecca Turner
oauth changes
2017-10-04request@2.83.0Rebecca Turner
A slew of dependency updates, include an update to tough-cookie with a security fix.
2017-07-06chore: fix permissions of documentsEnrico Weigelt, metux IT consult
Documents obviously aren't executable, so drop +x flag PR-URL: https://github.com/npm/npm/pull/16548 Credit: @metux Reviewed-By: @iarna
2017-06-27housekeeping: Update transitive depsRebecca Turner
2017-05-26pacote@2.7.4Kat Marchán
2017-03-10request@2.81.0Kat Marchán
2016-12-15doctor: add new subcommandDaijiro Wachi
This command will diagnose user's environment and let the user know some recommended solutions if they potentially have any problems related to npm. Credit: @watilde Reviewed-By: @othiym23 Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/14582 Fixes: #6756
2016-12-09node-uuid@1.4.7Rebecca Turner
2016-12-02request@2.79.0Kat Marchán
Mostly test and project maintenance changes + features we do not use
2016-11-04request@2.78.0Forrest L Norvell
Reviewed-By: @othiym23
2016-10-07request@2.75.0Rebecca Turner
Subdep updates. Credit: @simov
2016-08-12request@2.74.0Zach Renner
Update request library to at least 2.73 to fix: npm install failed - Cannot read property 'emit' of null Fixes: #9984 PR-URL: https://github.com/npm/npm/pull/13432 Credit: @zarenner Reviewed-By: @iarna
2016-04-22request@2.72.0Rebecca Turner
Don't throw if invalid characters are found in an http header, emit via an error event. Fix crashes when response headers indicate gzipped content but the body is empty. Add `request.delete` as an alias for `del` Add support for deflate content encoding. Credit: @simov
2016-04-15readable-stream@2.1.0Rebecca Turner
Adds READABLE_STREAM env var that, if set to `disable`, will make `readable-stream` use the local native node streams instead. Credit: @calvinmetcalf
2016-04-07request@2.70.0Rebecca Turner
A bunch of dep updates, accept read stream as body option, support JSON stringify replacer argument. Credit: @simov
2016-01-29request@2.69.0Rebecca Turner
A bunch of small bug fixes and module updates. Credit: @simov
2016-01-21deps: request subdeps updatesRebecca Turner
bl@1.0.1 async@1.5.2 har-validator@2.0.6 escape-string-regexp@1.0.4 is-my-json-valid@2.12.4 sshpk@1.7.3 dashdash@1.12.2 tweetnacl@0.13.3 mime-types@2.1.9 mime-db@1.21.0
2015-12-12dep: Make readable-stream@2.0.2 a regular dependencyRebecca Turner
Previously it was only used in tests, but we needed a modern pass through stream to provide buffering for 0.8 http streams, which have a bug around backpressure.
2015-12-11deps: install missed a copy of readable-streamForrest L Norvell
2015-12-11request@2.67.0Forrest L Norvell
Dependency upgrades, improved tests, and fixes to tunneling. Credit: @simov Reviewed-By: @othiym23
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-01request@2.64.0Rebecca Turner
2015-09-25request@2.63.0Rebecca Turner
2015-09-18request@2.62.0 & qs@5.1.0Rebecca Turner
2015-09-10deps: Remove user-managed flag from bundled modulesRebecca Turner
2015-08-21request@2.61.0Rebecca Turner
2015-07-24dep: flatten requestRebecca Turner
2015-07-24request@2.60.0Kat Marchán
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-06-19request@2.58.0Forrest L Norvell
* move tunneling logic into standalone module * use `extend` instead of util._extend
2015-06-01request@2.57.0Forrest L Norvell
Replace dependency on IncomingMessage's `.client` with `.socket` as the former was deprecated in 2.2.0.
2015-06-01readable-stream@1.1.13Forrest L Norvell
The npm@<3 dedupe algorithm basically chooses which version of a module to hoist arbitrarily. Manually install 1.1.13 (streams3) and prune it where it appears in the tree, and also install 1.0.33 in `request` so that it continues to work as expected.
2015-05-28request@2.56.0Forrest L Norvell
2015-04-10request@2.55.0Forrest L Norvell
BUg fixes and some simplification.
2015-04-02dedupe async within requestForrest L Norvell
2015-04-02dedupe strip-ansi up to top levelForrest L Norvell
2015-04-02dedupe ansi-regex up to top levelForrest L Norvell
2015-03-27request@2.54.0Forrest L Norvell
Among many other things, a number of fixes for Node.js 0.12 and io.js.