Gitingest

Summary

Directory Structure

Directory structure:
└── module-federation-fmr/
    ├── README.md
    ├── CHANGELOG.md
    ├── index.js
    ├── LICENSE
    ├── package.json
    ├── schema.json
    ├── test.js
    ├── tiny-lr/
    │   ├── readme.md
    │   ├── appveyor.yml
    │   ├── LICENSE-MIT
    │   ├── package.json
    │   ├── yarn.lock
    │   ├── .babelrc
    │   ├── .eslintignore
    │   ├── .eslintrc
    │   ├── .gitignore
    │   ├── .npmignore
    │   ├── .travis.yml
    │   ├── examples/
    │   │   └── express/
    │   │       ├── app.js
    │   │       ├── index.html
    │   │       ├── package.json
    │   │       ├── server.js
    │   │       └── styles/
    │   │           └── site.css
    │   ├── lib/
    │   │   ├── client.js
    │   │   ├── index.js
    │   │   └── server.js
    │   ├── scripts/
    │   │   └── post-change
    │   └── test/
    │       ├── client.js
    │       ├── http.js
    │       ├── middleware.js
    │       ├── server.js
    │       └── helpers/
    │           └── listen.js
    └── .github/
        └── workflows/
            └── ci.yml

Files Content