1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00:04 +02:00

update dependencies

This commit is contained in:
s2
2018-10-10 15:11:12 +02:00
parent da4083f574
commit 5c55c54b71
90877 changed files with 339776 additions and 33677 deletions

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"is-finite@1.0.2",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "is-finite@1.0.2",
"_from": "is-finite@^1.0.0",
"_id": "is-finite@1.0.2",
"_inBundle": false,
"_integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
"_location": "/is-finite",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "is-finite@1.0.2",
"raw": "is-finite@^1.0.0",
"name": "is-finite",
"escapedName": "is-finite",
"rawSpec": "1.0.2",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.2"
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/repeating"
],
"_resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "E:\\projects\\p\\gitlit\\app",
"_shasum": "cc6677695602be550ef11e8b4aa6305342b6d0aa",
"_spec": "is-finite@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\repeating",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,9 +30,11 @@
"bugs": {
"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": "*"