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/utils
AgeCommit message (Expand)Author
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-12Revert "lifecycle: Swap out custom logic with add-to-path module"Rebecca Turner
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-09lifecycle: Remove dead code around npm.ROLLBACK globalRebecca Turner
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-10gently-rm: Treat cmd-shims the same way we treat symlinksRebecca Turner
2015-08-28error-handler: improve EISDIR error messageKenan Yildirim
2015-08-26lifecycle: Add additional loggingMarcin Cieslak
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-14gently-rm: Make sure that the thing a symlink links to is inside the thing we...Rebecca Turner
2015-08-08completion: don't break global COMP_WORDBREAKSGreg Whiteley
2015-07-10lifecycle: Don't enable the progress bar if it was previously disabledRebecca Turner
2015-07-10lifecycle: safety check works with scoped packagesThomas Cort
2015-07-01install: version: Fix package.json handling to always allow BOM at startRebecca Turner
2015-06-26pack: fix infinite loop when packing w/ node_modules w/ dep cyclesRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26publish: Throw an error if the bundled deps package.json entry is invalidRebecca Turner
2015-06-26Get rid of extraneous commented out codeRebecca Turner
2015-06-26Refactor to use uniqueFilename from a module instead of internallyRebecca Turner
2015-06-26Fully sort package.json and npm-shrinkwrap.json before writingRebecca Turner
2015-06-26Add spinners during network activityRebecca Turner
2015-06-26Add multi-stage installerRebecca Turner
2015-06-26Move modules to new standard formatting in preparation for rewritesRebecca Turner
2015-06-26Add a single method of getting temporary and/or unique filenamesRebecca Turner
2015-06-26Don't relink things that are already linked rightRebecca Turner
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-06-26cache: fix Windows perms regressionForrest L Norvell
2015-06-18utils: use a safer mkdirp with chownrForrest L Norvell
2015-05-20error-handler: specific details for invalid namesthefourtheye
2015-04-24unpublish: extract config into functionForrest L Norvell
2015-04-08spawn: map exit code 127 to ENOENT for node@0.8Jakob Krigovsky
2015-04-02git: revert 44da66456b530c049ff50953f78368460df8Forrest L Norvell
2015-03-27link: use absolute links when `npm link`ing.Kazuhito Hokamura
2015-03-12gently-rm: more context on failureForrest L Norvell
2015-03-12gently-rm: always resolve against a base directoryForrest L Norvell
2015-03-12gently-rm: swap checks & match target, not sourceForrest L Norvell
2015-03-11gently-rm: npm.globalRoot is not a thingForrest L Norvell
2015-03-02error-handler: update support url to https from httpDaijiro Wachi
2015-03-02error-handler: FreeBSD does EAI_FAIL,not ENOTFOUNDForrest L Norvell
2015-02-27error-handler: added er.parent to ETARGET errorDav Glass
2015-02-27completion: make separator a localForrest L Norvell
2015-02-27git: log full git command line on errorthriqon
2015-02-27completion: install completion on folders and urlsHelge Skogly Holm