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-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
2016-01-29lifecycle: fix for package name appearing multiple times in wdVanja Radovanović
2016-01-29lifecycle: prefer current node in run-scriptSergey Simonchik
2016-01-29deps: remove package even if rmedDave
2016-01-29save: Use rawSpec when saving git-type specifiersMartin von Gagern
2016-01-22test: Only use Object.assign when availableRebecca Turner
2016-01-21gentlyrm: Don't abort early if npm controlled path is missingRebecca Turner
2016-01-21tests: Build on, rather than replace, common environmentRebecca Turner
2016-01-21common-tap: Suppress warnings about pre-release node versionsRebecca Turner
2016-01-21install: fix unclean unbuild of nested packages with binChris Chua
2016-01-21install: fix race condition correcting cache directory ownershipJimb Esser
2016-01-21outdated: report symlinked packages as 'linked'Hal Henke
2016-01-21adduser: add a success messageekmartin
2016-01-21version: strip tag-version-prefix from 'from-git' target tagekmartin
2016-01-15version: add 'npm version from-git' commandekmartin
2016-01-15test: fix race condition in git testsKat Marchán
2015-12-18src: always install in npm in legacy modeForrest L Norvell
2015-12-12common-tap: Don't include the progress bar in test outputRebecca Turner
2015-12-12test: sorted-package-json: don't stomp on error outputRebecca Turner
2015-12-12test: mock just one fs function in no-scan-full-global-dirRebecca Turner
2015-12-12test: Rewrite noargs-install-config-save to use common.npmRebecca Turner
2015-12-12test: install-link-scripts, no chmod on write in 0.8Rebecca Turner
2015-12-12test: Rewrite tests using nock to use other alternativesKat Marchán
2015-12-11ls: fix depth when outputting JSONMark Reeder
2015-12-11version: can be run from subdirectoriesekmartin
2015-11-25test: npm warning output changed slightlyForrest L Norvell
2015-11-20legacy-tests: Make bundled test less specificRebecca Turner
2015-11-20bundles: Refactor the bundled module model (again)Rebecca Turner
2015-11-20tests: Test for errors os/cpu match failures on opt depsRebecca Turner
2015-11-20deps: Allow partial and full disabling of flat treesRebecca Turner
2015-11-20access: better validation of commandsForrest L Norvell
2015-11-13deps: Stop overzealously replacing subdeps when updatingRebecca Turner
2015-11-12test: Add unit tests for gently-rm's functionsRebecca Turner
2015-11-12test: Add test for removing global linksRebecca Turner
2015-11-12test: Rename gently-rm-symlink to something more specificRebecca Turner
2015-11-11test: Update nock tests to require common-tap for polyfillsRebecca Turner
2015-11-11test: Remove setImmediates for 0.8 compatibilityRebecca Turner
2015-11-06install-test: add test for new commandForrest L Norvell
2015-11-02diff-trees: When replacing an existing module with a bundled one, remove it f...Rebecca Turner