Refactoring day1

This commit is contained in:
2020-08-20 20:27:14 +02:00
parent 6aceefeb2f
commit b907489a75
481 changed files with 5321 additions and 5616 deletions

20
node_modules/ansi-regex/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "ansi-regex",
"version": "5.0.0",
"version": "4.1.0",
"description": "Regular expression for matching ANSI escape codes",
"license": "MIT",
"repository": "chalk/ansi-regex",
@@ -10,15 +10,14 @@
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
"node": ">=6"
},
"scripts": {
"test": "xo && ava && tsd",
"test": "xo && ava",
"view-supported": "node fixtures/view-codes.js"
},
"files": [
"index.js",
"index.d.ts"
"index.js"
],
"keywords": [
"ansi",
@@ -48,8 +47,11 @@
"pattern"
],
"devDependencies": {
"ava": "^2.4.0",
"tsd": "^0.9.0",
"xo": "^0.25.3"
"ava": "^0.25.0",
"xo": "^0.23.0"
}
}
,"_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz"
,"_integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
,"_from": "ansi-regex@4.1.0"
}