{"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"keywords":["Number","ES6","toStringTag","@@toStringTag","Number object"],"dist-tags":{"latest":"1.0.3"},"author":{"name":"Jordan Harband"},"description":"Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","readme":"# is-number-object <sup>[![Version Badge][2]][1]</sup>\n\n[![Build Status][3]][4]\n[![dependency status][5]][6]\n[![dev dependency status][7]][8]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][11]][1]\n\n[![browser support][9]][10]\n\nIs this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.\n\n## Example\n\n```js\nvar isNumber = require('is-number-object');\nvar assert = require('assert');\n\nassert.notOk(isNumber(undefined));\nassert.notOk(isNumber(null));\nassert.notOk(isNumber(false));\nassert.notOk(isNumber(true));\nassert.notOk(isNumber('foo'));\nassert.notOk(isNumber(function () {}));\nassert.notOk(isNumber([]));\nassert.notOk(isNumber({}));\nassert.notOk(isNumber(/a/g));\nassert.notOk(isNumber(new RegExp('a', 'g')));\nassert.notOk(isNumber(new Date()));\n\nassert.ok(isNumber(42));\nassert.ok(isNumber(NaN));\nassert.ok(isNumber(Infinity));\nassert.ok(isNumber(new Number(42)));\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[1]: https://npmjs.org/package/is-number-object\n[2]: http://vb.teelaun.ch/ljharb/is-number-object.svg\n[3]: https://travis-ci.org/ljharb/is-number-object.svg\n[4]: https://travis-ci.org/ljharb/is-number-object\n[5]: https://david-dm.org/ljharb/is-number-object.svg\n[6]: https://david-dm.org/ljharb/is-number-object\n[7]: https://david-dm.org/ljharb/is-number-object/dev-status.svg\n[8]: https://david-dm.org/ljharb/is-number-object#info=devDependencies\n[9]: https://ci.testling.com/ljharb/is-number-object.png\n[10]: https://ci.testling.com/ljharb/is-number-object\n[11]: https://nodei.co/npm/is-number-object.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/is-number-object.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/is-number-object.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=is-number-object\n","repository":{"type":"git","url":"git://github.com/ljharb/is-number-object.git"},"bugs":{"url":"https://github.com/ljharb/is-number-object/issues"},"license":"MIT","versions":{"1.0.0":{"name":"is-number-object","version":"1.0.0","author":{"name":"Jordan Harband"},"description":"Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && node --harmony --es-staging test.js && npm run security","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs test.js *.js","eslint":"eslint test.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-number-object.git"},"keywords":["Number","ES6","toStringTag","@@toStringTag","Number object"],"dependencies":{},"devDependencies":{"foreach":"~2.0.5","is":"~2.2.0","tape":"~3.4.0","indexof":"~0.0.1","covert":"1.0.0","jscs":"~1.10.0","editorconfig-tools":"~0.0.1","nsp":"~1.0.0","eslint":"~0.12.0","semver":"~4.2.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"a1bb415f8e37b561092080a11446e5cf39b027d9","bugs":{"url":"https://github.com/ljharb/is-number-object/issues"},"homepage":"https://github.com/ljharb/is-number-object","_id":"is-number-object@1.0.0","_shasum":"dd62d5bb8d100df8e8d06ebf6700a13a7b18834a","_from":".","_npmVersion":"2.3.0","_nodeVersion":"1.0.4","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"dist":{"shasum":"dd62d5bb8d100df8e8d06ebf6700a13a7b18834a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/is-number-object/-/is-number-object-1.0.0.tgz"},"directories":{}},"1.0.2":{"name":"is-number-object","version":"1.0.2","author":{"name":"Jordan Harband"},"description":"Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && node --harmony --es-staging test.js && npm run security","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs test.js *.js","eslint":"eslint test.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-number-object.git"},"keywords":["Number","ES6","toStringTag","@@toStringTag","Number object"],"dependencies":{},"devDependencies":{"foreach":"~2.0.5","is":"~2.2.0","tape":"~3.4.0","indexof":"~0.0.1","covert":"1.0.0","jscs":"~1.10.0","editorconfig-tools":"~0.0.1","nsp":"~1.0.0","eslint":"~0.12.0","semver":"~4.2.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"43afda8a160cb45b3500810f8dc0705f4950f7ab","bugs":{"url":"https://github.com/ljharb/is-number-object/issues"},"homepage":"https://github.com/ljharb/is-number-object","_id":"is-number-object@1.0.2","_shasum":"0041c5bcb812287f18cb224baf9819db54887168","_from":".","_npmVersion":"2.3.0","_nodeVersion":"1.0.4","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"dist":{"shasum":"0041c5bcb812287f18cb224baf9819db54887168","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/is-number-object/-/is-number-object-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"is-number-object","version":"1.0.3","author":{"name":"Jordan Harband"},"description":"Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && node --harmony --es-staging test.js && npm run security","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs test.js *.js","eslint":"eslint test.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-number-object.git"},"keywords":["Number","ES6","toStringTag","@@toStringTag","Number object"],"dependencies":{},"devDependencies":{"foreach":"~2.0.5","is":"~2.2.0","tape":"~3.4.0","indexof":"~0.0.1","covert":"1.0.0","jscs":"~1.10.0","editorconfig-tools":"~0.0.1","nsp":"~1.0.0","eslint":"~0.12.0","semver":"~4.2.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"a9ea86bfff60e026294abfe72f5349fbab1cceef","bugs":{"url":"https://github.com/ljharb/is-number-object/issues"},"homepage":"https://github.com/ljharb/is-number-object","_id":"is-number-object@1.0.3","_shasum":"f265ab89a9f445034ef6aff15a8f00b00f551799","_from":".","_npmVersion":"2.3.0","_nodeVersion":"1.0.4","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"dist":{"shasum":"f265ab89a9f445034ef6aff15a8f00b00f551799","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/is-number-object/-/is-number-object-1.0.3.tgz"},"directories":{}}},"name":"is-number-object","time":{"modified":"2015-01-30T07:51:57.396Z","created":"2015-01-28T23:04:25.649Z","1.0.0":"2015-01-28T23:04:25.649Z","1.0.1":"2015-01-29T17:38:26.603Z","1.0.2":"2015-01-29T18:32:59.449Z","1.0.3":"2015-01-30T07:51:57.396Z"},"readmeFilename":"README.md","homepage":"https://github.com/ljharb/is-number-object"}