{"id":19128852,"url":"https://github.com/peerlibrary/meteor-blob","last_synced_at":"2026-06-12T23:32:38.000Z","repository":{"id":18724511,"uuid":"21935701","full_name":"peerlibrary/meteor-blob","owner":"peerlibrary","description":"Polyfill for Blob to use in tests in PhantomJS","archived":false,"fork":false,"pushed_at":"2015-01-17T16:52:54.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-03T10:45:18.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://atmospherejs.com/peerlibrary/blob","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peerlibrary.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":"2014-07-17T09:12:48.000Z","updated_at":"2015-01-17T16:52:54.000Z","dependencies_parsed_at":"2022-09-25T09:34:01.476Z","dependency_job_id":null,"html_url":"https://github.com/peerlibrary/meteor-blob","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-blob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-blob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-blob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-blob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peerlibrary","download_url":"https://codeload.github.com/peerlibrary/meteor-blob/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240199243,"owners_count":19763825,"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-11-09T06:05:49.610Z","updated_at":"2026-06-08T00:30:14.900Z","avatar_url":"https://github.com/peerlibrary.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Blob\n====\n\nMeteor smart package which provides a [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) polyfill.\nUseful when your code uses `Blob`, but you are testing [Meteor packages on Travis CI](https://github.com/arunoda/travis-ci-meteor-packages/)\nwhich uses PhantomJS which is lacking it.\n\nAdding this package to your [Meteor](http://www.meteor.com/) application polyfills `Blob` in the global scope.\n\nClient side only.\n\nInstallation\n------------\n\nAdd it as a dependency to tests of your package which uses `Blob`. In `Package.on_test` section of your `package.js`\nfile add it to `api.use`. For example:\n \n```\nPackage.on_test(function (api) {\n  api.use(['peerlibrary:blob@0.1.4'], 'client');\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeerlibrary%2Fmeteor-blob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeerlibrary%2Fmeteor-blob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeerlibrary%2Fmeteor-blob/lists"}