{"id":25687101,"url":"https://github.com/holyshared/phone-number-jp","last_synced_at":"2025-06-10T23:32:35.753Z","repository":{"id":57323044,"uuid":"46390760","full_name":"holyshared/phone-number-jp","owner":"holyshared","description":"The phone number splitter for Japanese","archived":false,"fork":false,"pushed_at":"2016-08-24T07:31:07.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-07T08:35:11.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/holyshared.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-11-18T02:49:36.000Z","updated_at":"2017-05-15T08:30:25.000Z","dependencies_parsed_at":"2022-09-13T19:00:29.170Z","dependency_job_id":null,"html_url":"https://github.com/holyshared/phone-number-jp","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fphone-number-jp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fphone-number-jp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fphone-number-jp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fphone-number-jp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holyshared","download_url":"https://codeload.github.com/holyshared/phone-number-jp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fphone-number-jp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259170473,"owners_count":22816282,"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":"2025-02-24T20:08:08.464Z","updated_at":"2025-06-10T23:32:35.715Z","avatar_url":"https://github.com/holyshared.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phone-number-jp\n\n[![npm version](https://badge.fury.io/js/phone-number-jp.svg)](https://badge.fury.io/js/phone-number-jp)\n[![Build Status](https://travis-ci.org/holyshared/phone-number-jp.svg?branch=master)](https://travis-ci.org/holyshared/phone-number-jp)\n[![codecov](https://codecov.io/gh/holyshared/phone-number-jp/branch/master/graph/badge.svg)](https://codecov.io/gh/holyshared/phone-number-jp)\n[![dependencies Status](https://david-dm.org/holyshared/phone-number-jp/status.svg)](https://david-dm.org/holyshared/phone-number-jp)\n\n## Installation\n\n\tnpm install phone-number-jp\n\n## Basic usage\n\nYou can split the phone number.\n\n```js\nimport splitter from 'phone-number-jp';\n\nconst results = splitter.split('0768223333');\n\nconsole.log(results[0]); // 0768 \nconsole.log(results[1]); // 22\nconsole.log(results[2]); // 3333\n```\n\nYou can format the phone number.\n\n```js\nimport splitter from 'phone-number-jp';\n\nconst result = splitter.format('0768223333');\n\nconsole.log(result); // 0768-22-3333\n```\n\n## Run the test\n\n\tnpm install\n\tnpm run instrument\n\tnpm test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholyshared%2Fphone-number-jp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholyshared%2Fphone-number-jp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholyshared%2Fphone-number-jp/lists"}