{"id":20704019,"url":"https://github.com/kalwar/null_or_empty","last_synced_at":"2025-04-23T00:42:56.514Z","repository":{"id":47661315,"uuid":"138505471","full_name":"kalwar/null_or_empty","owner":"kalwar","description":"A Node.js package that checks if a given string is null or empty.","archived":false,"fork":false,"pushed_at":"2023-01-16T11:32:25.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":21,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T00:42:49.253Z","etag":null,"topics":["empty-string","null-check","string","strings"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/kalwar.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":"2018-06-24T18:22:28.000Z","updated_at":"2022-01-12T10:50:48.000Z","dependencies_parsed_at":"2023-02-10T03:00:30.624Z","dependency_job_id":null,"html_url":"https://github.com/kalwar/null_or_empty","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwar%2Fnull_or_empty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwar%2Fnull_or_empty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwar%2Fnull_or_empty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwar%2Fnull_or_empty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalwar","download_url":"https://codeload.github.com/kalwar/null_or_empty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250348892,"owners_count":21415907,"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":["empty-string","null-check","string","strings"],"created_at":"2024-11-17T01:10:40.626Z","updated_at":"2025-04-23T00:42:56.494Z","avatar_url":"https://github.com/kalwar.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# null_or_empty\n\n[![Node CI](https://github.com/kalwar/null_or_empty/actions/workflows/whatever.yml/badge.svg)](https://github.com/kalwar/null_or_empty/actions/workflows/whatever.yml)\n\nA simple Node.js package that checks, if a given string is null or empty.\n\n## Usage\n\nFirst, install the package using npm:\n\n    npm install @skalwar/null_or_empty --save\n\nThen, require the package and use it like so:\n\n    var isNullOrEmpty = require('@skalwar/null_or_empty');\n\n    console.log(isNullOrEmpty(\"\")); // true\n    console.log(isNullOrEmpty(null)); // true\n    console.log(isNullOrEmpty(undefined)); // true\n\n    console.log(isNullOrEmpty(\"Hello World\")); // false\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalwar%2Fnull_or_empty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalwar%2Fnull_or_empty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalwar%2Fnull_or_empty/lists"}