{"id":17613912,"url":"https://github.com/marktopper/missing.js","last_synced_at":"2025-03-30T00:13:05.373Z","repository":{"id":25723651,"uuid":"29160672","full_name":"marktopper/missing.js","owner":"marktopper","description":"missing.js is a library for JavaScript with some missing JavaScript functions.","archived":false,"fork":false,"pushed_at":"2015-02-18T09:01:16.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T05:16:11.062Z","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/marktopper.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":"2015-01-12T22:37:53.000Z","updated_at":"2015-02-18T09:01:16.000Z","dependencies_parsed_at":"2022-08-24T14:11:22.027Z","dependency_job_id":null,"html_url":"https://github.com/marktopper/missing.js","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/marktopper%2Fmissing.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marktopper%2Fmissing.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marktopper%2Fmissing.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marktopper%2Fmissing.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marktopper","download_url":"https://codeload.github.com/marktopper/missing.js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246258869,"owners_count":20748573,"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-22T18:15:00.343Z","updated_at":"2025-03-30T00:13:05.355Z","avatar_url":"https://github.com/marktopper.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# missing.js\n\nmissing.js is a library for JavaScript with some missing JavaScript functions.  \nWebsite: http://webman.io/missing.js    \nVersion: 0.0.1    \n\n# Usage\n\n### isDefined\ncheck if a variable of any kind is defined\n```\nif (isDefined(someVar))\n{\n  // \"someVar\" is defined\n}\nelse\n{\n  // \"someVar\" is undefined\n}\n```\n\n### toCamelCase\nconvert a string into camel case, like from \"hello_world\" to \"helloWorld\"\n```\n\"hello_world\".toCamelCase(); // returns \"helloWorld\"\n```\n\n### toSnakeCase\nconvert a string into snake case, like from \"helloWorld\" to \"hello_world\"\n```\n\"helloWorld\".toSnakeCase(); // returns \"hello_world\"\n```\n\n# Contrubution\n\nAll new js files should follow [our code standards](http://webman.io/missing.js/code-standards) due to our usage of [comment reader](https://github.com/marktopper/comments-reader) to create the help documents.\n\nAll contributions are more than welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarktopper%2Fmissing.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarktopper%2Fmissing.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarktopper%2Fmissing.js/lists"}