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
path: root/doc
AgeCommit message (Collapse)Author
2018-06-29docs: Add info about tarball requirements (#20986)Maksym Kobieliev
Fixes: https://npm.community/t/add-explicit-information-about-package-tarball-directory-structure-to-docs/232 PR-URL: https://github.com/npm/npm/pull/20986 Credit: @Maximaximum Reviewed-By: @zkat
2018-06-29docs: fix typo in registry page (#20859)AJ Jordan
PR-URL: https://github.com/npm/npm/pull/20859 Credit: @strugee Reviewed-By: @zkat
2018-06-29config: Enable config for suppressing update-notifier (#20750)Matt Travi
PR-URL: https://github.com/npm/npm/pull/20750 Credit: @travi Reviewed By: @zkat
2018-05-17audit: add subcommand to automatically fix vulns (#20569)Kat Marchán
PR-URL: https://github.com/npm/npm/pull/20569 Credit: @zkat Reviewed-By: @iarna
2018-05-17docs: add --json to audit synopsisKat Marchán
2018-05-16docs: Make tone in "publishConfig" docs more neutral (#20629)Jeremy Kahn
PR-URL: https://github.com/npm/npm/pull/20629 Credit: @jeremyckahn Reviewed-By: @iarna
2018-05-12init: add support for hosted git installs (#20403)John-David Dalton
Fixes: #20339 PR-URL: https://github.com/npm/npm/pull/20403 Credit: @jdalton Reviewed-By: @zkat
2018-05-04docs: describe what colors in outdated meanTieme van Veen
Fixes: #16224 PR-URL: https://github.com/npm/npm/pull/20408 Credit: @teameh Reviewed-By: @iarna
2018-05-04docs: add from field back into git dependenciesDaijiro Wachi
An update of the spec doc follows a change that the "from" field was returned. Refs: https://github.com/npm/npm/pull/20384 PR-URL: https://github.com/npm/npm/pull/20407 Credit: @watilde Reviewed-By: @zkat
2018-04-21audit: Add docsRebecca Turner
PR-URL: https://github.com/npm/npm/pull/20389 Credit: @iarna Reviewed-By: @zkat
2018-04-19doc: wordsmith new npm init docs a bitKat Marchán
2018-04-19init: use npx for extended initializers (#20303)John-David Dalton
PR-URL: https://github.com/npm/npm/pull/20303 Credit: @jdalton Reviewed-By: @zkat
2018-04-18docs: add --if-present to run-script docs (#20279)Alec Larson
PR-URL: https://github.com/npm/npm/pull/20279 Credit: @aleclarson Reviewed-By: @iarna
2018-04-18docs: Fix broken link to 'private-modules' page. (#20331)Prasanna Venkatesh T S
PR-URL: https://github.com/npm/npm/pull/20331 Credit: @vipranarayan14 Reviewed-By: @zkat
2018-04-11npm: add npm cit commandSimen Bekkhus
PR-URL: https://github.com/npm/npm/pull/20126 Credit: @SimenB Reviewed-By: @iarna
2018-04-11doc: note that package-lock version gets touched by npm-versionSteven R. Loomis
Credit: @srl295 PR-URL: https://github.com/npm/npm/pull/20140 Reviewed-By: @iarna
2018-04-11hook: add support for managing npm hooksKat Marchán
PR-URL: https://github.com/npm/npm/pull/20256 Credit: @zkat Reviewed-By: @iarna
2018-03-09docs: document `browser` field (#18382)Max Stoiber
Based on https://github.com/defunctzombie/package-browser-field-spec and https://twitter.com/seldo/status/903997474645434368 this adds a very short note about the `browser` field to the package.json docs. PR-URL: https://github.com/npm/npm/pull/18382 Credit: @mxstbr Reviewed-By: @zkat
2018-03-09docs: Clarify that "files" is an exclusive list of files (#18407)Bruce MacNaughton
It wasn't clear that files not included in the "files" field are excluded. PR-URL: https://github.com/npm/npm/pull/18407 Credit: @bmacnaughton Reviewed-By: @zkat
2018-03-09docs: capitalize javascript cause why not (#18514)Mason Pawsey
Edited line 60, changed 'javascript' to 'JavaScript' to match line 57. PR-URL: https://github.com/npm/npm/pull/18514 Credit: @masonpawsey Reviewed-By: @zkat
2018-03-09docs: typo fix in coding style (#18976)rinfan
PR-URL: https://github.com/npm/npm/pull/18976 Credit: @rinfan Reviewed-By: @zkat
2018-03-09install: Support for --no-proxy configuration (#19157)Allan Kimmer Jensen
This commit adds support for the noProxy configuration. All whats really needed is passing the option to the `pacote` package, this will pass it to `make-fetch-happen` and finally to the `request` package where this is implemented. Fixes: #18350 Fixes: #7168 PR-URL: https://github.com/npm/npm/pull/19157 Credit: @Saturate Reviewed-By: @zkat
2018-03-09docs: add --development info in npm-ls.md (#19192)Victor Belozyorov
PR-URL: https://github.com/npm/npm/pull/19192 Credit: @WispProxy Reviewed-By: @zkat
2018-03-09docs: tiny style fix in npm.md (#19194)Victor Belozyorov
PR-URL: https://github.com/npm/npm/pull/19194 Credit: @WispProxy Reviewed-By: @zkat
2018-03-09docs: add "edit" section to description in npm-team.md (#19216)Victor Belozyorov
PR-URL: https://github.com/npm/npm/pull/19216 Credit: @WispProxy Reviewed-By: @zkat
2018-03-09docs: sync package-lock spec and help page (#19307)Ben Creasy
PR-URL: https://github.com/npm/npm/pull/19307 Credit: @jcrben Reviewed-By: @zkat
2018-03-09docs: added example for homepage pkgjson field(#19475)sreenivas alapati
PR-URL: https://github.com/npm/npm/pull/19475 Credit: @cg-cnu Reviewed-By: @zkat
2018-03-09docs: update now saves by default (#19552)Kristofer Selbekk
This commit makes a note that `npm update` updates `package.json` with the new version as the minimum required dependency from `@5.0.0`. Outdated documentation about how to update `package.json` in older versions of npm has been removed. PR-URL: https://github.com/npm/npm/pull/19552 Credit: @selbekk Reviewed-By: @zkat
2018-03-09docs: Fix cache location on Windows (#19676)Vladislav Rassokhin
Make consistent with `cache` cli command documentation PR-URL: https://github.com/npm/npm/pull/19676 Credit: @VladRassokhin Reviewed-By: @zkat
2018-03-09docs: name and version optional (#19726)Nicolas Garnier
Fixes: #18781 PR-URL: https://github.com/npm/npm/pull/19726 Credit: @ngarnier Reviewed-By: @zkat
2018-03-09doc: Fix default value for config save option (#19858)Nalin Bhardwaj
PR-URL: https://github.com/npm/npm/pull/19858 Credit: @nalinbhardwaj Reviewed-By: @zkat
2018-03-09docs: Fix package-json typo in npm-config.md (#19870)Joe Bowbeer
PR-URL: https://github.com/npm/npm/pull/19870 Credit: @joebowbeer Reviewed-By: @zkat
2018-03-09config: disable color by default when $NO_COLOR is set (#19929)Leаh Neukirchen
This makes npm follow the NO_COLOR standard, as explained in http://no-color.org/ > All command-line software which outputs text with ANSI color added > should check for the presence of a NO_COLOR environment variable that, > when present (regardless of its value), prevents the addition of ANSI > color. npm already provides environment variables (npm_config_color=false) and options (--no-color) to disable coloring by default, but NO_COLOR is an comprehensive approach to disable colors for all tools. PR-URL: https://github.com/npm/npm/pull/19929 Credit: @chneukirchen Reviewed-By: @zkat
2018-03-09docs: nudge around some details in ci docs (#19957)Kat Marchán
PR-URL: https://github.com/npm/npm/pull/19957 Credit: @zkat
2018-03-09docs: Add a note to install --production. (#19950)Kyra
PR-URL: https://github.com/npm/npm/pull/19950 Credit: @kyranet Reviewed-By: @zkat
2018-02-21semver@5.5.0Rebecca Turner
Credit: @isaacs
2018-02-20ci: add new npm ci installerKat Marchán
2018-02-20pkglock: automatically resolve conflictsKat Marchán
2018-02-02install: Only autoprune on install with lock fileRebecca Turner
2017-11-21config: expose "node-options" passthrough for lifecycle scriptsBradley Farias
Credit: @bmeck Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/19104
2017-11-18docs: Remove trailing white space from npm-access docsVictor Belozyorov
PR-URL: https://github.com/npm/npm/pull/19162 Credit: @WispProxy Reviewed-By: @iarna
2017-11-18doc: use valid JSON in example for bundledDependenciesCharmander
Credit: @charmander Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/19118
2017-11-16install: add package-lock-only config optionAlejandro López
PR-URL: https://github.com/npm/npm/pull/19160 Credit: @alopezsanchez Reviewed-By: @iarna Fixes: https://github.com/npm/npm/issues/18789
2017-10-19docs: improve wording for the docs for the "engine" section of package.json ↵Andrew Pitman
files (#18568) PR-URL: https://github.com/npm/npm/pull/18568 Credit: @apitman Reviewed-By: @zkat
2017-10-19docs: verboten -> forbidden (#18571)Andreas Müller
PR-URL: https://github.com/npm/npm/pull/18571 Credit: @devmount Reviewed-By: @KenanY Reviewed-By: @zkat
2017-10-19docs: write about script-shell config (#18679)Gabor Szabo
PR-URL: https://github.com/npm/npm/pull/18679 Credit: @gszabo Reviewed-By: @iarna
2017-10-19docs: reference github shorthand in package.json.md (#18742)Felicio Mununga
Explicitly states 'github' as a valid shorthand option of repository reference. PR-URL: https://github.com/npm/npm/pull/18742 Credit: @felicio Reviewed-By: @iarna
2017-10-192fa: The great tfa → 2fa rename (#18845)Rebecca Turner
PR-URL: https://github.com/npm/npm/pull/18845 Credit: @iarna Reviewed-By: @zkat
2017-10-04publish: Prompt for OTP when required and we have a TTYRebecca Turner
2017-10-04map-to-registry: Generally add support for otp flagRebecca Turner