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
2017-08-23tar: Remove use of old tarisaacs
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804
2017-08-18doc: fix description of package.json in npm-scripts docstripu
Credit: @tripu Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/17667
2017-08-18doc: clarify interaction between npmignore and files in package.jsonTong Li
PR-URL: https://github.com/npm/npm/pull/18137 Credit: @supertong Reviewed-By: @iarna
2017-08-18doc: Corrected the typo in package-locks docsVikram
Fixes: #17967 PR-URL: https://github.com/npm/npm/pull/18044 Credit: @vikramnr Reviewed-By: @iarna
2017-08-18doc: clarify usage for the `files` field in `package.json`Xavier Cambar
PR-URL: https://github.com/npm/npm/pull/18022 Credit: @xcambar Reviewed-By: @iarna
2017-08-16docs: update semver docsMike Sherov
PR-URL: https://github.com/npm/npm/pull/18025 Credit: @mikesherov Reviewed-By: @zkat
2017-08-16config: provide --json cli switch to npm config listMike Sherov
This will support other CLI tools, notably cipm, that need to query npm for its configuration without having to parse ini format. PR-URL: https://github.com/npm/npm/pull/18025 Credit: @mikesherov Reviewed-By: @zkat
2017-08-15version: Adding the ability to control running of git hooksBrendan Warkentin
PR-URL: https://github.com/npm/npm/pull/17142 Credit: @faazshift Reviewed-By: @iarna
2017-08-13doc: Clarify the behavior of the `files` array in the package-json docsJoshua Chaitin-Pollak
Credit: @jbcpollak Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/15234
2017-08-13ping: improve outputlegodude17
This makes it much clearer when `npm ping` succeeds or fails. PR-URL: https://github.com/npm/npm/pull/14461 Credit: @legodude17 Reviewed-By: @iarna
2017-07-28docs: updating naming convention for certificates (#17785)Luis Gustavo Pereira
where it states PEM included Windows naming as (Windows calls it "Base-64 encoded X.509 (.CER)") PR-URL: https://github.com/npm/npm/pull/17785 Credit: @lgp1985 Reviewed-By: @zkat
2017-07-28docs: Add info about `files` and `npm pack` (#17897)David Goss
PR-URL: https://github.com/npm/npm/pull/17897 Credit: @davidjgoss Reviewed-By: @zkat
2017-07-28docs: Fix grammar, format, and spelling in documentation (#17832)Simon Kurtz
PR-URL: https://github.com/npm/npm/pull/17832 Credit: @simonua Reviewed-By: @zkat
2017-07-18run-script: Export the CWD that `npm` was run from to scriptsMichaelQQ
Credit: @MichaelQQ Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/12356
2017-07-13docs: add --no-save flag for uninstall (#17691)Tim Needham
PR-URL: https://github.com/npm/npm/pull/17691 Credit: @timneedham Reviewed-By: @zkat
2017-07-13docs: tweak heading hierarchy in package.json docs (#17684)Jakob Krigovsky
PR-URL: https://github.com/npm/npm/pull/17684 Credit: @sonicdoe Reviewed-By: @zkat
2017-07-13docs: Document semver git urls in package.json docs. (#17728)Sanketh Katta
PR-URL: https://github.com/npm/npm/pull/17728 Credit: @sankethkatta Reviewed-By: @zkat
2017-07-12ls: add --link filter (#17616)Richard Simko
* feature: Added possibility to ls only linked packages * test: added test case for ls --link * docs: documented --link for npm-ls PR-URL: https://github.com/npm/npm/pull/17616 Credit: @richardsimko Reviewed-By: @zkat
2017-07-11docs: fix typo in package-lock docsJakob Krigovsky
PR-URL: https://github.com/npm/npm/pull/17634 Credit: @sonicdoe Reviewed-By: @zkat
2017-07-06run-script: allow custom shell (#16687)mmkal
Fixes: https://github.com/npm/npm/issues/6543 PR-URL: https://github.com/npm/npm/pull/16687 Credit: @mmkal Reviewed-By: @zkat Reviewed-By: @iarna
2017-07-06spec/package-lock: Document requiresRebecca Turner
PR-URL: https://github.com/npm/npm/pull/17508 Credit: @iarna Reviewed-By: @zkat
2017-07-06spec/package-lock: packageIntegrity is no longer a thingRebecca Turner
PR-URL: https://github.com/npm/npm/pull/17508 Credit: @iarna Reviewed-By: @zkat
2017-07-06docs: npm-config list -l option documented (#16768)happylynx
`-l` option of `npm config list` documented. Previously it was only mentioned in output of `npm config list`: ; "npm config ls -l" to show all defaults. PR-URL: https://github.com/npm/npm/pull/16768 Credit: @happylynx Reviewed-By: @zkat
2017-07-06spec: Describe npm-shrinkwrap.json and package-lock.jsonRebecca Turner
PR-URL: https://github.com/npm/npm/pull/16441 Credit: @iarna Reviewed-By: @zkat
2017-06-29docs: Clarify config documention with multiple boolean flagsKin Lum
PR-URL: https://github.com/npm/npm/pull/17074 Credit: @KennethKinLum Reviewed-By: @iarna
2017-06-28docs: fix typo in npm-config docsKin Lum
PR-URL: https://github.com/npm/npm/pull/17075/files Credit: @KennethKinLum Reviewed-By: @iarna
2017-06-27build: annihilate prefer-global warningKat Marchán
Credit: @zkat Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/17120
2017-06-27docs: document `--no-package-json` flagSimon Legg
PR-URL: https://github.com/npm/npm/pull/17169 Credit: @leggsimon Reviewed-By: @iarna
2017-06-27docs: Fix package-lock.json cross-reference linkTeddy Katz
Credit: @not-an-aardvark Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/17249
2017-06-27docs: Remove note about prepublish not being runJan Pilzer
Credit: @Hirse Fixes: #16685 Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/17336
2017-06-27docs: add --silent to npm-run-scriptSteven
Fixes: #13241 Credit: @styfle Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/17319
2017-06-27docs: Fix typo in npm-shrinkwrap docsGuangcong Luo
Credit: @Zarel Reviewed-By: @watilde Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/17250
2017-06-27docs: Fix npm-config reference to userconfig & globalconfig env varsRácz Tibor Zoltán
Credit: @racztiborzoltan Reviewed-By: @KenanY Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/17369
2017-06-27docs: Correct Windows prefix path in npm-folders docs.kierendixon
Correct the default prefix config path for Windows operating systems Credit: @kierendixon Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/17370
2017-06-01docs: fix package typo (#16818)Andreas Kohn
PR-URL: https://github.com/npm/npm/pull/16818 Credit: @ankon Reviewed-By: @zkat
2017-05-31docs: package-lock.json is never allowed in tarballs (#16799)Jakob Krigovsky
Ref: https://github.com/npm/npm/blob/v5.0.0/lib/utils/tar.js#L106-L107 PR-URL: https://github.com/npm/npm/pull/16799 Credit: @sonicdoe Reviewed-By: @zkat
2017-05-26lifecycle: added prepack and postpack (#16725)Kat Marchán
2017-05-26pkglock: add --no-package-lock option as --no-shrinkwrap aliasKat Marchán
2017-05-26feat(save): fix update and improve experience of moving deps between dep typesKat Marchán
2017-05-26docs: updated npm cache docsKat Marchán
2017-05-26docs: updated git docs with #semver: support infoKat Marchán
2017-05-26docs: update package-lock/shrinkwrap documentationKat Marchán
2017-05-26docs: documented some new installer featuresKat Marchán
2017-05-26spec: Describe local specifiersRebecca Turner
This introduces changes to how `file:` specifiers work. Specifically, they now create symlinks.
2017-05-26feat(git): git repos with prepare scripts are now built on installKat Marchán
2017-05-26feat(install): use pacote for package downloadsKat Marchán
2017-04-21version: Add `--allow-same-version` optionLucas Theisen
Fixes: #11342 PR-URL: https://github.com/npm/npm/pull/16213 Credit: @lucastheisen Reviewed-By: @iarna
2017-04-21doc: fixed package.json docs brace space typoJán Dzurek
Credit: @famousgarkin Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16267
2017-04-21doc: preserve same name convention for commandPavlo Liulia
Credit: @desfero PR-URL: https://github.com/npm/npm/pull/16296 Reviewed-By: @iarna
2017-04-15npm: Add timing diagnostics on --loglevel=timingRebecca Turner