{"id":18320345,"url":"https://github.com/alice1017/generator-babel7-with-mocha","last_synced_at":"2025-08-24T09:17:06.576Z","repository":{"id":44132222,"uuid":"190680325","full_name":"alice1017/generator-babel7-with-mocha","owner":"alice1017","description":"A Yeoman generator for ECMAScript development environment with the latest babel 7 and mocha.","archived":false,"fork":false,"pushed_at":"2023-01-03T23:35:54.000Z","size":974,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T14:27:12.691Z","etag":null,"topics":["babel7","generator","transpile","yeoman-generator"],"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/alice1017.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}},"created_at":"2019-06-07T02:55:42.000Z","updated_at":"2020-09-08T03:34:36.000Z","dependencies_parsed_at":"2023-02-01T13:47:24.407Z","dependency_job_id":null,"html_url":"https://github.com/alice1017/generator-babel7-with-mocha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alice1017/generator-babel7-with-mocha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alice1017%2Fgenerator-babel7-with-mocha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alice1017%2Fgenerator-babel7-with-mocha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alice1017%2Fgenerator-babel7-with-mocha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alice1017%2Fgenerator-babel7-with-mocha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alice1017","download_url":"https://codeload.github.com/alice1017/generator-babel7-with-mocha/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alice1017%2Fgenerator-babel7-with-mocha/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267716550,"owners_count":24133161,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["babel7","generator","transpile","yeoman-generator"],"created_at":"2024-11-05T18:15:58.915Z","updated_at":"2025-07-29T16:05:05.084Z","avatar_url":"https://github.com/alice1017.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-babel7-with-mocha\r\n\r\n[![Build Status](https://img.shields.io/travis/alice1017/generator-babel7-with-mocha.svg)](https://travis-ci.org/alice1017/generator-babel7-with-mocha)\r\n[![Version of package.json](https://img.shields.io/github/package-json/v/alice1017/generator-babel7-with-mocha.svg?color=success)](https://github.com/alice1017/generator-babel7-with-mocha/blob/master/package.json)\r\n[![Package version](https://img.shields.io/npm/v/generator-babel7-with-mocha.svg)](https://www.npmjs.com/package/generator-babel7-with-mocha)\r\n![Node version](https://img.shields.io/node/v/generator-babel7-with-mocha.svg?color=blue)\r\n\r\nA [Yeoman](https://yeoman.io/) generator for **ECMAScript development environment** with the latest **babel@7** and **mocha**.\r\n\r\n## devDependencies to be installed\r\n\r\n### arround babel\r\n\r\n* **@babel/cli**: `^7.4.4`\r\n* **@babel/core**: `^7.4.5`\r\n* **@babel/preset-env**: `^7.4.5`\r\n* **@babel/register**: `^7.4.4`\r\n* **core-js**: `^3.1.3`\r\n* **regenerator-runtime**: `^0.13.2`\r\n\r\n\u003cdetails\u003e\r\n    \u003csummary\u003e\r\n        \u003cb\u003eNOTE: \u003ccode\u003e@babel/polyfill\u003c/code\u003e has been deprecated as of Babel 7.4.0.\u003c/b\u003e\r\n    \u003c/summary\u003e\r\n\r\nThe [Babel document](https://babeljs.io/docs/en/next/babel-polyfill.html) says that `@babel/polyfill` has been deprecated as of Babel 7.4.0.\r\n\r\n\u003e🚨 As of Babel 7.4.0, this package has been deprecated in favor of directly including core-js/stable (to polyfill ECMAScript features) and regenerator-runtime/runtime (needed to use transpiled generator functions):\r\n\r\n```javascript\r\nimport \"core-js/stable\";\r\nimport \"regenerator-runtime/runtime\";\r\n```\r\n\r\n\u003c/details\u003e\r\n\r\n### arround test\r\n\r\n* **mocha**: `^6.1.4`\r\n* **power-assert**: `^1.6.1**\r\n* **babel-plugin-espower**: `^3.0.1`\r\n\r\n### another\r\n\r\n* **eslint**: `^5.16.0`\r\n* **babel-eslint**: `^10.0.1`\r\n\r\n## Structure of generated directory\r\n\r\n```text\r\n.\r\n├── .babelrc\r\n├── .eslintignore\r\n├── .eslintrc.js\r\n├── .gitignore\r\n├── package.json\r\n├── src\r\n│   └── index.js\r\n└── test\r\n    └── mocha.opts\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falice1017%2Fgenerator-babel7-with-mocha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falice1017%2Fgenerator-babel7-with-mocha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falice1017%2Fgenerator-babel7-with-mocha/lists"}