{"id":21707265,"url":"https://github.com/revathskumar/gulp-dart2js","last_synced_at":"2025-04-12T16:16:46.899Z","repository":{"id":13036205,"uuid":"15715932","full_name":"revathskumar/gulp-dart2js","owner":"revathskumar","description":"[DON'T USE THIS] Gulp plugin for dart2js","archived":false,"fork":false,"pushed_at":"2015-03-28T16:31:44.000Z","size":164,"stargazers_count":7,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T16:16:20.050Z","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/revathskumar.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-01-07T20:35:14.000Z","updated_at":"2023-02-07T12:56:28.000Z","dependencies_parsed_at":"2022-09-18T20:42:07.460Z","dependency_job_id":null,"html_url":"https://github.com/revathskumar/gulp-dart2js","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revathskumar%2Fgulp-dart2js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revathskumar%2Fgulp-dart2js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revathskumar%2Fgulp-dart2js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revathskumar%2Fgulp-dart2js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/revathskumar","download_url":"https://codeload.github.com/revathskumar/gulp-dart2js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248594191,"owners_count":21130316,"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-25T22:16:29.407Z","updated_at":"2025-04-12T16:16:46.876Z","avatar_url":"https://github.com/revathskumar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [gulp](https://github.com/wearefractal/gulp)-dart2js\n\n\u003e Gulp plugin for [dart2js](https://www.dartlang.org/)\n\n\n## Prerequisites\n\nRequires [dart](https://www.dartlang.org/) to be installed and in your PATH.\n\n- Ubuntu: \n    ```\n    sudo add-apt-repository ppa:hachre/dart  \u0026  \n    sudo apt-get install dartsdk\n    ```\n    \n\n\n## Install\n\nInstall with [npm](https://npmjs.org/package/gulp-dart2js)\n\n```\nnpm install --save-dev gulp-dart2js\n```\n\n\n## Example\n\n```js\nvar gulp = require('gulp');\nvar dart = require('gulp-dart2js');\n\ngulp.task('default', function () {\n  gulp.src('lib/*.dart')\n    .pipe(dart('dist/'))\n});\n```\n\n\n\n### License\n\n```\nThe MIT License (MIT)  \nCopyright (c) 2014 Revath S Kumar\n\nPermission is hereby granted, free of charge, to any person obtaining a copy   \nof this software and associated documentation files (the \"Software\"), to deal   \nin the Software without restriction, including without limitation the rights   \nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell   \ncopies of the Software, and to permit persons to whom the Software is furnished   \nto do so, subject to the following conditions:  \n\nThe above copyright notice and this permission notice shall be included in  \nall copies or substantial portions of the Software.  \n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR   \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE   \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER   \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,   \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE   SOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevathskumar%2Fgulp-dart2js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevathskumar%2Fgulp-dart2js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevathskumar%2Fgulp-dart2js/lists"}