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
2017-08-23tar: Remove use of old tarisaacs
2017-08-23fstream@REMOVERebecca Turner
2017-08-23module-name: Module names must be stringsRebecca Turner
2017-08-18deps & module-name: allow spaces in _from, trim spaces in module nameIgor Nadj
2017-08-17build: Check if bin script starts with hashbangScott Santucci
2017-08-16lifecycle: use npm-lifecycle for lifecycle scripts (#18176)Mike Sherov
2017-08-16lifecycle: cache config options and remove boolean trapsMike Sherov
2017-08-16lifecycle: remove local dependencies other than spawnMike Sherov
2017-07-18run-script: Export the CWD that `npm` was run from to scriptsMichaelQQ
2017-07-17help: Implement new help message like did-you-meanDaijiro Wachi
2017-07-11install: fix package.json and package-lock.json to use unix style pathsMark Banner
2017-07-11install: fix max callstack exceeded loops with linksRebecca Turner
2017-07-06run-script: allow custom shell (#16687)mmkal
2017-07-06version: support ignored shrinkwrap and package-locks (#17505)Kat Marchán
2017-06-27error-handler: write an empty str and wait for flush to exitKat Marchán
2017-06-27utils: Remove unused argument in deepSortObjectRamana Venkata
2017-06-27action: convert all callback style move usage to promise styleRamana Venkata
2017-06-27lifecycle: avoid building environment for empty lifecycle scriptsMike Sherov
2017-05-31publish: adapt config for publish RegClient (#16762)Kat Marchán
2017-05-27error-handler: remove unused argument (#16757)薛定谔的猫
2017-05-27utils: Remove slow assertion from module-name util (#16749)Mike Sherov
2017-05-26pkglock: remove packageIntegrity field of doomKat Marchán
2017-05-26lifecycle: added prepack and postpack (#16725)Kat Marchán
2017-05-26error-handler: force an exit instead of waiting for tasksKat Marchán
2017-05-26utils/link: Make less race proneRebecca Turner
2017-05-26shrinkwrap: update packageIntegrity for spec complianceKat Marchán
2017-05-26error-message: Remove last remaining "not a bug" error messageRebecca Turner
2017-05-26filespecs: Implement new file: specifier behaviorRebecca Turner
2017-05-26error-message: Stop gaslighting our users with "this is probably your fault"Rebecca Turner
2017-05-26feat(git): git repos with prepare scripts are now built on installKat Marchán
2017-05-26feat(lockfile): add package-lock.json supportKat Marchán
2017-05-26fix(noise): stop the gentlyRm spam omgKat Marchán
2017-05-26feat(install): use pacote for package downloadsKat Marchán
2017-05-26install: Replace post install module list with summary reportRebecca Turner
2017-04-28*: Patch to support npm-package-arg@5Rebecca Turner
2017-04-28utils: remove `lib/utils/rename.js` (#16204)Daijiro Wachi
2017-04-21error-message: Shorten the ELIFECYCLE error messageJ F
2017-04-15npm: Add timing diagnostics on --loglevel=timingRebecca Turner
2017-03-25lifecycle: On SIGINT, ensure process stays alive until child exitsJarid Margolin
2017-03-17deps: Switch to move-concurrently to remove scoped dependencyRebecca Turner
2017-03-16error-message: Stop printing ENOENT errors more than onceRebecca Turner
2017-03-16pack: Bundle dependencies inside bundled scope depsRebecca Turner
2017-03-10standard: tiny whitespace fix. lolKat Marchán
2017-03-10completion: handle colons (e.g. in script names) correctly (#15735)Evgeny Kulikov
2017-03-10install: Use EXDEV aware move instead of rename (#15901)Rebecca Turner
2017-02-24error-handler: Write logs for cb() never calledRebecca Turner
2017-02-24error-handler: Make error output less verboseRebecca Turner
2017-02-24error-message: Stop encouraging users to always visit the issue tracker.Rebecca Turner
2017-01-25run-script: keep exit code (#15413)Dmitry Litvinchenko
2017-01-25utils: added an internal gunzip-maybe utilityKat Marchán