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": [
[
"object-assign@4.1.1",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "object-assign@4.1.1",
"_from": "object-assign@^4.0.1",
"_id": "object-assign@4.1.1",
"_inBundle": false,
"_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"_location": "/object-assign",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "object-assign@4.1.1",
"raw": "object-assign@^4.0.1",
"name": "object-assign",
"escapedName": "object-assign",
"rawSpec": "4.1.1",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "4.1.1"
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/meow"
],
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"_spec": "4.1.1",
"_where": "E:\\projects\\p\\gitlit\\app",
"_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
"_spec": "object-assign@^4.0.1",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\meow",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,6 +30,8 @@
"bugs": {
"url": "https://github.com/sindresorhus/object-assign/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ES2015 `Object.assign()` ponyfill",
"devDependencies": {
"ava": "^0.16.0",