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
2015-08-14test: full tests for npm teamKat Marchán
2015-08-14test: wrote full tests for npm accessKat Marchán
2015-08-14test: standardified test/tap/access.jsKat Marchán
2015-08-14test: Ensure we only remove bins owned by the mod being removedRebecca Turner
2015-08-14install: Ensure walking the tree doesn't result in infinite loopsRebecca Turner
2015-08-12shrinkwrap: Add support for --also=dev[elopment]Bryan English
2015-08-12ls: Add support for --only={prod[uction]|dev[elopment]}Bryan English
2015-08-12install: Add support for --only={prod[uction]|dev[elopment]}Bryan English
2015-08-08ls: Improve display of missing peer dep errorsRebecca Turner
2015-08-08install: Stop warning about package.json fields on global installsRebecca Turner
2015-08-08test: no scripts run on `npm install --link`Forrest L Norvell
2015-08-08run-script: include `version` in lifecycle outputForrest L Norvell
2015-08-01test: Use correct path for devDependency in --production testBryan English
2015-07-25config: Add option to turn off progress barsRebecca Turner
2015-07-25install: Update fs.access to allow io.js versions w/ fixed windows verRebecca Turner
2015-07-24install: Refactor module validation for ealier/better checksRebecca Turner
2015-07-24standard@4.3.3Rebecca Turner
2015-07-18check-permissions: use inflight to eliminate duplicate checks of the same res...Rebecca Turner
2015-07-18install: Switch to filtering the tree at load time rather than adhoc loadsRebecca Turner
2015-07-17link: Fix linking of scoped modulesRebecca Turner
2015-07-17install: verify that git+https:// URIs are normalized like they used to beKat Marchán
2015-07-17tests: make add-remote-git-get-resolved tests call normalize-git-urlKat Marchán
2015-07-13standard: Fix formatting issuesRebecca Turner
2015-07-13test: Include a message as to why we're failing these mocked installsRebecca Turner
2015-07-13test: remove the now redundent combined github+bitbucket testRebecca Turner
2015-07-10install: uninstall: Limit global tree manipulation to named pkgsRebecca Turner
2015-07-10uninstall: Fix uninstall lifecycle orderRebecca Turner
2015-07-10actions: Mark dep AND all it requires as failed on failureRebecca Turner
2015-07-10test: standard compliance fixes to cherrypicked e835295Rebecca Turner
2015-07-10test: don't prompt for GnuPG passphraseForrest L Norvell
2015-07-10cache: Make "*" match "latest" if all versions are prereleaseRebecca Turner
2015-07-03ping: docs, bugfix, testsKat Marchán
2015-07-01install: Report normalization errors of the top level packageRebecca Turner
2015-07-01install: Display errors reading the tree after installationRebecca Turner
2015-07-01link: fix `npm link package-name`Rebecca Turner
2015-07-01version: allow scripts to add files to the commitJames Talmage
2015-06-27cache: some remote specs aren't URLs; don't breakKat Marchán
2015-06-26src: Fix one last standard style issueRebecca Turner
2015-06-26test: more descriptive assertions + assertion labelRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26test: outdated-private: match new outdated formatRebecca Turner
2015-06-26test: update-examples update for npm@3Rebecca Turner
2015-06-26test: update-examples: add assertions to setup to track its completionRebecca Turner
2015-06-26test: shrinkwrap-empty-deps: match npm@3 empty shrinkwrapRebecca Turner
2015-06-26test: outdated: Update to expect npm@3 style outputRebecca Turner
2015-06-26test: outdated-depth: Update to expect npm@3 style outputRebecca Turner
2015-06-26test: outdated-depth-deep: Update to match npm@3 outputRebecca Turner
2015-06-26test: ls-l-depth-0: update to expect npm@3 install outputRebecca Turner
2015-06-26test: Insist that unresolved peer deps produce warningsRebecca Turner
2015-06-26test: install-scoped-already-installed match package.json name to dep nameRebecca Turner