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-10-23deps: When we replace/upgrade a dep, remove all its deps tooRebecca Turner
2015-10-23deps: Move adding of modules to sets of modules into a functionRebecca Turner
2015-10-23deps: Move adding to a set of module names to a functionRebecca Turner
2015-10-23deps: Refactor module matchers into stand alone functionsRebecca Turner
2015-10-22fetch-package-metadata: close, what, I don't evenRebecca Turner
2015-10-22save: If a shrinkwrap already has dev deps, make sure they're keptRebecca Turner
2015-10-22error-handler: Encourage users to update node & npm before contacting package...Forbes Lindesay
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-10-16errors: Show available versions as lists instead of JSONRebecca Turner
2015-10-16deps: mark our installable flag as internalRebecca Turner
2015-10-12Revert "lifecycle: Swap out custom logic with add-to-path module"Rebecca Turner
2015-10-09shrinkwrap: do not fail on optional dependenciesMaximilian Antoni
2015-10-09install: Update --only option to install only the argument env regardless of ...Daijiro Wachi
2015-10-09deps: Treat lack of requirement name as failure to find itThomas Michael McTiernan
2015-10-09lifecycle: Swap out custom logic with add-to-path moduleKent C. Dodds
2015-10-09child-path: Compute the path of a new child module in only one placeRebecca Turner
2015-10-09package-id: Use getPackageId more consistently in diagnosticsRebecca Turner
2015-10-09package-id: rename into utils, from install/get-package-idRebecca Turner
2015-10-09module-name: Factor out module name readingRebecca Turner
2015-10-09actions,diff-trees: rebuild bundles via npm3 mechanismsRebecca Turner
2015-10-09lifecycle: Remove dead code around npm.ROLLBACK globalRebecca Turner
2015-10-01install: Switch from clone to a tree-copier that's aware of our datastructuresRebecca Turner
2015-10-01logical-tree: Make it mutate to improve performanceRebecca Turner
2015-09-25cache: also update port when updating protocolJames Hartig
2015-09-25pack: Don't bother reading the tree if nothing is bundledRebecca Turner
2015-09-25pack: Pass in our tree object via closures instead of propertiesRebecca Turner
2015-09-25validate-tree: When normalize-package-data throws, capture that as a warningRebecca Turner
2015-09-25get-package-id: Don't infer package names outside of UXRebecca Turner
2015-09-18ls: install: Stop warning about cruft in module directoriesRebecca Turner
2015-09-18install/deps: Report error gracefully with invalid URL format dependencies=
2015-09-11adduser: remove obsolescent process.binding useForrest L Norvell
2015-09-10link: allow npm link to run on windows with prerelease versions of nodeJon Hall
2015-09-10gently-rm: Treat cmd-shims the same way we treat symlinksRebecca Turner
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