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-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-05-26pacote@2.7.4Kat Marchán
2017-04-28npm-package-arg@5.0.1Rebecca Turner
2017-03-10npm-package-arg@4.2.1Kat Marchán
2016-06-17npm-package-arg@4.2.0Rebecca Turner
Add `escapedName` to the result. It is suitable for passing through to a registry without further processing. Credit: @nexdrew
2016-05-04npm-package-arg@4.1.1Kat Marchán
Fixes some Windows-related stuff Credit: @zkat PR-URL: https://github.com/npm/npm/pull/11444 Reviewed-By: @zkat Reviewed-By: @iarna Reviewed-By: @othiym23
2016-04-22npm-package-arg@4.1.1Rebecca Turner
Fix some file:// urls on windows Stop resolving local paths in npa (this is now done in realze-package-specifier) Credit: @zkat
2015-11-11npm-package-arg@4.1.0Rebecca Turner
PR-URL: https://github.com/npm/npm-package-arg/pull/15 Credit: @zkat Fixes: #10189
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-07-24npm-package-arg@4.0.2Forrest L Norvell
Allow `semver@5`.
2015-07-24semver@5.0.1Forrest L Norvell
Remove browser artifacts from distribution.
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-05-22deps: remove editor cruftForrest L Norvell
2015-05-22npm-package-arg@4.0.1Rebecca Turner
2015-04-09npm-package-arg@4.0.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-20npm-package-arg@3.1.1Forrest L Norvell
Do the minimal upgrade necessary to get tests passing with new hosted repo metadata. I anticipate the realize-package-specifier update will be a little more invasive.
2014-10-01Update npm-package-arg@2.1.3Rebecca Turner
Bring in the latest version with fixed tests
2014-09-13npm-package-arg@2.1.2Forrest L Norvell
support git+file:// URLs for local bare repos
2014-09-11Bump all semver dependents in preparation for semver@4.x's arrivalisaacs
2014-09-05npm-package-arg@2.1.0Forrest L Norvell
support file URIs as local specs
2014-08-29npm-package-arg@2.0.4Forrest L Norvell
Work better with git treeishes with slashes in them.
2014-07-25Bump semver to version 3isaacs
This makes the '^' operator stricter for 0.x.y versions, even if 'x' is not 0. As a direct result, several *other* deps had to be updated, because they either depended on semver 2.x, or because the new stricter rules meant that they (or their deps) were no longer valid. The update to 'read-installed', in particular, causes a test failure. That update must be rolled back, or the test made to pass, prior to a stable npm 2.0.0 release going out.
2014-07-24npm-package-arg@2.0.1isaacs
2014-07-02npm-package-arg@2.0.0Forrest L Norvell
2014-07-02npm-package-arg@1.0.1Forrest L Norvell