Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-finite/package.json')
-rw-r--r--node_modules/is-finite/package.json18
1 files changed, 8 insertions, 10 deletions
diff --git a/node_modules/is-finite/package.json b/node_modules/is-finite/package.json
index b50dda4..4a14484 100644
--- a/node_modules/is-finite/package.json
+++ b/node_modules/is-finite/package.json
@@ -1,8 +1,8 @@
{
"_from": "is-finite@^1.0.0",
- "_id": "is-finite@1.0.2",
+ "_id": "is-finite@1.1.0",
"_inBundle": false,
- "_integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
+ "_integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==",
"_location": "/is-finite",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/repeating"
],
- "_resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
- "_shasum": "cc6677695602be550ef11e8b4aa6305342b6d0aa",
+ "_resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
+ "_shasum": "904135c77fb42c0641d6aa1bcdbc4daa8da082f3",
"_spec": "is-finite@^1.0.0",
- "_where": "/Users/gebauer/ws/themes/ag/node_modules/repeating",
+ "_where": "/Users/austingebauer/Workspace/personal-website/themes/hugo-dev-theme/node_modules/repeating",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -31,13 +31,10 @@
"url": "https://github.com/sindresorhus/is-finite/issues"
},
"bundleDependencies": false,
- "dependencies": {
- "number-is-nan": "^1.0.0"
- },
"deprecated": false,
"description": "ES2015 Number.isFinite() ponyfill",
"devDependencies": {
- "ava": "*"
+ "ava": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
@@ -45,6 +42,7 @@
"files": [
"index.js"
],
+ "funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/is-finite#readme",
"keywords": [
"es2015",
@@ -64,5 +62,5 @@
"scripts": {
"test": "ava"
},
- "version": "1.0.2"
+ "version": "1.1.0"
}