{"id":41599960,"url":"https://github.com/d-indifference/multipliable-string","last_synced_at":"2026-01-24T10:33:02.178Z","repository":{"id":57305405,"uuid":"368561345","full_name":"d-indifference/multipliable-string","owner":"d-indifference","description":"A class for creating a multiplieble strings, which you can multiply as same, as in Python","archived":false,"fork":false,"pushed_at":"2022-01-16T15:52:45.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-23T08:52:47.180Z","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/d-indifference.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":"2021-05-18T14:30:49.000Z","updated_at":"2022-01-16T15:51:08.000Z","dependencies_parsed_at":"2022-09-01T21:51:59.806Z","dependency_job_id":null,"html_url":"https://github.com/d-indifference/multipliable-string","commit_stats":null,"previous_names":["sailor-alba/multipliable-string"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d-indifference/multipliable-string","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-indifference%2Fmultipliable-string","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-indifference%2Fmultipliable-string/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-indifference%2Fmultipliable-string/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-indifference%2Fmultipliable-string/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d-indifference","download_url":"https://codeload.github.com/d-indifference/multipliable-string/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-indifference%2Fmultipliable-string/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28725335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"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":[],"created_at":"2026-01-24T10:32:57.743Z","updated_at":"2026-01-24T10:33:02.170Z","avatar_url":"https://github.com/d-indifference.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multipliable-string [![NPM version](https://img.shields.io/npm/v/multipliable-string.svg?style=flat)](https://www.npmjs.com/package/multipliable-string) [![NPM monthly downloads](https://img.shields.io/npm/dm/multipliable-string.svg?style=flat)](https://npmjs.org/package/multipliable-string) [![NPM total downloads](https://img.shields.io/npm/dt/multipliable-string.svg?style=flat)](https://npmjs.org/package/multipliable-string)\n\n\u003e A class for creating a multipliable strings, which you can multiply as same, as in Python\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save multipliable-string\n```\n\n## Usage\n\nYou can import class `MultipliableString` and work with it as same, as with `String` class in JavaScript. For multiply you should call the `multiply()` method.\n\n```js\nconst MultipliableString = require('multipliable-string');\n\nconsole.log(`Javascript goes b${new MultipliableString('r').multiply(30)}`); //=\u003e Javascript goes brrrrrrrrrrrrrrrrrrrrrrrrrrrrrr\n\nconst myVar = new MultipliableString('Test');\nconsole.log(myVar.multiply(10)); //=\u003e TestTestTestTestTestTestTestTestTestTest\n```\n\n### Author\n\n**Demon of indifference**\n\n* [GitHub Profile](https://github.com/d-indifference/)\n* [Twitter Profile](https://twitter.com/d_indifference)\n\n### License\n\nCopyright © 2021, [Demon of indifference](https://twitter.com/d_indifference).\nReleased under the [MIT License](LICENSE).\n\n***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-indifference%2Fmultipliable-string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-indifference%2Fmultipliable-string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-indifference%2Fmultipliable-string/lists"}