Welcome to mirror list, hosted at ThFree Co, Russian Federation.

browser.js « supports-color « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62afa3a7425dc6a1eeafd1333afc15d429c5d10d (plain)
1
2
3
4
5
'use strict';
module.exports = {
	stdout: false,
	stderr: false
};