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
2022-04-04fix: replace deprecated String.prototype.substr() (#4667)CommanderRoot
2021-12-02feat: streaming debug logfileLuke Karrys
2021-11-05chore: update to latest eslint and linting rulesGar
2021-09-28fix: use Intl.Collator for string sorting when availableisaacs/string-locale-compareisaacs
2021-08-11deps: remove byte-sizeGar
2021-05-10fix(packages): locale-agnostic string sortingisaacs
2020-10-27pack: do not show individual files of bundled depsisaacs
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-07-27test: add utils/tar.js testsclaudiahdz
2020-05-08feat: publish only from local directoryclaudiahdz
2017-08-23tar: Remove use of old tarisaacs
2017-07-11install: fix max callstack exceeded loops with linksRebecca Turner
2017-05-26lifecycle: added prepack and postpack (#16725)Kat Marchán
2017-05-26filespecs: Implement new file: specifier behaviorRebecca Turner
2017-05-26feat(lockfile): add package-lock.json supportKat Marchán
2017-05-26feat(install): use pacote for package downloadsKat Marchán
2017-03-16pack: Bundle dependencies inside bundled scope depsRebecca Turner
2016-09-09tar: ignore *.orig filesChristopher Hiller
2016-08-02tar: include scoped packages in bundledDepsJordan Klassen
2016-06-18tar: restore our version of applyIgnoresRebecca Turner
2016-06-18tar: revert 4e52cef3d4170c8abab98149666ec599Forrest L Norvell
2016-06-17tar: warn when using Node 6+Forrest L Norvell
2016-06-16tar: Better progress indicatorsRebecca Turner
2016-06-16tar: Rewrite to use requiredBy instead of _requiredByRebecca Turner
2016-05-27tar: fix prograssbar section nameRebecca Turner
2016-04-08tar: Improve handling of special cases for files included in packagesGlen Mailer
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-10-09package-id: Use getPackageId more consistently in diagnosticsRebecca Turner
2015-10-09module-name: Factor out module name readingRebecca Turner
2015-09-25pack: Don't bother reading the tree if nothing is bundledRebecca Turner
2015-09-25pack: Pass in our tree object via closures instead of propertiesRebecca Turner
2015-06-26pack: fix infinite loop when packing w/ node_modules w/ dep cyclesRebecca Turner
2015-06-26publish: Throw an error if the bundled deps package.json entry is invalidRebecca Turner
2015-06-26Add multi-stage installerRebecca Turner
2015-06-26Move modules to new standard formatting in preparation for rewritesRebecca Turner
2014-12-25pack tarballs to their final locations atomicallyForrest L Norvell
2014-12-12tar detection looks for magic number (fixes #6868)David Volm
2014-09-28logging cleanupForrest L Norvell
2014-09-27remove locking code around packing and unpackingForrest L Norvell
2014-09-20Raise error when tar.unpack encounters a 0-byte tgzisaacs
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-08-13tar.js: Comment should describe why not whatisaacs
2014-08-13rename .gitignore when unpacking foreign tarballsisaacs
2014-08-13Detect non-gzipped tar files more reliablyisaacs
2014-05-08split out cache locking into separate fileForrest L Norvell
2014-02-15Forbid deleting important npm dirsisaacs
2013-06-08Separate tar and cache lockfile usageisaacs
2013-02-06tar.js: Lock the tarballs as well as target foldersisaacs
2013-02-06tar.js: Don't unlock locks we didn't lockisaacs
2013-01-15styleisaacs