{
  "_args": [
    [
      "rfdc@1.4.1",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "rfdc@1.4.1",
  "_id": "rfdc@1.4.1",
  "_inBundle": false,
  "_integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  "_location": "/rfdc",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rfdc@1.4.1",
    "name": "rfdc",
    "escapedName": "rfdc",
    "rawSpec": "1.4.1",
    "saveSpec": null,
    "fetchSpec": "1.4.1"
  },
  "_requiredBy": [
    "/mssql"
  ],
  "_resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  "_spec": "1.4.1",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "David Mark Clements",
    "email": "david.clements@nearform.com"
  },
  "bugs": {
    "url": "https://github.com/davidmarkclements/rfdc/issues"
  },
  "dependencies": {},
  "description": "Really Fast Deep Clone",
  "devDependencies": {
    "clone-deep": "^4.0.1",
    "codecov": "^3.4.0",
    "deep-copy": "^1.4.2",
    "fast-copy": "^1.2.1",
    "fastbench": "^1.0.1",
    "fastest-json-copy": "^1.0.1",
    "lodash.clonedeep": "^4.5.0",
    "nano-copy": "^0.1.0",
    "plain-object-clone": "^1.1.0",
    "ramda": "^0.27.1",
    "standard": "^17.0.0",
    "tap": "^12.0.1",
    "tsd": "^0.7.4"
  },
  "directories": {
    "test": "test"
  },
  "exports": {
    ".": "./index.js",
    "./default": "./default.js"
  },
  "homepage": "https://github.com/davidmarkclements/rfdc#readme",
  "keywords": [
    "object",
    "obj",
    "properties",
    "clone",
    "copy",
    "deep",
    "recursive",
    "key",
    "keys",
    "values",
    "prop",
    "deep-clone",
    "deepclone",
    "deep-copy",
    "deepcopy",
    "fast",
    "performance",
    "performant",
    "fastclone",
    "fastcopy",
    "fast-clone",
    "fast-deep-clone",
    "fast-copy",
    "fast-deep-copy"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "rfdc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidmarkclements/rfdc.git"
  },
  "scripts": {
    "bench": "node benchmark",
    "ci": "standard && tap --100 --coverage-report=text-lcov test | codecov --pipe",
    "cov": "tap --100 test",
    "cov-ui": "tap --coverage-report=html test",
    "lint": "standard --fix",
    "test": "tap -R min test && npm run lint"
  },
  "version": "1.4.1"
}
