{"analyzedAt":"2022-07-06T06:15:59.902Z","collected":{"metadata":{"name":"@rundik/telegram-text-entities-filler","scope":"rundik","version":"0.2.2","description":"Simply fills text with entities markup","keywords":["telegram","telegraf","bot"],"date":"2020-12-08T08:30:09.017Z","author":{"name":"deptyped","email":"deptyped@gmail.com"},"publisher":{"username":"rundik","email":"ivan.al3xandrov@gmail.com"},"maintainers":[{"username":"rundik","email":"ivan.al3xandrov@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Rundik/telegram-text-entities-filler.git"},"links":{"npm":"https://www.npmjs.com/package/%40rundik%2Ftelegram-text-entities-filler","homepage":"https://github.com/Rundik/telegram-text-entities-filler#readme","repository":"https://github.com/Rundik/telegram-text-entities-filler","bugs":"https://github.com/Rundik/telegram-text-entities-filler/issues"},"license":"MIT","dependencies":{"lodash":"^4.17.15"},"devDependencies":{"jest":"^25.4.0","prettier":"^1.19.1"},"releases":[{"from":"2022-06-06T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":0},{"from":"2022-04-07T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":0},{"from":"2022-01-07T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":1},{"from":"2021-07-06T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":1},{"from":"2020-07-06T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":4}],"hasTestScript":true,"readme":"# telegram-text-entities-filler\r\n\r\n[![last commit](https://img.shields.io/github/last-commit/Rundik/telegram-text-entities-filler.svg)](https://github.com/Rundik/telegram-text-entities-filler/commits/master)\r\n[![version](https://img.shields.io/npm/v/@rundik/telegram-text-entities-filler.svg)](https://www.npmjs.com/package/@rundik/telegram-text-entities-filler)\r\n![downloads](https://img.shields.io/npm/dm/@rundik/telegram-text-entities-filler.svg)\r\n[![license](https://img.shields.io/npm/l/@rundik/telegram-text-entities-filler.svg)](https://github.com/Rundik/telegram-text-entities-filler/blob/master/license)\r\n\r\n\r\nSimple library that helps fills text with entities markup. Fork of https://www.npmjs.com/package/telegram-text-entities-filler\r\n\r\n## Installation\r\n\r\n```\r\n$ npm install @rundik/telegram-text-entities-filler\r\n```\r\nor using `yarn`:\r\n```\r\n$ yarn add @rundik/telegram-text-entities-filler\r\n```\r\n\r\n## Example\r\n\r\nThis bot will respond with the same message, keeping the text markup\r\n\r\n```js\r\nconst Telegraf = require('telegraf');\r\nconst { fillMarkdownEntitiesMarkup } = require('@rundik/telegram-text-entities-filler');\r\n\r\nconst bot = new Telegraf(process.env.BOT_TOKEN);\r\n\r\nbot.on('text', (ctx) =>\r\n  ctx.reply(\r\n    fillMarkdownEntitiesMarkup(ctx.message.text, ctx.message.entities),\r\n    { parse_mode: \"MarkdownV2\" }\r\n  )\r\n);\r\n\r\nbot.launch();\r\n```"},"npm":{"downloads":[{"from":"2022-07-05T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":0},{"from":"2022-06-29T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":1},{"from":"2022-06-06T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":5},{"from":"2022-04-07T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":29},{"from":"2022-01-07T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":74},{"from":"2021-07-06T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":143}],"starsCount":0},"github":{"homepage":"https://www.npmjs.com/package/@rundik/telegram-text-entities-filler","forkOf":"deptyped/telegram-text-entities-filler","starsCount":2,"forksCount":0,"subscribersCount":1,"issues":{"count":0,"openCount":0,"distribution":{"3600":0,"10800":0,"32400":0,"97200":0,"291600":0,"874800":0,"2624400":0,"7873200":0,"23619600":0,"70858800":0,"212576400":0},"isDisabled":true},"contributors":[{"username":"174n","commitsCount":4},{"username":"deptyped","commitsCount":5}],"commits":[{"from":"2022-06-29T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":0},{"from":"2022-06-06T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":0},{"from":"2022-04-07T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":0},{"from":"2022-01-07T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":0},{"from":"2021-07-06T00:00:00.000Z","to":"2022-07-06T00:00:00.000Z","count":0}]},"source":{"files":{"readmeSize":1324,"testsSize":2067},"badges":[{"urls":{"original":"https://img.shields.io/npm/v/@rundik/telegram-text-entities-filler.svg","shields":"https://img.shields.io/npm/v/@rundik/telegram-text-entities-filler.svg","content":"https://img.shields.io/npm/v/@rundik/telegram-text-entities-filler.json"},"info":{"service":"npm","type":"version","modifiers":{"type":"v"}}},{"urls":{"original":"https://img.shields.io/npm/dm/@rundik/telegram-text-entities-filler.svg","shields":"https://img.shields.io/npm/dm/@rundik/telegram-text-entities-filler.svg","content":"https://img.shields.io/npm/dm/@rundik/telegram-text-entities-filler.json"},"info":{"service":"npm","type":"downloads","modifiers":{"type":"dm"}}},{"urls":{"original":"https://img.shields.io/npm/l/@rundik/telegram-text-entities-filler.svg","shields":"https://img.shields.io/npm/l/@rundik/telegram-text-entities-filler.svg","content":"https://img.shields.io/npm/l/@rundik/telegram-text-entities-filler.json"},"info":{"service":"npm","type":"license","modifiers":{"type":"l"}}}],"linters":["prettier"]}},"evaluation":{"quality":{"carefulness":0.42,"tests":0.6,"health":1,"branding":0.44999999999999996},"popularity":{"communityInterest":5,"downloadsCount":9.666666666666666,"downloadsAcceleration":-0.05144596651445967,"dependentsCount":0},"maintenance":{"releasesFrequency":0.3236301369863014,"commitsFrequency":0,"openIssues":0.7,"issuesDistribution":0.7}},"score":{"final":0.5533676343811265,"detail":{"quality":0.8367231361231077,"popularity":0.03366733066640491,"maintenance":0.8301917937455785}}}