1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 13:10:09 +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

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

@@ -1,28 +1,34 @@
{
"_from": "bluebird@^3.5.0",
"_args": [
[
"bluebird@3.5.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "bluebird@3.5.2",
"_id": "bluebird@3.5.2",
"_inBundle": false,
"_integrity": "sha512-dhHTWMI7kMx5whMQntl7Vr9C6BvV10lFXDAasnqnrMYhXVCzzk6IO9Fo2L75jXHT07WrOngL1WDXOp+yYS91Yg==",
"_location": "/bluebird",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "bluebird@^3.5.0",
"raw": "bluebird@3.5.2",
"name": "bluebird",
"escapedName": "bluebird",
"rawSpec": "^3.5.0",
"rawSpec": "3.5.2",
"saveSpec": null,
"fetchSpec": "^3.5.0"
"fetchSpec": "3.5.2"
},
"_requiredBy": [
"/electron-osx-sign",
"/get-package-info"
],
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.2.tgz",
"_shasum": "1be0908e054a751754549c270489c1505d4ab15a",
"_spec": "bluebird@^3.5.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-osx-sign",
"_spec": "3.5.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Petka Antonov",
"email": "petka_antonov@hotmail.com",
@@ -32,8 +38,6 @@
"bugs": {
"url": "http://github.com/petkaantonov/bluebird/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"devDependencies": {
"acorn": "~0.6.0",