{"id":15935809,"url":"https://github.com/zephraph/sasspec","last_synced_at":"2025-06-30T11:03:38.866Z","repository":{"id":83928711,"uuid":"60717602","full_name":"zephraph/sasspec","owner":"zephraph","description":"Sass unit testing made easy.","archived":false,"fork":false,"pushed_at":"2017-06-18T13:20:30.000Z","size":92,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T22:27:32.675Z","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/zephraph.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":"2016-06-08T17:40:49.000Z","updated_at":"2016-10-11T18:08:04.000Z","dependencies_parsed_at":"2023-09-05T20:30:42.926Z","dependency_job_id":null,"html_url":"https://github.com/zephraph/sasspec","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/zephraph/sasspec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fsasspec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fsasspec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fsasspec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fsasspec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zephraph","download_url":"https://codeload.github.com/zephraph/sasspec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fsasspec/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262762433,"owners_count":23360326,"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-07T04:02:16.230Z","updated_at":"2025-06-30T11:03:38.841Z","avatar_url":"https://github.com/zephraph.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sasspec [![Build Status](https://travis-ci.org/zephraph/sasspec.svg?branch=master)](https://travis-ci.org/zephraph/sasspec)\n\nA framework to test sass mixins and functions\n\n## API\n\nTesting functions\n\n```javascript\nimport Sasspec from 'sasspec';\n\nlet sass = new Sasspec('/abspath/to/my/scss/file');\nsass.func('sum').callWithArgs(1, 2, 3).equals(6);\n```\n\nTesting mixins\n\n```javascript\nimport Sasspec from 'sasspec';\n\nlet sass = new Sasspec('/abspath/to/my/scss/file');\nsass.mixin('styles').callWithArgs('background', 'red').equals('background: red;');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephraph%2Fsasspec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzephraph%2Fsasspec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephraph%2Fsasspec/lists"}