Clean up the oopsie. Rebuild the blank exercises.

This commit is contained in:
Michael Frank
2021-05-09 00:39:21 +12:00
parent b984cb4c6f
commit d28d80c46f
1565 changed files with 27186 additions and 199003 deletions
+15 -9
View File
@@ -1,8 +1,8 @@
{
"_from": "hosted-git-info@^2.1.4",
"_id": "hosted-git-info@2.5.0",
"_id": "hosted-git-info@2.8.9",
"_inBundle": false,
"_integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==",
"_integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
"_location": "/hosted-git-info",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/normalize-package-data"
],
"_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz",
"_shasum": "6d60e34b3abbc8313062c3b798ef8d901a07af3c",
"_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
"_shasum": "dffc0bf9a21c02209090f2aa69429e1414daf3f9",
"_spec": "hosted-git-info@^2.1.4",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/normalize-package-data",
"_where": "/home/michael/projects/javascript-exercises/node_modules/normalize-package-data",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
@@ -34,8 +34,9 @@
"deprecated": false,
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
"devDependencies": {
"standard": "^9.0.2",
"tap": "^10.3.0"
"standard": "^11.0.1",
"standard-version": "^4.4.0",
"tap": "^12.7.0"
},
"files": [
"index.js",
@@ -57,7 +58,12 @@
"url": "git+https://github.com/npm/hosted-git-info.git"
},
"scripts": {
"test": "standard && tap -J --coverage test/*.js"
"postrelease": "npm publish --tag=ancient-legacy-fixes && git push --follow-tags",
"posttest": "standard",
"prerelease": "npm t",
"release": "standard-version -s",
"test": "tap -J --coverage=90 --no-esm test/*.js",
"test:coverage": "tap --coverage-report=html -J --coverage=90 --no-esm test/*.js"
},
"version": "2.5.0"
"version": "2.8.9"
}