{"id":16296146,"url":"https://github.com/scinos/gulp-sanitize-sourcemaps","last_synced_at":"2025-04-09T13:24:45.278Z","repository":{"id":57258889,"uuid":"88319694","full_name":"scinos/gulp-sanitize-sourcemaps","owner":"scinos","description":"Gulp task used to clean up generated sourcemaps.","archived":false,"fork":false,"pushed_at":"2017-04-15T03:04:04.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T19:10:10.753Z","etag":null,"topics":["gulp","sourcemap"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gulp-sanitize-sourcemaps","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/scinos.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-15T03:01:24.000Z","updated_at":"2018-10-30T22:14:31.000Z","dependencies_parsed_at":"2022-08-25T03:01:18.560Z","dependency_job_id":null,"html_url":"https://github.com/scinos/gulp-sanitize-sourcemaps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scinos%2Fgulp-sanitize-sourcemaps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scinos%2Fgulp-sanitize-sourcemaps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scinos%2Fgulp-sanitize-sourcemaps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scinos%2Fgulp-sanitize-sourcemaps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scinos","download_url":"https://codeload.github.com/scinos/gulp-sanitize-sourcemaps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248046960,"owners_count":21038843,"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":["gulp","sourcemap"],"created_at":"2024-10-10T20:21:24.285Z","updated_at":"2025-04-09T13:24:45.255Z","avatar_url":"https://github.com/scinos.png","language":"JavaScript","readme":"# gulp-sanitize-sourcemaps\n\nGulp task used to clean up generated sourcemaps.\n\n# Usage\n\n```\nconst gulp = require('gulp');\nconst babel = require('gulp-babel');\nconst sourcemaps = require('gulp-sourcemaps');\nconst sanitize = require('gulp-sanitize-sourcemaps');\n\ngulp.task('default', () =\u003e {\n    return gulp.src('source.js')\n        .pipe(sourcemaps.init())\n        .pipe(babel({ presets: ['es2015'] }))\n        .pipe(sanitize())\n        .pipe(sourcemaps.write('.'))\n        .pipe(gulp.dest('test'));\n});\n```\n\n\nIt will clean up the sourcemap and make sure that there are not duplicated mappings.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscinos%2Fgulp-sanitize-sourcemaps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscinos%2Fgulp-sanitize-sourcemaps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscinos%2Fgulp-sanitize-sourcemaps/lists"}