{"id":18779254,"url":"https://github.com/webcaetano/gulp-jinx-compiler","last_synced_at":"2026-02-14T10:05:18.914Z","repository":{"id":31595941,"uuid":"35160785","full_name":"webcaetano/gulp-jinx-compiler","owner":"webcaetano","description":"GulpJS plugin for compile .jinx into .swf","archived":false,"fork":false,"pushed_at":"2015-10-20T23:07:09.000Z","size":152,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T22:39:13.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","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/webcaetano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-06T13:40:40.000Z","updated_at":"2015-05-06T13:44:52.000Z","dependencies_parsed_at":"2022-08-25T21:22:46.081Z","dependency_job_id":null,"html_url":"https://github.com/webcaetano/gulp-jinx-compiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webcaetano/gulp-jinx-compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-jinx-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-jinx-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-jinx-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-jinx-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcaetano","download_url":"https://codeload.github.com/webcaetano/gulp-jinx-compiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-jinx-compiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29442335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-07T20:19:23.233Z","updated_at":"2026-02-14T10:05:18.871Z","avatar_url":"https://github.com/webcaetano.png","language":"ActionScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/webcaetano/gulp-jinx-compiler.svg?branch=master)](https://travis-ci.org/webcaetano/gulp-jinx-compiler) [![npm version](https://badge.fury.io/js/gulp-jinx-compiler.svg)](http://badge.fury.io/js/gulp-jinx-compiler)\n\n# Gulp Flash\n\n### Installation\n\n```\nnpm install gulp-jinx-compiler\n```\n\n### Documentation\n\n\nWithout parameters\n\n```javascript\nvar jinxCompiler = require('gulp-jinx-compiler');\n\ngulp.src('test/app/flash/test.jinx')\n.pipe(jinxCompiler('test/app/flash/dist'))\n// will compile jinx into swf\n```\n\nWith parameters\n\n```javascript\ngulp.src('test/app/flash/test.jinx')\n.pipe(jinxCompiler('test/app/flash/dist',{\n\t'debug':true,\n\t'library-path': [\n\t\t'./libs'\n\t],\n\t'source-path': [\n\t\t'./zClass'\n\t],\n\t'swf-version': 13,\n\t'use-gpu': true\n})); // will compile jinx into swf\n```\n\n---------------------------------\n\nThe MIT [License](https://raw.githubusercontent.com/webcaetano/gulp-flash/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcaetano%2Fgulp-jinx-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcaetano%2Fgulp-jinx-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcaetano%2Fgulp-jinx-compiler/lists"}