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-04-22write-file-atomic@1.3.3Rebecca Turner
2017-04-22init-package-json@1.10.1Rebecca Turner
2017-04-22npmlog@4.0.2Rebecca Turner
Bump versions of transitive dependencies of npmlog. Fixes flashing of the progress bar with narrow screens.
2017-04-22write-file-atomic@1.3.2Rebecca Turner
Wait for `fsync` to complete before considering our file written to disk.
2017-04-22normalize-package-data@2.3.8Rebecca Turner
Minimum distribution size!
2017-04-22init-package-json@1.10.0Rebecca Turner
Disambiguate 'name:' prompt. (@addaleax) Set default package name using npm rules. Allow directories.lib to be defaulted.
2017-04-21readable-stream@2.2.9Rebecca Turner
Browser support changes. Credit: @mcollina Credit: @calvinmetcalf
2017-04-21npm-registry-client@8.1.1Rebecca Turner
Allows installation with npm-package-arg@5. Credit: @iarna
2017-04-21init-package-json@1.9.6Rebecca Turner
Allows installation with npm-package-arg@5. Credit: @iarna
2017-04-21hosted-git-info@2.4.2Rebecca Turner
Fix a bug in handling scp style URLs, eg git+https://github.com:foo/repo.git#master Credit: @iarna
2017-03-25npm: Replace http: URL in npm-shrinkwrap with https:David Cook
PR-URL: https://github.com/npm/npm/pull/16014 Credit: @divergentdave Reviewed-By: @iarna
2017-03-25which@1.2.14Rebecca Turner
Internal changes only Credit: @isaacs
2017-03-25readable-stream@2.2.6Rebecca Turner
Remove WriteReq and CorkedRequest as they aren't in core yet. Credit: @mcollina
2017-03-25node-gyp@3.6.0Rebecca Turner
Support for VS2017. Chakracore support. Credit: @refack Credit: @kunalspathak
2017-03-25hosted-git-info@2.4.1Rebecca Turner
* Match git URLs with trailing slashes. * Certain classes of invalid URLs no longer crash. * Preserve case of the user name part of shortcut specifiers, previously they were lowercased. Fixes: https://github.com/npm/hosted-git-info/issues/15 Fixes: https://github.com/npm/hosted-git-info/issues/16 Credit: @iarna
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