{
  "_args": [
    [
      "ts-deepmerge@7.0.3",
      "/var/www/html/armory.jba3.com/api-temporary-for-convert"
    ]
  ],
  "_from": "ts-deepmerge@7.0.3",
  "_id": "ts-deepmerge@7.0.3",
  "_inBundle": false,
  "_integrity": "sha512-Du/ZW2RfwV/D4cmA5rXafYjBQVuvu4qGiEEla4EmEHVHgRdx68Gftx7i66jn2bzHPwSVZY36Ae6OuDn9el4ZKA==",
  "_location": "/ts-deepmerge",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ts-deepmerge@7.0.3",
    "name": "ts-deepmerge",
    "escapedName": "ts-deepmerge",
    "rawSpec": "7.0.3",
    "saveSpec": null,
    "fetchSpec": "7.0.3"
  },
  "_requiredBy": [
    "/@tsoa/cli"
  ],
  "_resolved": "https://registry.npmjs.org/ts-deepmerge/-/ts-deepmerge-7.0.3.tgz",
  "_spec": "7.0.3",
  "_where": "/var/www/html/armory.jba3.com/api-temporary-for-convert",
  "author": {
    "name": "Raice Hannay",
    "email": "voodoocreation@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/voodoocreation/ts-deepmerge/issues"
  },
  "description": "A TypeScript deep merge function.",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "concurrently": "^9.1.0",
    "cross-env": "^7.0.3",
    "eslint": "^9.15.0",
    "eslint-config-voodoocreation": "^7.0.1",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.9.0",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.3.3",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.2.5",
    "typescript": "^5.6.3"
  },
  "engines": {
    "node": ">=14.13.1"
  },
  "exports": {
    "import": "./esm/index.js",
    "require": "./cjs/index.js"
  },
  "files": [
    "**/package.json",
    "**/index.js",
    "**/*.d.ts"
  ],
  "homepage": "https://github.com/voodoocreation/ts-deepmerge#readme",
  "keywords": [
    "typescript",
    "deep",
    "merge",
    "types",
    "ts-merge",
    "ts-deepmerge",
    "merging",
    "deep",
    "deepmerge",
    "deep-merge",
    "recursive",
    "recursive-merge"
  ],
  "license": "ISC",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "name": "ts-deepmerge",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/voodoocreation/ts-deepmerge.git"
  },
  "scripts": {
    "clean": "rimraf ./{cjs,esm}/!(package.json)",
    "compile": "yarn clean && yarn compile:esm && yarn compile:cjs",
    "compile:cjs": "yarn tsc --project tsconfig.cjs.json",
    "compile:esm": "yarn tsc --project tsconfig.esm.json",
    "compile:watch": "yarn clean && concurrently --kill-others \"yarn compile:esm --watch\" \"yarn compile:cjs --watch\"",
    "format": "prettier --write \"**/*.{json,ts,tsx}\"",
    "lint": "eslint \"./src/**/*.ts?(x)\"",
    "lint:fix": "yarn format && yarn lint --fix",
    "prepack": "yarn compile",
    "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
    "test:all": "yarn lint:fix && yarn typecheck && yarn test --coverage",
    "typecheck": "tsc --noEmit"
  },
  "type": "module",
  "types": "./cjs/index.d.ts",
  "version": "7.0.3"
}
