{"id":29189398,"url":"https://github.com/coderaiser/is-es6","last_synced_at":"2025-07-01T23:07:27.178Z","repository":{"id":26952418,"uuid":"30415377","full_name":"coderaiser/is-es6","owner":"coderaiser","description":"check ECMAScript 6 support","archived":false,"fork":false,"pushed_at":"2015-02-06T14:21:51.000Z","size":144,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T17:15:54.680Z","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/coderaiser.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}},"created_at":"2015-02-06T14:15:47.000Z","updated_at":"2015-02-06T14:22:05.000Z","dependencies_parsed_at":"2022-08-21T08:31:05.198Z","dependency_job_id":null,"html_url":"https://github.com/coderaiser/is-es6","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/coderaiser/is-es6","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fis-es6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fis-es6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fis-es6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fis-es6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderaiser","download_url":"https://codeload.github.com/coderaiser/is-es6/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fis-es6/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261158050,"owners_count":23117766,"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":[],"created_at":"2025-07-01T23:07:26.395Z","updated_at":"2025-07-01T23:07:27.089Z","avatar_url":"https://github.com/coderaiser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Is es6\n\nCheck `ECMAScript 6` support. You could use `ECMAScript 6` when it's accessible and if not, just use good old `ECMAScript 5`.\n\n## Install\n\n`npm i is-es6 --save`\n\n`bower i is-es6 --save`\n\n## Hot to use?\n\n```js\nvar someModule,\n    \n    isEs6           = require('is-es6'),\n    \n    isGenerators    = isEs6.generators(),\n    isTemplates     = isEs6.templates(),\n    isConst         = isEs6.const(),\n    \n    is              = isEs6([\n        'generators',\n        'templates',\n        'const'\n    ]);\n    \n    if (is)\n        someModule  = require('es6-module');\n    else\n        someModule  = require('es5-module');\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Fis-es6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderaiser%2Fis-es6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Fis-es6/lists"}