{"id":18956153,"url":"https://github.com/tkers/babel-preset-future","last_synced_at":"2026-05-19T04:38:29.546Z","repository":{"id":143847212,"uuid":"120040948","full_name":"tkers/babel-preset-future","owner":"tkers","description":"🔮 Babel preset enabling all new and experimental ES features","archived":false,"fork":false,"pushed_at":"2018-02-27T20:09:13.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T22:36:26.317Z","etag":null,"topics":["babel","babel-preset","es2017","es2018","es6","es7","es8","javascript"],"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/tkers.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-02-02T23:06:38.000Z","updated_at":"2018-02-04T20:50:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e05d763-621a-496c-942b-9a8849b618f4","html_url":"https://github.com/tkers/babel-preset-future","commit_stats":null,"previous_names":["lapixx/babel-preset-future"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkers%2Fbabel-preset-future","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkers%2Fbabel-preset-future/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkers%2Fbabel-preset-future/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkers%2Fbabel-preset-future/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkers","download_url":"https://codeload.github.com/tkers/babel-preset-future/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239954214,"owners_count":19724211,"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":["babel","babel-preset","es2017","es2018","es6","es7","es8","javascript"],"created_at":"2024-11-08T13:51:35.881Z","updated_at":"2026-05-19T04:38:24.521Z","avatar_url":"https://github.com/tkers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# babel-preset-future\nBabel preset including `es2015`, `es2016`, `es2017` (under `env`) and `stage-0` so\nyou can enjoy JavaScript with all of its new and experimental features.\n\n## Install\n\nUsing Yarn:\n\n```bash\nyarn add babel-preset-future\n```\n\nOr npm:\n\n```bash\nnpm install babel-preset-future --save\n```\n\n## Configuration\n\nSimply add it to your `.babelrc` file:\n\n```json\n{\n    \"presets\": [\"future\"]\n}\n```\n\nOr when using the CLI:\n\n```bash\nbabel app.js --presets future\n```\n\n## Options\n\nOptions will be passed down to the `babel-preset-env` preset. This means you can,\nfor example, disable the transformation of ES6 modules to CJS:\n\n```json\n{\n    \"presets\": [\n        [\"future\", { \"modules\": false }]\n    ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkers%2Fbabel-preset-future","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkers%2Fbabel-preset-future","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkers%2Fbabel-preset-future/lists"}