spdx-expression-parse : parse SPDX license expressions. You can installing spdx-expression-parse 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 spdx-expression-parse $ sudo npm install -g spdx-expression-parse
If want to update the spdx-expression-parse package execute the command as below,
$ sudo npm update spdx-expression-parse
Update package globally,
$ npm install -g spdx-expression-parse
$ sudo git clone https://github.com/rektide/spdx-expression-parse.git
$ sudo npm install -g ./spdx-expression-parse
spdx-expression-parse@2.0.2 /usr/lib/node_modules/spdx-expression-parse
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall spdx-expression-parse
| Package Name | spdx-expression-parse |
| Version | 2.0.2 |
| Description | parse SPDX license expressions |
| Released Date | 2017-07-04T19:44:33.121Z |
| Published by | kemitchell |
| How to Learn | https://www.npmjs.com/package/spdx-expression-parse/tutorial |