{"id":19306409,"url":"https://github.com/fluse/mote-css","last_synced_at":"2025-12-12T03:05:21.200Z","repository":{"id":16940987,"uuid":"19702900","full_name":"fluse/mote-css","owner":"fluse","description":"css responsive framework","archived":false,"fork":false,"pushed_at":"2016-04-21T14:03:05.000Z","size":4596,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T15:44:44.063Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-12T14:56:07.000Z","updated_at":"2016-04-21T14:00:48.000Z","dependencies_parsed_at":"2022-07-16T01:47:54.900Z","dependency_job_id":null,"html_url":"https://github.com/fluse/mote-css","commit_stats":null,"previous_names":["fluse/mote"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/fluse/mote-css","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluse%2Fmote-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluse%2Fmote-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluse%2Fmote-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluse%2Fmote-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluse","download_url":"https://codeload.github.com/fluse/mote-css/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluse%2Fmote-css/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273092989,"owners_count":25044435,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-10T00:05:57.415Z","updated_at":"2025-12-12T03:05:12.253Z","avatar_url":"https://github.com/fluse.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bin-wrapper [![Build Status](http://img.shields.io/travis/kevva/bin-wrapper.svg?style=flat)](https://travis-ci.org/kevva/bin-wrapper)\n\n\u003e Binary wrapper for Node.js that makes your programs seamlessly available as local dependencies\n\n## Install\n\n```sh\n$ npm install --save bin-wrapper\n```\n\n## Usage\n\n```js\nvar BinWrapper = require('bin-wrapper');\n\nvar bin = new BinWrapper()\n\t.src('https://raw.github.com/yeoman/node-jpegtran-bin/0.2.4/vendor/win/x64/jpegtran.exe', 'win32', 'x64')\n\t.src('https://raw.github.com/yeoman/node-jpegtran-bin/0.2.4/vendor/win/x64/libjpeg-62.dll', 'win32', 'x64')\n\t.dest('vendor')\n\t.use('jpegtran.exe')\n\t.version('\u003e=1.3.0');\n\nbin.run(['--version'], function (err) {\n\tif (err) {\n\t\tthrow err;\n\t}\n\n\tconsole.log('jpegtran is working');\n});\n```\n\nGet the path to your binary with `bin.path()`:\n\n```js\nconsole.log(bin.path()); // =\u003e path/to/vendor/jpegtran.exe\n```\n\n## API\n\n### new BinWrapper()\n\nCreates a new `BinWrapper` instance.\n\n### .src(url, os, arch)\n\nAccepts a URL pointing to a file to download.\n\n### .dest(dest)\n\nAccepts a path which the files will be downloaded to.\n\n### .use(bin)\n\nDefine which file to use as the binary.\n\n### .path()\n\nGet the full path to your binary.\n\n### .version(range)\n\nDefine a [semver range](https://github.com/isaacs/node-semver#ranges) to check \nthe binary against.\n\n### .run(cmd, cb)\n\nRuns the search for the binary. If no binary is found it will download the file using the URL\nprovided in `.src()`. It will also check that the binary is working by running it using `cmd`\nand checking it's exit code.\n\n## License\n\nMIT © [Kevin Mårtensson](http://kevinmartensson.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluse%2Fmote-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluse%2Fmote-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluse%2Fmote-css/lists"}