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/lib
AgeCommit message (Expand)Author
2012-04-18Regression in dev/optional --save stuffisaacs
2012-04-18Fix #2336 Handle empty dependencies list in shrinkwrapgitamazon@maxired.fr
2012-04-18Add save-dev and save-optional options to npm installTim Oxley
2012-04-18Don't fail on false mkdirp failuresisaacs
2012-04-12Fix #2033 Always accept url deps as validisaacs
2012-04-07init: Allow clobbering repository with 'none'isaacs
2012-04-07Don't clobber the repo object with a string.Martin Cooper
2012-04-07Add configurable User-Agent to request headerJens Grunert
2012-03-31Don't die on an empty repo url. Fixes #2313.Martin Cooper
2012-03-30reference error on invalid packagesisaacs
2012-03-29Update to use mkdirp and chownr modulesisaacs
2012-03-28make npm install --json match ls --jsonisaacs
2012-03-28use archy in installisaacs
2012-03-28Use archy in lsisaacs
2012-03-28Don't rename gypfiles on the fs. Reader does thatisaacs
2012-03-27Remove unnecessary continuation separationisaacs
2012-03-27fix newName is not definedisaacs
2012-03-27update commentsisaacs
2012-03-27Remove some unnecessary rename hacksisaacs
2012-03-27Abstract out 'uid-number' to a separate dependencyisaacs
2012-03-27indentationisaacs
2012-03-27Make tarballs using fstream-npmisaacs
2012-03-27pull minimatch leftwardsisaacs
2012-03-27s/_entries/entries/isaacs
2012-03-23Fix #2293 Don't try to 'uninstall' /isaacs
2012-03-22git+xyz:// handling: + chars are ok in urls now.isaacs
2012-03-22Windows AV fs.rename hack moved to graceful-fsisaacs
2012-03-22Show correct path in cache lsisaacs
2012-03-22No need to cache cache lookups, readJson already does soisaacs
2012-03-21Exclude symlinks in tarball extraction as well as creationisaacs
2012-03-20Just correct bugs typos, rather than warnisaacs
2012-03-19Exclude symbolic links from packages.isaacs
2012-03-19Fix #2275 Spurious 'unresolvable cycle' error.isaacs
2012-03-19Exclude/include dot files as if they were normal filesisaacs
2012-03-15Fix #2249 Add cache-max and cache-min configsisaacs
2012-03-15http faiure: Use original error, not a new oneisaacs
2012-03-14log config usage if undefined key in set functiongradus
2012-03-13Always assume bundleDependencies are valid in 'install <noargs>'isaacs
2012-03-13Don't clobber executable flagsisaacs
2012-03-13Fix #472 Adds support for os/cpu fields in package.jsonAdam Blackburn
2012-03-13Remove some unnecessary warningsisaacs
2012-03-13Don't use existing pkg if explicitisaacs
2012-03-13Install missing deps, even if they are in bundleDependenciesisaacs
2012-03-13Merge branch 'gyp'isaacs
2012-03-13Fix logging around optional dependency failuresisaacs
2012-03-13Fix #2230 Unpack in place. No folder renaming malarkyisaacs
2012-03-13Never create un-listable directoriesisaacs
2012-03-13Always favor the bundled node-gypisaacs
2012-03-13Rewrite gyp files to 'binding.gyp'isaacs
2012-03-13wip, not wokring yet, but sort ofisaacs