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/test
AgeCommit message (Expand)Author
2016-09-09lifecycle: split node_module path parts properlyisaacs
2016-09-09shrinkwrap: save-dev updates shrinkwrap fileSzymon Nowak
2016-09-09tar: ignore *.orig filesChristopher Hiller
2016-09-09install/actions: Check installability of modules from shrinkwrapRebecca Turner
2016-09-09error-message: Improve error reporting for opt depsRebecca Turner
2016-09-09shrinkwrap: Record if a dependency is optional to shrinkwrapBryan English
2016-09-09shrinkwrap: Record if dep is dev-only and honor the annotationBryan English
2016-08-12shrinkwrap: Improve detection of pkgs req'd by top level dev depsRebecca Turner
2016-08-12install: fix hiccup that caused a conflictKat Marchán
2016-08-12update-linked: Only warn about symlink update if version number differsDavid Emmerson
2016-08-12inflate-shrinkwrap: Determine equivalency of git deps correctlySasha Koss
2016-08-11install: Run top level preinstall before installing dependenciesJason Palmer
2016-07-21test: added basic bundledDeps testsKat Marchán
2016-07-16test: separate the remaining network testsRebecca Turner
2016-07-16test: Stop using network with invalid-dep-version-filtering testRebecca Turner
2016-07-16test: Stop using network in 404-private-registry testRebecca Turner
2016-07-16test: Stop using network in 404-private-registry-scoped testRebecca Turner
2016-07-16test: Stop update-symlink test from hitting networkRebecca Turner
2016-07-07run-script: only prepend node dir to PATH if not already in PATHSergey Simonchik
2016-07-07fetch-package-metadata: Ignore invalid dep versfigrrygg
2016-07-07shrinkwrap: Fix bug where transitive deps of dev deps would be incorrectly in...Rebecca Turner
2016-07-01test: fix Windows path issue for local shrinkwrap testKat Marchán
2016-07-01install: Resolve local deps in shrinkwrap relative to topRebecca Turner
2016-07-01install: Load shrinkwrap before arg metadataRebecca Turner
2016-07-01install: Resolve local args relative to cwdRebecca Turner
2016-07-01test: Added tests to verify correct-mkdir race patchKat Marchán
2016-07-01test: Added tests to verify addLocal race patchKat Marchán
2016-07-01utils: Fix a Windows corner case with correct-mkdirKat Marchán
2016-07-01cache: Fixed Windows issue with addLocalKat Marchán
2016-06-21outdated: Ensure errors reading the package tree do not crashRebecca Turner
2016-06-18test: strip trailing commaForrest L Norvell
2016-06-18tar: restore our version of applyIgnoresRebecca Turner
2016-06-18tar: revert 4e52cef3d4170c8abab98149666ec599Forrest L Norvell
2016-06-17tar: warn when using Node 6+Forrest L Norvell
2016-06-17npm-package-arg@4.2.0Rebecca Turner
2016-06-17deps: Use asap in preference over process.nextTick to avoid recursion warningsAleksey Smolenchuk
2016-06-16shrinkwrap: Add new "shrinkwrap" lifecycle scriptSimen Bekkhus
2016-06-16test: check-install-self: Don't hide outputRebecca Turner
2016-06-16npm: Only enable progressbar if we have a ttyRebecca Turner
2016-06-16test: Verify that mixed symlinks won't result in moving modulesRebecca Turner
2016-06-16diff-trees: Rewrite to use requiredBy instead of _requiredByRebecca Turner
2016-06-16install: Refactor to explicitly check for topRebecca Turner
2016-06-16deps: Rewrite replaceModule to match by name _or_ pathRebecca Turner
2016-06-16install: Use removeObsoleteDep when removing from phys treeRebecca Turner
2016-05-27test: Rewrite shrinkwrap-prod-dependency-also to use common.npmRebecca Turner
2016-05-27test: cleanup rm-linkedRebecca Turner
2016-05-27test: cleanup outdated-symlinkRebecca Turner
2016-05-27test: Improve diagnostics for shrinkwrap-scoped-authRebecca Turner
2016-05-27test: rewrite shrinkwrap-dev-dependency as common.npmRebecca Turner
2016-05-20ls: fix filter when prerelease version presentKat Marchán