{"id":24738614,"url":"https://github.com/zweifisch/miff","last_synced_at":"2025-03-22T18:42:45.338Z","repository":{"id":23727698,"uuid":"27100915","full_name":"zweifisch/miff","owner":"zweifisch","description":"minimal configuration file parser","archived":false,"fork":false,"pushed_at":"2017-10-13T13:46:05.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T22:39:17.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/zweifisch.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":"2014-11-24T23:58:30.000Z","updated_at":"2016-04-29T01:35:00.000Z","dependencies_parsed_at":"2022-08-22T03:31:16.960Z","dependency_job_id":null,"html_url":"https://github.com/zweifisch/miff","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/zweifisch%2Fmiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/miff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245006602,"owners_count":20546136,"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":"2025-01-27T22:55:01.426Z","updated_at":"2025-03-22T18:42:45.313Z","avatar_url":"https://github.com/zweifisch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# miff\n\n[![NPM Version][npm-image]][npm-url]\n[![Build Status][travis-image]][travis-url]\n\nminimal configuration file format\n\n```conf\nkey = value\n\n[section1]\nkey = another value\nnumber = 1.2\narray = [item, \"more item\", [even, more]]\n\n[section2.bools]\nfeature = on\nboolean = off\non = true\noff = false\n```\n\nusage\n\n```javascript\nconst miff = require('miff')\n```\n\nparsing from string\n\n```javascript\nconst cfg = miff.parse(input)\n```\n\ngenerating string from object\n\n```javascript\nconst string = miff.stringify(object)\n```\n\n[npm-image]: https://img.shields.io/npm/v/miff.svg?style=flat\n[npm-url]: https://npmjs.org/package/miff\n[travis-image]: https://img.shields.io/travis/zweifisch/miff.svg?style=flat\n[travis-url]: https://travis-ci.org/zweifisch/miff\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fmiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fmiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fmiff/lists"}