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

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

@@ -1,34 +1,28 @@
{
"_args": [
[
"bluebird@3.5.1",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "bluebird@3.5.1",
"_id": "bluebird@3.5.1",
"_from": "bluebird@^3.5.0",
"_id": "bluebird@3.5.2",
"_inBundle": false,
"_integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==",
"_integrity": "sha512-dhHTWMI7kMx5whMQntl7Vr9C6BvV10lFXDAasnqnrMYhXVCzzk6IO9Fo2L75jXHT07WrOngL1WDXOp+yYS91Yg==",
"_location": "/bluebird",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "bluebird@3.5.1",
"raw": "bluebird@^3.5.0",
"name": "bluebird",
"escapedName": "bluebird",
"rawSpec": "3.5.1",
"rawSpec": "^3.5.0",
"saveSpec": null,
"fetchSpec": "3.5.1"
"fetchSpec": "^3.5.0"
},
"_requiredBy": [
"/electron-osx-sign",
"/get-package-info"
],
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
"_spec": "3.5.1",
"_where": "/home/s2/Documents/Code/gitlit",
"_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",
"author": {
"name": "Petka Antonov",
"email": "petka_antonov@hotmail.com",
@@ -38,6 +32,8 @@
"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",
@@ -99,8 +95,8 @@
"istanbul": "istanbul",
"lint": "node scripts/jshint.js",
"prepublish": "npm run generate-browser-core && npm run generate-browser-full",
"test": "node tools/test.js"
"test": "node --expose-gc tools/test.js"
},
"version": "3.5.1",
"version": "3.5.2",
"webpack": "./js/release/bluebird.js"
}