sorted-object : Returns a copy of an object with its keys sorted. You can installing sorted-object npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install sorted-object $ sudo npm install -g sorted-object
If want to update the sorted-object package execute the command as below,
$ sudo npm update sorted-object
Update package globally,
$ npm install -g sorted-object
$ sudo git clone https://github.com/rektide/sorted-object.git
$ sudo npm install -g ./sorted-object
sorted-object@2.0.1 /usr/lib/node_modules/sorted-object
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sorted-object
| Package Name | sorted-object |
| Version | 2.0.1 |
| Description | Returns a copy of an object with its keys sorted |
| Released Date | 2016-09-10T23:39:29.652Z |
| Published by | domenic |
| How to Learn | https://www.npmjs.com/package/sorted-object/tutorial |