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
2014-12-25tweak test spacingForrest L Norvell
2014-12-23registry URL always ends in / (fixes #6982)Forrest L Norvell
2014-12-23npm version: handle checkGit errorsAlex Kocharin
2014-12-12make `outdated` ignore private packagesKenan Yildirim
2014-12-12tar detection looks for magic number (fixes #6868)David Volm
2014-12-12remove preupdate, update, and postupdate because they aren't supportedTristan Davies
2014-12-12version: update shrinkwrap post-check (fixes #6879)Forrest L Norvell
2014-11-28test the fix for #6767smikes
2014-11-26test for link targetsForrest L Norvell
2014-11-25Make the manual TAP output from the setup step validRebecca Turner
2014-11-20Fix leak into global scopesmikes
2014-11-20tweaks to testForrest L Norvell
2014-11-20Fixes #6735 - "already built" is not errorsmikes
2014-11-14owners handles scoped packages (closes #6542)Forrest L Norvell
2014-11-14fix typo in 'npm owner rm' testKenan Yildirim
2014-11-14legacy tests no longer poison user's cacheForrest L Norvell
2014-11-14terser npm owner output (+ tests)Forrest L Norvell
2014-11-14test: dir fix in ls-l-depth-0isaacs
2014-11-14test: Handle npm_config_cache betterisaacs
2014-11-14actually use mock registry in testForrest L Norvell
2014-11-14finish cleaning up updateIndex for consistencyForrest L Norvell
2014-11-14Pass auth parameters to requestAll_ for alwaysAuth.Terin Stock
2014-11-14.npmignore isn't respected for git reposForrest L Norvell
2014-11-13npm ll --depth=0 breaks for deps with depsForrest L Norvell
2014-11-13add failing testsmikes
2014-11-12never remove project directories (fixes #5754)Forrest L Norvell
2014-11-12prevent the auth regression fixed by 7719cfdForrest L Norvell
2014-11-07include command in spawn errors (fixes #3908)smikes
2014-11-07npm run no longer fails silently (closes #2959)Mat Tyndall
2014-11-05`adduser.js` is the name of the moduleForrest L Norvell
2014-11-01only add shrinkwrap while versioning if it existsForrest L Norvell
2014-11-01save local dependencies in npm-shrinkwrap.jsonThomas Torp
2014-11-01tweak test to make Travis shut upForrest L Norvell
2014-11-01npm version now updates version in npm-shrinkwrap.jsonfaiqus
2014-10-31handle caching of metadata in npm itselfForrest L Norvell
2014-10-31directly cache search metadataForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-31nerf betterForrest L Norvell
2014-10-21`npm version` should work in a git directory w/o gitTerin Stock
2014-10-17install peerDependencies from top (closes #6323)Forrest L Norvell
2014-10-17better errors for malformed .npmrc propertiesNick Santos
2014-10-16defactored npmconf back into npmForrest L Norvell
2014-10-10convert from spawn to common.npmChris Meyers
2014-10-10use common.npm instead of spawnChris Meyers
2014-10-10use common.npm(), fix console pollutionChris Meyers
2014-10-10use common.npm(), fix console pollutionChris Meyers
2014-10-10updated to use common.npm() and got rid of console pollutionChris Meyers
2014-10-10use common.npm instead of npm.install()Chris Meyers
2014-10-08write builtin config on any global npm installisaacs
2014-10-07don't pass run arguments to pre & post scriptsLudwig Magnusson