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
2016-12-09npm-registry-client@7.4.5Rebecca Turner
Fix a bug in fetch where errors on the request object that came after the response object had been emitted could result in duplicate callbacks and suppressed error conditions. Ultimately this translates to fixing shasum mismatches in `npm` when they were associated with an `ECONNRESET` or other network error. PR-URL: https://github.com/npm/npm-registry-client/pull/139 Fixes: #14626 Credit: @iarna Add support for sending anonymous cli metrics. PR-URL: https://github.com/npm/npm-registry-client/pull/148 Fix support for sending anonymous cli metrics. Credit: @sisidovski PR-URL: https://github.com/npm/npm-registry-client/pull/147
2016-12-024.0.5v4.0.5Kat Marchán
2016-12-02test: Make node tests compatible with windowsRebecca Turner
PR-URL: https://github.com/npm/npm/pull/15085 Credit: @iarna Reviewed-By: @zkat
2016-12-02request@2.79.0Kat Marchán
Mostly test and project maintenance changes + features we do not use
2016-12-01tap@8.0.1Kat Marchán
2016-12-01graceful-fs@4.1.11Kat Marchán
fix win32 conflict handler to support EPERM case on rename
2016-11-184.0.3v4.0.3Rebecca Turner
2016-11-18npmlog@4.0.1Rebecca Turner
Fix bugs where `log.progressEnabled` got out of sync with how `gauge` kept track of these things resulting in a progressbar that couldn't be disabled. Fixes: #14413 PR-URL: https://github.com/npm/npmlog/pull/46 Credit: @iarna
2016-11-18readable-stream@2.2.2Rebecca Turner
Port in latest changes from Node.js 7.x. Credit: @calvinmetcalf
2016-11-18which@1.2.12Rebecca Turner
Remove unused require. Credit: @isaacs
2016-11-18tap@8.0.0Rebecca Turner
Credit: @isaacs
2016-11-18marked-man@0.1.6Rebecca Turner
Credit: @kapouer
2016-11-18travis: Now that we aren't avoiding slow tests, stop segregating themRebecca Turner
2016-11-15package: pass nyc cache flag to tapBenjamin Coe
Credit: @bcoe PR-URL: https://github.com/npm/npm/pull/14602 Reviewed-By: @iarna
2016-11-044.0.2v4.0.2Forrest L Norvell
2016-11-04request@2.78.0Forrest L Norvell
Reviewed-By: @othiym23
2016-11-04inflight@1.0.6Forrest L Norvell
Clean up even if / when a callback throws. Credit: @phated Reviewed-By: @othiym23 Reviewed-By: @isaacs Fixes: npm/inflight#1 PR-URL: https://github.com/npm/inflight/pull/3
2016-11-04graceful-fs@4.1.10Forrest L Norvell
Better backoff for EPERM on Windows. Credit: @sam-github Fixes: #12059 Reviewed-By: @othiym23 Reviewed-By: @isaacs PR-URL: https://github.com/isaacs/node-graceful-fs/pull/97
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-254.0.1v4.0.1Kat Marchán
2016-10-25travis: Adjust tests to pass with NYC under travisRebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/14400 Reviewed-By: @zkat
2016-10-214.0.0v4.0.0Kat Marchán
2016-10-20npm-registry-client@7.3.0Rebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm-registry-client/pull/129 PR-URL: https://github.com/npm/npm-registry-client/pull/145
2016-10-13sorted-union-stream@2.1.3Kat Marchán
Credit: @zkat PR-URL: https://github.com/npm/npm/pull/13746 Reviewed-By: @othiym23
2016-10-13mississippi@1.2.0Kat Marchán
Credit: @zkat PR-URL: https://github.com/npm/npm/pull/13746 Reviewed-By: @othiym23
2016-10-13JSONStream@1.2.1Kat Marchán
Credit: @zkat PR-URL: https://github.com/npm/npm/pull/13746 Reviewed-By: @othiym23
2016-10-13search: first stab at streaming searchAria Stewart
Credit: @aredridel PR-URL: https://github.com/npm/npm/pull/13746 Reviewed-By: @othiym23
2016-10-073.10.9v3.10.9Rebecca Turner
2016-10-07graceful-fs@4.1.9Rebecca Turner
Make `fs.Stats` `.uid` and `.gid` fields always be unsigned. Pass through optional arguments to `fs.readdir`. Previously they were dropped. Fixes: #13918 Fixes: https://github.com/isaacs/node-graceful-fs/pull/84
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-10-07config-chain@1.1.11Rebecca Turner
Document module as frozen. Credit: @dominictarr
2016-10-07lockfile@1.0.2Rebecca Turner
Metadata & dev dep updates. Credit: @issacs
2016-10-07opener@1.4.2Rebecca Turner
License update. Credit: @dominic
2016-10-07path-is-inside@1.0.2Rebecca Turner
License & doc updates. Credit: @domenic
2016-10-07request@2.75.0Rebecca Turner
Subdep updates. Credit: @simov
2016-10-07sorted-object@2.0.1Rebecca Turner
Relicense under dual WTFPL/MIT Credit: @nagineni
2016-10-07asap@2.0.5Rebecca Turner
Fixed MutationObserver in envs w/o a `global` object. Credit: @visortelle PR-URL: https://github.com/kriskowal/asap/pull/68
2016-10-07tacks@1.2.2Rebecca Turner
2016-10-07tap@7.1.2Rebecca Turner
2016-09-093.10.8v3.10.8Kat Marchán
2016-09-09write-file-atomic@1.2.0Kat Marchán
* Preserve chmod and chown from the overwritten file Credit: @iarna
2016-09-09which@1.2.11Kat Marchán
Credit: @isaacs
2016-09-09semver@5.3.0Kat Marchán
* add * add * remove test files from distribution * doc and style updates Credit: @isaacs
2016-09-09retry@0.10.0Kat Marchán
Credit: @tim-kos
2016-09-09readable-stream@2.1.5Kat Marchán
Credit: @calvinmetcalf
2016-09-09once@1.4.0Kat Marchán
Added `once.strict` Credit: @zkochan
2016-09-09npmlog@4.0.0Kat Marchán
Allows creating log levels that are empty strings or 0 PR-URL: https://github.com/npm/npmlog/pull/34 Credit: @rwaldron
2016-09-09npm-registry-client@7.2.1Kat Marchán
* Fix EventEmitter warning spam from error handlers on socket * Add support for streaming request bodies * dependency updates * docs Credit: @othiym23 Fixes: https://github.com/npm/npm/issues/13656
2016-09-09inherits@2.0.3Kat Marchán
Credit: @isaacs
2016-09-09lodash.without@4.4.0Kat Marchán
Credit: @jdalton