Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
21
node_modules/is-negative-zero/README.md
generated
vendored
21
node_modules/is-negative-zero/README.md
generated
vendored
|
|
@ -1,6 +1,5 @@
|
|||
#is-negative-zero <sup>[![Version Badge][2]][1]</sup>
|
||||
# is-negative-zero <sup>[![Version Badge][2]][1]</sup>
|
||||
|
||||
[![Build Status][3]][4]
|
||||
[![dependency status][5]][6]
|
||||
[![dev dependency status][7]][8]
|
||||
[![License][license-image]][license-url]
|
||||
|
|
@ -8,8 +7,6 @@
|
|||
|
||||
[![npm badge][11]][1]
|
||||
|
||||
[![browser support][9]][10]
|
||||
|
||||
Is this value negative zero? === will lie to you.
|
||||
|
||||
## Example
|
||||
|
|
@ -39,15 +36,13 @@ assert.ok(isNegativeZero(-0));
|
|||
Simply clone the repo, `npm install`, and run `npm test`
|
||||
|
||||
[1]: https://npmjs.org/package/is-negative-zero
|
||||
[2]: http://vb.teelaun.ch/ljharb/is-negative-zero.svg
|
||||
[3]: https://travis-ci.org/ljharb/is-negative-zero.svg
|
||||
[4]: https://travis-ci.org/ljharb/is-negative-zero
|
||||
[5]: https://david-dm.org/ljharb/is-negative-zero.svg
|
||||
[6]: https://david-dm.org/ljharb/is-negative-zero
|
||||
[7]: https://david-dm.org/ljharb/is-negative-zero/dev-status.svg
|
||||
[8]: https://david-dm.org/ljharb/is-negative-zero#info=devDependencies
|
||||
[9]: https://ci.testling.com/ljharb/is-negative-zero.png
|
||||
[10]: https://ci.testling.com/ljharb/is-negative-zero
|
||||
[2]: http://versionbadg.es/inspect-js/is-negative-zero.svg
|
||||
[3]: https://travis-ci.org/inspect-js/is-negative-zero.svg
|
||||
[4]: https://travis-ci.org/inspect-js/is-negative-zero
|
||||
[5]: https://david-dm.org/inspect-js/is-negative-zero.svg
|
||||
[6]: https://david-dm.org/inspect-js/is-negative-zero
|
||||
[7]: https://david-dm.org/inspect-js/is-negative-zero/dev-status.svg
|
||||
[8]: https://david-dm.org/inspect-js/is-negative-zero#info=devDependencies
|
||||
[11]: https://nodei.co/npm/is-negative-zero.png?downloads=true&stars=true
|
||||
[license-image]: http://img.shields.io/npm/l/is-negative-zero.svg
|
||||
[license-url]: LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue