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
2020-08-04Reset dep install. Discover strange bundle dep bugisaacs
The `tap` package bundles `import-jsx`, which in turn bundles `@babel/core` and a bunch of other stuff. However, even though `@babel/core` is in the bundle, it's getting placed in the tree at the root. This is a mistake. Because the node is placed, and not given the `extraneous` flag, in the ideal tree building process, when reified, it goes ahead and puts it in place. When reading the actual tree, we see a valid hidden lockfile, which contains the module, and it doens't have the extraneous flag. So everything seems fine. Remove the hidden lockfile, and the problem presents itself. Corrected here through some arduous and painstaking manual installs, so at least we have the tree in the state it *should* be for now. But this is a bug in arborist that must be fixed asap. Re: https://github.com/npm/cli/issues/1597
2020-07-29reset deps using npm v7isaacs
First self-install!
2020-07-29Full dependency rebootisaacs
Reinstall everything from a clean node_modules and package-lock.json state. Re-generate list of bundleDependencies and node_modules/.gitignore with a script that does the right thing based on actual dependency state.
2019-06-30read-package-tree@5.3.1isaacs
2019-02-14read-package-tree@5.2.2Kat Marchán
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2018-04-13read-package-tree@5.2.1Rebecca Turner
Credit: @zkat
2017-06-02read-package-tree@5.1.6Rebecca Turner
Credit: @iarna
2017-05-26pacote@2.7.4Kat Marchán
2016-06-24read-package-tree@5.1.5Rebecca Turner
Make bad symlinks be non-fatal errors when reading the tree off disk. Credit: @watilde Reviewed-By: @iarna PR-URL: https://github.com/npm/read-package-tree/pull/6
2016-05-20read-package-tree@5.1.4Rebecca Turner
Don't mark a module as linked just because its node_modules is a link. Credit: @iarna Fixes: #10013 PR-URL: https://github.com/npm/npm/pull/12756 Reviewed-By: @othiym23
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-25read-package-tree@5.1.2Rebecca Turner
PR-URL: https://github.com/npm/npm/pull/9744
2015-07-18read-package-tree@5.1.0Rebecca Turner
Pull in 5.1.0 to support filtering the results at READ time. PR-URL: https://github.com/npm/npm/pull/8977
2015-07-01read-package-tree@5.0.0Rebecca Turner
Makes errors in the tree non-fatal, instead storing them in an error attribute.
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-06-26read-package-tree@4.1.0Rebecca Turner