{
  "_from": "copy-anything@^2.0.1",
  "_id": "copy-anything@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-GK6QUtisv4fNS+XcI7shX0Gx9ORg7QqIznyfho79JTnX1XhLiyZHfftvGiziqzRiEi/Bjhgpi+D2o7HxJFPnDQ==",
  "_location": "/copy-anything",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "copy-anything@^2.0.1",
    "name": "copy-anything",
    "escapedName": "copy-anything",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/less"
  ],
  "_resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.3.tgz",
  "_shasum": "842407ba02466b0df844819bbe3baebbe5d45d87",
  "_spec": "copy-anything@^2.0.1",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\less",
  "author": {
    "name": "Luca Ban - Mesqueeb"
  },
  "ava": {
    "extensions": [
      "ts"
    ],
    "require": [
      "tsconfig-paths/register",
      "ts-node/register"
    ]
  },
  "bugs": {
    "url": "https://github.com/mesqueeb/copy-anything/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-what": "^3.12.0"
  },
  "deprecated": false,
  "description": "An optimised way to copy'ing an object. A small and simple integration",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.14.2",
    "@typescript-eslint/parser": "^4.14.2",
    "ava": "^3.15.0",
    "eslint": "^7.19.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-tree-shaking": "^1.8.0",
    "rollup": "^2.38.4",
    "rollup-plugin-typescript2": "^0.29.0",
    "ts-node": "^9.1.1",
    "tsconfig-paths": "^3.9.0",
    "typescript": "^4.1.3"
  },
  "homepage": "https://github.com/mesqueeb/copy-anything#readme",
  "keywords": [
    "copy",
    "clone",
    "json-stringify",
    "stringify-parse",
    "object",
    "copy-objects",
    "clone-objects",
    "json-stringify-json-parse",
    "deep-clone",
    "deep-copy",
    "typescript",
    "ts"
  ],
  "license": "MIT",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "name": "copy-anything",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mesqueeb/copy-anything.git"
  },
  "scripts": {
    "build": "npm run lint && npm run test && npm run rollup",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "rollup": "rollup -c build/rollup.js",
    "test": "ava"
  },
  "sideEffects": false,
  "typings": "types/index.d.ts",
  "version": "2.0.3"
}
