{"id":15814234,"url":"https://github.com/mateusmaso/underscore.pathextend","last_synced_at":"2025-07-20T20:05:16.408Z","repository":{"id":18638069,"uuid":"21844450","full_name":"mateusmaso/underscore.pathextend","owner":"mateusmaso","description":"Underscore helper for extending objects using string paths","archived":false,"fork":false,"pushed_at":"2014-12-03T02:14:36.000Z","size":176,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T20:04:00.624Z","etag":null,"topics":["extend-objects","javascript","pathfinding","underscore"],"latest_commit_sha":null,"homepage":"","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/mateusmaso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-15T03:09:56.000Z","updated_at":"2014-12-03T02:13:03.000Z","dependencies_parsed_at":"2022-09-15T01:33:42.477Z","dependency_job_id":null,"html_url":"https://github.com/mateusmaso/underscore.pathextend","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mateusmaso/underscore.pathextend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmaso%2Funderscore.pathextend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmaso%2Funderscore.pathextend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmaso%2Funderscore.pathextend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmaso%2Funderscore.pathextend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateusmaso","download_url":"https://codeload.github.com/mateusmaso/underscore.pathextend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmaso%2Funderscore.pathextend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266189674,"owners_count":23890064,"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":["extend-objects","javascript","pathfinding","underscore"],"created_at":"2024-10-05T04:23:45.461Z","updated_at":"2025-07-20T20:05:16.388Z","avatar_url":"https://github.com/mateusmaso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"underscore.pathextend [![Build Status](https://travis-ci.org/mateusmaso/underscore.pathextend.svg?branch=master)](https://travis-ci.org/mateusmaso/underscore.pathextend)\n=====================\n\nThis library is an extension for Underscore which allows extending objects using string paths.\n\n## Features\n\n* Extend using paths as keys.\n\n## Dependencies\n\n* underscore.js (\u003e= 1.5.0)\n  * underscore.path (\u003e= 0.1.4)\n\n## Node\n\n```javascript\nvar _ = require('underscore');\n_.mixin(require('underscore.pathextend'));\n```\n\n## Examples\n\n```javascript\nvar object = {foo: {bar: 123}};\n_.pathExtend(object, {\"foo.bar\": 312});\n```\n\n## License\n\nCopyright (c) 2014 Mateus Maso. Released under an MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusmaso%2Funderscore.pathextend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateusmaso%2Funderscore.pathextend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusmaso%2Funderscore.pathextend/lists"}