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 (Expand)Author
2021-10-15feat(workspaces): add --include-workspace-root and explicit --no-workspacesfritzy/workspace-rootGar
2021-09-30Revert "feat(workspaces): --include-workspace-root"Luke Karrys
2021-09-30feat(workspaces): --include-workspace-rootGar
2021-06-17feat(pack): add pack-destination configGar
2021-06-16fix(workspaces): explicitly error in global modeGar
2021-05-20fix: restore '--json' argument to 'npm pack' commandmrmlnc
2021-04-22fix(pack): refuse to pack invalid packumentGar
2021-04-08feat(pack): add workspace supportGar
2021-03-22fix(usage): tie usage to configGar
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-18chore(config): remove flatOptions referencesGar
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-08-05pack: set correct filename for scoped packagesisaacs
2020-08-05pack: output generated tarball filenameisaacs
2020-08-04refactor and lint commands, make consistentisaacs
2020-07-29lint the lib folderisaacs
2020-07-08remove trailing whitespaceisaacs
2020-05-08chore: pack with libnpmpackclaudiahdz
2020-05-08feat: publish only from local directoryclaudiahdz
2019-10-29fix: resolve circular dependency in pack.jsAnna Henningsen
2018-12-11pacote: get rid of legacy pacoteOptsKat Marchán
2018-08-21pack: add dryRun option to packDirectory (#47)Lars Willighagen
2018-08-21docs: add --dry-run to install and pack (#41)Francis Gulotta
2018-05-16pack: make sure bundled deps are shown in preview, too (#20585)Kat Marchán
2018-04-11pack: add shasum and integrity info to previewKat Marchán
2018-03-23standardizeRebecca Turner
2018-03-23pack/publish: --dry-run, --json, and package previews (#19908)Kat Marchán
2018-03-13pack: use a specific mtime when packing (#20027)isaacs
2018-03-09pack: Don't rely on entry point to be npm-cli.js (#18450)Johannes Bader
2017-11-28pack: stop including mtime so tarball packing usually results in the same shaKat Marchán
2017-11-28pack/publish/install: fix git and tarball specs and checksum errors (#19163)Kat Marchán
2017-11-02pack: fix inclusion of files with @ signs (#19033)Kat Marchán
2017-08-23pack: Use new tarisaacs
2017-07-06git: git repos with prepare scripts always install with both dev and prod fla...Dominic Watson
2017-06-06docs: fix up prepublish deprecation messageHirse
2017-05-26lifecycle: added prepack and postpack (#16725)Kat Marchán
2017-05-26fix(git): integrity hash was failing sometimesKat Marchán
2017-05-26feat(git): git repos with prepare scripts are now built on installKat Marchán
2017-05-26feat(install): use pacote for package downloadsKat Marchán
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2015-12-12src: Make fs-write-stream-atomic consistently referred to as writeStreamAtomicRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2014-09-28standardize how a cached package root is namedForrest L Norvell
2014-09-20Make all write streams atomicisaacs
2014-09-13fix relative paths in local dependenciesForrest L Norvell