Compare commits

..

1 Commits

Author SHA1 Message Date
397fe337b7 Update README.md 2026-04-30 11:47:09 -05:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
Project from 2020 during the lockdown. Migrated from github due to their AI policies.
# CardWorkout
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.2.

6
package-lock.json generated
View File

@@ -10148,9 +10148,9 @@
}
},
"url-parse": {
"version": "1.5.10",
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
"integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
"version": "1.4.7",
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz",
"integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==",
"dev": true,
"requires": {
"querystringify": "^2.1.1",