{"id":15207081,"url":"https://github.com/sandhupal/ecmascript-6-and-babel-project-learning","last_synced_at":"2026-03-07T18:02:05.555Z","repository":{"id":232442261,"uuid":"183427999","full_name":"SandhuPal/ECMAScript-6-and-Babel-Project-Learning","owner":"SandhuPal","description":"ECMAScript 6, Babel and Webpack Project Learning","archived":false,"fork":false,"pushed_at":"2019-04-25T14:09:12.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-06T21:46:13.300Z","etag":null,"topics":["babel-webpack","babeljs","ecmascript2015","es6","es6-javascript","webpack"],"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/SandhuPal.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-04-25T12:16:59.000Z","updated_at":"2019-04-25T14:09:13.000Z","dependencies_parsed_at":"2024-04-09T22:27:09.571Z","dependency_job_id":"a5b66c1c-29b8-4f21-aa07-c0ce319d1180","html_url":"https://github.com/SandhuPal/ECMAScript-6-and-Babel-Project-Learning","commit_stats":null,"previous_names":["sandhupal/ecmascript-6-and-babel-project-learning"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SandhuPal/ECMAScript-6-and-Babel-Project-Learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandhuPal%2FECMAScript-6-and-Babel-Project-Learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandhuPal%2FECMAScript-6-and-Babel-Project-Learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandhuPal%2FECMAScript-6-and-Babel-Project-Learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandhuPal%2FECMAScript-6-and-Babel-Project-Learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SandhuPal","download_url":"https://codeload.github.com/SandhuPal/ECMAScript-6-and-Babel-Project-Learning/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandhuPal%2FECMAScript-6-and-Babel-Project-Learning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30225433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["babel-webpack","babeljs","ecmascript2015","es6","es6-javascript","webpack"],"created_at":"2024-09-28T06:21:31.236Z","updated_at":"2026-03-07T18:02:05.522Z","avatar_url":"https://github.com/SandhuPal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ECMAScript-6-and-Babel-Project-Learning\n\u003cbr\u003e\n\u003cbr\u003e\nnpm init \u003cbr\u003e\nnpm i -g webpack\u003cbr\u003e\nnpm install --save-dev babel-loader @babel/core\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cb\u003eWebpack.config.js\u003c/b\u003e\u003cbr\u003e\nconst path = require(\"path\");\u003cbr\u003e\n\u003cbr\u003e\nmodule.exports = {\u003cbr\u003e\n  entry: \"./index.js\",\u003cbr\u003e\n  output: {\u003cbr\u003e\n    path: path.resolve(__dirname, \"dist\"),\u003cbr\u003e\n    filename: \"es6.bundle.js\"\u003cbr\u003e\n  },\u003cbr\u003e\n  module: {\u003cbr\u003e\n    rules: [{ test: /\\.js$/, exclude: /node_modules/, loader: \"babel-loader\" }]\u003cbr\u003e\n  }\u003cbr\u003e\n};\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandhupal%2Fecmascript-6-and-babel-project-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandhupal%2Fecmascript-6-and-babel-project-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandhupal%2Fecmascript-6-and-babel-project-learning/lists"}