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/strip-ansi/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "strip-ansi",
"version": "6.0.0",
"version": "5.2.0",
"description": "Strip ANSI escape codes from a string",
"license": "MIT",
"repository": "chalk/strip-ansi",
@@ -10,10 +10,10 @@
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
"node": ">=6"
},
"scripts": {
"test": "xo && ava && tsd"
"test": "xo && ava && tsd-check"
},
"files": [
"index.js",
@@ -44,11 +44,15 @@
"text"
],
"dependencies": {
"ansi-regex": "^5.0.0"
"ansi-regex": "^4.1.0"
},
"devDependencies": {
"ava": "^2.4.0",
"tsd": "^0.10.0",
"xo": "^0.25.3"
"ava": "^1.3.1",
"tsd-check": "^0.5.0",
"xo": "^0.24.0"
}
}
,"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz"
,"_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA=="
,"_from": "strip-ansi@5.2.0"
}