{"id":19574687,"url":"https://github.com/stringparser/utils-config","last_synced_at":"2025-07-08T13:02:45.646Z","repository":{"id":20386321,"uuid":"23662035","full_name":"stringparser/utils-config","owner":"stringparser","description":"lazy object maintenance","archived":false,"fork":false,"pushed_at":"2014-09-09T11:00:45.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T08:16:55.394Z","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/stringparser.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-09-04T12:48:19.000Z","updated_at":"2014-09-04T12:48:53.000Z","dependencies_parsed_at":"2022-07-31T18:18:54.150Z","dependency_job_id":null,"html_url":"https://github.com/stringparser/utils-config","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stringparser%2Futils-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stringparser%2Futils-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stringparser%2Futils-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stringparser%2Futils-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stringparser","download_url":"https://codeload.github.com/stringparser/utils-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240840839,"owners_count":19866279,"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-11-11T06:43:25.700Z","updated_at":"2025-02-26T11:20:49.607Z","avatar_url":"https://github.com/stringparser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[\u003cimg alt=\"NPM version\" src=\"http://img.shields.io/npm/v/utils-config.svg?style=flat-square\" align=\"right\"/\u003e](http://www.npmjs.org/package/utils-config)\n\n# utils-config\n\nlazy object maintenance\n\n## install\n\n    $ npm install utils-config\n\n## usage\n\n```js\nvar config = require('utils-config');\nvar proto = {};\nvar init = {\n  hey : 'want something'\n}\n\nproto.config = config(init);\nproto.config();\n// { hey : 'want something'}\n\nproto.config('hey', 'not any more');\n// 'not any more'\n\nproto.config().hey = 'come on!'\n// 'come on!'\n\nproto.config();\n// { hey : 'not any more'}\n\nvar clone = proto.config({ clone : true });\nvar fork  = proto.config({ fork : true });\n\nfork('hey', 'ok, continue');\n// 'ok, continue'\nfork('hey');\n// 'ok, continue'\n\nproto.config();\n// { hey : 'ok, continue' }\n\nclone();\n// { hey : 'not anymore' }\n```\n\n## license\n\n[\u003cimg alt=\"LICENSE\" src=\"http://img.shields.io/npm/l/utils-config.svg?style=flat-square\"/\u003e](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstringparser%2Futils-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstringparser%2Futils-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstringparser%2Futils-config/lists"}