[RFC]: migrate `utils` packages to `object` (tracking issue)
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 1.3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 611
Description
### Description
This RFC proposes migrating the following list of packages from `utils` namespace to `object`:
- [x] `utils/move-property` => `object/move-property`
- [x] `utils/object-inverse` => `object/inverse`
- [x] `utils/object-inverse-by` => `object/inverse-by`
- [x] `utils/capitalize-keys` => `object/capitalize-keys`
- [x] `utils/uncapitalize-keys` => `object/uncapitalize-keys`
- [x] `utils/lowercase-keys` => `object/lowercase-keys`
- [x] `utils/uppercase-keys` => `object/uppercase-keys`
- [x] `utils/for-in`=> `object/for-in`
- [x] `utils/for-own` => `object/for-own`
- [x] `utils/common-keys` => `object/common-keys`
- [x] `utils/common-keys-in` => `object/common-keys-in`
- [x] `utils/bifurcate-in` => `object/bifurcate-in`
- [x] `utils/bifurcate-own` => `object/bifurcate-own`
- [x] `utils/deep-get` => `object/deep-get`
- [x] `utils/deep-set` => `object/deep-set`
- [ ] `utils/entries` => `object/entries`
- [ ] `utils/entries-in` => `object/entries-in`
- [ ] `utils/from-entries` => `object/from-entries`
- [ ] `utils/get-prototype-of` => `object/get-prototype-of`
- [ ] `utils/group-in` => `object/group-in`
- [ ] `utils/group-own` => `object/group-own`
- [ ] `utils/inherited-keys` => `object/inherited-keys`
- [ ] `utils/map-keys` => `object/map-keys`
- [ ] `utils/nonindex-keys` => `object/nonindex-keys`
- [ ] `utils/values` => `object/values`
- [ ] `utils/values-in` => `object/values-in`
### Related Issues
Related issues #7374 & #7372
### Questions
No.
### Other
No.
### Checklist
- [x] I have read and understood the [Code of Conduct](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md).
- [x] Searched for existing issues and pull requests.
- [x] The issue name begins with `RFC:`.
Contributor guide
Assessment
This issue has not been assessed yet.