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-08-14install: Ensure walking the tree doesn't result in infinite loopsRebecca Turner
2015-08-12install: Deprecate `--dev` for installBryan English
2015-08-12install: Add support for --only={prod[uction]|dev[elopment]}Bryan English
2015-08-08install: Stop warning about package.json fields on global installsRebecca Turner
2015-07-24install: Refactor module validation for ealier/better checksRebecca Turner
2015-07-18install: Switch to filtering the tree at load time rather than adhoc loadsRebecca Turner
2015-07-13install: Fix complete brokennessRebecca Turner
2015-07-13standard: Fix formatting issuesRebecca Turner
2015-07-10install: uninstall: Limit global tree manipulation to named pkgsRebecca Turner
2015-07-10install: Add scaffolding for commit half of rollback/commitRebecca Turner
2015-07-10uninstall: Fix uninstall lifecycle orderRebecca Turner
2015-07-10install: Reformat code for greater clarityRebecca Turner
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