{"id":19448251,"url":"https://github.com/csbun/fis-parser-rollup","last_synced_at":"2026-05-16T04:02:58.660Z","repository":{"id":57253099,"uuid":"62852480","full_name":"csbun/fis-parser-rollup","owner":"csbun","description":"A rollup parser for fis","archived":false,"fork":false,"pushed_at":"2016-07-26T05:47:33.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T14:39:49.439Z","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/csbun.png","metadata":{"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}},"created_at":"2016-07-08T02:27:03.000Z","updated_at":"2016-07-08T06:50:25.000Z","dependencies_parsed_at":"2022-08-31T22:20:29.280Z","dependency_job_id":null,"html_url":"https://github.com/csbun/fis-parser-rollup","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Ffis-parser-rollup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Ffis-parser-rollup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Ffis-parser-rollup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Ffis-parser-rollup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csbun","download_url":"https://codeload.github.com/csbun/fis-parser-rollup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240636664,"owners_count":19832922,"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-11-10T16:25:24.053Z","updated_at":"2026-05-16T04:02:58.586Z","avatar_url":"https://github.com/csbun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fis-parser-rollup\n\nA rollup parser for fis3 with default plugins:\n\n- [rollup-plugin-bower-resolve](https://www.npmjs.com/package/rollup-plugin-bower-resolve)\n- [rollup-plugin-commonjs](https://www.npmjs.com/package/rollup-plugin-commonjs)\n- [rollup-plugin-node-resolve](https://www.npmjs.com/package/rollup-plugin-node-resolve)\n\n## Install\n\n```\nnpm i fis-parser-rollup --save-dev\n```\n\n## Usage\n\n```javascript\n// fis-conf.js\nfis.match('/path/to/entry.js', {\n  parser: fis.plugin('rollup', options),\n});\n```\n\n## Options\n\n### debug\n\n- `false`: default\n- `true`: with sourceMap inline and bundle error message\n\n### plugins\n\nCustom rollup plugins to use.\n\n```javascript\n// fis-conf.js\nfis.match('/path/to/entry.js', {\n  parser: fis.plugin('rollup', {\n    debug: true,\n    plugins: [\n      require('rollup-plugin-babel')()\n    ]\n  }),\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbun%2Ffis-parser-rollup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsbun%2Ffis-parser-rollup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbun%2Ffis-parser-rollup/lists"}