{
  "_args": [
    [
      "merge-options@3.0.4",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "merge-options@3.0.4",
  "_id": "merge-options@3.0.4",
  "_inBundle": false,
  "_integrity": "sha512-2Sug1+knBjkaMsMgf1ctR1Ujx+Ayku4EdJN4Z+C2+JzoeF7A3OZ9KM2GY0CpQS51NR61LTurMJrRKPhSs3ZRTQ==",
  "_location": "/merge-options",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "merge-options@3.0.4",
    "name": "merge-options",
    "escapedName": "merge-options",
    "rawSpec": "3.0.4",
    "saveSpec": null,
    "fetchSpec": "3.0.4"
  },
  "_requiredBy": [
    "/ipfs-core-utils",
    "/ipfs-unixfs-importer",
    "/ipfs-utils"
  ],
  "_resolved": "https://registry.npmjs.org/merge-options/-/merge-options-3.0.4.tgz",
  "_spec": "3.0.4",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Michael Mayer",
    "email": "michael@schnittstabil.de"
  },
  "bugs": {
    "url": "https://github.com/schnittstabil/merge-options/issues"
  },
  "dependencies": {
    "is-plain-obj": "^2.1.0"
  },
  "description": "Merge Option Objects",
  "devDependencies": {
    "ava": "^3.11.1",
    "coveralls": "^3.1.0",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "tsd": "^0.13.1",
    "xo": "^0.33.0"
  },
  "engines": {
    "node": ">=10"
  },
  "exports": {
    "require": "./index.js",
    "import": "./index.mjs"
  },
  "files": [
    "index.d.ts",
    "index.js",
    "index.mjs"
  ],
  "homepage": "https://github.com/schnittstabil/merge-options#readme",
  "keywords": [
    "merge",
    "options",
    "deep",
    "plain",
    "object",
    "extend",
    "clone"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "merge-options",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/schnittstabil/merge-options.git"
  },
  "scripts": {
    "clean": "rimraf .nyc_output/ coverage/",
    "coverage-html": "nyc ava && nyc report --reporter=html",
    "lint": "xo",
    "test": "xo && tsd && nyc ava",
    "typecheck": "tsd",
    "unit": "ava"
  },
  "version": "3.0.4",
  "xo": {
    "rules": {
      "import/extensions": "off",
      "import/no-useless-path-segments": "off",
      "unicorn/import-index": "off"
    }
  }
}
