{"id":22911475,"url":"https://github.com/bytedecoder/transpiling-es6","last_synced_at":"2025-04-01T10:46:41.920Z","repository":{"id":47393776,"uuid":"177039753","full_name":"ByteDecoder/transpiling-es6","owner":"ByteDecoder","description":"Sample to transpiling ES6 to ES5 using Babel","archived":false,"fork":false,"pushed_at":"2023-01-03T18:15:39.000Z","size":3923,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T06:14:01.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ByteDecoder.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":"2019-03-21T23:38:09.000Z","updated_at":"2019-08-29T04:24:32.000Z","dependencies_parsed_at":"2023-02-01T08:46:31.069Z","dependency_job_id":null,"html_url":"https://github.com/ByteDecoder/transpiling-es6","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteDecoder%2Ftranspiling-es6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteDecoder%2Ftranspiling-es6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteDecoder%2Ftranspiling-es6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteDecoder%2Ftranspiling-es6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ByteDecoder","download_url":"https://codeload.github.com/ByteDecoder/transpiling-es6/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628417,"owners_count":20808106,"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-12-14T04:16:59.080Z","updated_at":"2025-04-01T10:46:41.897Z","avatar_url":"https://github.com/ByteDecoder.png","language":"JavaScript","readme":"# Installing latest Node.js LTS with NPM\nhttps://tecadmin.net/install-latest-nodejs-npm-on-ubuntu/\n\n# Installing Yarn\n\n```bash\n$ sudo apt-get install gcc g++ make\n$ curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -\n$ echo \"deb https://dl.yarnpkg.com/debian/ stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list\n$ sudo apt-get update \u0026\u0026 sudo apt-get install yarn\n```\n\n# Installing npm depenedecnies\n```bash\n$ npm audit fix --force\n$ npm install --save-dev  @babel/core@^7.0.0-0\n$ npm install @babel/preset-env --save-dev\n```\n\n# Transpiling ES6 to ES5\n\n```bash\n$ npm run build\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytedecoder%2Ftranspiling-es6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytedecoder%2Ftranspiling-es6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytedecoder%2Ftranspiling-es6/lists"}