1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50: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,27 +1,33 @@
{
"_from": "minimist@^1.1.3",
"_args": [
[
"minimist@1.2.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "minimist@1.2.0",
"_id": "minimist@1.2.0",
"_inBundle": false,
"_integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"_location": "/meow/minimist",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "minimist@^1.1.3",
"raw": "minimist@1.2.0",
"name": "minimist",
"escapedName": "minimist",
"rawSpec": "^1.1.3",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "^1.1.3"
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/meow"
],
"_resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"_shasum": "a35008b20f41383eec1fb914f4cd5df79a264284",
"_spec": "minimist@^1.1.3",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\meow",
"_spec": "1.2.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/substack/minimist/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "parse argument options",
"devDependencies": {
"covert": "^1.0.0",

24
node_modules/meow/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "meow@^3.1.0",
"_args": [
[
"meow@3.7.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "meow@3.7.0",
"_id": "meow@3.7.0",
"_inBundle": false,
"_integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
"_location": "/meow",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "meow@^3.1.0",
"raw": "meow@3.7.0",
"name": "meow",
"escapedName": "meow",
"rawSpec": "^3.1.0",
"rawSpec": "3.7.0",
"saveSpec": null,
"fetchSpec": "^3.1.0"
"fetchSpec": "3.7.0"
},
"_requiredBy": [
"/pretty-bytes"
],
"_resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
"_shasum": "72cb668b425228290abbfa856892587308a801fb",
"_spec": "meow@^3.1.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\pretty-bytes",
"_spec": "3.7.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/meow/issues"
},
"bundleDependencies": false,
"dependencies": {
"camelcase-keys": "^2.0.0",
"decamelize": "^1.1.2",
@@ -43,7 +48,6 @@
"redent": "^1.0.0",
"trim-newlines": "^1.0.0"
},
"deprecated": false,
"description": "CLI app helper",
"devDependencies": {
"ava": "*",