Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
12
node_modules/parse-ms/readme.md
generated
vendored
12
node_modules/parse-ms/readme.md
generated
vendored
|
|
@ -1,19 +1,17 @@
|
|||
# parse-ms [](https://travis-ci.org/sindresorhus/parse-ms)
|
||||
# parse-ms
|
||||
|
||||
> Parse milliseconds into an object
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
$ npm install parse-ms
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
const parseMilliseconds = require('parse-ms');
|
||||
import parseMilliseconds from 'parse-ms';
|
||||
|
||||
parseMilliseconds(1337000001);
|
||||
/*
|
||||
|
|
@ -29,13 +27,7 @@ parseMilliseconds(1337000001);
|
|||
*/
|
||||
```
|
||||
|
||||
|
||||
## Related
|
||||
|
||||
- [to-milliseconds](https://github.com/sindresorhus/to-milliseconds) - The inverse of this module
|
||||
- [pretty-ms](https://github.com/sindresorhus/pretty-ms) - Convert milliseconds to a human readable string
|
||||
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Sindre Sorhus](https://sindresorhus.com)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue