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-05-10fix(packages): locale-agnostic string sortingisaacs
2021-03-18Auto-generate 'npm help 7 config' from actual definitionsisaacs
2021-02-05pass -q to curl calls to disable user .curlrc filesnlf
2020-11-06update the install.sh script to not rely on makenlf
2020-11-04doc: updates to changelog generation scriptisaacs
2020-11-04changelog: automatically backtickify scoped pkg namesisaacs
2020-10-27tools: properly remove pycache in release scriptMyles Borins
2020-10-23docs: change command links to `/commands`Edward Thomson
2020-10-23docs: use frontmatter for man page generationEdward Thomson
2020-10-16Remove some outdated and confusing scriptsisaacs
2020-10-03chore: remove 'dist-tags' step from cli release processisaacs/fix-publish-tagisaacs
2020-08-18move resetdeps script to a bash scriptisaacs
2020-08-04script to check that all bundled deps are actually usedisaacs
2020-08-04gitignore package-lock.json files in node_modulesisaacs
2020-07-29script to bundle and gitignore deps as appropriateisaacs
2020-05-01chore: remove pyc files from tarballRuy Adorno
2020-03-24Do not ship CoC/Contributing files for depsisaacs
2020-02-25feat: added script to update dist-tagsMichael Perrotte
2020-01-23docs: fix header parsing that was breaking misc config manpageisaacs
2020-01-22chore: fixes nodejs testsRuy Adorno
2019-12-03chore: Warn the user that it is uninstalling npm-installCharlie West-Toebe
2019-11-14chore(docs): fix links on markdownsclaudiahdz
2019-11-05doc: fix hyperlink refs in man page docsisaacs
2019-11-05docs: removed refs to npm-indexRuy Adorno
2019-11-05docs: migrate existing docs to gatsbyclaudiahdz
2019-08-20Actually use mailmap file when generating AUTHORSisaacs
2019-08-05dev: make the pr script a little friendlier with conflictsisaacs
2019-08-01chore: add a scripts to land PRs more easilyisaacs
2019-07-11build: use /usr/bin/env to load bashRoy Marples
2019-02-19install.sh: print out tar version when the flag is supported (#154)Alexander Gudulin
2019-02-14test(maketest): Fix common.npm callback arguments (#144)Lars Willighagen
2018-12-20scripts: maketest: Use newEnv for env productionRebecca Turner
2018-12-20test: maketest: Use promise based example common.npm callRebecca Turner
2018-12-20scripts: Modernize maketestRebecca Turner
2018-08-23gen-changelog: fix npm.community url parsingKat Marchán
2018-08-23gen-changelog: appease standardRebecca Turner
2018-08-23gen-changelog: Strip CRs from commit messagesRebecca Turner
2018-08-23gen-changelog: git update incresed length of "short" hashesRebecca Turner
2018-08-23gen-changelog: Default repo is npm/cli nowRebecca Turner
2018-08-23gen-changelog: match npm.community urls in addition to github onesRebecca Turner
2018-08-23gen-changelog: Actually match content on fixes linesRebecca Turner
2018-08-02changelog: update generator scriptKat Marchán
2018-07-23docs: use https when possible. (#7)XhmikosR
2018-06-08scripts: auto generate ignoresRebecca Turner
2018-05-24scripts: Make release script include testsRebecca Turner
2018-03-23standardizeRebecca Turner
2018-02-02maketest: Make test boilerplate use const/let instead of varRebecca Turner
2017-10-02install.sh: Drop upgrading from npm@1 supportRebecca Turner
2017-08-19scripts: Make install.sh find nodejs on debianCarsten Brandt
2017-08-17makefile: fix doc build tools dependenciesEnrico Weigelt, metux IT consult