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,33 +1,27 @@
{
"_args": [
[
"nopt@1.0.10",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "nopt@1.0.10",
"_from": "nopt@~1.0.10",
"_id": "nopt@1.0.10",
"_inBundle": false,
"_integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=",
"_location": "/touch/nopt",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "nopt@1.0.10",
"raw": "nopt@~1.0.10",
"name": "nopt",
"escapedName": "nopt",
"rawSpec": "1.0.10",
"rawSpec": "~1.0.10",
"saveSpec": null,
"fetchSpec": "1.0.10"
"fetchSpec": "~1.0.10"
},
"_requiredBy": [
"/touch"
],
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
"_spec": "1.0.10",
"_where": "E:\\projects\\p\\gitlit\\app",
"_shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
"_spec": "nopt@~1.0.10",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\touch",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -39,10 +33,15 @@
"bugs": {
"url": "https://github.com/isaacs/nopt/issues"
},
"bundleDependencies": false,
"dependencies": {
"abbrev": "1"
},
"deprecated": false,
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"engines": {
"node": "*"
},
"homepage": "https://github.com/isaacs/nopt#readme",
"license": {
"type": "MIT",

14
app/node_modules/touch/package.json generated vendored
View File

@@ -1,11 +1,4 @@
{
"_args": [
[
"touch@0.0.3",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "touch@0.0.3",
"_id": "touch@0.0.3",
"_inBundle": false,
@@ -28,8 +21,9 @@
"/decompress-zip"
],
"_resolved": "https://registry.npmjs.org/touch/-/touch-0.0.3.tgz",
"_spec": "0.0.3",
"_where": "E:\\projects\\p\\gitlit\\app",
"_shasum": "51aef3d449571d4f287a5d87c9c8b49181a0db1d",
"_spec": "touch@0.0.3",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\decompress-zip",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -38,9 +32,11 @@
"bugs": {
"url": "https://github.com/isaacs/node-touch/issues"
},
"bundleDependencies": false,
"dependencies": {
"nopt": "~1.0.10"
},
"deprecated": false,
"description": "like touch(1) in node",
"engines": {
"node": ">=0.6"