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
2014-05-15getCacheStat: Prevent unnecessary stats with inflightisaacs
2014-05-15addLocalTarball: Remove extraneous unpackisaacs
2014-05-15addPlacedTarball: send package data obj, not nameisaacs
2014-05-15addRemoteTarball: swap args to match addLocalTarballisaacs
2014-05-15addLocal: Pass pkgData instead of nameisaacs
2014-05-15addLocalTarball: Use pkgData instead of name/versionisaacs
2014-05-15addRemoteTarball: Pass data, not name/verisaacs
2014-05-15Move npm-cache-filename to top level depisaacs
2014-05-15cache: Remove unnecessary exportsisaacs
2014-05-15npm-registry-client@1.0.0isaacs
Scope all cache files under the registry hostname, using the npm-cache-filename module. TODO: also store tarball files in the same spots, so that two files from different registries don't clobber one another.
2014-05-15explore: no spinnerisaacs
2014-05-15fix test/tap/install-save-prefix.jsisaacs
2014-05-15Add project .npmrc fileisaacs
Moving away from publishConfig, towards per-project config. This means I can stop typing '--save-prefix=~' every time I install a dependency in npm! Hooray!
2014-05-14npm-registry-client@0.4.12isaacs
2014-05-14npmconf@1.0.0, Refactor config/uid/prefix loading processisaacs
Closes #4751
2014-05-14Correct complexity numbering in npm-faqBryan Burgers
Number the complexity hurdles in the "renaming node_modules" section using natural numbers (1, 2, 3, 4) instead of Fibonacci Sequence numbers (1, 2, 3, 5).
2014-05-14npm-registry-client@0.4.11isaacs
2014-05-13npm-user-validate@0.1.0isaacs
2014-05-13npm-registry-client@0.4.10isaacs
2014-05-13Send npm version as 'version' headerisaacs
2014-05-13make new semver stop warningisaacs
2014-05-13npm-registry-client@0.4.9isaacs
2014-05-13fix cygwin encoding issueKarsten Tinnefeld
make sure that npm script runs on cygwin platform even when installed in DOS encoding cf. http://sourceware.org/ml/cygwin-announce/2009-07/msg00002.html (option 4a)
2014-05-12Don't immediately show spinner on loginEvan Lucas
Currently, the spinner is shown as soon as the username prompt is shown for `npm login`/`npm adduser`. This only stops the spinner until the actual registry request is made.
2014-05-12Allow non-github repositories with `npm repo`Evan Lucas
2014-05-12read-installed@2.0.3Julian Gruber
peer dependencies can be satisfied by grandparent
2014-05-12Fix #5200: only show warning when canceling `npm init`Evan Lucas
2014-05-11Stop optional deps moving into deps on update --saveTim Oxley
This probably undesirable behaviour stems from normalize-package-data: > The values in optionalDependencies get added to dependencies. The optionalDependencies array is left untouched. Solution Caveat: regular dependencies that are also optional (does that even make sense?) will not be updated with --save because there's no way to detect which optional dependencies aren't also regular dependencies – we just avoid updating anything optional during --save.
2014-05-11Test update + optional dependencies behaviour.Tim Oxley
2014-05-10Add update --save/--save-dev tests.Tim Oxley
2014-05-10Ensure only matching deps update with update --save*Tim Oxley
Issue #4438
2014-05-08bump promzard dep by re-installing init-package-jsonisaacs
2014-05-08update docsForrest L Norvell
2014-05-08remove the 'use strict' and jshint bitsForrest L Norvell
2014-05-08refactor maybe* methods to be more consistentForrest L Norvell
2014-05-08reorganize for readabilityForrest L Norvell
2014-05-08devariadify cache.*Forrest L Norvell
2014-05-08fix implicit globalForrest L Norvell
2014-05-08fix #5178 in refactor branchForrest L Norvell
2014-05-08break inflight management out into a moduleForrest L Norvell
2014-05-08goodbye variadic "optional" parametersForrest L Norvell
2014-05-08refactor add* into separate filesForrest L Norvell
2014-05-08split out cache locking into separate fileForrest L Norvell
2014-05-08fix test/tap/url-dependencies.jsisaacs
2014-05-08set spinner interval to null when stoppingisaacs
2014-05-08Busy Spinner, no http noiseisaacs
One step closer to #5213
2014-05-08npmconf@0.2.0isaacs
Remove http from default logs. Add spin config
2014-05-07updated npm run-script usageGianluca Casati
Seems that npm run-scripts params order is inverted, see https://github.com/npm/npm/blob/master/lib/run-script.js#L13
2014-05-07semver@2.3.0isaacs
This adds the "prerelease", "prepatch", "preminor", "premajor" options for `npm version`.
2014-05-06v1.4.10v1.4.10isaacs