blob: 4747b8f891682d896eb8eea40410788ed0151cef [file] [log] [blame]
{
"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"
}