{"id":21275316,"url":"https://github.com/geisonjr/alpha","last_synced_at":"2025-03-15T13:12:54.719Z","repository":{"id":140638835,"uuid":"603899899","full_name":"GeisonJr/alpha","owner":"GeisonJr","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-20T17:20:54.000Z","size":145,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T11:17:03.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/GeisonJr.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":"2023-02-19T22:07:03.000Z","updated_at":"2024-07-06T21:34:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b6fac69-4cb3-41ad-aada-7e338d630932","html_url":"https://github.com/GeisonJr/alpha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeisonJr%2Falpha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeisonJr%2Falpha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeisonJr%2Falpha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeisonJr%2Falpha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeisonJr","download_url":"https://codeload.github.com/GeisonJr/alpha/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243732303,"owners_count":20338839,"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":"2024-11-21T09:29:33.514Z","updated_at":"2025-03-15T13:12:54.693Z","avatar_url":"https://github.com/GeisonJr.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://ant.design\"\u003e\n    \u003cimg width=\"100\" src=\"https://www.hansomware.com.br/assets/icons/logo.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n\tHansoMWarE Alpha Library\n\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n\nEasy to use, fast and lightweight library for Node.js.\n\n\u003ca\u003e\n\t\u003cimg src=\"https://img.shields.io/discord/585298560262864896?color=5865F2\u0026logo=discord\u0026logoColor=white\" alt=\"Discord server\" /\u003e\n\u003c/a\u003e\n\u003ca\u003e\n\t\u003cimg src=\"https://img.shields.io/github/license/hansomware-inc/alpha?style=flat\" alt=\"MIT Licence\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/@hansomware/alpha\"\u003e\n\t\u003cimg src=\"https://img.shields.io/npm/v/@hansomware/alpha?style=flat-square\" alt=\"NPM version\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/@hansomware/alpha\"\u003e\n\t\u003cimg src=\"https://img.shields.io/npm/dt/@hansomware/alpha?style=flat-square\" alt=\"NPM downloads\" /\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n\n\u003e :construction: This project is under development and is not yet ready for use.\n\n## :link: Table of Contents\n\n- [:sparkles: Features](#sparkles-features)\n- [:rocket: Tecnologies](#rocket-tecnologies)\n- [:package: Install](#package-install)\n- [:hammer: Usage](#hammer-usage)\n- [:handshake: How to Contribute](#handshake-how-to-contribute)\n- [:memo: License](#memo-license)\n\n## :sparkles: Features\n\n- :white_check_mark: Sleep syncronous\n- :white_check_mark: JSON decycle\n- :white_check_mark: Types check\n- :white_check_mark: Filesystem utils\n- :x: Fetch syncronous\n- :x: Panda procrastinating\n\n## :rocket: Tecnologies\n\nThe following tools were used in the construction of the project:\n\n- [Jest](https://jestjs.io/)\n- [Node.js](https://nodejs.org/en/)\n- [SWC](https://swc.rs/)\n- [TypeScript](https://www.typescriptlang.org/)\n\n## :package: Install\n\n\u003e :warning: Node.js 14.6.0 or newer is required.\n\nUse the package manager [npm](https://docs.npmjs.com/),\n[yarn](https://classic.yarnpkg.com/lang/en/docs/) or\n[pnpm](https://pnpm.io/pt/motivation).\n\n```bash\nnpm install @hansomware/alpha\n```\n\n```bash\nyarn add @hansomware/alpha\n```\n\n```bash\npnpm add @hansomware/alpha\n```\n\n## :hammer: Usage\n\n```typescript\nimport { isArray } from \"@hansomware/alpha/types\";\n\nif (isArray([1, '2'])) {\n  console.log('It is an array');\n}\n```\n\n## :handshake: How to Contribute\n\nPull requests are welcome. For major changes, please open an issue first to\ndiscuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## :memo: License\n\nThis project is under the\n[MIT License](https://github.com/hansomware-inc/alpha/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeisonjr%2Falpha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeisonjr%2Falpha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeisonjr%2Falpha/lists"}