{"id":21623060,"url":"https://github.com/explooosion/hideout-parse","last_synced_at":"2026-04-11T01:56:29.280Z","repository":{"id":57264016,"uuid":"168525693","full_name":"explooosion/hideout-parse","owner":"explooosion","description":"Parse Path Of Exile.","archived":false,"fork":false,"pushed_at":"2019-01-31T15:14:42.000Z","size":121,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-25T02:26:08.326Z","etag":null,"topics":["hideout","parse","parser","pathofexile"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/hideout-parse","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/explooosion.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":"2019-01-31T13:00:33.000Z","updated_at":"2021-02-04T17:47:02.000Z","dependencies_parsed_at":"2022-08-25T02:51:51.235Z","dependency_job_id":null,"html_url":"https://github.com/explooosion/hideout-parse","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explooosion%2Fhideout-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explooosion%2Fhideout-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explooosion%2Fhideout-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explooosion%2Fhideout-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/explooosion","download_url":"https://codeload.github.com/explooosion/hideout-parse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244287918,"owners_count":20428896,"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":["hideout","parse","parser","pathofexile"],"created_at":"2024-11-25T00:11:29.542Z","updated_at":"2026-04-11T01:56:24.201Z","avatar_url":"https://github.com/explooosion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![forthebadge](https://forthebadge.com/images/badges/makes-people-smile.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n\n# HIDEOUT PARSE\n\nParse Path Of Exile.\n\n## Installation\n\n```sh\nyarn add hideout-parse\n\n# or\n\nnpm install hideout-parse\n```\n\n## Usage\n\nJavaScript\n\n```html\n\u003cinput type=\"file\" id=\"files\" name=\"files[]\" /\u003e\n```\n\n```js\nimport HideoutParse from 'hideout-parse';\n\nwindow.onload = () =\u003e {\n  document.getElementById('files').onchange = readFile;\n};\n\nfunction readFile() {\n  file = this.files[0];\n  var fReader = new FileReader();           \n  fReader.onload = (e) =\u003e {\n    const parse = HideoutParse(e.target.result);\n    console.log(parse);\n  };\n  fReader.readAsText(file);\n}\n```\n\nNode.js\n\n```js\nimport fs from 'fs';\nimport HideoutParse from 'hideout-parse';\n\nconst file = fs.readFileSync('./test.hideout');\nconst parse = HideoutParse(file.toString());\n\nconsole.log(parse);\n```\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexplooosion%2Fhideout-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexplooosion%2Fhideout-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexplooosion%2Fhideout-parse/lists"}