{"id":21474277,"url":"https://github.com/codingtuto/nodepack","last_synced_at":"2026-04-16T11:31:19.223Z","repository":{"id":191646836,"uuid":"685096729","full_name":"codingtuto/nodepack","owner":"codingtuto","description":"Un package npm de test pour faire des calculs","archived":false,"fork":false,"pushed_at":"2023-08-30T14:07:24.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T07:32:33.697Z","etag":null,"topics":["nodejs","npm","package","test"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/codingmath","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codingtuto.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,"governance":null}},"created_at":"2023-08-30T14:05:34.000Z","updated_at":"2023-08-30T14:08:21.000Z","dependencies_parsed_at":"2023-08-30T23:25:17.634Z","dependency_job_id":null,"html_url":"https://github.com/codingtuto/nodepack","commit_stats":null,"previous_names":["codingtuto/nodepack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codingtuto/nodepack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingtuto%2Fnodepack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingtuto%2Fnodepack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingtuto%2Fnodepack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingtuto%2Fnodepack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingtuto","download_url":"https://codeload.github.com/codingtuto/nodepack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingtuto%2Fnodepack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31883699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["nodejs","npm","package","test"],"created_at":"2024-11-23T10:21:38.644Z","updated_at":"2026-04-16T11:31:19.194Z","avatar_url":"https://github.com/codingtuto.png","language":"JavaScript","readme":"# CodingMath\n\nUn package Node.js simple pour effectuer des opérations mathématiques de base et avancées.\n\n## Installation\n```\nnpm install codingmath\n```\n\n## Utilisation\n\n```\nconst math = require('codingmath');\n\nconst somme = math.additionner(5, 3);\nconsole.log(somme); // Résultat : 8\n\nconst difference = math.soustraire(10, 4);\nconsole.log(difference); // Résultat : 6\n\nconst produit = math.multiplier(3, 7);\nconsole.log(produit); // Résultat : 21\n\nconst quotient = math.diviser(15, 3);\nconsole.log(quotient); // Résultat : 5\n\nconst resultat = math.puissance(2, 3);\nconsole.log(resultat); // Résultat : 8\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingtuto%2Fnodepack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingtuto%2Fnodepack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingtuto%2Fnodepack/lists"}