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-28error-handler: improve EISDIR error messageKenan Yildirim
2015-08-28install: don't warn on preferGlobal for devDepsMarcin Cieslak
2015-08-28install: warn on preferGlobal when there's no depsKat Marchán
2015-08-27fetch-package-metadata: Add direct support for local modulesRebecca Turner
2015-08-27deps: Use package relative paths for specifier realizationRebecca Turner
2015-08-26lifecycle: Add additional loggingMarcin Cieslak
2015-08-21diff-trees: Make install order more consistent for directly dependenciesRebecca Turner
2015-08-21logical-tree: Make sure user installed modules are attached to root of logica...Rebecca Turner
2015-08-21update: Fix path used to run the install relative toRebecca Turner
2015-08-21ls: Elminate warnings about missing package.json at top levelRebecca Turner
2015-08-21test: Fix the progress-config test when run from travis or other CIRebecca Turner
2015-08-21lifecycle: add /d and /s to cmd.exeMarcin Cieslak
2015-08-21lifecycle: keep private values out of child procsForrest L Norvell
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