{"id":16832621,"url":"https://github.com/zswang/gulp-linenum","last_synced_at":"2025-10-28T05:32:16.988Z","repository":{"id":57258129,"uuid":"101737791","full_name":"zswang/gulp-linenum","owner":"zswang","description":"A parser plugin for gulp to replace line number.","archived":false,"fork":false,"pushed_at":"2017-08-29T08:59:20.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T07:35:10.240Z","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/zswang.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":"2017-08-29T08:26:38.000Z","updated_at":"2017-08-29T08:56:27.000Z","dependencies_parsed_at":"2022-08-25T21:23:41.307Z","dependency_job_id":null,"html_url":"https://github.com/zswang/gulp-linenum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zswang/gulp-linenum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-linenum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-linenum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-linenum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-linenum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zswang","download_url":"https://codeload.github.com/zswang/gulp-linenum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-linenum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274777458,"owners_count":25347646,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-13T11:49:47.469Z","updated_at":"2025-10-28T05:32:16.891Z","avatar_url":"https://github.com/zswang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-linenum [![Build Status](https://img.shields.io/travis/zswang/gulp-linenum/master.svg)](https://travis-ci.org/zswang/gulp-linenum) [![NPM version](https://img.shields.io/npm/v/gulp-linenum.svg)](http://badge.fury.io/js/gulp-linenum)\n\n\u003e Code block processing with [linenum](https://github.com/zswang/linenum).\n\n## Installation\n\nInstall package with NPM and add it to your development dependencies:\n\n`npm install --save-dev gulp-linenum`\n\n## Usage\n\n```js\nvar linenum = require('gulp-linenum');\n\ngulp.task('dist', function() {\n  return gulp.src('lib/*.js')\n    .pipe(linenum())\n    .pipe(gulp.dest('dist'));\n});\n```\n\n## Options\n\n- `pattern`\n\n\tpattern default `\"^linenum\"`\n\n- `prefix`\n\n\tprefix, default \u003cfilename\u003e:\n\n- `suffix`\n\n\tsuffix\n\n- `offset`\n\n\toffset, default 1\n\nMIT © [zswang](http://weibo.com/zswang)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fgulp-linenum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzswang%2Fgulp-linenum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fgulp-linenum/lists"}