{"id":14982024,"url":"https://github.com/gulpjs/v8flags","last_synced_at":"2025-04-04T07:09:14.449Z","repository":{"id":16854264,"uuid":"19614228","full_name":"gulpjs/v8flags","owner":"gulpjs","description":"Get available v8 and Node.js flags.","archived":false,"fork":false,"pushed_at":"2023-09-03T22:53:13.000Z","size":88,"stargazers_count":56,"open_issues_count":0,"forks_count":26,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-29T15:14:43.057Z","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/gulpjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2014-05-09T14:37:40.000Z","updated_at":"2024-01-15T21:46:32.000Z","dependencies_parsed_at":"2022-09-06T17:40:35.313Z","dependency_job_id":null,"html_url":"https://github.com/gulpjs/v8flags","commit_stats":{"total_commits":111,"total_committers":16,"mean_commits":6.9375,"dds":0.4504504504504504,"last_synced_commit":"27a764557f20f90ea4b6ccd24eaacd9d0b6d3108"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulpjs%2Fv8flags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulpjs%2Fv8flags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulpjs%2Fv8flags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulpjs%2Fv8flags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gulpjs","download_url":"https://codeload.github.com/gulpjs/v8flags/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103295,"owners_count":20884023,"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":"2024-09-24T14:04:39.791Z","updated_at":"2025-04-04T07:09:14.427Z","avatar_url":"https://github.com/gulpjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://gulpjs.com\"\u003e\n    \u003cimg height=\"257\" width=\"114\" src=\"https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# v8flags\n\n[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coveralls Status][coveralls-image]][coveralls-url]\n\nGet available v8 and Node.js flags.\n\n## Usage\n\n```js\nconst v8flags = require('v8flags');\n\nv8flags(function (err, results) {\n  console.log(results);\n  // [ '--use_strict',\n  //   '--es5_readonly',\n  //   '--es52_globals',\n  //   '--harmony_typeof',\n  //   '--harmony_scoping',\n  //   '--harmony_modules',\n  //   '--harmony_proxies',\n  //   '--harmony_collections',\n  //   '--harmony',\n  // ...\n});\n```\n\n## API\n\n### `v8flags(cb)`\n\nFinds the available flags and calls the passed callback with any errors and an array of flag results.\n\n### `v8flags.configfile`\n\nThe name of the cache file for flags.\n\n### `v8flags.configPath`\n\nThe filepath location of the `configfile` above.\n\n## License\n\nMIT\n\n\u003c!-- prettier-ignore-start --\u003e\n[downloads-image]: https://img.shields.io/npm/dm/v8flags.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/v8flags\n[npm-image]: https://img.shields.io/npm/v/v8flags.svg?style=flat-square\n\n[ci-url]: https://github.com/gulpjs/v8flags/actions?query=workflow:dev\n[ci-image]: https://img.shields.io/github/actions/workflow/status/gulpjs/v8flags/dev.yml?branch=master\u0026style=flat-square\n\n[coveralls-url]: https://coveralls.io/r/gulpjs/v8flags\n[coveralls-image]: https://img.shields.io/coveralls/gulpjs/v8flags/master.svg?style=flat-square\n\u003c!-- prettier-ignore-end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgulpjs%2Fv8flags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgulpjs%2Fv8flags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgulpjs%2Fv8flags/lists"}