{"library":"egg-core","type":"library","category":null,"description":"egg-core, at version 5.5.1, is the foundational module of the Egg.js framework, a highly extensible web framework for Node.js built upon Koa. It provides the core loading mechanisms, plugin system, and application context management essential for enterprise-grade web applications. While the unscoped `egg-core` package saw its last update to 5.5.1 in January 2025, active development has since transitioned to its successor, `@eggjs/core`. The `@eggjs/core` package, with `v6.5.0` as its current stable release, continues to evolve the framework with features like enhanced TypeScript support, Vitest integration, and refined lifecycle management. Both `egg-core` and `@eggjs/core` adhere to a convention-over-configuration philosophy, offering a powerful plugin system and environment-aware configurations for extensible and maintainable server-side applications. This package is typically consumed as a dependency by the main `egg` framework, rather than being directly integrated into end-user applications.","language":"javascript","status":"deprecated","version":"5.5.1","tags":["javascript","egg","loader","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install egg-core","imports":["import { EggCore } from 'egg-core';\nconst app = new EggCore({ /* ... */ });","import { EggLoader } from 'egg-core';","const Application = require('egg-core').EggCore; // CommonJS for egg-core@5.x\nconst app = new Application({ baseDir: __dirname });"]},{"cmd":"yarn add egg-core","imports":[]},{"cmd":"pnpm add egg-core","imports":[]}],"homepage":"https://eggjs.org","github":"https://github.com/eggjs/core","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/egg-core","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/egg-core/compatibility"}}