{"id":16125678,"url":"https://github.com/dy/is-svg-path","last_synced_at":"2026-01-03T20:04:08.046Z","repository":{"id":57277628,"uuid":"97996823","full_name":"dy/is-svg-path","owner":"dy","description":"Check if a string is an svg path data","archived":false,"fork":false,"pushed_at":"2024-07-12T21:11:33.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-26T23:32:27.494Z","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/dy.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-22T00:45:31.000Z","updated_at":"2024-07-12T21:11:36.000Z","dependencies_parsed_at":"2024-10-09T21:40:45.335Z","dependency_job_id":null,"html_url":"https://github.com/dy/is-svg-path","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"72cc81f79dc37e6b9fb8855daa9d9e51c5eb204a"},"previous_names":["dfcreative/is-svg-path"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy%2Fis-svg-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy%2Fis-svg-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy%2Fis-svg-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy%2Fis-svg-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dy","download_url":"https://codeload.github.com/dy/is-svg-path/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232780145,"owners_count":18575474,"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-09T21:30:37.765Z","updated_at":"2026-01-03T20:04:03.007Z","avatar_url":"https://github.com/dy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is-svg-path [![build](https://travis-ci.org/dfcreative/is-svg-path.svg?branch=master)](https://travis-ci.org/dfcreative/is-svg-path)\n\nTest if a string is an SVG path.\n\n[![npm install is-svg-path](https://nodei.co/npm/is-svg-path.png?mini=true)](https://npmjs.org/package/is-svg-path/)\n\n```js\nconst isPath = require('is-svg-path')\n\nisPath('M0 0L10 20 20 0Z') //true\nisPath('M00Z') //false\nisPath('xyz') //false\n```\n\nIt does not validate path data nor covers edge cases like `'H0'` etc., but rather detects path in real world.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdy%2Fis-svg-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdy%2Fis-svg-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdy%2Fis-svg-path/lists"}