{"id":17126267,"url":"https://github.com/aquariuslt/properties-json-loader","last_synced_at":"2025-04-13T06:27:28.163Z","repository":{"id":32947930,"uuid":"147330554","full_name":"aquariuslt/properties-json-loader","owner":"aquariuslt","description":" A webpack-loader based on properties.","archived":false,"fork":false,"pushed_at":"2024-10-23T16:23:27.000Z","size":1010,"stargazers_count":1,"open_issues_count":20,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-24T22:29:03.654Z","etag":null,"topics":["properties","properties-loader","webpack-loader"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/aquariuslt.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}},"created_at":"2018-09-04T10:43:25.000Z","updated_at":"2024-09-21T05:19:33.000Z","dependencies_parsed_at":"2023-10-15T04:36:34.097Z","dependency_job_id":"1b31e071-4b7c-4a0a-ba4d-3204597e98c1","html_url":"https://github.com/aquariuslt/properties-json-loader","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquariuslt%2Fproperties-json-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquariuslt%2Fproperties-json-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquariuslt%2Fproperties-json-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquariuslt%2Fproperties-json-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aquariuslt","download_url":"https://codeload.github.com/aquariuslt/properties-json-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248673205,"owners_count":21143451,"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":["properties","properties-loader","webpack-loader"],"created_at":"2024-10-14T18:47:29.503Z","updated_at":"2025-04-13T06:27:28.142Z","avatar_url":"https://github.com/aquariuslt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Properties to JSON webpack loader\n\n[![NPM](https://img.shields.io/npm/v/properties-json-loader.svg)](https://www.npmjs.com/package/properties-json-loader)\n[![Build Status](https://travis-ci.org/aquariuslt/properties-json-loader.svg?branch=master)](https://travis-ci.org/aquariuslt/properties-json-loader)\n[![Github Workflow Status](https://github.com/aquariuslt/properties-json-loader/workflows/ci/badge.svg)](https://github.com/aquariuslt/properties-json-loader)\n[![Codecov](https://codecov.io/gh/aquariuslt/properties-json-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/aquariuslt/properties-json-loader)\n[![GitHub issues](https://img.shields.io/github/issues/aquariuslt/properties-json-loader.svg)](https://github.com/aquariuslt/properties-json-loader/issues)\n[![GitHub license](https://img.shields.io/github/license/aquariuslt/properties-json-loader.svg)](https://github.com/aquariuslt/properties-json-loader/blob/master/LICENSE)\n[![Dependencies Status](https://david-dm.org/aquariuslt/properties-json-loader.svg)](https://david-dm.org/aquariuslt/properties-json-loader)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\n## Introduction\n\nA webpack-loader based on [properties](https://www.npmjs.com/package/properties) .\n\nSupport all options in properties.\n\n\n## Usage\n\n### Install \n```shell script\nnpm install properties-json-loader\n```\n\n### Webpack Configuration\n\nUse properties parse [Options](https://github.com/gagle/node-properties#options) as loader options.\n\nThen will return parsed properties json object.\n\n```javascript\nmodule.exports = {\n  // ...\n  module: {\n    rules: [\n      // ...\n      {\n        test: /\\.properties$/,\n          loader: 'properties-json-loader',\n          // use `properties` options\n          options: {\n            namespaces: true\n            // ... \n          }\n      }\n    ]\n  }\n}\n```\n\n## Releases \u0026 ChangeLog\n\nSee [Release Notes](https://github.com/aquariuslt/properties-json-loader/releases)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquariuslt%2Fproperties-json-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faquariuslt%2Fproperties-json-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquariuslt%2Fproperties-json-loader/lists"}