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-03-25npm-registry-client@8.1.0Rebecca Turner
2017-03-17deps: Switch to move-concurrently to remove scoped dependencyRebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/16066
2017-03-16deps: Flatten out @npmcorp/move's deps for backwards compatibility reasonsRebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/16040 Reviewed-By: @zkat
2017-03-13deps: Correct npm-shrinkwrap for @npmcorp/moveRebecca Turner
Previously `resolved` was set to a file URL and due to a quirk of the installer this led to the bundled version matching that even when a user ran `npm install @npmcorp/copy@latest`. This was harmless, but weird. Credit: @iarna
2017-03-11fs-vacuum@1.2.10Kat Marchán
Fixes: #14012 PR-URL: https://github.com/npm/fs-vacuum/pull/6 Credit: @helio-frota Reviewed-By: @zkat
2017-03-10update-notifier@2.1.0Kat Marchán
2017-03-10rimraf@2.6.1Kat Marchán
2017-03-10request@2.81.0Kat Marchán
2017-03-10read-package-json@2.0.5Kat Marchán
2017-03-10npm-registry-client@7.4.6Kat Marchán
2017-03-10npm-package-arg@4.2.1Kat Marchán
2017-03-10normalize-package-data@2.3.6Kat Marchán
2017-03-10JSONStream@1.3.1Kat Marchán
2017-03-10init-package-json@1.9.5Kat Marchán
2017-03-10fstream@1.0.11Kat Marchán
2017-03-10fs-write-stream-atomic@1.0.10Kat Marchán
2017-03-10bluebird@3.5.0Kat Marchán
2017-03-10install: Use EXDEV aware move instead of rename (#15901)Rebecca Turner
This will allow moving across devices and moving when filesystems don't support renaming directories full of files. PR-URL: https://github.com/npm/npm/pull/15901 Credit: @iarna Reviewed-By: @zkat
2017-03-10call-limit@1.1.0Rebecca Turner
2017-02-24transitive: validate-npm-package-nameRebecca Turner
Upgrading validate-npm-package-name resulted in init-package-json@1.9.4 needing it's own copy. That's all well and good, but it wasn't added to git.
2017-02-24npm-cli: add update-notifier & use itC J Silverio
The cli bin script now runs the update-notifier module after it has decided we're running in a good node version. We do not yet customize the output in any way. Credit: @ceejbot Fixes: #11473 PR-URL: https://github.com/npm/npm/pull/15774#pullrequestreview-23599057 Reviewed-By: @iarna
2017-02-24validate-npm-package-name@3.0.0Rebecca Turner
Remove ablist language in README Stop allowing ~'!()* in package names. Credit: @tomdale Credit: @chrisdickinson
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
2017-02-24readable-stream@2.2.3Rebecca Turner
Added governance template. Exclude `stream` module in react-native. Credit: @RangerMauve Credit: @mcollina
2017-02-24opener@1.4.3Rebecca Turner
Republish with README. Credit: @dominic
2017-02-24abbrev@1.1.0Rebecca Turner
Improved test coverage and publication mechanics. Credit: @isaacs
2017-02-10aproba@1.1.1Kat Marchán
2017-02-10hosted-git-info@2.2.0Kat Marchán
Add support for `.tarball()` URLs. PR-URL: https://github.com/npm/hosted-git-info/pull/21 Credit: @zkat Reviewed-By: @iarna
2017-02-10npm: Lazy load caching-registry-client (#15631)Rebecca Turner
PR-URL: https://github.com/npm/npm/pull/15631 Credit: @iarna Reviewed-By: @zkat
2017-01-25mississippi@1.3.0Kat Marchán
2017-01-25ansi-regex@2.1.1Kat Marchán
2017-01-12node-gyp@3.5.0Rebecca Turner
Improvements to how Python is located. New `--devdir` flag. Credit: @bnoordhuis Credit: @mhart
2017-01-12JSONStream@1.3.0Rebecca Turner
Add new emitPath option. Credit: @nathanwills
2017-01-12write-file-atomic@1.3.1Rebecca Turner
When the target is a symlink, write-file-atomic now overwrites the _destination_ of the symlink, instead of replacing the symlink itself. This makes it's behavior match `fs.writeFile`. Fixed a bug where it would ALWAYS fs.stat to look up default mode and chown values even if you'd passed them in. (It still used the values you passed in, but did a needless stat.) Fixes: #10223 Fixes: https://github.com/npm/write-file-atomic/issues/5 Credit: @iarna
2016-12-15retry@0.10.1Rebecca Turner
No changes. Credit: @tim-kos
2016-12-15osenv@0.1.4Rebecca Turner
Test changes. Credit: @isaacs
2016-12-15npmlog@4.0.2Rebecca Turner
Documentation update. Credit: @helio-frota
2016-12-15lockfile@1.0.3Rebecca Turner
Handled case where callback was not passed in by the user. Credit: @ORESoftware PR-URL: https://github.com/npm/lockfile/pull/24
2016-12-15nopt@4.0.1Forrest L Norvell
The breaking change is a small tweak to how empty string values are handled. See the brand-new CHANGELOG.md for nopt for further details about what's changed in this release! Credit: @adius Credit: @samjonester Credit: @elidoran Credit: @helio Credit: @silkentrance Credit: @othiym23 PR-URL: https://github.com/npm/npm/pull/15215
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-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-02request@2.79.0Kat Marchán
Mostly test and project maintenance changes + features we do not use
2016-12-01graceful-fs@4.1.11Kat Marchán
fix win32 conflict handler to support EPERM case on rename
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-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