{"id":16013569,"url":"https://github.com/magicdawn/esformatter-curly","last_synced_at":"2025-03-17T20:31:15.008Z","repository":{"id":57227553,"uuid":"59253506","full_name":"magicdawn/esformatter-curly","owner":"magicdawn","description":"keep original curly fot import \u0026 one line object literal","archived":false,"fork":false,"pushed_at":"2017-04-08T23:41:36.000Z","size":11,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T20:48:34.627Z","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/magicdawn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-05-20T00:53:11.000Z","updated_at":"2016-10-31T05:28:39.000Z","dependencies_parsed_at":"2022-09-12T17:00:31.765Z","dependency_job_id":null,"html_url":"https://github.com/magicdawn/esformatter-curly","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fesformatter-curly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fesformatter-curly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fesformatter-curly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fesformatter-curly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magicdawn","download_url":"https://codeload.github.com/magicdawn/esformatter-curly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878604,"owners_count":20362462,"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-10-08T14:41:55.749Z","updated_at":"2025-03-17T20:31:14.620Z","avatar_url":"https://github.com/magicdawn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esformatter-curly\n\u003e keep original curly fot import \u0026 one line object literal\n\n[![Build Status](https://img.shields.io/travis/magicdawn/esformatter-curly.svg?style=flat-square)](https://travis-ci.org/magicdawn/esformatter-curly)\n[![Coverage Status](https://img.shields.io/coveralls/magicdawn/esformatter-curly.svg?style=flat-square)](https://coveralls.io/github/magicdawn/esformatter-curly?branch=master)\n[![npm version](https://img.shields.io/npm/v/esformatter-curly.svg?style=flat-square)](https://www.npmjs.com/package/esformatter-curly)\n[![npm downloads](https://img.shields.io/npm/dm/esformatter-curly.svg?style=flat-square)](https://www.npmjs.com/package/esformatter-curly)\n[![npm license](https://img.shields.io/npm/l/esformatter-curly.svg?style=flat-square)](http://magicdawn.mit-license.org)\n\n## Install\n```\nnpm i esformatter --save-dev\nnpm i esformatter-curly --save-dev\n```\n\n## Usage\nfor detail see [notes](notes/)\n\n1. keep multiline import\n```js\nimport {\n  x,\n  y\n} from 'utils';\n```\n\n2. keep short object literal inline\n```js\nvar o1 = { x: 1, y: 2 };\nvar o2 = {\n  x: 2,\n  y: 3\n};\n```\n\n## Changelog\n[CHANGELOG.md](CHANGELOG.md)\n\n## License\nthe MIT License http://magicdawn.mit-license.org","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicdawn%2Fesformatter-curly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagicdawn%2Fesformatter-curly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicdawn%2Fesformatter-curly/lists"}