{"id":15042903,"url":"https://github.com/sindresorhus/gulp-jsvalidate","last_synced_at":"2025-05-10T19:44:59.343Z","repository":{"id":12522089,"uuid":"15191929","full_name":"sindresorhus/gulp-jsvalidate","owner":"sindresorhus","description":"Validate JavaScript code and report possible syntax errors","archived":false,"fork":false,"pushed_at":"2024-08-12T19:57:51.000Z","size":28,"stargazers_count":23,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-03T00:23:18.369Z","etag":null,"topics":["gulp-plugin","javascript","nodejs","validate-js"],"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/sindresorhus.png","metadata":{"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"},"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-14T19:57:10.000Z","updated_at":"2025-01-07T20:10:49.000Z","dependencies_parsed_at":"2023-11-11T11:04:02.690Z","dependency_job_id":"e38d5f84-bbb7-457c-bca3-a1ce0626f78d","html_url":"https://github.com/sindresorhus/gulp-jsvalidate","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"61011f246fafd8a2ba453d67e8d6e7606478aa4e"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-jsvalidate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-jsvalidate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-jsvalidate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-jsvalidate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/gulp-jsvalidate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252850929,"owners_count":21814049,"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-plugin","javascript","nodejs","validate-js"],"created_at":"2024-09-24T20:48:13.888Z","updated_at":"2025-05-09T11:17:28.528Z","avatar_url":"https://github.com/sindresorhus.png","language":"JavaScript","readme":"# gulp-jsvalidate\n\n\u003e Validate JavaScript code and report possible syntax errors\n\n![](screenshot.png)\n\nThe earlier you find syntax errors, the earlier you can fix them.\n\n## Install\n\n```sh\nnpm install --save-dev gulp-jsvalidate\n```\n\n## Usage\n\n```js\nimport gulp from 'gulp';\nimport jsValidate from 'gulp-jsvalidate';\n\nexport default () =\u003e (\n\tgulp.src('app.js')\n\t\t.pipe(jsValidate())\n);\n```\n\n## API\n\n### gulpJsValidate(options?)\n\n#### options\n\nType: `object`\n\n##### module\n\nType: `boolean`\\\nDefault: `true`\n\nParse the JavaScript code as a [ES2015 module](https://exploringjs.com/impatient-js/ch_modules.html) instead of a script.\n","funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-jsvalidate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsindresorhus%2Fgulp-jsvalidate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-jsvalidate/lists"}