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
2017-10-045.5.0v5.5.0Rebecca Turner
2017-10-04doc: changelog for 5.5.0Rebecca Turner
2017-10-04rimraf@2.6.2Rebecca Turner
Fixes a long standing bug in rimraf's attempts to work around Windows limitations where it owns a file and can change its perms but can't remove it without first changing its perms.
2017-10-04meant@1.0.1Rebecca Turner
Doc updates.
2017-10-04aproba@1.2.0Rebecca Turner
Browser support
2017-10-04abbrev@1.1.1Rebecca Turner
License change.
2017-10-04request@2.83.0Rebecca Turner
A slew of dependency updates, include an update to tough-cookie with a security fix.
2017-10-04publish: Prompt for OTP when required and we have a TTYRebecca Turner
2017-10-04error-message: Add custom error messagesRebecca Turner
2017-10-04map-to-registry: Generally add support for otp flagRebecca Turner
2017-10-04auth/legacy: Use new profile lib for loginRebecca Turner
2017-10-04profile,token: Add new profile commandsRebecca Turner
2017-10-04npm-registry-client@8.5.0Rebecca Turner
2017-10-04query-string@5.0.0Rebecca Turner
2017-10-04qrcode-terminal@0.11.0Rebecca Turner
2017-10-04is-cidr@1.0.0Rebecca Turner
2017-10-04cli-table2@0.2.0Rebecca Turner
2017-10-04qw@1.0.1Rebecca Turner
2017-10-04npm-profile@2.0.4Rebecca 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-09-22unsupported: Fix formatting of unsupported version warningRebecca Turner
2017-09-22npm-packlist@1.1.9Kat Marchán
2017-09-22npm-lifecycle@1.0.3Kat Marchán
2017-09-155.4.2v5.4.2Rebecca Turner
2017-09-15update AUTHORSRebecca Turner
2017-09-15doc: changelog for 5.4.2Rebecca Turner
2017-09-15move: Cleanup standard violationRebecca Turner
2017-09-15unsupported: Update test matrixRebecca Turner
2017-09-14doc: In npm-config, note that env vars use _ in place of -.Jakub Holy
PR-URL: https://github.com/npm/npm/pull/18372 Credit: @jakubholynet Reviewed-By: @iarna
2017-09-14doc: add "notice" loglevel and correct the defaultKenan Yildirim
The "notice" loglevel was added and made the default in `npm@5`, but the docs were not updated to this change. This patch updates the loglevel docs to the new default and adds "notice" to the list of possible values. I don't know how to describe "notice" so I just left it at that. PR-URL: https://github.com/npm/npm/pull/18397 Credit: @KenanY Reviewed-By: @iarna
2017-09-14outdated: Use fetch-package-metadata, not cache.addJosh Clow
Use fetchPackageMetadata to get metadata for extracting version from packages instead of cache.add (which in npm5 does not actually return package metadata anymore) PR-URL: https://github.com/npm/npm/pull/18385 Fixes: #16825 Credit: @joshclow Reviewed-By: @iarna
2017-09-14move: Stop writing package.jsonRebecca Turner
Now that we have a refresh-package-json phase, full package data is not available in the move phase, so writing here deletes important info. Beyond that, the `refresh-package-json` phase takes care of the writing for us.
2017-09-12write-file-atomic@2.1.0Rebecca Turner
2017-09-12unsupported: Report unsupported node versions with greater granularityRebecca Turner
2017-09-09install: fix bug with rollback of failed optional packages on WindowsMarcin Szczepanski
This change ensures an fsync after updating `package.json` on Windows, which prevents an issue that intermittently occurs when rolling back a package with many dependencies such as fsevents. In testing it does not appear that fsync has as much of a performance impact on Windows as it does on other platforms, so this should not affect install times on Windows materially. Fixes: #17671 Fixes: #18287 Fixes: #18453 Fixes: #18380 Fixes: #18441 PR-URL: https://github.com/npm/npm/pull/18458 Credit: @marcins Reviewed-By: @iarna
2017-09-09travis: Remove bits that were stopping tests from running at allRebecca Turner
2017-09-075.4.1v5.4.1Rebecca Turner
2017-09-07doc: changelog for 5.4.1Rebecca Turner
2017-09-07pacote@6.0.2Rebecca Turner
Credit: @zkat Reviewed-By: @iarna PR-URL: https://github.com/zkat/pacote/pull/117 Fixes: #18396 Fixes: #18399 Fixes: #18324
2017-08-23mailmap: Update with full namesRebecca Turner
2017-08-235.4.0v5.4.0Rebecca Turner
2017-08-23update AUTHORSRebecca Turner
2017-08-23doc: update changelog for npm@5.4.0Kat Marchán
2017-08-23test: test no-global-warns: Use clean env, allow prerelease node warningisaacs
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804
2017-08-23test: git-npmignore, don't look for .npmignoreisaacs
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804
2017-08-23test: ignore files ignored by default, default ignores are overridableisaacs
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804
2017-08-23test: non-array bundledDependencies are handled without warningsisaacs
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804
2017-08-23test: add-remote-git-submodule cleanup and more helpful errorsisaacs
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804
2017-08-23tar: Remove use of old tarisaacs
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804
2017-08-23pack: Use new tarisaacs
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804