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-21deps: read-installed subdeps updateRebecca Turner
util-extend@1.0.3
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-11read-installed@4.0.3Rebecca Turner
2015-07-24read-installed@4.0.2Forrest 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-06-26read-installed@4.0.1Rebecca Turner
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-06-26read-package-tree@4.1.0Rebecca Turner
2015-04-09read-installed@4.0.0Rebecca Turner
2014-12-22read-installed@3.1.5Forrest L Norvell
Safer fix than read-installed@3.1.4.
2014-12-20read-installed@3.1.4Forrest L Norvell
Don't crash on empty paths (fixes #6973).
2014-11-19readdir-scoped-modules@1.0.1Forrest L Norvell
Ensures the hegemony of `graceful-fs` over all fs operations, thus helping to address #6506. Probably not the whole solution to the problem.
2014-09-11Bump all semver dependents in preparation for semver@4.x's arrivalisaacs
2014-09-09read-installed@3.1.2Forrest L Norvell
Don't mark linked dev dependencies as extraneous.
2014-08-30read-installed@3.1.1Forrest L Norvell
Properly handles extraneous dev dependencies of required dependencies.
2014-08-29github-url-from-username-repo@~1.0.0Forrest L Norvell
Also includes: * normalize-package-data@1.0.1 * npm-registry-client@3.1.5 * read-package-json@~1.2.7 Treeish names containing slashes now work. Also pulled dezalgo up to a top-level dependency, which necessitated adding it to the bundledDependencies list.
2014-08-13include readdir-scoped-modules sub-dependencyisaacs
2014-08-13read-installed@3.1.0isaacs
2014-08-01read-installed@3.0.0isaacs
Fixes extraneous peer dependent looping devDependencies in --production mode. CC @davglass
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-07more minor dep bumpsisaacs
2014-05-23read-installed@2.0.4isaacs
2014-05-12read-installed@2.0.3Julian Gruber
peer dependencies can be satisfied by grandparent
2014-03-27read-installed@2.0.2isaacs
Don't mark peerDeps as extraneous
2014-03-19read-installed@2.0.1isaacs
2014-03-16read-installed@2.0.0isaacs
2014-02-15new tests for read-installedisaacs
2014-02-15read-installed@1.0.0isaacs
2013-12-03read-installed@0.2.5Luke Arduini
2013-09-07read-installed@0.2.4isaacs
2013-07-22Bump many deps for graceful-fs@2 upgradeisaacs
2013-06-21read-installed@0.2.2isaacs
2013-02-06read-installed@0.1.1isaacs
2013-01-19read-installed@0.1.0isaacs
2012-12-16read-installed@0.0.4isaacs
2012-10-02bump deps to use newer semverisaacs
2012-08-18read-installed@0.0.2isaacs
2012-06-12Use read-installed dependencyisaacs