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-104.4.2v4.4.2Kat Marchán
2017-03-10tap@10.3.0Kat Marchán
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-10scripts: stop rebuilding docs on every npm iKat 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-03-064.4.1v4.4.1Rebecca Turner
2017-02-244.4.0v4.4.0Rebecca Turner
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-24tap@10.2.0Rebecca Turner
2017-02-24tacks@1.2.6Rebecca Turner
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-24package: Use prepare lifecycle instead of prepublishRebecca Turner
2017-02-104.3.0v4.3.0C J Silverio
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-registry-mock@1.1.0Rebecca Turner
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-264.2.0v4.2.0Kat Marchán
2017-01-25mississippi@1.3.0Kat Marchán
2017-01-25ansi-regex@2.1.1Kat Marchán
2017-01-134.1.2v4.1.2Rebecca Turner
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
2017-01-12tap@9.0.3Rebecca Turner
Credit: @isaacs
2016-12-164.1.1v4.1.1Rebecca Turner
2016-12-164.1.0v4.1.0Rebecca Turner
2016-12-15marked-man@0.2.0Rebecca Turner
Add table support. Credit: @gholk PR-URL: https://github.com/kapouer/marked-man/pull/9
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-09node-uuid@1.4.7Rebecca Turner