1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "is-finite",
|
3 |
|
|
"version": "1.1.0",
|
4 |
|
|
"description": "ES2015 Number.isFinite() ponyfill",
|
5 |
|
|
"license": "MIT",
|
6 |
|
|
"repository": "sindresorhus/is-finite",
|
7 |
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
8 |
|
|
"author": {
|
9 |
|
|
"name": "Sindre Sorhus",
|
10 |
|
|
"email": "sindresorhus@gmail.com",
|
11 |
|
|
"url": "sindresorhus.com"
|
12 |
|
|
},
|
13 |
|
|
"engines": {
|
14 |
|
|
"node": ">=0.10.0"
|
15 |
|
|
},
|
16 |
|
|
"scripts": {
|
17 |
|
|
"test": "ava"
|
18 |
|
|
},
|
19 |
|
|
"files": [
|
20 |
|
|
"index.js"
|
21 |
|
|
],
|
22 |
|
|
"keywords": [
|
23 |
|
|
"es2015",
|
24 |
|
|
"ponyfill",
|
25 |
|
|
"polyfill",
|
26 |
|
|
"shim",
|
27 |
|
|
"number",
|
28 |
|
|
"finite",
|
29 |
|
|
"is"
|
30 |
|
|
],
|
31 |
|
|
"devDependencies": {
|
32 |
|
|
"ava": "^3.2.0"
|
33 |
|
|
}
|
34 |
|
|
}
|