| { | |
| "author": { | |
| "email": "sindresorhus@gmail.com", | |
| "name": "Sindre Sorhus", | |
| "url": "sindresorhus.com" | |
| }, | |
| "description": "ES2015 Number.isNaN() ponyfill", | |
| "devDependencies": { | |
| "ava": "*" | |
| }, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| }, | |
| "files": [ | |
| "index.js" | |
| ], | |
| "keywords": [ | |
| "es2015", | |
| "ecmascript", | |
| "ponyfill", | |
| "polyfill", | |
| "shim", | |
| "number", | |
| "is", | |
| "nan", | |
| "not" | |
| ], | |
| "license": "MIT", | |
| "name": "number-is-nan", | |
| "repository": "sindresorhus/number-is-nan", | |
| "scripts": { | |
| "test": "ava" | |
| }, | |
| "version": "1.0.1" | |
| } |