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

update dependencies

This commit is contained in:
s2
2018-10-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

38
node_modules/extend/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"extend@3.0.1",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "extend@3.0.1",
"_id": "extend@3.0.1",
"_from": "extend@~3.0.2",
"_id": "extend@3.0.2",
"_inBundle": false,
"_integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=",
"_integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
"_location": "/extend",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "extend@3.0.1",
"raw": "extend@~3.0.2",
"name": "extend",
"escapedName": "extend",
"rawSpec": "3.0.1",
"rawSpec": "~3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.1"
"fetchSpec": "~3.0.2"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "/home/s2/Documents/Code/gitlit",
"_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
"_shasum": "f8b1136b4071fbd8eb140aff858b1019ec2915fa",
"_spec": "extend@~3.0.2",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"author": {
"name": "Stefan Thomas",
"email": "justmoon@members.fsf.org",
@@ -36,6 +30,7 @@
"bugs": {
"url": "https://github.com/justmoon/node-extend/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
@@ -43,13 +38,14 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "Port of jQuery.extend for node.js and the browser",
"devDependencies": {
"@ljharb/eslint-config": "^11.0.0",
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.0",
"eslint": "^3.19.0",
"eslint": "^4.19.1",
"jscs": "^3.0.7",
"tape": "^4.6.3"
"tape": "^4.9.1"
},
"homepage": "https://github.com/justmoon/node-extend#readme",
"keywords": [
@@ -75,5 +71,5 @@
"test": "npm run tests-only",
"tests-only": "node test"
},
"version": "3.0.1"
"version": "3.0.2"
}