This package (v0.98) exists only for backwards compatibility with older projects.
It is no longer being actively maintained.
Some functionality was tied to the original bootstrapper, which has since been fully re-implemented as m7BootStrap. If youβre starting new work, use m7BootStrap instead β it provides modern APIs, dependency resolution, lifecycle hooks, and long-term support.
- Fully battle-tested and production capable β this library has been deployed in production for over 20 years.
- However, some APIs are now redundant when combined with
m7BootStrap. In most cases, it will serve little to no purpose outside of legacy environments.
You can still use this as a load package with m7BootStrap:
await bootstrap.load(
"/vendor/m7-js-lib-098/src/package.json",
{ hooks: true }
);Or simply import it as a module:
import lib from "/vendor/m7-js-lib-098/src/lib098.js";For modern projects, migrate to:
- m7BootStrap β β runtime package management & loader
- m7Fetch β β network and asset fetching system
See LICENSE.md for full terms.
Free for personal, non-commercial use.
Commercial licensing available under the M7 Moderate Team License (MTL-10).
If youβre interested in using M7BootStrap in a commercial project or need assistance with integration, support contracts and consulting are available. Contact legal@m7.org for details.
See docs/AI_DISCLOSURE.md and docs/USE_POLICY.md
for permitted use of AI in derivative tools or automation layers.
Author & Maintainer: M7 Development Team
Website: https://m7.org
Email: support@m7.org
Legal: legal@m7.org
GitHub: https://github.com/m7org
General inquiries: legal@m7.org
Security issues: security@m7.org