summaryrefslogtreecommitdiff
path: root/node_modules/is-finite/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-finite/package.json')
-rw-r--r--node_modules/is-finite/package.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/node_modules/is-finite/package.json b/node_modules/is-finite/package.json
new file mode 100644
index 0000000..efe20f3
--- /dev/null
+++ b/node_modules/is-finite/package.json
@@ -0,0 +1,34 @@
+{
+ "name": "is-finite",
+ "version": "1.1.0",
+ "description": "ES2015 Number.isFinite() ponyfill",
+ "license": "MIT",
+ "repository": "sindresorhus/is-finite",
+ "funding": "https://github.com/sponsors/sindresorhus",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "es2015",
+ "ponyfill",
+ "polyfill",
+ "shim",
+ "number",
+ "finite",
+ "is"
+ ],
+ "devDependencies": {
+ "ava": "^3.2.0"
+ }
+}