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-10-20lifecycle: warn when running prepublish on installForrest L Norvell
2016-10-20lifecycle: prepublish-on-installForrest L Norvell
2016-10-20test: check extra warn-only case in lifecycle-pathKat Marchán
2016-10-19lifecycle: small tweaks to messageKat Marchán
2016-10-19npat: Remove the npat featureRebecca Turner
2016-10-19run-script: Add option to ignore the current node executable for PATHAnna Henningsen
2016-10-13test: updated tests for searchKat Marchán
2016-10-13test: tests for allPackageMetadataKat Marchán
2016-10-13test: unit tests for createCacheWriteStreamKat Marchán
2016-10-13test: unit tests for createEntryStreamKat Marchán
2016-10-13test: unit tests for createEntryUpdateStreamKat Marchán
2016-10-13test: unit tests for createCacheEntryStreamKat Marchán
2016-10-13search: first stab at streaming searchAria Stewart
2016-10-07test/view: Simplify to only have one mock registryRebecca Turner
2016-10-07test: handle the order of the cli args for windowsDaijiro Wachi
2016-10-07view: npm show --json only returns one item even when mult matchRobert Gay
2016-10-07view: non-existant version now prints nothingRobert Gay
2016-10-07deps: Guard against null "bin" values in package.jsonIonică Bizău
2016-10-07version: Update npm-shrinkwrap even when cwd != project rootLucas Holmquist
2016-09-20decompose-actions: Run remove steps when updatingRebecca Turner
2016-09-20deps: Fix git & tagged dependency matching with shrinkwrapsRebecca Turner
2016-09-20shrinkwrap: Fix CWD while running shrinkwrap lifecycle scriptsRebecca Turner
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