{"id":17474129,"url":"https://github.com/ghostffcode/psquare","last_synced_at":"2025-03-28T10:45:15.745Z","repository":{"id":65371375,"uuid":"60137841","full_name":"ghostffcode/psquare","owner":"ghostffcode","description":"This is a node package that checks if an input is a perfect square","archived":false,"fork":false,"pushed_at":"2016-11-10T17:21:55.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-18T20:48:34.407Z","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/ghostffcode.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":"2016-06-01T02:07:19.000Z","updated_at":"2017-06-02T07:09:01.000Z","dependencies_parsed_at":"2023-01-19T22:35:14.438Z","dependency_job_id":null,"html_url":"https://github.com/ghostffcode/psquare","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/ghostffcode%2Fpsquare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostffcode%2Fpsquare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostffcode%2Fpsquare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostffcode%2Fpsquare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostffcode","download_url":"https://codeload.github.com/ghostffcode/psquare/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246015059,"owners_count":20709917,"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-18T18:08:30.056Z","updated_at":"2025-03-28T10:45:15.718Z","avatar_url":"https://github.com/ghostffcode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# psquare\nThis is a node package that checks if an input is a perfect square and returns true or false\n\n## How to use\n```bash\nnpm install --save psquare\n```\ninclude in your script as:\n```javascript\nvar psquare = require('psquare');\n```\n\nUse as:\n```javascript\n// returns true or false\n// pass the number as argument to the check method\npsquare.check(49);\n```\nExample would be:\n\n```javascript\nvar psquare = require('psquare');\n\n// Check if a number is a perfect square or not, returns true or false\nif (psquare.check(49)) {\n console.log(\"Is perfect square\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostffcode%2Fpsquare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostffcode%2Fpsquare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostffcode%2Fpsquare/lists"}