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
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.
2015-02-06request@2.53.0Forrest L Norvell
Changes to tunnel handling.
2014-12-12request@2.51.0Forrest L Norvell
Bug fixes that mostly don't affect npm.
2014-12-05request@2.49.0Forrest L Norvell
Includes a fix to `no-proxy` configuration relevant to npm proxy users.
2014-11-21request@2.48.0Forrest L Norvell
many small bug fixes, improved OAuth support
2014-10-31request@2.47.0Forrest L Norvell
2014-10-24request@2.46.0Forrest L Norvell
Tests and cleanup.
2014-10-17request@2.45.0Forrest L Norvell
Dependency updates, better proxy support, better compressed response handling, lots of 'use strict'.
2014-10-01add readable-stream dedupe depisaacs
2014-09-19request@2.44.0Forrest L Norvell
2014-09-05request@2.42.0Forrest L Norvell
additional fixes for proxying
2014-09-05request@2.41.0isaacs
2014-08-22request@2.40.0Forrest L Norvell
Closes #5926, all tests pass.
2013-12-16request@2.30.0isaacs
2013-12-11request@2.29.0isaacs
2013-11-20request updateisaacs
2013-10-29update request depsisaacs