{"id":22792137,"url":"https://github.com/brian9206/babel-vscode-skeleton","last_synced_at":"2026-04-18T00:07:00.376Z","repository":{"id":128607980,"uuid":"134378594","full_name":"brian9206/babel-vscode-skeleton","owner":"brian9206","description":"babel ES6 + node + vscode debugging environment project skeleton","archived":false,"fork":false,"pushed_at":"2018-06-26T14:18:15.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T06:50:56.742Z","etag":null,"topics":["babel","nodejs","skeleton","vscode"],"latest_commit_sha":null,"homepage":null,"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/brian9206.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,"publiccode":null,"codemeta":null}},"created_at":"2018-05-22T07:40:48.000Z","updated_at":"2018-06-26T14:18:16.000Z","dependencies_parsed_at":"2023-04-19T04:16:05.413Z","dependency_job_id":null,"html_url":"https://github.com/brian9206/babel-vscode-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brian9206/babel-vscode-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brian9206%2Fbabel-vscode-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brian9206%2Fbabel-vscode-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brian9206%2Fbabel-vscode-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brian9206%2Fbabel-vscode-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brian9206","download_url":"https://codeload.github.com/brian9206/babel-vscode-skeleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brian9206%2Fbabel-vscode-skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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","nodejs","skeleton","vscode"],"created_at":"2024-12-12T03:09:38.314Z","updated_at":"2026-04-18T00:07:00.360Z","avatar_url":"https://github.com/brian9206.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# babel-vscode-skeleton\nbabel ES6 + node + vscode debugging environment project skeleton\n\n# How to use?\n1. Remove `README.md` and create yours\n2. `yarn add --dev babel-cli babel-preset-env babel-plugin-transform-object-rest-spread`\n3. Add the following to your `package.json`\n```json\n\"scripts\": {\n    \"start\": \"node dist/main.js\",\n    \"build\": \"babel src --out-dir dist --source-maps\"\n},\n```\n\n4. Start your work in `src/main.js`\n5. You can use vscode to debug your code\n\n## Enable `err.stack` source mapping\n1. `yarn add --dev source-map-support`\n2. Put the following code at the top of `src/main.js` (before any `import` or `require`)\n```js\nimport 'source-map-support/register';\n```\n\n3. Debug your code and `err.stack` will be source mapped\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrian9206%2Fbabel-vscode-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrian9206%2Fbabel-vscode-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrian9206%2Fbabel-vscode-skeleton/lists"}