{
  "_args": [
    [
      "klona@1.1.2",
      "/datamix/pm/www/lib/external/formbuilder"
    ]
  ],
  "_development": true,
  "_from": "klona@1.1.2",
  "_id": "klona@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-xf88rTeHiXk+XE2Vhi6yj8Wm3gMZrygGdKjJqN8HkV+PwF/t50/LdAKHoHpPcxFAlmQszTZ1CugrK25S7qDRLA==",
  "_location": "/klona",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "klona@1.1.2",
    "name": "klona",
    "escapedName": "klona",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/sass-loader"
  ],
  "_resolved": "https://registry.npmjs.org/klona/-/klona-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/datamix/pm/www/lib/external/formbuilder",
  "author": {
    "name": "Luke Edwards",
    "email": "luke.edwards05@gmail.com",
    "url": "https://lukeed.com"
  },
  "bugs": {
    "url": "https://github.com/lukeed/klona/issues"
  },
  "description": "A tiny (423B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!",
  "devDependencies": {
    "bundt": "1.0.2",
    "esm": "3.2.25",
    "uvu": "0.0.17"
  },
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "*.d.ts",
    "dist"
  ],
  "homepage": "https://github.com/lukeed/klona#readme",
  "keywords": [
    "clone",
    "copy",
    "deep",
    "extend",
    "recursive",
    "object"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "name": "klona",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukeed/klona.git"
  },
  "scripts": {
    "build": "bundt",
    "pretest": "npm run build",
    "test": "uvu -r esm test"
  },
  "types": "index.d.ts",
  "unpkg": "dist/index.min.js",
  "version": "1.1.2"
}
