{"id":27881672,"url":"https://github.com/ii887522/hydro","last_synced_at":"2026-04-16T11:02:42.474Z","repository":{"id":40577547,"uuid":"328592384","full_name":"ii887522/hydro","owner":"ii887522","description":"A general purpose JavaScript/TypeScript library that can help developers create various kinds of applications in no time.","archived":false,"fork":false,"pushed_at":"2023-02-08T00:54:42.000Z","size":981,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T05:03:46.126Z","etag":null,"topics":["general","general-purpose","hydro","javascript","javascript-lib","javascript-library","js-lib","js-library","lib","ts-lib","ts-library","typescript","typescript-lib","typescript-library"],"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/ii887522.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-01-11T08:11:59.000Z","updated_at":"2022-06-29T14:28:02.000Z","dependencies_parsed_at":"2023-02-08T03:16:00.566Z","dependency_job_id":null,"html_url":"https://github.com/ii887522/hydro","commit_stats":{"total_commits":50,"total_committers":3,"mean_commits":"16.666666666666668","dds":"0.45999999999999996","last_synced_commit":"60a1e23776b37ea73db7ad95849ea8bba56dcb57"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ii887522%2Fhydro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ii887522%2Fhydro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ii887522%2Fhydro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ii887522%2Fhydro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ii887522","download_url":"https://codeload.github.com/ii887522/hydro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252442500,"owners_count":21748451,"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":["general","general-purpose","hydro","javascript","javascript-lib","javascript-library","js-lib","js-library","lib","ts-lib","ts-library","typescript","typescript-lib","typescript-library"],"created_at":"2025-05-05T05:03:50.859Z","updated_at":"2025-10-05T08:39:47.174Z","avatar_url":"https://github.com/ii887522.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hydro\n[![Semantic Versioning 2.0.0](https://img.shields.io/badge/semver-2.0.0-standard.svg)](https://semver.org/)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg)\n[![Windows](https://svgshare.com/i/ZhY.svg)](https://svgshare.com/i/ZhY.svg)\n[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-ffff00.svg)](https://www.javascript.com)\n[![made-with-typescript](https://img.shields.io/badge/Made%20with-TypeScript-0000e0.svg)](https://www.typescriptlang.org/)\n[![Npm package version](https://badgen.net/npm/v/@ii887522/hydro)](https://www.npmjs.com/package/@ii887522/hydro)\n[![Npm package daily downloads](https://badgen.net/npm/dm/@ii887522/hydro)](https://npmjs.com/package/@ii887522/hydro)\n[![Npm package license](https://badgen.net/npm/license/@ii887522/hydro)](https://npmjs.com/package/@ii887522/hydro)\n[![Npm package dependents](https://badgen.net/npm/dependents/@ii887522/hydro)](https://npmjs.com/package/@ii887522/hydro)\n\nIt is a general purpose JavaScript/TypeScript library that can help developers create various kinds of applications in no time.\n\n## Table of contents\n- [Coding style](https://github.com/ii887522/hydro#coding-style)\n- [Prerequisites](https://github.com/ii887522/hydro#prerequisites)\n- [Install dependencies](https://github.com/ii887522/hydro#install-dependencies)\n- [Lint the project](https://github.com/ii887522/hydro#lint-the-project)\n- [Build the project](https://github.com/ii887522/hydro#build-the-project)\n- [Automatically build the project on change](https://github.com/ii887522/hydro#automatically-build-the-project-on-change)\n- [Test the project with code coverage analysis](https://github.com/ii887522/hydro#test-the-project-with-code-coverage-analysis)\n- [Automatically test the project with code coverage analysis on change](https://github.com/ii887522/hydro#automatically-test-the-project-with-code-coverage-analysis-on-change)\n\n## Coding style\nThis project follows [Javascript Standard Style](https://standardjs.com/). Please familiarize yourself with the rules provided in the coding style and make sure all the proposed code changes in your commits are conforming to the style before making a merge request. You can also make use of StandardJS - Javascript Standard Style which is a [Visual Studio Code](https://code.visualstudio.com/) plugin and `npm run lint` command under the [Lint the project](https://github.com/ii887522/hydro#lint-the-project) section to support you.\n\n## Prerequisites\n- Windows 11 or Linux\n- [Visual Studio Code](https://code.visualstudio.com/) with plugins:\n  - EditorConfig for VS Code\n  - Markdown All in One\n  - StandardJS - Javascript Standard Style\n  - YAML\n- [Node.js 16.14.2](https://nodejs.org/en/) and later\n\n## Install dependencies\n```sh\nnpm install\n```\n\n## Lint the project\n```sh\nnpm run lint\n```\n\n## Build the project\n```sh\nnpm run build\n```\n\n## Automatically build the project on change\n```sh\nnpm run build:watch\n```\n\n## Test the project with code coverage analysis\n```sh\nnpm test\n```\n\n## Automatically test the project with code coverage analysis on change\n```sh\nnpm run test:watch\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fii887522%2Fhydro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fii887522%2Fhydro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fii887522%2Fhydro/lists"}