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

32
node_modules/path-parse/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"path-parse@1.0.5",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "path-parse@1.0.5",
"_id": "path-parse@1.0.5",
"_from": "path-parse@^1.0.5",
"_id": "path-parse@1.0.6",
"_inBundle": false,
"_integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=",
"_integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
"_location": "/path-parse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "path-parse@1.0.5",
"raw": "path-parse@^1.0.5",
"name": "path-parse",
"escapedName": "path-parse",
"rawSpec": "1.0.5",
"rawSpec": "^1.0.5",
"saveSpec": null,
"fetchSpec": "1.0.5"
"fetchSpec": "^1.0.5"
},
"_requiredBy": [
"/resolve"
],
"_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz",
"_spec": "1.0.5",
"_where": "/home/s2/Documents/Code/gitlit",
"_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
"_shasum": "d62dbb5679405d72c4737ec58600e9ddcf06d24c",
"_spec": "path-parse@^1.0.5",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\resolve",
"author": {
"name": "Javier Blanco",
"email": "http://jbgutierrez.info"
@@ -35,6 +29,8 @@
"bugs": {
"url": "https://github.com/jbgutierrez/path-parse/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Node.js path.parse() ponyfill",
"homepage": "https://github.com/jbgutierrez/path-parse#readme",
"keywords": [
@@ -61,5 +57,5 @@
"scripts": {
"test": "node test.js"
},
"version": "1.0.5"
"version": "1.0.6"
}