{"id":27265879,"url":"https://github.com/sgtlambda/functionify","last_synced_at":"2025-04-11T08:39:21.931Z","repository":{"id":28167280,"uuid":"31668372","full_name":"sgtlambda/functionify","owner":"sgtlambda","description":"Wraps non-function values in a getter function","archived":false,"fork":false,"pushed_at":"2015-12-19T15:37:59.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T08:35:38.358Z","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/sgtlambda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-04T16:55:17.000Z","updated_at":"2015-04-30T18:28:10.000Z","dependencies_parsed_at":"2022-07-31T07:47:58.259Z","dependency_job_id":null,"html_url":"https://github.com/sgtlambda/functionify","commit_stats":null,"previous_names":["jmversteeg/functionify"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgtlambda%2Ffunctionify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgtlambda%2Ffunctionify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgtlambda%2Ffunctionify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgtlambda%2Ffunctionify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgtlambda","download_url":"https://codeload.github.com/sgtlambda/functionify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248362222,"owners_count":21091072,"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-04-11T08:39:21.201Z","updated_at":"2025-04-11T08:39:21.912Z","avatar_url":"https://github.com/sgtlambda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# functionify\n\n\u003e Wraps non-function values in a getter function\n\n[![Build Status][travis-image]][travis-url]\n[![Code Coverage][coveralls-image]][coveralls-url]\n[![NPM Version][npm-image]][npm-url]\n\n## Install\n\n```\n$ npm install --save functionify\n```\n\n## Usage\n\n```js\nvar functionify = require('functionify');\n\nvar getter;\n\ngetter = functionify('foo');\ngetter();\n//=\u003e 'foo'\n\ngetter = functionify(function(){\n    return 'bar';\n});\ngetter();\n//=\u003e 'bar'\n\n```\n\n## License\n\nMIT © JM Versteeg\n\n[![devDependency Status][david-dev-image]][david-dev-url]\n\n[travis-image]: https://img.shields.io/travis/jmversteeg/functionify.svg?style=flat-square\n[travis-url]: https://travis-ci.org/jmversteeg/functionify\n\n[david-dev-image]: https://img.shields.io/david/dev/jmversteeg/functionify.svg?style=flat-square\n[david-dev-url]: https://david-dm.org/jmversteeg/functionify#info=devDependencies\n\n[coveralls-image]: https://img.shields.io/coveralls/jmversteeg/functionify.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/jmversteeg/functionify\n\n[npm-image]: https://img.shields.io/npm/v/functionify.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/functionify","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgtlambda%2Ffunctionify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgtlambda%2Ffunctionify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgtlambda%2Ffunctionify/lists"}