UNPKG

motion

Version:

motion - moving development forward

76 lines (75 loc) 2.58 kB
{ "_args": [ [ "number-is-nan@https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "number-is-nan@>=1.0.0 <2.0.0", "_id": "number-is-nan@1.0.0", "_inCache": true, "_location": "/number-is-nan", "_phantomChildren": {}, "_requested": { "name": "number-is-nan", "raw": "number-is-nan@https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz", "rawSpec": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz", "scope": null, "spec": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz", "type": "remote" }, "_requiredBy": [ "/is-finite" ], "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz", "_shasum": "c020f529c5282adfdd233d91d4b181c3d686dc4b", "_shrinkwrap": null, "_spec": "number-is-nan@https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz", "_where": "/Users/nw/flint/packages/flint", "author": { "email": "sindresorhus@gmail.com", "name": "Sindre Sorhus", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/number-is-nan/issues" }, "dependencies": {}, "description": "ES6 Number.isNaN() ponyfill", "devDependencies": { "ava": "0.0.4" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/number-is-nan#readme", "keywords": [ "ecmascript", "es2015", "es6", "harmony", "is", "nan", "not", "number", "polyfill", "ponyfill", "shim" ], "license": "MIT", "name": "number-is-nan", "optionalDependencies": {}, "readme": "# number-is-nan [![Build Status](https://travis-ci.org/sindresorhus/number-is-nan.svg?branch=master)](https://travis-ci.org/sindresorhus/number-is-nan)\n\n> ES6 [`Number.isNaN()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN) ponyfill\n\n> Ponyfill: A polyfill that doesn't overwrite the native method\n\n\n## Install\n\n```\n$ npm install --save number-is-nan\n```\n\n\n## Usage\n\n```js\nvar numberIsNan = require('number-is-nan');\n\nnumberIsNan(NaN);\n//=> true\n\nnumberIsNan('unicorn');\n//=> false\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n", "readmeFilename": "readme.md", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/number-is-nan.git" }, "scripts": { "test": "node test.js" }, "version": "1.0.0" }