{"id":25006610,"url":"https://github.com/croct-tech/time-js","last_synced_at":"2026-02-25T06:03:14.301Z","repository":{"id":272621547,"uuid":"357563391","full_name":"croct-tech/time-js","owner":"croct-tech","description":"Additional date-time classes that complement the standard library.","archived":false,"fork":false,"pushed_at":"2026-02-22T15:26:37.000Z","size":920,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-02-22T20:30:56.879Z","etag":null,"topics":["datetime","time"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/croct-tech.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-13T13:28:18.000Z","updated_at":"2026-02-22T15:26:06.000Z","dependencies_parsed_at":"2025-04-12T15:52:31.030Z","dependency_job_id":"159da039-6acc-4a76-b114-85d454bbd727","html_url":"https://github.com/croct-tech/time-js","commit_stats":null,"previous_names":["croct-tech/time-js"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/croct-tech/time-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Ftime-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Ftime-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Ftime-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Ftime-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/croct-tech","download_url":"https://codeload.github.com/croct-tech/time-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Ftime-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29811869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"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":["datetime","time"],"created_at":"2025-02-05T01:50:21.914Z","updated_at":"2026-02-25T06:03:14.296Z","avatar_url":"https://github.com/croct-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://croct.com\"\u003e\n        \u003cimg src=\"https://cdn.croct.io/brand/logo/repo-icon-green.svg\" alt=\"Croct\" height=\"80\"/\u003e\n    \u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cstrong\u003eTime Library\u003c/strong\u003e\n    \u003cbr /\u003e\n    Additional date-time classes that complement the standard library.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"Build\" src=\"https://github.com/croct-tech/time-js/actions/workflows/validate-branch.yaml/badge.svg\" /\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/croct-tech/value-object-js/releases\"\u003e📦Releases\u003c/a\u003e\n        ·\n        \u003ca href=\"https://github.com/croct-tech/value-object-js/issues/new?labels=bug\u0026template=bug-report.md\"\u003e🐞Report Bug\u003c/a\u003e\n        ·\n        \u003ca href=\"https://github.com/croct-tech/value-object-js/issues/new?labels=enhancement\u0026template=feature-request.md\"\u003e✨Request Feature\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\nUse the package manage [NPM](https://getcomposer.org) to install the package:\n\n```sh\nnpm install @croct/time\n```\n\n## Contributing\n\nContributions to the package are always welcome!\n\n- Report any bugs or issues on the [issue tracker](https://github.com/croct-tech/time-js/issues).\n- For major changes, please [open an issue](https://github.com/croct-tech/time-js/issues) first to discuss what you would like to change.\n- Please make sure to update tests as appropriate.\n\n## Testing\n\nBefore running the test suites, the development dependencies must be installed:\n\n```sh\nnpm install\n```\n\nThen, to run all tests:\n\n```sh\nnpm run test\n```\n\nRun the following command to check the code against the style guide:\n\n```sh\nnpm run lint\n```\n\n## Building\n\nBefore building the project, the dependencies must be installed:\n\n```sh\nnpm run build\n```\n\n## Local development\n\nTo use a local development version on other projects, you must link the built artifacts with npm:\n\n```sh\nnpm run build\ncd build\nln -s ../package.json package.json || true\nnpm link\n```\n\nThen on any other project that uses the library:\n\n```sh\nnpm link @croct/time\n```\n\n## License\n\nCopyright © 2015-2021 Croct Limited, All Rights Reserved.\n\nAll information contained herein is, and remains the property of Croct Limited. The intellectual, design and technical concepts contained herein are proprietary to Croct Limited s and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Croct Limited.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroct-tech%2Ftime-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcroct-tech%2Ftime-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroct-tech%2Ftime-js/lists"}