{"id":15580613,"url":"https://github.com/sammyjava/imjs-sorting-test","last_synced_at":"2026-06-17T07:32:21.351Z","repository":{"id":89729457,"uuid":"549653776","full_name":"sammyjava/imjs-sorting-test","owner":"sammyjava","description":"Test imjs sorting","archived":false,"fork":false,"pushed_at":"2022-10-12T16:18:49.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T16:27:49.631Z","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/sammyjava.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":"2022-10-11T14:22:44.000Z","updated_at":"2022-10-11T14:24:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"37e731af-5bf9-4b5f-bf11-a6c4697bc5af","html_url":"https://github.com/sammyjava/imjs-sorting-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sammyjava/imjs-sorting-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyjava%2Fimjs-sorting-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyjava%2Fimjs-sorting-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyjava%2Fimjs-sorting-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyjava%2Fimjs-sorting-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sammyjava","download_url":"https://codeload.github.com/sammyjava/imjs-sorting-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyjava%2Fimjs-sorting-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34439296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-02T19:31:48.188Z","updated_at":"2026-06-17T07:32:21.336Z","avatar_url":"https://github.com/sammyjava.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  imjs Sorting Test\n\nThis is a simple app to test imjs orderBy/sortOrder functioning.\n\n### To set up locally for development\n\n1. Clone the repo\n2. `cd imjs-sorting-test` and then `npm install` to install dependencies.\n\nAll of the editable source files for css and js are in `src`. To bundle for prod, run the following commands:\n\n#### CSS\n\nAssuming [less](http://lesscss.org/) is installed globally:\n\n```\nnpm run less\n```\n\n#### JS\n\nAssuming [webpack](https://webpack.js.org/) is installed globally:\n\n##### Single build:\n```\nnpm run build\n```\n\n\n##### Applied Coding practices / ESLint Rules:\n- _indent_: use __tab (2 space tab)__ instead of spaces to not get an error.\n- _linebreak-style_: use __\\n__ for a newline, if you're on windows, configure it in your editor settings.\n- _quotes_: use __single quote__ instead of double quote.\n- _semi_: use _semi colon_ at end of each statement / expression / function definition.\n- _comma-dangle_: do not use dangling commas i.e. extra comma at the end of object values, function args, etc.). More about this [here](https://eslint.org/docs/rules/comma-dangle).\n- More pre-configured rules from __eslint:recommended__ you must follow to not get errors [here](https://eslint.org/docs/rules/).\n\n##### Developing:\nTo serve your code at [localhost:3456](http://localhost:3456) and rebuild it every time it changes, run:\n\n\n```bash\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammyjava%2Fimjs-sorting-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsammyjava%2Fimjs-sorting-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammyjava%2Fimjs-sorting-test/lists"}