{
  "name": "fast-clone",
  "version": "1.5.13",
  "description": "Extremely fast deep cloning function",
  "main": "./index.js",
  "keywords": [
    "clone",
    "copy",
    "deep",
    "object",
    "date",
    "fast",
    "fastest",
    "quick",
    "efficient"
  ],
  "author": "Ben Daniel <codeandcats@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codeandcats/fast-clone.git"
  },
  "bugs": {
    "url": "https://github.com/codeandcats/fast-clone/issues"
  },
  "homepage": "https://github.com/codeandcats/fast-clone#readme",
  "types": "index.d.ts"
}