{"id":23155032,"url":"https://github.com/tengattack/babel-preset-es2017-node7","last_synced_at":"2025-09-02T04:36:37.819Z","repository":{"id":143847088,"uuid":"71962386","full_name":"tengattack/babel-preset-es2017-node7","owner":"tengattack","description":"Babel preset to make node@7 ES2017 compatible.","archived":false,"fork":false,"pushed_at":"2017-03-13T16:46:09.000Z","size":7,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-25T23:42:17.179Z","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/tengattack.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-26T03:23:16.000Z","updated_at":"2023-02-21T08:07:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"450efd8f-a67f-4fce-a1f2-1d4eeac5ec00","html_url":"https://github.com/tengattack/babel-preset-es2017-node7","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tengattack/babel-preset-es2017-node7","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tengattack%2Fbabel-preset-es2017-node7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tengattack%2Fbabel-preset-es2017-node7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tengattack%2Fbabel-preset-es2017-node7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tengattack%2Fbabel-preset-es2017-node7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tengattack","download_url":"https://codeload.github.com/tengattack/babel-preset-es2017-node7/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tengattack%2Fbabel-preset-es2017-node7/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270918296,"owners_count":24667664,"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-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-12-17T20:15:11.215Z","updated_at":"2025-08-17T22:31:51.886Z","avatar_url":"https://github.com/tengattack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# babel-preset-es2017-node7 [![](https://img.shields.io/npm/v/babel-preset-es2017-node7.svg)](https://npmjs.org/package/babel-preset-es2017-node7)\n\n\u003e Babel preset to make node@7 ES2017 compatible.\n\nNode@7 has great [ES2017 support](https://nodejs.org/en/docs/es6/),\nthe most excited change is the support of async function in harmony flag,\nthis module just adds missing features:\n\n- modules ([transform-es2015-modules-commonjs](http://babeljs.io/docs/plugins/transform-es2015-modules-commonjs))\n- transform export extensions ([transform-export-extensions](https://babeljs.io/docs/plugins/transform-export-extensions/))\n- class properties ([transform-class-properties](http://babeljs.io/docs/plugins/transform-class-properties))\n- object rest spread ([syntax-object-rest-spread](http://babeljs.io/docs/plugins/syntax-object-rest-spread))\n- trailing function commas ([syntax-trailing-function-commas](http://babeljs.io/docs/plugins/syntax-trailing-function-commas))\n\n## Install\n\n```js\n$ npm install --save-dev babel-preset-es2017-node7\n```\n\n## Usage\n\nRead [\"Configuring Babel 6\" article](http://www.2ality.com/2015/11/configuring-babel6.html)\nfor more information about babel@6 configuration.\n\n### Node run in harmony\n\n```shell\n# 7.6.0 \u003e Node.js version \u003e 7.0.0\nnode --harmony script.js\n# Node.js version \u003e= 7.6.0\nnode script.js\n```\n\n### Via `.babelrc` (recommended)\n\n**.babelrc**\n\n```json\n{\n  \"presets\": [\"es2017-node7\"]\n}\n```\n\nIf you are using webpack 2, this will help for `import` / `export` was natively supported in Webpack 2.\n```json\n{\n  \"presets\": [\"es2017-node7/webpack2\"]\n}\n```\n\n### Via CLI\n\n```js\nbabel script.js --presets es2017-node7\n```\n\n### Via Node API\n\n```js\nrequire('babel-core').transform('code', {\n  presets: ['es2017-node7'],\n})\n```\n\n## Credits\n\n* Inspired by [babel-preset-es2015-node6](https://github.com/jhen0409/babel-preset-es2015-node6)\n\n## License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftengattack%2Fbabel-preset-es2017-node7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftengattack%2Fbabel-preset-es2017-node7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftengattack%2Fbabel-preset-es2017-node7/lists"}