{"id":16471889,"url":"https://github.com/abranhe/dedentify","last_synced_at":"2025-07-14T10:03:26.132Z","repository":{"id":96043419,"uuid":"231527880","full_name":"abranhe/dedentify","owner":"abranhe","description":"Remove indentation inside strings.","archived":false,"fork":false,"pushed_at":"2020-01-03T06:52:03.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T10:09:39.362Z","etag":null,"topics":["dedent","dedentify","javascipt","strings"],"latest_commit_sha":null,"homepage":"https://git.io/dedentify","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/abranhe.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"patreon":"abranhe","open_collective":"abranhe","custom":"https://cash.me/$abranhe"}},"created_at":"2020-01-03T06:37:12.000Z","updated_at":"2020-01-03T06:51:51.000Z","dependencies_parsed_at":"2023-11-17T14:33:31.655Z","dependency_job_id":null,"html_url":"https://github.com/abranhe/dedentify","commit_stats":null,"previous_names":["abranhe/dedentify","abrahamhba/dedentify"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/abranhe/dedentify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fdedentify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fdedentify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fdedentify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fdedentify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abranhe","download_url":"https://codeload.github.com/abranhe/dedentify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fdedentify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265275866,"owners_count":23739087,"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":["dedent","dedentify","javascipt","strings"],"created_at":"2024-10-11T12:15:09.573Z","updated_at":"2025-07-14T10:03:25.932Z","avatar_url":"https://github.com/abranhe.png","language":"JavaScript","funding_links":["https://patreon.com/abranhe","https://opencollective.com/abranhe","https://cash.me/$abranhe"],"categories":[],"sub_categories":[],"readme":"# dedentify [![Github](https://github.com/abranhe/dedentify/workflows/build/badge.svg)](https://github.com/abranhe/dedentify) [![Travis](https://travis-ci.com/abranhe/dedentify.svg?branch=master)](https://travis-ci.com/abranhe/dedentify) [![License](https://img.shields.io/github/license/abranhe/dedentify.svg)](https://github.com/abranhe/dedentify/blob/master/license) [![npm](https://img.shields.io/npm/v/dedentify.svg?logo=npm)](https://npmjs.org/dedentify)\n\n\u003e Remove indentation inside strings.\n\n## Install\n\n```\n$ npm install dedentify\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e\n  Other options?\n\u003c/summary\u003e\n\n###### npm\n\n```\n$ npm install dedentify\n```\n\n###### yarn\n\n```\n$ yarn add dedentify\n```\n\n###### Github Registry\n\n```\n$ npm install abranhe@dedentify\n```\n\n\u003c/details\u003e\n\n## Usage\n\n```js\nconst dedentify = require('dedentify');\n\ndedentify`\n  This\nis\n  Awesome\n`;\n\n// =\u003e `\n// This\n// is\n// Awesome\n// `\n```\n\n## API\n\n### dedentify(input)\n\n#### input\n\nType: `string` | `TemplateStringsArray`\n\nThe template string to deindent.\n\n\n## License\n\nMIT © [Abraham Hernandez](https://abranhe.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fdedentify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabranhe%2Fdedentify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fdedentify/lists"}