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 (Expand)Author
2015-07-01install: code cleanup – put parseJSON where it belongsRebecca Turner
2015-07-01npm: Look up _id attributes consistentlyRebecca Turner
2015-07-01install: determine globalness based on install dir not configRebecca Turner
2015-07-01link: fix `npm link package-name`Rebecca Turner
2015-07-01install: Run the "install" lifecycle in the toplevel moduleRebecca Turner
2015-07-01install: version: Fix package.json handling to always allow BOM at startRebecca Turner
2015-07-01install: Guard against trying to save w/ an invalid package.jsonRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26install: Run top level lifecycles AFTER rolling back failed optdepsRebecca Turner
2015-06-26install: Move more npm config into the installer objectRebecca Turner
2015-06-26install: Refactor --link to behave betterRebecca Turner
2015-06-26install: Add initial npm@3 support for install --linkRebecca Turner
2015-06-26install: Refactor tracker creation/destructionRebecca Turner
2015-06-26rollback: Don't do it if --rollback=false was setRebecca Turner
2015-06-26Make the installers extraneous resolver also resolve subdeps.Rebecca Turner
2015-06-26Make npm install -g install the current packageRebecca Turner
2015-06-26Add full rolling back of failed module installsRebecca Turner
2015-06-26Refactor debugTree to be clearer / more consistentRebecca Turner
2015-06-26Fix a sorting bug in debugTreeRebecca Turner
2015-06-26Guard against errors that happen prior to the ideal tree being builtRebecca Turner
2015-06-26Start recording warnings in the tree and only print them at the endRebecca Turner
2015-06-26Add pre-installation permissions checkingRebecca Turner
2015-06-26Explicitly recalculate ideal tree metadata prior to tree pruningRebecca Turner
2015-06-26Creating `lib` directory before installingthefourtheye
2015-06-26(Mostly) ignore shrinkwraps when installing modules from argumentsRebecca Turner
2015-06-26Fix top-level shrinkwrap readingRebecca Turner
2015-06-26Add logging of current install stageRebecca Turner
2015-06-26Filter out all of the modules not currently in play with global operationsRebecca Turner
2015-06-26Add warnings if you need to update deps of a linked module, completes #6934Rebecca Turner
2015-06-26Refuse loudly to fail to update linksRebecca Turner
2015-06-26Update output format for moved modulesRebecca Turner
2015-06-26Make the bin linking step be serial and deterministicRebecca Turner
2015-06-26Improve the look of install resultsRebecca Turner
2015-06-26update usage for all commandssmikes
2015-06-26Add multi-stage installerRebecca Turner
2015-05-15handle error from readPackagesmikes
2015-05-08install: nerf normalization output on dependenciesForrest L Norvell
2015-05-06npa: standardize git handlingForrest L Norvell
2015-05-01git: cacheable deps can be 'git' *or* 'hosted'laiso
2015-04-24install: less closure for devDependenciesForrest L Norvell
2015-04-24install: include devDependencies when installingsmikes
2015-04-11install: use a more robust method for testing for scopeForrest L Norvell
2015-04-11install: scoped packages with peerDependencieserik wienhold
2015-04-10git: save non-normalized shorthand to package.jsonForrest L Norvell
2015-04-03install: better logging, no more readJSON cachingForrest L Norvell
2015-03-13install: track bundled dependencies in contextForrest L Norvell
2015-03-12install: removed obsolete commentRichard Littauer
2015-03-06install: tweak install --link for gitForrest L Norvell
2015-03-06install: don't try to --link git dependenciessmikes
2015-03-05install: engineStrict only warns for this packageForrest L Norvell