You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
585 B
35 lines
585 B
{ |
|
"name": "number-is-nan", |
|
"version": "1.0.1", |
|
"description": "ES2015 Number.isNaN() ponyfill", |
|
"license": "MIT", |
|
"repository": "sindresorhus/number-is-nan", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"scripts": { |
|
"test": "ava" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"keywords": [ |
|
"es2015", |
|
"ecmascript", |
|
"ponyfill", |
|
"polyfill", |
|
"shim", |
|
"number", |
|
"is", |
|
"nan", |
|
"not" |
|
], |
|
"devDependencies": { |
|
"ava": "*" |
|
} |
|
}
|
|
|