{"id":22206636,"url":"https://github.com/alexeyraspopov/gulp-complexity","last_synced_at":"2025-07-27T07:32:30.535Z","repository":{"id":15026858,"uuid":"17752624","full_name":"alexeyraspopov/gulp-complexity","owner":"alexeyraspopov","description":"A JavaScript complexity analysis gulp task.","archived":false,"fork":false,"pushed_at":"2015-11-19T17:13:09.000Z","size":295,"stargazers_count":30,"open_issues_count":5,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-01T03:34:02.734Z","etag":null,"topics":[],"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/alexeyraspopov.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}},"created_at":"2014-03-14T16:34:42.000Z","updated_at":"2021-12-16T13:54:14.000Z","dependencies_parsed_at":"2022-09-07T04:03:26.427Z","dependency_job_id":null,"html_url":"https://github.com/alexeyraspopov/gulp-complexity","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeyraspopov%2Fgulp-complexity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeyraspopov%2Fgulp-complexity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeyraspopov%2Fgulp-complexity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeyraspopov%2Fgulp-complexity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexeyraspopov","download_url":"https://codeload.github.com/alexeyraspopov/gulp-complexity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227777712,"owners_count":17818455,"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-12-02T18:15:46.986Z","updated_at":"2024-12-02T18:15:47.793Z","avatar_url":"https://github.com/alexeyraspopov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [gulp](https://github.com/wearefractal/gulp)-complexity\n\n\u003e Analize the complexity and maintainability of code\n\n*Twin brother of [grunt-complexity](https://github.com/vigetlabs/grunt-complexity) task*\n\n## Install\n\n\tnpm install --save-dev gulp-complexity\n\n## Example\n\n\tvar gulp = require('gulp'),\n\t\tcomplexity = require('gulp-complexity');\n\n\tgulp.task('default', function(){\n\t\treturn gulp.src('*.js')\n\t\t\t.pipe(complexity());\n\t});\n\n## Options\n\nBool `breakOnErrors` - Fail the task when files or functions are too complex. Default: true\n\n## License\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License) (c) Alexey Raspopov\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeyraspopov%2Fgulp-complexity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexeyraspopov%2Fgulp-complexity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeyraspopov%2Fgulp-complexity/lists"}