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
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-09-30Add option to save package-lock without formattingNikita Lebedev
Adds a new config `--format-package-lock`, which defaults to true. If set to false, then the package lock will be written without any indentation or line breaks. PR-URL: https://github.com/npm/cli/pull/248 Credit: @bl00mber Close: #248 Reviewed-by: @isaacs Note: squashed and edited slightly for style. -- @isaacs
2019-09-18docs(package-lock): Added package-lock resolved example (#250)Ruy Adorno
docs(package-lock): Added package-lock resolved ex Added a concrete example on how the url from the resolved field of a package-lock.json file will be used along with the configured registry value in order to build the URL for that package.
2019-08-12semver@5.7.1isaacs
2019-08-09doc: fixed typo for Number.MAX_SAFE_INTEGERgall0ws
Just replaced Integer.MAX_SAFE_INTEGER with Number.MAX_SAFE_INTEGER. PR-URL: https://github.com/npm/cli/pull/229 Credit: @gall0ws Close: #229 Reviewed-by: @isaacs
2019-07-11doc: update semver documentationisaacs
2019-06-30Clarify usage of bundledDependenciesJohn O'Sullivan
I spent a couple hours debugging the fact that package names in that key aren't supposed to include their versions! Assumed that it would need to have the same syntax as when running `npm install`. Thought this would be a good contribution for future readers.
2019-06-30doc: add --audit-level paramNick Graef
implementation added in #31
2019-02-19install: add --before date support for time traveling~ (#90)Kat Marchán
PR-URL: https://github.com/npm/cli/pull/90 Credit: @zkat Reviewed-By: @aeschright Reviewed-By: @iarna
2019-02-19docs: described exit codes in npm-audit docsEmilis Dambauskas (Tokenmill)
PR-URL: https://github.com/npm/cli/pull/135 Credit: @emilis-tm Reviewed-By: @zkat
2019-02-19doc: add npm add as alias to npm install (#160)Amadou Sall
PR-URL: https://github.com/npm/cli/pull/160 Credit: @ahasall Reviewed-By: @zkat
2019-02-14doc: update package.json docs to include repository.directory details (#140)Grey Baker
PR-URL: https://github.com/npm/cli/pull/140 Credit: @greysteil Reviewed-By: @aeschright
2019-01-18doc: add manpage for npm-orgKat Marchán
2019-01-10doc: fix npm-prefix description (#116)Lars Willighagen
PR-URL: https://github.com/npm/cli/pull/116 Fixes: https://npm.community/t/4054 Credit: @larsgw Reviewed-By: @aeschright
2019-01-09deps: updating semver docsAudrey Eschright
2018-12-11access: stop using npm-registry-clientKat Marchán
2018-12-11dist-tag: make 'ls' the default action (#106)isaacs
I keep typing `npm dist-tags` expecting it to print out a list of dist-tags and instead it yells at me and that feels very un-npm-y. PR-URL: https://github.com/npm/cli/pull/106 Credit: @isaacs Reviewed-By: @zkat
2018-12-11docs: Fix typo in npm-token documentation (#71)George
PR-URL: https://github.com/npm/cli/pull/71 Credit: @GeorgeTaveras1231 Reviewed-By: @zkat
2018-11-26doc: fix semver docsKat Marchán
2018-11-26docs: Add semver link and note on empty string format to `deprecate` doc (#68)Nikki Everett
PR-URL: https://github.com/npm/cli/pull/68 Credit: @neverett Reviewed-By: @zkat
2018-11-26docs: fix tag in inline code (#96)乱序
PR-URL: https://github.com/npm/cli/pull/96 Credit: @midare Reviewed-By: @zkat
2018-11-26docs: Specify that --dry-run isn't available in older versions of npm ↵Kelvin Jin
publish (#83) Not sure when `--dry-run` was introduced, I assume it was introduced in npm 6 (correct me if I'm wrong). Anyway, hopefully this will prevent future developers from making the mistake of using it in npm 5 (like I did). PR-URL: https://github.com/npm/cli/pull/83 Credit: @kjin Reviewed-By: @zkat
2018-11-26docs: Note that "prepare" runs when installing git dependencies (#82)Nikolai Vavilov
PR-URL: https://github.com/npm/cli/pull/82 Credit: @seishun Reviewed-By: @zkat
2018-11-26cli,outdated: Adds 'Homepage' to outdated --long output. (#81)Joe Bottigliero
* feat(cli, outdated): Adds 'Homepage' to outdated --long output. - `package.json`'s `homepage` property is displayed when using the `--long` option for `npm outdated` * test: npm outdated --long - Adds `homepage` to `--parseable` output. - Updates `npm outdated --long` test to include `homepage` in expected output. - Adds `homepage` to `npm-outdated` documentation. * fix: javascript standard style updates PR-URL: https://github.com/npm/cli/pull/81 Credit: @jbottigliero Reviewed-By: @zkat
2018-11-26docs: Correct spelling (#78)Hugo
PR-URL: https://github.com/npm/cli/pull/78 Credit: @hugovk Reviewed-By: @zkat
2018-11-26edit: scoped packages (#75)Lars Willighagen
* edit: fix handling of scoped packages * edit: fix usage info * docs: fix docs for the npm-edit command PR-URL: https://github.com/npm/cli/pull/75 Credit: @larsgw Reviewed-By: @iarna
2018-11-26docs: Update OTP documentation for dist-tag add (#74)Scott Trinh
See discussion here: https://npm.community/t/npm-dist-tag-add-with-2fa-enabled-fails-for-non-latest-tag-with-500/2432 TL;DR: > To be clear, you can specify an existing tag and it’ll change it. If you have 2FA enabled, you do need to specify `--otp` and if you don’t, you should get a `401` as above. Ref: https://npm.community/t/npm-dist-tag-add-with-2fa-enabled-fails-for-non-latest-tag-with-500/2432 PR-URL: https://github.com/npm/cli/pull/74 Credit: @scotttrinh Reviewed-By: @iarna Reviewed-By: @zkat
2018-11-26docs: bash_completion.d dir found in /etc not /usr/local (#72)Robert Kielty
I found this page useful for setting up npm command completion. Thank you npm documentation team. This suggested changed is based on my system which runs Ubuntu where the completion directory path for bash is found in /etc/bash_completion.d and not /usr/local/etc/bash_completion.d I dug around docs for this in The Bash Manual https://www.gnu.org/software/bash/manual/bashref.html#Programmable-Completion and on some an old (sadly retired) Debian Admin Site https://debian-administration.org/article/317/An_introduction_to_bash_completion_part_2 which seemed supportive of the dir being in /etc but I do not have access to an OS X machine where I guess bash_completion.d could be in /usr/local/etc so I left it in. PR-URL: https://github.com/npm/cli/pull/72 Credit: @RobertKielty Reviewed-By: @zkat
2018-11-13docs: clarify default branch with git url (#64)Mehdy Dara
With some tests I note npm use default branch of repository instead of `master`. PR-URL: https://github.com/npm/cli/pull/64 Credit: @zckrs Reviewed-By: @zkat
2018-08-29ci: backronym ci to clean-install (#57)Kat Marchán
Credit: @zkat Reviewed-By: @jefflembeck
2018-08-21docs: Update republish time and lightly reorganize republish info (#48)Nikki Everett
PR-URL: https://github.com/npm/cli/pull/48 Credit: @neverett Reviewed-By: @zkat
2018-08-21config: fix no-proxy to noproxy (#46)SneakyFish5
Fixes: https://npm.community/t/1327 PR-URL: https://github.com/npm/cli/pull/46 Credit: @SneakyFish5 Reviewed-By: @zkat
2018-08-21docs: add --dry-run to install and pack (#41)Francis Gulotta
PR-URL: https://github.com/npm/cli/pull/41 Credit: @reconbot Reviewed-By: @zkat
2018-08-21doc: Mention registry terms of use in manpage and registry doc (#54)Kyle Mitchell
* doc: Mention terms of use in npm-registry * doc: Mention registry terms of use in manpage * doc: Update terms of use language in README Credit: @kemitchell PR-URL: https://github.com/npm/cli/pull/54
2018-08-07docs: added a section for usage with process.env (#14)Mat Warger
added a header for usage with process.env to separate section from 'current lifecycle event' and make it easier to find PR-URL: https://github.com/npm/cli/pull/14 Credit: @mwarger Reviewed-By: @zkat
2018-08-03audit: configurable audit level for non-zero exit (#31)Leonard Martin
`npm audit` currently exits with exit code 1 if any vulnerabilities are found of any level. Add a flag of `--audit-level` to `npm audit` to allow it to pass if only vulnerabilities below a certain level are found. Example: `npm audit --audit-level=high` will exit with 0 if only low or moderate level vulns are detected. Fixes: https://npm.community/t/245 PR-URL: https://github.com/npm/cli/pull/31 Credit: @lennym Reviewed-By: @zkat
2018-08-03docs: Improved repository examples (#36)Noah Benham
PR-URL: https://github.com/npm/cli/pull/36 Credit: @noahbenham Reviewed-By: @zkat
2018-08-03docs: Update --dry-run docs (#34)Joe Bowbeer
Remove publish from list of commands not affected by dry-run PR-URL: https://github.com/npm/cli/pull/34 Credit: @joebowbeer Reviewed-By: @zkat
2018-08-02doc: file-specifier: Remove stray commentRebecca Turner
2018-07-23docs: use https when possible. (#7)XhmikosR
PR-URL: https://github.com/npm/cli/pull/7 Credit: @XhmikosR Reviewed-By: @zkat
2018-07-23version: allow prerelease identifier (#26)Daniel W
PR-URL: https://github.com/npm/cli/pull/26 Credit: @dwilches Reviewed-By: @zkat
2018-07-18docs: fix typo in file-specifiers and package-lock (#16)Daijiro Wachi
+ specifer => specifiers + relavent => relevant + properities => properties PR-URL: https://github.com/npm/cli/pull/16 Credit: @watilde Reviewed-By: @zkat
2018-07-18docs: fix some typos in file-specifiers spec (#15)Mary
PR-URL: https://github.com/npm/cli/pull/15 Credit: @Mstrodl Reviewed-By: @zkat
2018-07-13docs: replace references to the old repo or issue tracker (#5)Kat Marchán
2018-07-11version: Add new sign-git-commit config (#12697)Aaron Tribou
PR-URL: https://github.com/npm/npm/pull/12697 Credit: @tribou Reviewed-By: @zkat
2018-07-11audit: add support for --parseable output (#20554)Luis Lobo Borobia
PR-URL: https://github.com/npm/npm/pull/20554 Credit: @luislobo Reviewed-By: @zkat Reviewed-By: @iarna
2018-07-11docs: republish waiting period (#20920)Geoffrey Mattie
Explicitly state that republishing an unpublished package requires a 72h waiting period. PR-URL: https://github.com/npm/npm/pull/20920 Credit: @gmattie Reviewed-By: @zkat
2018-07-11docs: remove back-ticks not being parsed as markdown (#21165)Howard T. Chiam
npm install foo, not npm install foo`` PR-URL: https://github.com/npm/npm/pull/21165 Credit: @hchiam Reviewed-By: @zkat
2018-06-29docs: Add missing "if" (#21064)Rob Lourens
PR-URL: https://github.com/npm/npm/pull/21064 Credit: @roblourens Reviewed-By: @zkat
2018-06-29docs: clarify text in npm-link.md (#21019)David Gilbertson
I wasn't clear on the exact behaviour with the shorthand, but I think this change is correct. PR-URL: https://github.com/npm/npm/pull/21019 Credit: @davidgilbertson Reviewed-By: @zkat