{"id":20570099,"url":"https://github.com/brechtcs/prop-transform","last_synced_at":"2026-05-28T18:31:36.330Z","repository":{"id":65475919,"uuid":"128461602","full_name":"brechtcs/prop-transform","owner":"brechtcs","description":"Wrapper function for `dot-prop`","archived":false,"fork":false,"pushed_at":"2018-04-12T05:30:50.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-25T05:02:46.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brechtcs.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":"2018-04-06T19:47:13.000Z","updated_at":"2018-04-12T05:30:51.000Z","dependencies_parsed_at":"2023-01-25T06:15:20.558Z","dependency_job_id":null,"html_url":"https://github.com/brechtcs/prop-transform","commit_stats":null,"previous_names":["brechtpm/prop-transform"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brechtcs%2Fprop-transform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brechtcs%2Fprop-transform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brechtcs%2Fprop-transform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brechtcs%2Fprop-transform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brechtcs","download_url":"https://codeload.github.com/brechtcs/prop-transform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242186204,"owners_count":20086204,"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-16T05:11:28.283Z","updated_at":"2025-12-03T18:04:19.105Z","avatar_url":"https://github.com/brechtcs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prop-transform\n\nWrapper function for `dot-prop`, suitable for usage as an array mapper.\n\n## Example\n\n```js\nvar transform = require('prop-transform')\nvar data = [{\n  nested: {\n    prop: 'stuff'\n  }\n}, {\n  nested: {\n    prop: 'other'\n  }\n}]\n\nvar output = data.map(transform('nested.prop', value =\u003e value.toUpperCase()))\nconsole.log(output[0].nested.prop) // 'STUFF'\nconsole.log(output[1].nested.prop) // 'OTHER'\n```\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrechtcs%2Fprop-transform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrechtcs%2Fprop-transform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrechtcs%2Fprop-transform/lists"}