{"id":21811529,"url":"https://github.com/dnbard/featurex","last_synced_at":"2025-03-21T09:15:21.996Z","repository":{"id":69792463,"uuid":"87657183","full_name":"dnbard/featurex","owner":"dnbard","description":"ECMAScript 6 feature detection","archived":false,"fork":false,"pushed_at":"2017-04-25T11:58:07.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T05:41:24.679Z","etag":null,"topics":["ecmascript2015","ecmascript6","javascript","test","testing-tools"],"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/dnbard.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":"2017-04-08T19:00:21.000Z","updated_at":"2017-10-25T14:28:35.000Z","dependencies_parsed_at":"2023-03-23T16:19:57.640Z","dependency_job_id":null,"html_url":"https://github.com/dnbard/featurex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Ffeaturex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Ffeaturex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Ffeaturex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Ffeaturex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnbard","download_url":"https://codeload.github.com/dnbard/featurex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244767798,"owners_count":20507110,"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":["ecmascript2015","ecmascript6","javascript","test","testing-tools"],"created_at":"2024-11-27T13:45:20.281Z","updated_at":"2025-03-21T09:15:21.977Z","avatar_url":"https://github.com/dnbard.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FeatureX\nLibrary to detect ECMAScript 6+ features in the codebase\n\n`Note: this library is in development and API may(and will) be changed!`\n\n## Usage\n\n```js\nconst featurex = require('featurex');\n\nfeaturex('./myModule.js').then(result =\u003e {\n    console.log(`Next features are used in my code: ${result.features.join(', ')}`);\n})\n```\n\n```js\nfeaturex('./myModule.js', 'object.assign').then(result =\u003e {\n    console.log(!!result.features ? 'Object.assign found!' : 'Object.assign not found!');\n})\n```\n\n## Features\n\n- [ ] Array.from\n- [ ] Array.of\n- [ ] Array.prototype.copyWithin\n- [ ] Array.prototype.entries\n- [ ] Array.prototype.find\n- [ ] Array.prototype.findIndex\n- [ ] Array.prototype.fill\n- [ ] Array.prototype.keys\n- [ ] Array.prototype.values\n- [ ] Arrow functions\n- [ ] Default function parameters\n- [ ] For..of loops\n- [ ] Class\n- [x] Constants\n- [ ] Destructuring (assigment, parameters)\n- [ ] Generators\n- [ ] Let\n- [ ] Map\n- [ ] Number.EPSILON\n- [ ] Number.isInteger\n- [ ] Number.isNaN\n- [ ] Number.isSafeInteger\n- [ ] Number.MAX_SAFE_INTEGER\n- [ ] Number.MIN_SAFE_INTEGER\n- [x] Object.assign\n- [ ] Object.is\n- [ ] Object.freeze\n- [ ] Object.getOwnPropertyDescriptor\n- [ ] Object.getOwnPropertySymbols\n- [ ] Object.getOwnPropertyNames\n- [ ] Object.isExtensible\n- [ ] Object.isFrozen\n- [ ] Object.isSealed\n- [ ] Object.keys\n- [ ] Object.preventExtensions\n- [ ] Object.seal\n- [ ] Object.setPrototypeOf\n- [ ] Object literal extensions\n- [ ] Octal and binary literals\n- [ ] Promise\n- [ ] Proxy\n- [ ] RegExp \"y\" and \"u\" flags\n- [ ] Rest parameters\n- [ ] Set\n- [ ] Spread (...) operator\n- [ ] String.fromCodePoint\n- [ ] String.prototype.codePointAt\n- [ ] String.prototype.endsWith\n- [ ] String.prototype.includes\n- [ ] String.prototype.normalize\n- [ ] String.prototype.repeat\n- [ ] String.prototype.startsWith\n- [ ] String.raw\n- [ ] Super (function)\n- [ ] Symbol\n- [ ] Template literals\n- [ ] Typed arrays\n- [ ] WeakMap\n- [ ] WeakSet\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnbard%2Ffeaturex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnbard%2Ffeaturex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnbard%2Ffeaturex/lists"}