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-10-23deps: When we replace/upgrade a dep, remove all its deps tooRebecca Turner
2015-10-22save: If a shrinkwrap already has dev deps, make sure they're keptRebecca Turner
2015-10-22test: clear npm user agent to eliminate false positive in installable checkRebecca Turner
2015-10-22test: Use the version of node and npm being tested to do setupRebecca Turner
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-10-09shrinkwrap: do not fail on optional dependenciesMaximilian Antoni
2015-10-09install: Update --only option to install only the argument env regardless of ...Daijiro Wachi
2015-10-09child-path: Compute the path of a new child module in only one placeRebecca Turner
2015-10-09package-id: Add a testRebecca Turner
2015-10-09module-name: Factor out module name readingRebecca Turner
2015-09-25test: spaces for standardRebecca Turner
2015-09-25test: Use unique package names in tests!Rebecca Turner
2015-09-25cache: also update port when updating protocolJames Hartig
2015-09-25test: Cleanup bundled dependencies testRebecca Turner
2015-09-25validate-tree: When normalize-package-data throws, capture that as a warningRebecca Turner
2015-09-25get-package-id: Don't infer package names outside of UXRebecca Turner
2015-09-18tests: Add tests for npm deprecateKat Marchán
2015-09-18ls: install: Stop warning about cruft in module directoriesRebecca Turner
2015-09-18install/deps: Report error gracefully with invalid URL format dependencies=
2015-09-18test: Make sure env isn't going to troll us before running the testRebecca Turner
2015-09-10gently-rm: Treat cmd-shims the same way we treat symlinksRebecca Turner
2015-09-04test: create .npmrcs if they're goneForrest L Norvell
2015-08-28tests: check that preferGlobal is warning properlyKat Marchán
2015-08-27fetch-package-metadata: Add direct support for local modulesRebecca Turner
2015-08-27deps: Use package relative paths for specifier realizationRebecca Turner
2015-08-21diff-trees: Make install order more consistent for directly dependenciesRebecca Turner
2015-08-21logical-tree: Make sure user installed modules are attached to root of logica...Rebecca Turner
2015-08-21update: Fix path used to run the install relative toRebecca Turner
2015-08-21ls: Elminate warnings about missing package.json at top levelRebecca Turner
2015-08-21test: Fix the progress-config test when run from travis or other CIRebecca Turner
2015-08-21lifecycle: keep private values out of child procsForrest L Norvell
2015-08-21test: don't pollute user's configForrest L Norvell
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