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-05-20ls: fix filter when prerelease version presentKat Marchán
2016-05-20test: adding some basic npm ls testsKat Marchán
2016-05-17inflate-shrinkwrap: Fix crasher when inflating shrinkwrapsRebecca Turner
2016-05-13inflate-shrinkwrap: Inflate nested dependencies within a shrinkwrapAdam Byrne
2016-05-13test: Rewrite shrinkwrap-version-match to use tacksRebecca Turner
2016-05-13extract: Propagate read-package-tree errors for bundled dependenciesDaniel Lupu
2016-05-13ci: mask coveralls token in nexted invocationForrest L Norvell
2016-05-13test: disable coverage in recursively-called tapForrest L Norvell
2016-05-06cache: Never trust the cache if we can't find a matching versionZirak
2016-05-06test: don't pass coveralls token to registry child testisaacs
2016-05-06test: ignore scripts in builtin-configisaacs
2016-05-06file-completion: Ensure that 'npm cache ls' outputs real filenamesisaacs
2016-05-04test: fix Windows-specific test issuesRebecca Turner
2016-05-04common-tap: Factor out exec path escapingRebecca Turner
2016-05-04src: Refactor windows detection out into lib functionsRebecca Turner
2016-05-04test: enable coverage, handle coverageForrest L Norvell
2016-04-28fetch-package-metadata: Ensure _resolved always available.Sam Minnee
2016-04-28view: fix view versions without --jsonDaijiro Wachi
2016-04-22install: failing to parse package.json should be errorDaijiro Wachi
2016-04-22test: Fix progress config testing to ignore local user configsRebecca Turner
2016-04-22test: lifecycle-signal v0.8 compatibility fixRebecca Turner
2016-04-08tar: Improve handling of special cases for files included in packagesGlen Mailer
2016-03-31deprecate: default to `*` instead of `latest`Paul O'Leary McCann
2016-03-25link: fail if package link target is the same as package link sourceThomas Hallock
2016-03-25search: Exit early if no arguments provided to searchSimen Bekkhus
2016-03-25test: Fix test that was inappropriately hitting the networkYann Odeyer
2016-03-18test: remove unnecessary logging statementForrest L Norvell
2016-03-18config: only send token to registry hostsForrest L Norvell
2016-03-18test: remove disabled testsForrest L Norvell
2016-03-17test: Fix npm-self-install test to install to /tmpRebecca Turner
2016-03-11logout: Fix npm-logout to remove scope config if specifiedNeil Kistner
2016-03-11config: include per-project .npmrc file in "npm config list"Andres Kalle
2016-03-11ls: Made `npm ls --parseable` honor the `depth` optionZac
2016-03-10config: Make the progress bars honor the unicode optionDaijiro Wachi
2016-03-10view: Make npm produce valid JSON when requested with --jsondoug.wade
2016-03-04lifecycle: propagate SIGTERM to childDaniel Pedersen
2016-03-04ls: Don't pass through options intended for install to ls summary at end.Chris Warren
2016-03-04install: Make install reports only include versions installedRebecca Turner
2016-02-19update: don't attempt to update linked packagesRyan Hendrickson
2016-02-19ls: Only list runtime dependencies when doing `npm ls --production`zoujie.wzj
2016-02-19test: tests for file inclusion and .npmignoreKat Marchán
2016-02-19test: add npm self installation testRebecca Turner
2016-02-19test: check that env vars properly passed to scriptsKat Marchán
2016-02-19test: We don't leak auth info into the envRebecca Turner
2016-02-19test: Port legacy tests to tapRebecca Turner
2016-02-05test: Make fs.access work when running under `nyc`Rebecca Turner
2016-02-04test: don't re-order package.json on installJames Halliday
2016-01-29npm: don't bail if require() onload-script throwsEvan Lucas
2016-01-29ls: don't subtract dev from production depsDave
2016-01-29add-remote-git: Add support for git submodules in git remotesMartin von Gagern