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

index.js « ansi-regex « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9574ed7e82013f9af3e62bbb9a9e4c66e5ca497 (plain)
1
2
3
4
'use strict';
module.exports = function () {
	return /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-PRZcf-nqry=><]/g;
};