{"id":20604793,"url":"https://github.com/themost-framework/core","last_synced_at":"2026-02-11T12:36:43.418Z","repository":{"id":261768378,"uuid":"694513321","full_name":"themost-framework/core","owner":"themost-framework","description":"@themost-framework core data objects","archived":false,"fork":false,"pushed_at":"2025-01-06T09:51:36.000Z","size":443,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-19T21:12:21.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themost-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-21T06:38:00.000Z","updated_at":"2025-01-06T09:51:40.000Z","dependencies_parsed_at":"2024-11-08T10:47:59.088Z","dependency_job_id":"df4bdaad-a4a2-4251-8795-d430ddc5e4e5","html_url":"https://github.com/themost-framework/core","commit_stats":null,"previous_names":["themost-framework/core"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/themost-framework/core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themost-framework","download_url":"https://codeload.github.com/themost-framework/core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fcore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T09:24:52.931Z","updated_at":"2026-02-11T12:36:43.382Z","avatar_url":"https://github.com/themost-framework.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @themost/core\n\n`@themost/core` is a core data object library for the [@themost-framework](https://github.com/themost-framework/). It provides essential classes and utilities for building data-driven applications.\n\n## Installation\n\nTo install the package, use npm:\n\n```sh\nnpm i @themost/core\n```\n\n## Usage\n\nThis package includes several models:\n\n- Thing: The most generic type of item.\n- Account: Inherits from Thing, represents user accounts.\n- User: Inherits from Account, represents individual users.\n- Group: Inherits from Account, represents groups of users.\n- Permission: Represents permissions assigned to accounts.\n- Workspace: Represents workspaces within the application.\n\n`@themost/core` exports a schema loader for loading those generic data models and start using them inside application.\n\n```javascript\nimport {SchemaLoader} from '@themost/core';\nimport {DataApplication, DataConfigurationStrategy, SchemaLoaderStrategy} from '@themost/data';\n// create application\nconst app = new DataApplication(process.cwd());\n// get schema loader strategy\nconst strategy = app.getConfiguration().getStrategy(SchemaLoaderStrategy);\n// add @themost/core schema loader\nstrategy.loaders.push(new SchemaLoader(this.getConfiguration()));\n```\n\n## License\n\nThis project is licensed under the BSD-3-Clause License. See the LICENSE file for details.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request on [GitHub](https://github.com/themost-framework/core/issues).\n\n## Contact\n\nFor any questions or issues, please open an issue on [GitHub](https://github.com/themost-framework/core).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemost-framework%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Fcore/lists"}