{
  "name": "@visulima/deep-clone",
  "version": "4.0.0",
  "description": "Fastest deep clone implementation.",
  "keywords": [
    "anolilab",
    "clone",
    "clone-deep",
    "copy",
    "deep",
    "deep-clone",
    "deep-copy",
    "deepclone",
    "deepcopy",
    "fast",
    "fast-clone",
    "fast-copy",
    "fast-deep-clone",
    "fast-deep-copy",
    "fastclone",
    "fastcopy",
    "fastest-json-copy",
    "key",
    "keys",
    "lodash.clonedeep",
    "nano-copy",
    "obj",
    "object",
    "performance",
    "performant",
    "plain-object-clone",
    "prop",
    "properties",
    "ramda",
    "recursive",
    "standard",
    "values",
    "visulima"
  ],
  "homepage": "https://visulima.com/packages/deep-clone/",
  "repository": {
    "type": "git",
    "url": "https://github.com/visulima/visulima.git",
    "directory": "packages/data-manipulation/deep-clone"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/prisis"
    },
    {
      "type": "consulting",
      "url": "https://anolilab.com/support"
    }
  ],
  "license": "MIT",
  "author": {
    "name": "Daniel Bannert",
    "email": "d.bannert@anolilab.de"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./handler": {
      "types": "./dist/handler.d.ts",
      "default": "./dist/handler.js"
    },
    "./utils": {
      "types": "./dist/utils.d.ts",
      "default": "./dist/utils.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/**",
    "README.md",
    "CHANGELOG.md",
    "LICENSE.md"
  ],
  "engines": {
    "node": "^22.14.0 || >=24.10.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}