{"id":28258301,"url":"https://github.com/rodeymanager/gulp-displace","last_synced_at":"2025-07-28T14:09:13.729Z","repository":{"id":57257349,"uuid":"88046384","full_name":"RodeyManager/gulp-displace","owner":"RodeyManager","description":"字符串替换","archived":false,"fork":false,"pushed_at":"2018-03-30T08:31:59.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T19:44:34.218Z","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/RodeyManager.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-04-12T11:54:45.000Z","updated_at":"2018-03-30T08:29:42.000Z","dependencies_parsed_at":"2022-09-02T19:24:10.913Z","dependency_job_id":null,"html_url":"https://github.com/RodeyManager/gulp-displace","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/RodeyManager/gulp-displace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodeyManager%2Fgulp-displace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodeyManager%2Fgulp-displace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodeyManager%2Fgulp-displace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodeyManager%2Fgulp-displace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RodeyManager","download_url":"https://codeload.github.com/RodeyManager/gulp-displace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodeyManager%2Fgulp-displace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267527835,"owners_count":24102019,"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-07-28T02:00:09.689Z","response_time":68,"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":"2025-05-20T00:15:14.803Z","updated_at":"2025-07-28T14:09:13.721Z","avatar_url":"https://github.com/RodeyManager.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### gulp-jsminer (javascript压缩)\n\n```\n    const\n        gulp         = require('gulp'),\n        gulpDisplace = require('../index');\n    \n    \n    gulp.task('default', function(){\n    \n        gulp.src('assets/a.txt')\n            .pipe(gulpDisplace({ search: /(and)/gi, result: function(m, $1){\n                console.log(m, $1);\n                return '+';\n            } }))\n            .pipe(gulp.dest('dist'));\n    });\n\n```\n## options\n`search`  String | RegExp;\n`result`  String | Function\n\n### Listen\nISC","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodeymanager%2Fgulp-displace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodeymanager%2Fgulp-displace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodeymanager%2Fgulp-displace/lists"}