github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/test/integration/test-fixtures/yarn-lock/node_modules/merge-objects/package.json (about) 1 { 2 "name": "merge-objects", 3 "version": "1.0.5", 4 "description": "Merge two objects and concatenate arrays that are values of the same object key.", 5 "main": "lib/merge-objects.js", 6 "scripts": { 7 "test": "node test/test.js" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "git@github.com:shevaroller/node-merge-objects.git" 12 }, 13 "keywords": [ 14 "merge", 15 "object", 16 "extend", 17 "concat", 18 "array", 19 "mixin" 20 ], 21 "author": "Oleksii Shevchenko <shevaroller@gmail.com> (http://shevaroller.me)", 22 "license": "MIT" 23 }