{"id":28285207,"url":"https://github.com/conjoon/extjs-dev-imapusersim","last_synced_at":"2025-10-19T20:47:54.213Z","repository":{"id":42588787,"uuid":"194244822","full_name":"conjoon/extjs-dev-imapusersim","owner":"conjoon","description":"Dev package for mocking backend requests and data for conjoon/app-cn_imapuser","archived":false,"fork":false,"pushed_at":"2023-07-19T04:27:09.000Z","size":177,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T18:16:44.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conjoon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-28T09:17:54.000Z","updated_at":"2021-10-09T10:02:04.000Z","dependencies_parsed_at":"2023-02-08T14:01:48.531Z","dependency_job_id":null,"html_url":"https://github.com/conjoon/extjs-dev-imapusersim","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/conjoon/extjs-dev-imapusersim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-dev-imapusersim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-dev-imapusersim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-dev-imapusersim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-dev-imapusersim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conjoon","download_url":"https://codeload.github.com/conjoon/extjs-dev-imapusersim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-dev-imapusersim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260119517,"owners_count":22961541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-05-21T18:16:43.404Z","updated_at":"2025-10-19T20:47:49.170Z","avatar_url":"https://github.com/conjoon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @conjoons/extjs-dev-imapusersim ![MIT](https://img.shields.io/npm/l/@conjoon/extjs-dev-imapusersim) [![npm version](https://badge.fury.io/js/@conjoon%2Fextjs-dev-imapusersim.svg)](https://badge.fury.io/js/@conjoon%2Fextjs-dev-imapusersim)\n\nThis Sencha Ext JS NPM package contains mock data for development of [conjoon/extjs-app-imapuser](https://github.com/conjoon/extjs-app-imapuser).\nWhen using this package, configured urls will be intercepted and static user-auth data is returned in\nthe response.\n\n## Installation\n```bash\n$ npm i --save-dev @conjoon/extjs-dev-imapusersim\n```\n\nIf you want to develop with this package, run the `build:dev`-script:\n```bash\n$ npm run build:dev\n```\nTesting environment will be available via\n\n```bash\n$ npm test\n```\n\nFor using the package as an external dependency in an Ext JS application:\n\u003cbr\u003e\nIn your `app.json`, add this package as a requirement, and make sure your Ext JS `workspace.json`\nis properly configured to look up local repositories in the `node_modules`-directory.\n\nExample (`workspace.json`) :\n```json \n{\n  \"packages\": {\n    \"dir\": \"${workspace.dir}/node_modules/@l8js,${workspace.dir}/node_modules/@conjoon,${workspace.dir}/node_modules/@coon-js,${workspace.dir}/packages/local,${workspace.dir}/packages,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name},${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-treegrid,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-base,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-ios,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-material,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-aria,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neutral,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-classic,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-gray,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-crisp,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-crisp-touch,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neptune,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neptune-touch,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-triton,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-graphite,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-material,${workspace.dir}/node_modules/@sencha/ext-calendar,${workspace.dir}/node_modules/@sencha/ext-charts,${workspace.dir}/node_modules/@sencha/ext-d3,${workspace.dir}/node_modules/@sencha/ext-exporter,${workspace.dir}/node_modules/@sencha/ext-pivot,${workspace.dir}/node_modules/@sencha/ext-pivot-d3,${workspace.dir}/node_modules/@sencha/ext-ux,${workspace.dir}/node_modules/@sencha/ext-font-ios\",\n    \"extract\": \"${workspace.dir}/packages/remote\"\n  }\n}\n```\n\n## Configuration and Usage\nFor more information on how to configure and use the package, refer to the [documentation](./docs/README.md).\n\n\n## Usage\nUpdate the `app.json` of the application by specifying this package in the `uses`-property in \neither the `development` and/or `prodution` section:\n\n*Example:*\n```json\n{\n    \"development\": {\n        \"uses\": [\n            \"extjs-dev-imapusersim\",\n            \"extjs-app-imapuser\",\n            \"extjs-app-webmail\",\n            \"extjs-dev-webmailsim\"\n        ]\n    },\n    \"production\": {\n        \"uses\": [\n            \"extjs-app-imapuser\",\n            \"extjs-app-webmail\"\n        ]\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconjoon%2Fextjs-dev-imapusersim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconjoon%2Fextjs-dev-imapusersim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconjoon%2Fextjs-dev-imapusersim/lists"}