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

18
node_modules/ms/package.json generated vendored
View File

@@ -1,7 +1,7 @@
{
"name": "ms",
"version": "2.1.2",
"description": "Tiny millisecond conversion utility",
"version": "2.0.0",
"description": "Tiny milisecond conversion utility",
"repository": "zeit/ms",
"main": "./index",
"files": [
@@ -28,10 +28,14 @@
},
"license": "MIT",
"devDependencies": {
"eslint": "4.12.1",
"eslint": "3.19.0",
"expect.js": "0.3.1",
"husky": "0.14.3",
"lint-staged": "5.0.0",
"mocha": "4.0.1"
"husky": "0.13.3",
"lint-staged": "3.4.1",
"mocha": "3.4.1"
}
}
,"_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"
,"_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
,"_from": "ms@2.0.0"
}