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-06-06deps: bump cacache, pacote, ssri, readable-stream, safe-bufferKat Marchán
2017-06-03aproba@1.1.2Rebecca Turner
2017-06-02npm-package-arg@5.1.1Kat Marchán
This includes the npa git-parsing patch to make it so non-hosted SCP-style identifiers are correctly handled. Previously, npa would mangle them (even though hosted-git-info is doing the right thing for them). Fixes: https://github.com/npm/npm/issues/16726
2017-06-02read-package-tree@5.1.6Rebecca Turner
Credit: @iarna
2017-06-02node-gyp@3.6.2Kat Marchán
PR-URL: https://github.com/npm/npm/pull/16894 Credit: @refack Reviewed-By: @zkat
2017-06-01pacote@2.7.27Kat Marchán
This fixes semver-looking git committishes. Credit: @zkat
2017-06-01pacote@2.7.26Kat Marchán
This should fix more git issues
2017-05-31deps: pull in dependency updates with bugfixesKat Marchán
* new pacote fixes several git-related bugs * ssri update fixes crash on early node@4 versions * make-fetch-happen update fixes more proxy-related issues * npm-user-validate adds regex for blocking usernames with illegal chars Credit: @zkat
2017-05-26cacache@9.2.5Rebecca Turner
2017-05-26ssri@4.1.3Kat Marchán
2017-05-26safe-buffer@5.0.1Kat Marchán
2017-05-26glob@7.1.2Rebecca Turner
2017-05-26pacote@2.7.21Kat Marchán
2017-05-26cacache@9.2.5Kat Marchán
2017-05-26pacote@2.7.12Kat Marchán
2017-05-26write-file-atomic@2.1.0Kat Marchán
adds fsync option
2017-05-26fstream-npm@1.2.1Kat Marchán
2017-05-26pacote@2.7.11Kat Marchán
2017-05-26pacote@2.7.10Kat Marchán
2017-05-26node-gyp@3.6.1Kat Marchán
2017-05-26pacote@2.7.9Rebecca Turner
2017-05-26pacote@2.7.7Kat Marchán
2017-05-26detect-indent@5.0.0Kat Marchán
2017-05-26npmlog@4.1.0Kat Marchán
2017-05-26pacote@2.7.6Kat Marchán
2017-05-26pacote@2.7.5Kat Marchán
2017-05-26FLOATING PATCH: directly patch fstream-npmKat Marchán
remove this patch once https://github.com/npm/fstream-npm/pull/27 lands
2017-05-26pacote@2.7.4Kat Marchán
2017-04-28asap@REMOVEDRebecca Turner
2017-04-28normalize-git-url@REMOVEDRebecca Turner
2017-04-28realize-package-specifier@REMOVEDRebecca Turner
2017-04-28npm-package-arg@5.0.1Rebecca Turner
2017-04-28init-package-json@1.10.1Rebecca Turner
2017-04-28hosted-git-info@2.4.2Rebecca Turner
2017-04-28npm-registry-client@8.3.0Kat Marchán
PR-URL: https://github.com/npm/npm-registry-client/pull/157 Credit: @zkat Reviewed-By: @iarna Reviewed-By: @soldair
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