v1.0 - Meal planner with favorites, history, and notes

This commit is contained in:
Otto
2026-03-28 18:49:38 +00:00
commit d19ed62e6e
2227 changed files with 433934 additions and 0 deletions

19
node_modules/@babel/helper-module-transforms/README.md generated vendored Normal file
View File

@@ -0,0 +1,19 @@
# @babel/helper-module-transforms
> Babel helper functions for implementing ES6 module transformations
See our website [@babel/helper-module-transforms](https://babeljs.io/docs/babel-helper-module-transforms) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-module-transforms
```
or using yarn:
```sh
yarn add @babel/helper-module-transforms
```