{
  "_args": [
    [
      "mixme@0.5.10",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "mixme@0.5.10",
  "_id": "mixme@0.5.10",
  "_inBundle": false,
  "_integrity": "sha512-5H76ANWinB1H3twpJ6JY8uvAtpmFvHNArpilJAjXRKXSDDLPIMoZArw5SH0q9z+lLs8IrMw7Q2VWpWimFKFT1Q==",
  "_location": "/mixme",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mixme@0.5.10",
    "name": "mixme",
    "escapedName": "mixme",
    "rawSpec": "0.5.10",
    "saveSpec": null,
    "fetchSpec": "0.5.10"
  },
  "_requiredBy": [
    "/stream-transform"
  ],
  "_resolved": "https://registry.npmjs.org/mixme/-/mixme-0.5.10.tgz",
  "_spec": "0.5.10",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "David Worms",
    "email": "david@adaltas.com",
    "url": "https://www.adaltas.com"
  },
  "bugs": {
    "url": "https://github.com/adaltas/node-mixme/issues"
  },
  "contributors": [
    {
      "name": "Paul Farault",
      "email": "paul.farault@gmail.com"
    }
  ],
  "dependencies": {},
  "description": "A library for recursively merging JavaScript objects",
  "devDependencies": {
    "@babel/core": "^7.23.3",
    "@babel/preset-env": "^7.23.3",
    "@commitlint/cli": "^18.4.2",
    "@commitlint/config-conventional": "^18.4.2",
    "@rollup/plugin-babel": "^6.0.4",
    "@types/mocha": "^10.0.4",
    "@types/node": "^20.9.1",
    "coffeescript": "^2.7.0",
    "husky": "^8.0.3",
    "mocha": "^10.2.0",
    "pinst": "^3.0.0",
    "rollup": "^4.5.0",
    "should": "^13.2.3",
    "standard-version": "^9.5.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.ts",
        "default": "./lib/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.cts",
        "default": "./dist/cjs/index.cjs"
      }
    }
  },
  "files": [
    "dist",
    "lib"
  ],
  "homepage": "https://github.com/adaltas/node-mixme",
  "keywords": [
    "clone",
    "copy",
    "deep",
    "extend",
    "merge",
    "objects",
    "recursive"
  ],
  "license": "MIT",
  "main": "./dist/cjs/index.cjs",
  "mocha": {
    "inline-diffs": true,
    "loader": "ts-node/esm",
    "recursive": true,
    "reporter": "spec",
    "require": [
      "should"
    ],
    "throw-deprecation": true,
    "timeout": 40000
  },
  "module": "dist/esm/index.js",
  "name": "mixme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adaltas/node-mixme.git"
  },
  "scripts": {
    "_postinstall": "husky install",
    "build": "npm run build:rollup && npm run build:ts",
    "build:rollup": "rollup -c",
    "build:ts": "cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/*.ts dist/esm",
    "postpublish": "pinst --enable",
    "postrelease": "git push --follow-tags origin master",
    "prepublishOnly": "pinst --disable",
    "release": "standard-version",
    "release:major": "standard-version --release-as major",
    "release:minor": "standard-version --release-as minor",
    "release:patch": "standard-version --release-as patch",
    "test": "mocha 'test/**/*.{js,ts}'"
  },
  "type": "module",
  "types": "lib/index.d.ts",
  "typesVersions": {
    "*": {
      ".": [
        "dist/esm/index.d.ts"
      ]
    }
  },
  "version": "0.5.10"
}
