{"id":15692799,"url":"https://github.com/delucis/load-nextstep-plist","last_synced_at":"2025-09-26T12:37:52.674Z","repository":{"id":138048115,"uuid":"130268803","full_name":"delucis/load-nextstep-plist","owner":"delucis","description":":open_file_folder: Read and parse a NeXTSTEP property list file","archived":false,"fork":false,"pushed_at":"2019-06-16T21:30:39.000Z","size":131,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-09T01:15:36.052Z","etag":null,"topics":["nextstep","plist"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delucis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-04-19T20:25:00.000Z","updated_at":"2023-08-20T07:13:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"07b5ed48-0da6-4018-94f6-ac594e8327f3","html_url":"https://github.com/delucis/load-nextstep-plist","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucis%2Fload-nextstep-plist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucis%2Fload-nextstep-plist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucis%2Fload-nextstep-plist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucis%2Fload-nextstep-plist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delucis","download_url":"https://codeload.github.com/delucis/load-nextstep-plist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171272,"owners_count":21865297,"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":["nextstep","plist"],"created_at":"2024-10-03T18:40:21.894Z","updated_at":"2025-09-26T12:37:52.618Z","avatar_url":"https://github.com/delucis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# load-nextstep-plist [![Build Status](https://travis-ci.org/delucis/load-nextstep-plist.svg?branch=master)](https://travis-ci.org/delucis/load-nextstep-plist) [![Coverage Status](https://coveralls.io/repos/github/delucis/load-nextstep-plist/badge.svg?branch=master)](https://coveralls.io/github/delucis/load-nextstep-plist?branch=master)\n\n\u003e Read and parse a NeXTSTEP property list file\n\nLoads property list files that follow the NeXTSTEP “plain text” format. Also works with other file formats that use the same syntax, such as the `.glyphs` files used for the [Glyphs](http://glyphsapp.com/) font editor.\n\n## Install\n\n```\nnpm install --save load-nextstep-plist\n```\n\n## Usage\n\n```js\nconst LOAD_PLIST = require('load-nextstep-plist')\n\nLOAD_PLIST('test.plist')\n\t.then(data =\u003e {\n\t\tconsole.log(data)\n\t\t// =\u003e { foo: 'bar' }\n\t})\n```\n\n## API\n\n### loadNextstepPlist(filepath)\n\nReturns a promise for the parsed property list file.\n\n### loadNextstepPlist.sync(filepath)\n\nReturns the parsed property list file.\n\n```js\nconst LOAD_PLIST = require('load-nextstep-plist')\n\nconsole.log(LOAD_PLIST.sync('test.plist'))\n// =\u003e { foo: 'bar' }\n```\n\n## See also\n\n- [write-nextstep-plist](https://github.com/delucis/write-nextstep-plist) - Stringify and write a NeXTSTEP property list atomically\n\n## Acknowledgements\n\nParsing is accomplished using Chee’s [`nextstep-plist`](https://www.npmjs.com/package/nextstep-plist) module.\n\nThis module is modelled on Sindre Sorhus’s [`load-json-file`](https://github.com/sindresorhus/load-json-file).\n\n## License\n\nThis software is free to use, modify, and redistribute under a [GNU General Public License](http://www.gnu.org/licenses/gpl-3.0.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelucis%2Fload-nextstep-plist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelucis%2Fload-nextstep-plist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelucis%2Fload-nextstep-plist/lists"}