code-point-at : ES2015 `String#codePointAt()` ponyfill. You can installing code-point-at 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 code-point-at $ sudo npm install -g code-point-at
If want to update the code-point-at package execute the command as below,
$ sudo npm update code-point-at
Update package globally,
$ npm install -g code-point-at
$ sudo git clone https://github.com/rektide/code-point-at.git
$ sudo npm install -g ./code-point-at
code-point-at@1.1.0 /usr/lib/node_modules/code-point-at
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall code-point-at
Package Name | code-point-at |
Version | 1.1.0 |
Description | ES2015 `String#codePointAt()` ponyfill |
Released Date | 2016-11-03T10:43:00.563Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/code-point-at/tutorial |