{"id":17766637,"url":"https://github.com/floatdrop/gulp-bem-debug","last_synced_at":"2025-08-30T18:11:13.587Z","repository":{"id":19819989,"uuid":"23080779","full_name":"floatdrop/gulp-bem-debug","owner":"floatdrop","description":"Debug utility for BEM objects","archived":false,"fork":false,"pushed_at":"2014-10-27T09:09:33.000Z","size":188,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-26T22:17:41.299Z","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/floatdrop.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-08-18T17:54:22.000Z","updated_at":"2016-10-02T14:23:39.000Z","dependencies_parsed_at":"2022-08-21T14:40:55.953Z","dependency_job_id":null,"html_url":"https://github.com/floatdrop/gulp-bem-debug","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/floatdrop/gulp-bem-debug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgulp-bem-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgulp-bem-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgulp-bem-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgulp-bem-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floatdrop","download_url":"https://codeload.github.com/floatdrop/gulp-bem-debug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgulp-bem-debug/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259509428,"owners_count":22868834,"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-10-26T20:33:35.827Z","updated_at":"2025-06-12T17:08:56.566Z","avatar_url":"https://github.com/floatdrop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-bem-debug [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url]\n\nPrints info about passing by BEM objects in next format: `[level] bem` or `title [level] bem`\n\n![Wow](https://cloud.githubusercontent.com/assets/365089/3979414/1df312f2-2854-11e4-8c9a-cc11cd754336.png)\n\n## Usage\n\n```js\nvar gulp = require('gulp');\nvar bem = require('gulp-bem');\nvar debug = require('gulp-bem-debug');\nvar concat = require('gulp-concat');\n\nvar levels = [ 'desktop.blocks', 'desktop.bundles/index' ];\n\ngulp.task('build', function () {\n    var tree = bem.objects(levels).pipe(bem.tree());\n    var deps = tree.deps('desktop.bundles/index/sepulka');\n\n    deps.pipe(debug());\n\n    return deps.src('{bem}.css')\n        .pipe(concat('index.css'))\n        .pipe(gulp.dest('./dist'));\n});\n```\n\n## API\n\n### debug([options])\n\nCreates pass through stream, that will print debug information about BEM objects.\n\n##### options\n\n###### title\nType: `String`  \n\nTitle, that will prefix all messages in current Stream.\n\n## License\n\nMIT (c) 2014 Vsevolod Strukchinsky\n\n[npm-url]: https://npmjs.org/package/gulp-bem-debug\n[npm-image]: http://img.shields.io/npm/v/gulp-bem-debug.svg?style=flat\n\n[travis-url]: http://travis-ci.org/floatdrop/gulp-bem-debug\n[travis-image]: http://img.shields.io/travis/floatdrop/gulp-bem-debug.svg?branch=master\u0026style=flat\n\n[depstat-url]: https://david-dm.org/floatdrop/gulp-bem-debug\n[depstat-image]: http://img.shields.io/david/floatdrop/gulp-bem-debug.svg?style=flat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fgulp-bem-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloatdrop%2Fgulp-bem-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fgulp-bem-debug/lists"}