{"id":17216860,"url":"https://github.com/xethron/gulp-concat-json2js","last_synced_at":"2025-07-08T11:37:15.297Z","repository":{"id":145537972,"uuid":"20841566","full_name":"Xethron/gulp-concat-json2js","owner":"Xethron","description":"Concat JS files from a JSON array","archived":false,"fork":false,"pushed_at":"2014-06-14T20:49:55.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T12:46:46.081Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xethron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-14T20:44:15.000Z","updated_at":"2014-06-14T20:49:56.000Z","dependencies_parsed_at":"2023-03-22T22:46:12.722Z","dependency_job_id":null,"html_url":"https://github.com/Xethron/gulp-concat-json2js","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/Xethron%2Fgulp-concat-json2js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xethron%2Fgulp-concat-json2js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xethron%2Fgulp-concat-json2js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xethron%2Fgulp-concat-json2js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xethron","download_url":"https://codeload.github.com/Xethron/gulp-concat-json2js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245474648,"owners_count":20621444,"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-15T03:42:31.656Z","updated_at":"2025-03-25T13:44:16.282Z","avatar_url":"https://github.com/Xethron.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Concat JavaScript files from JSON Arrays\n========================================\n\nThis is a simple tool for gulp that will convert a json file with an array of file names into a single concatinated file.\n\nMultiple json files will result in multiple js files.\n\n```\nvar concat = require('concat-json2js');\n\ngulp.src('path/to/js/**.json')\n\t.pipe(concat-json2js())\n\t.pipe(gulp.dest('public/js'));\n```\n\nmain.json\n```\n[\n\t\"file1.js\",\n\t\"file2.js\",\n\t\"file3.js\"\n]\n```\n\nThis will generate a main.js file containing file1.js, file2.js and file3.js in that order.\n\nLicense\n----------\n\ngulp-concat-json2js is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxethron%2Fgulp-concat-json2js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxethron%2Fgulp-concat-json2js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxethron%2Fgulp-concat-json2js/lists"}