{"id":18508108,"url":"https://github.com/imqueue/js","last_synced_at":"2025-04-09T03:31:44.020Z","repository":{"id":36885700,"uuid":"201893987","full_name":"imqueue/js","owner":"imqueue","description":"JavaScript routines for @imqueue framework","archived":false,"fork":false,"pushed_at":"2024-11-06T19:11:12.000Z","size":594,"stargazers_count":4,"open_issues_count":13,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-23T22:38:09.220Z","etag":null,"topics":["javascript-routines"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imqueue.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}},"created_at":"2019-08-12T08:57:45.000Z","updated_at":"2024-11-06T19:11:16.000Z","dependencies_parsed_at":"2023-01-17T06:42:17.021Z","dependency_job_id":null,"html_url":"https://github.com/imqueue/js","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imqueue%2Fjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imqueue%2Fjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imqueue%2Fjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imqueue%2Fjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imqueue","download_url":"https://codeload.github.com/imqueue/js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247973688,"owners_count":21026717,"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":["javascript-routines"],"created_at":"2024-11-06T15:13:25.845Z","updated_at":"2025-04-09T03:31:43.752Z","avatar_url":"https://github.com/imqueue.png","language":"TypeScript","readme":"# @imqueue/js\n\n[![Build Status](https://travis-ci.org/imqueue/js.svg?branch=master)](https://travis-ci.org/imqueue/js)\n[![codebeat badge](https://codebeat.co/badges/95d6374b-e10f-4a99-b892-8849b92bca0a)](https://codebeat.co/projects/github-com-imqueue-js-master)\n[![Coverage Status](https://coveralls.io/repos/github/imqueue/js/badge.svg?branch=master)](https://coveralls.io/github/imqueue/js?branch=master)\n[![David](https://img.shields.io/david/imqueue/js.svg)](https://david-dm.org/imqueue/js)\n[![David](https://img.shields.io/david/dev/imqueue/js.svg)](https://david-dm.org/imqueue/js?type=dev)\n[![Known Vulnerabilities](https://snyk.io/test/github/imqueue/js/badge.svg?targetFile=package.json)](https://snyk.io/test/github/imqueue/js?targetFile=package.json)\n[![License](https://img.shields.io/badge/license-ISC-blue.svg)](https://rawgit.com/imqueue/js/master/LICENSE)\n\n\nJavaScript routines used withing @imqueue framework\n\n# Docs\n\n~~~\ngit clone git@github.com:imqueue/js.git\nnpm run docs\n~~~\n\n# Usage\n\n~~~typescript\nimport { js, object } from '@imqueue/js';\nimport isObject = js.isObject;\nimport get = object.get;\n\nconst obj = { { a: { b: { c: true } } } };\n\nif (!isObject(obj)) {\n    throw new TypeError('Object required!');\n}\n\nconsole.log(get(obj, 'a.b.c'));\n~~~\n\n## License\n\n[ISC](https://github.com/imqueue/js/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimqueue%2Fjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimqueue%2Fjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimqueue%2Fjs/lists"}