File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
packages/object-value-to-object-path Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,16 @@ Will generate
3030
3131## Install
3232
33- ``` sh
34- npm install object-value-to-object-path --save
33+ Install with npm:
34+
35+ ``` bash
36+ npm install object-value-to-object-path
37+ ```
38+
39+ Install with deno(jsr):
40+
41+ ``` bash
42+ deno add jsr:@tiagoporto/object-value-to-object-path
3543```
3644
3745## Usage
@@ -46,4 +54,4 @@ const result = objectValueToObjectPath(data)
4654
4755## License
4856
49- JSON Map Keys © 2020 by Tiago Porto is licensed under [ MIT License] ( LICENSE ) .
57+ Object Value to Object Path © 2020 by Tiago Porto is licensed under [ MIT License] ( LICENSE ) .
Original file line number Diff line number Diff line change 33 "version" : " 0.0.0-development" ,
44 "type" : " module" ,
55 "description" : " Replace json values with the key path." ,
6- "homepage" : " https://github.com/tiagoporto/json-map-keys /tree/main/packages/json-map-keys #readme" ,
6+ "homepage" : " https://github.com/tiagoporto/object-value-to-object-path /tree/main/packages/object-value-to-object-path #readme" ,
77 "keywords" : [
88 " object-value" ,
99 " object-path" ,
1616 },
1717 "repository" : {
1818 "type" : " git" ,
19- "url" : " git+https://github.com/tiagoporto/json-map-keys .git" ,
20- "directory" : " packages/json-map-keys "
19+ "url" : " git+https://github.com/tiagoporto/object-value-to-object-path .git" ,
20+ "directory" : " packages/object-value-to-object-path "
2121 },
2222 "funding" : " https://github.com/sponsors/tiagoporto" ,
2323 "sideEffects" : false ,
You can’t perform that action at this time.
0 commit comments