mirror of
https://github.com/anchore/syft.git
synced 2025-11-19 01:13:18 +01:00
24 lines
547 B
JSON
24 lines
547 B
JSON
{
|
|
"name": "merge-objects",
|
|
"version": "1.0.5",
|
|
"description": "Merge two objects and concatenate arrays that are values of the same object key.",
|
|
"main": "lib/merge-objects.js",
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:shevaroller/node-merge-objects.git"
|
|
},
|
|
"keywords": [
|
|
"merge",
|
|
"object",
|
|
"extend",
|
|
"concat",
|
|
"array",
|
|
"mixin"
|
|
],
|
|
"author": "Oleksii Shevchenko <shevaroller@gmail.com> (http://shevaroller.me)",
|
|
"license": "MIT"
|
|
}
|