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
2021-03-18Auto-generate 'npm help 7 config' from actual definitionsisaacs
2021-02-05pass -q to curl calls to disable user .curlrc filesnlf
PR-URL: https://github.com/npm/cli/pull/2613 Credit: @nlf Close: #2613 Reviewed-by: @ljharb, @wraithgar
2020-11-06update the install.sh script to not rely on makenlf
PR-URL: https://github.com/npm/cli/pull/2121 Credit: @nlf Close: #2121 Reviewed-by: @isaacs
2020-11-04doc: updates to changelog generation scriptisaacs
Less manual effort paper cuts.
2020-11-04changelog: automatically backtickify scoped pkg namesisaacs
2020-10-27tools: properly remove pycache in release scriptMyles Borins
Looks like the latest version of node-gyp has the .pyc in a __pycache__ directory rather than with the other python files. There is currently a non-exiting error when running the release script due to this. PR-URL: https://github.com/npm/cli/pull/2049 Credit: @MylesBorins Close: #2049 Reviewed-by: @nlf
2020-10-23docs: change command links to `/commands`Edward Thomson
These links now reflect the reality of the filesystem and their paths.
2020-10-23docs: use frontmatter for man page generationEdward Thomson
Update the `docs-build.js` script to parse the name, man page section, and description out of the frontmatter and use that for the generated man page. This helps avoid repetition between the frontmatter section and the body of the page itself. Update the docs pages themselves to remove the H1 (title) and H2 (description). Finally, ensure that the frontmatter begins in column 0 on each page.
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
Fix #1037
2020-03-24Do not ship CoC/Contributing files for depsisaacs
Some of these are used under a somewhat ambiguous license, and we're moving away from the WeAll* stuff to just rely on the centralized npm code of conduct anyhow. Better to leave them out for now, as we go through and update the deps themselves to have a cleaner and more consistent project setup. PR-URL: https://github.com/npm/cli/pull/1054 Credit: @isaacs Close: #1054 Reviewed-by: @ruyadorno
2020-02-25feat: added script to update dist-tagsMichael Perrotte
PR-URL: https://github.com/npm/cli/pull/736 Credit: @ Close: #736 Reviewed-by: @Darcy Clarke
2020-01-23docs: fix header parsing that was breaking misc config manpageisaacs
PR-URL: https://github.com/npm/cli/pull/656 Credit: @isaacs Close: #656 Reviewed-by: @mikemimik
2020-01-22chore: fixes nodejs testsRuy Adorno
- Fixes ability to run tests using an arbitrary node bin - Fixes `make test-npm` in nodejs repo - Added `tap-snapshots` folder - Added required `.npmrc` root file Fixes npm/statusboard#45 PR-URL: https://github.com/npm/cli/pull/696 Credit: @ruyadorno Close: #696 Reviewed-by: @mikemimik
2019-12-03chore: Warn the user that it is uninstalling npm-installCharlie West-Toebe
PR-URL: https://github.com/npm/cli/pull/182 Credit: @Hoidberg Close: #182 Reviewed-by: @mikemimik
2019-11-14chore(docs): fix links on markdownsclaudiahdz
chore(docs): fix styling issues on man and html docs chore(docs): fix absolute links on cli docs
2019-11-05doc: fix hyperlink refs in man page docsisaacs
PR-URL: https://github.com/npm/cli/pull/283 Credit: @isaacs Close: #283 Reviewed-by: @ruyadorno
2019-11-05docs: removed refs to npm-indexRuy Adorno
2019-11-05docs: migrate existing docs to gatsbyclaudiahdz
- chore(docs): remove html from docs build - feat(docs): migrate new Gatsby site to cli/docs - chore(docs): fix docs url path - chore(docs): add new build doc step - chore(docs): add static linking - chore(docs): add npm favicon - chore(docs): update files for tests - chore(docs): make relative paths absolute - chore(docs): fix routing on docs dependant tests - chore(docs): add prepublishOnly docs building step - chore(docs): add docs/public to .gitignore - chore(docs): rename dot json markdown files with hyphen names - chore(docs): clean package.json - chore(docs): highlight scripts in list - chore(docs): add strong styles - chore(docs): fix .json links on markdown - Added copy to the features page - Added an install page (copied from existing online docs) - Added a FeatureLink component to components/links.js - feat(docs): replace docs sh script with node - chore(docs): fix docs building process - chore(docs): docs folder cleanup PR-URL: https://github.com/npm/cli/pull/274 Credit: @claudiahdz Close: #274 Reviewed-by: @ruyadorno
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
On BSD platforms, there is a clear seperation between the OS and third party packages. Here, bash is a third party package so it won't be installed to /bin. FreeBSD: /usr/local/bin/bash NetBSD: /usr/pkg/bin/bash OpenBSD: /usr/ports/bin/bash As such, we need to use /usr/bin/env to launch these scripts. Credit: @rsmarples PR-URL: https://github.com/npm/cli/pull/212 Close: #212 Reviewed-by: @isaacs
2019-02-19install.sh: print out tar version when the flag is supported (#154)Alexander Gudulin
not all the tar implementations support --version flag e.g. the one used in openbsd doesn't, so the installation process fails PR-URL: https://github.com/npm/cli/pull/154 Credit: @agudulin Reviewed-By: @zkat
2019-02-14test(maketest): Fix common.npm callback arguments (#144)Lars Willighagen
PR-URL: https://github.com/npm/cli/pull/144 Credit: @larsgw Reviewed-By: @aeschright
2018-12-20scripts: maketest: Use newEnv for env productionRebecca Turner
Credit: @iarna
2018-12-20test: maketest: Use promise based example common.npm callRebecca Turner
Credit: @iarna
2018-12-20scripts: Modernize maketestRebecca Turner
Credit: @iarna
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
PR-URL: https://github.com/npm/cli/pull/7 Credit: @XhmikosR Reviewed-By: @zkat
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
This is fine as npm@5 doesn't run on versions of Node.js that ship npm@1. Credit: @iarna
2017-08-19scripts: Make install.sh find nodejs on debianCarsten Brandt
Credit: @cebe Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/18229
2017-08-17makefile: fix doc build tools dependenciesEnrico Weigelt, metux IT consult
The build tools for the documentation need to be built/installed before the documents, even with parallel builds. Make has a simple mechanism which was made exactly for that: target dependencies. PR-URL: https://github.com/npm/npm/pull/16550 Credit: @metux Reviewed-By: @iarna
2017-07-11selfinstall: Fix self install in Makefile and install.shRebecca Turner
We were doing `npm install -g` on `make install` and in the `install.sh` bootstrapper, which now makes a symlink. This updates it to go back to creating a global copy. Fixes: #17554 Fixes: #17377 Fixes: #16916 Credit: @iarna Reviewed-By: @zkat PR-URL: https://github.com/npm/npm/pull/17626