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
2015-08-14access: updated to support teams and orgs featuresKat Marchán
2015-08-14whoami: make needauth err more genericKat Marchán
2015-08-14team: initial implementation of team commandKat Marchán
2015-08-14unbuild: Tell gently-rm about which modules we are removing bins forRebecca Turner
2015-08-14gently-rm: Make sure that the thing a symlink links to is inside the thing we...Rebecca Turner
2015-08-14install: Action level non-fatal errors are ONLY because of optional depsRebecca Turner
2015-08-14install: Ensure walking the tree doesn't result in infinite loopsRebecca Turner
2015-08-12config: Add default for new --also optionBryan English
2015-08-12outdated: Add support for --also=dev[elopment] and --only=prod[uction]Bryan English
2015-08-12shrinkwrap: Add support for --also=dev[elopment]Bryan English
2015-08-12ls: Add support for --only={prod[uction]|dev[elopment]}Bryan English
2015-08-12install: Deprecate `--dev` for installBryan English
2015-08-12config: Add default for new --only optionBryan English
2015-08-12install: Add support for --only={prod[uction]|dev[elopment]}Bryan English
2015-08-08ls: Improve display of missing peer dep errorsRebecca Turner
2015-08-08install: Resolve peer deps relative to the parent of the requirerRebecca Turner
2015-08-08install: Prefer rawSpec over spec when savingRebecca Turner
2015-08-08deps: Allow "*" deps of prerelease versionsRebecca Turner
2015-08-08src: Document shrinkwrap exceptionRebecca Turner
2015-08-08fetch-package-metadata: Match use of `--tag` instead of hard coding `latest`Rebecca Turner
2015-08-08fetch-package-metadata: Make "*" match latest if all versions are prereleasesRebecca Turner
2015-08-08install: Stop warning about package.json fields on global installsRebecca Turner
2015-08-08install: don't run lifecycle for `install --link`murgatroid99
2015-08-08completion: don't break global COMP_WORDBREAKSGreg Whiteley
2015-08-08run-script: include `version` in lifecycle outputForrest L Norvell
2015-08-08fetch-package-data: Lax the arg checking, error could be stringRebecca Turner
2015-08-01save: Stop sorting anything other than the package.json fields being updatedRebecca Turner
2015-08-01version: .git is not required to be a directory.Kyle M. Tarplee
2015-07-25config: Add option to turn off progress barsRebecca Turner
2015-07-25install: Update fs.access to allow io.js versions w/ fixed windows verRebecca Turner
2015-07-24install: Refactor module validation for ealier/better checksRebecca Turner
2015-07-18check-permissions: use inflight to eliminate duplicate checks of the same res...Rebecca Turner
2015-07-18uninstall: Remove extraneous warns when removing a symlinkRebecca Turner
2015-07-18install: Move computation of the _location field to a more appropriate placeRebecca Turner
2015-07-18install: Factor "ignore callback errors" into a function for greater clarityRebecca Turner
2015-07-18install: Switch to filtering the tree at load time rather than adhoc loadsRebecca Turner
2015-07-17link: Fix linking of scoped modulesRebecca Turner
2015-07-17docs: make default values on comment in cache.js correctlyDaijiro Wachi
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-10uninstall: Add remove commitment that makes certain the package is goneRebecca Turner
2015-07-10install: Add scaffolding for commit half of rollback/commitRebecca Turner
2015-07-10uninstall: Fix uninstall lifecycle orderRebecca Turner
2015-07-10actions: Mark dep AND all it requires as failed on failureRebecca Turner
2015-07-10lifecycle: Don't enable the progress bar if it was previously disabledRebecca Turner
2015-07-10install: Track user requirement / existing as propertiesRebecca Turner
2015-07-10install: Track forward requirements with objectsRebecca Turner
2015-07-10install: Refactor filter as some where appropriateRebecca Turner
2015-07-10install: Reformat code for greater clarityRebecca Turner