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
2016-01-15npm-install-checks@3.0.0Rebecca Turner
PR-URL: https://github.com/npm/npm/pull/11129 Credit: @iarna
2015-11-05npmlog@2.0.0Forrest L Norvell
Override default EventEmitter error-handling behavior. Some people might want to log messages with 'error' as the name. Only semver-major because there might have been somebody relying on the fact that npmlog was an EE. Credit: @bengl PR-URL: https://github.com/npm/npmlog/pull/19
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-25npm-install-checks@2.0.1Rebecca Turner
2015-07-24npm-install-checks@2.0.0Rebecca Turner
2015-07-24npm-install-checks@1.0.6Forrest 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-01-09npm-install-checks@1.0.5: npmlog@^1 compatibilityForrest L Norvell
2014-09-11Bump all semver dependents in preparation for semver@4.x's arrivalisaacs
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-06-06bump ansi and associated depsisaacs
2014-05-13make new semver stop warningisaacs
2014-02-07add npm-install-checks@1.0.0Robert Kowalski