{"id":24794875,"url":"https://github.com/manojtharindu11/is-def","last_synced_at":"2026-02-06T08:40:16.720Z","repository":{"id":274490634,"uuid":"920731070","full_name":"manojtharindu11/is-def","owner":"manojtharindu11","description":"My first npm package to check if a given string is equal to 'DEF'.","archived":false,"fork":false,"pushed_at":"2025-01-28T06:46:07.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T09:58:36.859Z","etag":null,"topics":["github-package","javascript","npm"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@manojtharindu11/is-def","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/manojtharindu11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-22T17:16:17.000Z","updated_at":"2025-01-28T06:46:10.000Z","dependencies_parsed_at":"2025-01-27T17:25:01.061Z","dependency_job_id":"5e8a8f68-ac07-498b-b8b4-34381d54d044","html_url":"https://github.com/manojtharindu11/is-def","commit_stats":null,"previous_names":["manojtharindu11/is-abc-npm-package","manojtharindu11/is-def"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/manojtharindu11/is-def","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojtharindu11%2Fis-def","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojtharindu11%2Fis-def/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojtharindu11%2Fis-def/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojtharindu11%2Fis-def/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manojtharindu11","download_url":"https://codeload.github.com/manojtharindu11/is-def/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojtharindu11%2Fis-def/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261238890,"owners_count":23128878,"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":["github-package","javascript","npm"],"created_at":"2025-01-29T23:18:36.650Z","updated_at":"2026-02-06T08:40:11.686Z","avatar_url":"https://github.com/manojtharindu11.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is-def-npm-package\n\n**is-def-npm-package** is a simple utility that checks if a given string is equal to `'DEF'`. This is my first npm package, designed to demonstrate the basic functionality of a string comparison.\n\n## Installation\n\nYou can install the package via npm or yarn:\n\n```bash\nnpm i @manojtharindu11/is-def\n```\n\nor\n\n```bash\nyarn add @manojtharindu11/is-def\n```\n\n## Usage\n\nAfter installation, you can import the `isDef` function into your JavaScript code and use it to check if a string is `'DEF'`.\n\n### Example\n\n```javascript\nconst isDef = require(\"@manojtharindu11/is-def\");\n\nconsole.log(isDef(\"DEF\")); // true\nconsole.log(isDef(\"def\")); // false\nconsole.log(isDef(\"DEF123\")); // false\nconsole.log(isDef(\"\")); // false\n```\n\n### Function Signature\n\n```javascript\nfunction isDef(value) {\n  // Your implementation\n}\n```\n\n### Parameters\n\n- `value` (string): The string you want to check.\n\n### Returns\n\n- `true` if the value is exactly equal to `'DEF'`, otherwise `false`.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojtharindu11%2Fis-def","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanojtharindu11%2Fis-def","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojtharindu11%2Fis-def/lists"}