| Name: | nodejs-ms |
|---|---|
| Version: | 0.6.2 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | System Environment/Libraries |
| Size: | 4222 |
| License: | MIT |
| RPM: | nodejs-ms-0.6.2-1.el7.noarch.rpm |
| Source RPM: | nodejs-ms-0.6.2-1.el7.src.rpm |
| Build Date: | Tue Dec 19 2017 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/guille/ms.js/ |
| Summary: | Tiny milliseconds conversion utility for Node.js |
| Description: | This module is a tiny milliseconds conversion utility for Node.js. It does the following: - If a number is supplied to ms, a string with a unit is returned. - If a string that contains the number is supplied, it returns it as a number (e.g: it returns 100 for '100'). - If you pass a string with a number and a valid unit, the number of equivalent milliseconds is returned. |
- update to upstream release 0.6.2
- restrict to compatible arches
- update to upstream release 0.6.1
- update to upstream release 0.6.0 - History.md is now not included in the npm tarball - tests are now not included in the npm tarball, so download separately
- update to upstream release 0.5.1
- add a copy of the MIT license to comply with license requirements
- initial package