{"id":22009387,"url":"https://github.com/cheminfo/mzdata","last_synced_at":"2025-08-28T08:07:44.361Z","repository":{"id":47238973,"uuid":"72433410","full_name":"cheminfo/mzData","owner":"cheminfo","description":"Read and explore mzData files.","archived":false,"fork":false,"pushed_at":"2024-12-19T16:16:41.000Z","size":88112,"stargazers_count":2,"open_issues_count":4,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-29T13:21:12.912Z","etag":null,"topics":["mzdata","parser"],"latest_commit_sha":null,"homepage":"https://cheminfo.github.io/mzData/","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/cheminfo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2016-10-31T12:17:12.000Z","updated_at":"2024-12-19T16:16:17.000Z","dependencies_parsed_at":"2025-05-06T17:45:58.757Z","dependency_job_id":"76c80b0c-9079-4a8f-86b7-7ad1e801293f","html_url":"https://github.com/cheminfo/mzData","commit_stats":null,"previous_names":["cheminfo-js/mzmljs","cheminfo-js/mzdata"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/cheminfo/mzData","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheminfo%2FmzData","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheminfo%2FmzData/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheminfo%2FmzData/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheminfo%2FmzData/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cheminfo","download_url":"https://codeload.github.com/cheminfo/mzData/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheminfo%2FmzData/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272467093,"owners_count":24939516,"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-08-28T02:00:10.768Z","response_time":74,"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":["mzdata","parser"],"created_at":"2024-11-30T02:09:14.871Z","updated_at":"2025-08-28T08:07:44.328Z","avatar_url":"https://github.com/cheminfo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# History of formats\n\nhttps://dx.doi.org/10.1074/mcp.R110.000133\n\n- mzData was developed by HUPO-PSI\n  - http://psidev.info/index.php?q\u0001node/80#mzdata\n  - https://doi.org/10.1002/pmic.200300588\n- mzXML was developed at the Institute for Systems Biology\n- mzML: new unified output format started in 2006\n\nmzML - 4 goals:\n\n- creation of a simple format\n- elimination of alternate ways to encode the same information\n- support for all the features of both mzXML and mzData\n- validation through implementation prior to release.\n\n![mzml](images/mzml.png)\n\ncv = Controlled Volabulatry\n\n# mzData\n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][codecov-image]][codecov-url]\n[![npm download][download-image]][download-url]\n\nRead and explore xml files used to encode mass spectra.\n\nThis includes:\n\n- mzData\n- mzML\n- mzXML\n\n## Installation\n\n`$ npm install --save mzdata`\n\n## Usage\n\n```js\nimport { parseMZ } from 'mzdata';\n\n// mzData files\nconst mzDataFile = readFileSync(__dirname + '/tiny.mzData.xml');\nvar response = await parseMZ(mzDataFile);\n```\n\n## Ontology\n\n[Ontology](./ontology.md)\n\n## More examples\n\nYou can find various examples files at:\n\nhttp://www.psidev.info/mzML\n\n## License\n\n[MIT](./LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/mzdata.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/mzdata\n[travis-image]: https://img.shields.io/travis/cheminfo-js/mzData/main.svg?style=flat-square\n[travis-url]: https://travis-ci.org/cheminfo-js/mzData\n[codecov-image]: https://img.shields.io/codecov/c/github/cheminfo-js/mzData.svg?style=flat-square\n[codecov-url]: https://codecov.io/github/cheminfo-js/mzData\n[download-image]: https://img.shields.io/npm/dm/mzdata.svg?style=flat-square\n[download-url]: https://npmjs.org/package/mzdata\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheminfo%2Fmzdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheminfo%2Fmzdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheminfo%2Fmzdata/lists"}