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-05-26pacote@2.7.4Kat Marchán
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-21npm-registry-client@8.1.1Rebecca Turner
Allows installation with npm-package-arg@5. Credit: @iarna
2017-03-25npm-registry-client@8.1.0Rebecca Turner
2017-03-10npm-registry-client@7.4.6Kat Marchán
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-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-19signal-exit@3.0.1Forrest L Norvell
Fixes: #13782 Credit: @benjamincoe PR-URL: https://github.com/npm/npm/pull/13953
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-06-16npm-registry-client@7.1.2Rebecca Turner
Bring in a new npm-registry-client that can use our newer npmlog. PR-URL: https://github.com/npm/npm/pull/13075 Credit: @iarna
2016-04-15readable-stream@2.1.0Rebecca Turner
Adds READABLE_STREAM env var that, if set to `disable`, will make `readable-stream` use the local native node streams instead. Credit: @calvinmetcalf
2016-02-26npm-registry-client@7.1.0Rebecca Turner
PR-URL: https://github.com/npm/npm/pull/11666 Credit: @misterbyrne
2016-01-29retry@0.9.0Rebecca Turner
Add ability to unref timers. Internal refactoring of retryForever. Credit: @tim-kos
2015-12-12dep: Make readable-stream@2.0.2 a regular dependencyRebecca Turner
Previously it was only used in tests, but we needed a modern pass through stream to provide buffering for 0.8 http streams, which have a bug around backpressure.
2015-11-20npm-registry-client@7.0.9Forrest L Norvell
Allow access grants, revocations, and enumerations to be requested for unscoped packages, because the version of teams and orgs that shipped for the primary registry changed somewhere along the way to allow orgs to own unscoped packages. Credit: @othiym23 PR-URL: https://github.com/npm/npm-registry-client/pull/126
2015-10-16src: install npm@3 with npm@2Forrest L Norvell
Restore the ability to do one-shot upgrades from the versions of npm bundled with Node 0.8 to npm@3, which simplifies using Travis with old Node and new npm, for compatibility testing purposes. Older versions of npm repack packages on install, which works poorly with the way npm@3 handles bundledDependencies with flat trees. Fixes: #9668 PR-URL: https://github.com/npm/npm/pull/9981
2015-09-18npm-registry-client@7.0.7Kat Marchán
Fixes error when deprecating scoped packages PR-URL: https://github.com/npm/npm-registry-client/pull/115 PR-URL: https://github.com/npm/npm/pull/9558
2015-09-10retry@0.7.0Rebecca Turner
2015-08-14npm-registry-client@7.0.1Kat Marchán
PR-URL: https://github.com/npm/npm/pull/9011
2015-08-14chownr@1.0.1Rebecca Turner
2015-07-24npm-registry-client@6.5.1Forrest L Norvell
Allow `semver@5`.
2015-07-24semver@5.0.1Forrest L Norvell
Remove browser artifacts from distribution.
2015-07-01graceful-fs@4.1.2isaacs
PR-URL: https://github.com/npm/npm/pull/8735
2015-07-01npm-registry-client@6.5.0Rebecca Turner
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-06-01readable-stream@1.1.13Forrest L Norvell
The npm@<3 dedupe algorithm basically chooses which version of a module to hoist arbitrarily. Manually install 1.1.13 (streams3) and prune it where it appears in the tree, and also install 1.0.33 in `request` so that it continues to work as expected.
2015-05-22deps: remove editor cruftForrest L Norvell
2015-05-22npm-registry-client@6.4.0Rebecca Turner
2015-04-21npm-registry-client@6.3.3Forrest L Norvell
* When the registry returns a scoped package name in error messages, renormalize it back out of URLEncoded format. (@mmalecki) * Clean up the `npm:` example in the README. (@evilpacket)
2015-04-15npm-registry-client@6.3.2Forrest L Norvell
Don't send body with HTTP GET requests, which confuses the keep-alive agent and triggers all kind of weird behavior. Fixes #7699. All glory to smikes for finding and fixing this issue.
2015-04-09npm-registry-client@6.3.0Rebecca Turner
2015-03-20hosted-git-info@1.5.3Forrest L Norvell
Use `hosted-git-info` directly to ensure that all GitHub URLs are being run through the same cloning strategy for caching. Fixes #7630.
2015-03-19npm-registry-client@3.1.2Forrest L Norvell
* Use `certificate` instead of `cert` when creating HTTPS agent (fixes npm/npm-registry-client#103). * Convert code style to match `standard`.
2015-02-13npm-registry-client@6.1.1Forrest L Norvell
Fix typo in log message.
2015-02-13npm-registry-client@6.1.0Forrest L Norvell
Support logging out of token-based sessions (a registry-2 endpoint).
2015-01-30npm-registry-client@6.0.7Forrest L Norvell
* ensure that all request settings are copied onto the agent (fix #7226) * lazily instantiate agents * properly handle retry failures on fetch * allow overriding request's environment-based proxy handling
2015-01-29npm-registry-client@6.0.4Forrest L Norvell
client.publish only sets the `access` field on the top-level publish metadata when it is passed in as a parameter, and the `access` parameter is now optional instead of required.
2015-01-24npm-registry-client@6.0.3Forrest L Norvell
* ensure that version strings pushed to the registry are valid JSON * remove _etag griblet shoved into the document by CouchDB
2015-01-23npm-registry-client@6.0.1Forrest L Norvell
A simple typo fix.
2015-01-23npm-registry-client@6.0.0Forrest L Norvell
* support /-/package/:name/access endpoint * support /-/package/:name/dist-tags endpoint * mandatory `access` parameter for publishes, with no default (because the client doesn't know which is appropriate). * registry client has atypical inheritance, so npm.client.distTags.* can be in their own little namespace.
2015-01-16npm-registry-client@5.0.0Forrest L Norvell
BREAKING CHANGE: * npm star now works with token-based auth otherwise: * npm whoami has been moved out from under the package namespace * ensure that Keep-Alive requests keep working properly with Node 0.11 / io.js 1.0.1 * use If-Modified-Since headers in addition to etags
2014-12-12npm-registry-client@4.0.5Forrest L Norvell
Some endpoints will return an object property named "error", which is not the same as the string property containing an error message.
2014-11-22npm-registry-client@4.0.4Forrest L Norvell
Deal with numeric defaults better, pass the correct configuration to the retry module, and deal with registry errors that don't come with an error message from the registry.
2014-11-20npm-registry-client@4.0.3Forrest L Norvell
Send GitHub the JSON accepts header it's looking for when we request a tarball via an HTML redirect page. The internet is terrible. Fixes #6729.
2014-11-08npm-registry-client@4.0.2Forrest L Norvell
proxy via request and environment variables more transparently
2014-10-31npm-registry-client@4.0.1Forrest L Norvell
Allow users to publish modules with the same name as built-in modules.
2014-10-31npm-registry-client@4.0.0Forrest L Norvell
* Explicitly pass auth into all calls. * Reworked the npm-registry-client API for consistency. * Break registry client dependency on npm's cache. * Remove getAll logic (moved to lib/cache/update-index.js). * Decouple config from npm / npmconf. * Remove bugs and upload because they're unused.
2014-10-17retry@0.6.1 / npm-registry-client@3.2.4Forrest L Norvell
Retry changed owners; npm-registry-client had an explicit dependency on 0.6.0.
2014-10-16defactored npmconf back into npmForrest L Norvell