{"_id":"fast-copy","_rev":"4568837","name":"fast-copy","description":"A blazing fast deep object copier","dist-tags":{"latest":"4.0.3","next":"4.0.0-beta.3"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"time":{"modified":"2026-04-10T15:20:40.000Z","created":"2018-05-11T21:19:30.627Z","4.0.3":"2026-04-10T08:16:35.103Z","4.0.2":"2025-12-16T14:30:56.905Z","4.0.1":"2025-12-07T19:03:01.715Z","4.0.0":"2025-11-05T08:06:27.906Z","4.0.0-beta.3":"2025-11-03T00:48:42.540Z","4.0.0-beta.2":"2025-11-02T16:50:07.005Z","4.0.0-beta.1":"2025-11-02T15:01:57.225Z","4.0.0-beta.0":"2025-11-02T14:39:55.037Z","3.0.2":"2024-03-16T13:41:30.939Z","3.0.1":"2023-02-18T02:44:08.991Z","3.0.0":"2022-10-03T14:31:51.191Z","3.0.0-beta.8":"2022-10-02T02:29:23.046Z","3.0.0-beta.7":"2022-09-30T15:27:22.668Z","3.0.0-beta.6":"2022-09-30T11:02:45.592Z","3.0.0-beta.5":"2022-09-29T10:38:35.518Z","3.0.0-beta.4":"2022-09-28T04:36:44.548Z","3.0.0-beta.3":"2022-09-26T14:34:24.963Z","3.0.0-beta.2":"2022-09-24T19:25:23.192Z","3.0.0-beta.1":"2022-09-23T17:07:24.293Z","3.0.0-beta.0":"2022-09-23T15:39:38.327Z","2.1.7":"2022-09-23T13:08:03.059Z","2.1.6":"2022-09-23T13:04:53.507Z","2.1.5":"2022-09-23T10:44:56.291Z","2.1.4":"2022-09-22T10:54:05.229Z","2.1.3":"2022-04-11T18:14:06.661Z","2.1.2":"2022-04-07T04:51:36.759Z","2.1.1":"2021-01-05T18:28:18.270Z","2.1.0":"2020-06-18T04:47:38.361Z","2.0.5":"2020-03-07T22:43:18.397Z","2.0.4":"2019-11-02T16:40:12.560Z","2.0.3":"2019-02-14T03:43:44.378Z","2.0.2":"2019-01-30T04:57:36.681Z","2.0.1":"2019-01-30T02:00:49.201Z","2.0.0":"2019-01-29T14:10:12.016Z","1.2.4":"2019-01-26T15:28:32.672Z","1.2.3":"2018-10-14T22:33:24.114Z","1.2.2":"2018-07-10T01:30:25.227Z","1.2.1":"2018-05-19T10:24:18.768Z","1.2.0":"2018-05-16T10:04:34.192Z","1.1.2":"2018-05-12T13:21:55.529Z","1.1.1":"2018-05-12T10:41:54.728Z","1.1.0":"2018-05-11T21:32:43.540Z","1.0.1":"2018-05-11T21:20:48.390Z","1.0.0":"2018-05-11T21:19:30.627Z"},"users":{},"author":{"name":"tony_quetano@planttheidea.com"},"repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"versions":{"4.0.3":{"author":{"name":"tony_quetano@planttheidea.com"},"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"description":"A blazing fast deep object copier","devDependencies":{"@planttheidea/build-tools":"^1.2.2","@types/lodash":"^4.17.21","@types/node":"^24.10.1","@types/ramda":"^0.31.1","@types/react":"^19.2.7","@vitest/coverage-v8":"^4.0.15","cli-table3":"^0.6.5","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^9.39.1","fast-clone":"^1.5.13","lodash":"^4.17.21","prettier":"^3.7.4","ramda":"^0.32.0","react":"^19.2.1","react-dom":"^19.2.1","release-it":"19.0.6","rollup":"^4.53.3","tinybench":"^6.0.0","typescript":"^5.9.3","vite":"^7.2.6","vitest":"^4.0.15"},"exports":{".":{"import":{"types":"./dist/es/index.d.mts","default":"./dist/es/index.mjs"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/es/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"npm run clean && npm run build:dist && npm run build:types","build:dist":"NODE_ENV=production rollup -c config/rollup.config.js","build:types":"pti fix-types -l dist","clean":"rm -rf dist","clean:cjs":"rm -rf dist/cjs","clean:es":"rm -rf dist/es","clean:esm":"rm -rf dist/esm","clean:min":"rm -rf dist/min","dev":"vite --config=config/vite.config.ts","format":"prettier . --log-level=warn --write","format:check":"prettier . --log-level=warn --check","lint":"eslint --max-warnings=0","lint:fix":"npm run lint -- --fix","release:alpha":"release-it --config=config/release-it/alpha.json","release:beta":"release-it --config=config/release-it/beta.json","release:dry":"release-it --dry-run","release:rc":"release-it --config=config/release-it/rc.json","release:scripts":"npm run format:check && npm run typecheck && npm run lint && npm run test && npm run build","release:stable":"release-it --config=config/release-it/stable.json","start":"npm run dev","test":"vitest run --config=config/vitest.config.ts","typecheck":"tsc --noEmit"},"sideEffects":false,"type":"module","types":"./index.d.ts","version":"4.0.3","gitHead":"5b855db011fd7737da42ca04463ce61149c34168","_id":"fast-copy@4.0.3","_nodeVersion":"20.20.1","_npmVersion":"11.12.1","dist":{"shasum":"935adef81c26276dcbe8892347af307b5090206a","size":23158,"noattachment":false,"key":"/fast-copy/-/fast-copy-4.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-4.0.3.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fast-copy_4.0.3_1775808994945_0.3967255875200517"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-04-10T08:16:35.103Z","publish_time":1775808995103,"_source_registry_name":"default","_cnpm_publish_time":1775808995103},"4.0.2":{"author":{"name":"tony_quetano@planttheidea.com"},"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"description":"A blazing fast deep object copier","devDependencies":{"@planttheidea/build-tools":"^1.2.2","@types/lodash":"^4.17.21","@types/node":"^24.10.1","@types/ramda":"^0.31.1","@types/react":"^19.2.7","@vitest/coverage-v8":"^4.0.15","cli-table3":"^0.6.5","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^9.39.1","fast-clone":"^1.5.13","lodash":"^4.17.21","prettier":"^3.7.4","ramda":"^0.32.0","react":"^19.2.1","react-dom":"^19.2.1","release-it":"19.0.6","rollup":"^4.53.3","tinybench":"^6.0.0","typescript":"^5.9.3","vite":"^7.2.6","vitest":"^4.0.15"},"exports":{".":{"import":{"types":"./dist/es/index.d.mts","default":"./dist/es/index.mjs"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/es/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"npm run clean && npm run build:dist && npm run build:types","build:dist":"NODE_ENV=production rollup -c config/rollup.config.js","build:types":"pti fix-types -l dist","clean":"rm -rf dist","clean:cjs":"rm -rf dist/cjs","clean:es":"rm -rf dist/es","clean:esm":"rm -rf dist/esm","clean:min":"rm -rf dist/min","dev":"vite --config=config/vite.config.ts","format":"prettier . --log-level=warn --write","format:check":"prettier . --log-level=warn --check","lint":"eslint --max-warnings=0","lint:fix":"npm run lint -- --fix","release:alpha":"release-it --config=config/release-it/alpha.json","release:beta":"release-it --config=config/release-it/beta.json","release:dry":"release-it --dry-run","release:rc":"release-it --config=config/release-it/rc.json","release:scripts":"npm run format:check && npm run typecheck && npm run lint && npm run test && npm run build","release:stable":"release-it --config=config/release-it/stable.json","start":"npm run dev","test":"vitest run --config=config/vitest.config.ts","typecheck":"tsc --noEmit"},"sideEffects":false,"type":"module","types":"./index.d.ts","version":"4.0.2","gitHead":"158415f953fdb5151818fc7b33b2b06d5db1d6f0","_id":"fast-copy@4.0.2","_nodeVersion":"24.11.1","_npmVersion":"11.6.2","dist":{"shasum":"57f14115e1edbec274f69090072a480aa29cbedd","size":23367,"noattachment":false,"key":"/fast-copy/-/fast-copy-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-4.0.2.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fast-copy_4.0.2_1765895456752_0.49163578597034263"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-16T14:30:56.905Z","publish_time":1765895456905,"_source_registry_name":"default","_cnpm_publish_time":1765895456905},"4.0.1":{"author":{"name":"tony_quetano@planttheidea.com"},"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"description":"A blazing fast deep object copier","devDependencies":{"@planttheidea/build-tools":"^1.2.2","@types/lodash":"^4.17.21","@types/node":"^24.10.1","@types/ramda":"^0.31.1","@types/react":"^19.2.7","@vitest/coverage-v8":"^4.0.15","cli-table3":"^0.6.5","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^9.39.1","fast-clone":"^1.5.13","lodash":"^4.17.21","prettier":"^3.7.4","ramda":"^0.32.0","react":"^19.2.1","react-dom":"^19.2.1","release-it":"19.0.6","rollup":"^4.53.3","tinybench":"^6.0.0","typescript":"^5.9.3","vite":"^7.2.6","vitest":"^4.0.15"},"exports":{".":{"import":{"types":"./dist/es/index.d.mts","default":"./dist/es/index.mjs"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/es/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"npm run clean && npm run build:dist && npm run build:types","build:dist":"NODE_ENV=production rollup -c config/rollup.config.js","build:types":"pti fix-types -l dist","clean":"rm -rf dist","clean:cjs":"rm -rf dist/cjs","clean:es":"rm -rf dist/es","clean:esm":"rm -rf dist/esm","clean:min":"rm -rf dist/min","dev":"vite --config=config/vite.config.ts","format":"prettier . --log-level=warn --write","format:check":"prettier . --log-level=warn --check","lint":"eslint --max-warnings=0","lint:fix":"npm run lint -- --fix","release:alpha":"release-it --config=config/release-it/alpha.json","release:beta":"release-it --config=config/release-it/beta.json","release:dry":"release-it --dry-run","release:rc":"release-it --config=config/release-it/rc.json","release:scripts":"npm run format:check && npm run typecheck && npm run lint && npm run test && npm run build","release:stable":"release-it --config=config/release-it/stable.json","start":"npm run dev","test":"vitest run --config=config/vitest.config.ts","typecheck":"tsc --noEmit"},"sideEffects":false,"type":"module","types":"./index.d.ts","version":"4.0.1","gitHead":"694251d5f051c631d2a467d3c521278b27e9c35f","_id":"fast-copy@4.0.1","_nodeVersion":"24.8.0","_npmVersion":"11.6.2","dist":{"shasum":"be5c74baede1a72adf8168df2dc56e842c77a00e","size":22957,"noattachment":false,"key":"/fast-copy/-/fast-copy-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-4.0.1.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fast-copy_4.0.1_1765134181574_0.2124088358269911"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-07T19:03:01.715Z","publish_time":1765134181715,"_source_registry_name":"default","_cnpm_publish_time":1765134181715},"4.0.0":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^16.0.3","@rollup/plugin-typescript":"^12.3.0","@types/eslint":"^9.6.1","@types/jest":"^30.0.0","@types/lodash":"^4.17.20","@types/node":"^24.10.0","@types/ramda":"^0.31.1","@types/react":"^19.2.2","@typescript-eslint/eslint-plugin":"^8.46.3","@typescript-eslint/parser":"^8.46.3","benchee":"^1.1.0","cli-table3":"^0.6.5","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^9.39.1","eslint-webpack-plugin":"^5.0.2","fast-clone":"^1.5.13","html-webpack-plugin":"^5.6.4","in-publish":"^2.0.1","jest":"^30.2.0","lodash":"^4.17.21","nyc":"^17.1.0","ramda":"^0.32.0","react":"^19.2.0","react-dom":"^19.2.0","release-it":"19.0.5","rollup":"^4.52.5","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.4.5","ts-loader":"^9.5.4","typescript":"^5.9.3","typescript-eslint":"^8.46.3","webpack":"^5.102.1","webpack-cli":"^6.0.1","webpack-dev-server":"^5.2.2"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.mts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.cts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run clean:cjs && npm run build:cjs && node benchmark/index.cjs","build":"npm run clean && npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:min","build:cjs":"NODE_ENV=production rollup -c rollup/config.cjs.js && tsc -p ./tsconfig/cjs.json && node scripts/create-cts-files.js","build:esm":"NODE_ENV=production rollup -c rollup/config.esm.js && tsc -p ./tsconfig/esm.json && node scripts/create-mts-files.js","build:min":"NODE_ENV=production rollup -c rollup/config.min.js && tsc -p ./tsconfig/min.json","build:umd":"NODE_ENV=production rollup -c rollup/config.umd.js && tsc -p ./tsconfig/umd.json","clean":"rm -rf dist","clean:cjs":"rm -rf dist/cjs","clean:esm":"rm -rf dist/esm","clean:min":"rm -rf dist/min","clean:umd":"rm -rf dist/umd","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","lint":"eslint","lint:fix":"npm run lint -- --fix","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","release:scripts":"npm run typecheck && npm run lint && npm run test && npm run build","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc --noEmit"},"type":"module","types":"index.d.ts","version":"4.0.0","gitHead":"b941dc260d61943153c704f8257996a5452111c3","_id":"fast-copy@4.0.0","_nodeVersion":"24.11.0","_npmVersion":"11.6.1","dist":{"shasum":"776bf45a82c1a894617be13162537180f79e2994","size":28420,"noattachment":false,"key":"/fast-copy/-/fast-copy-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-4.0.0.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fast-copy_4.0.0_1762329987717_0.15312872356934215"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-05T08:06:27.906Z","publish_time":1762329987906,"_source_registry_name":"default","_cnpm_publish_time":1762329987906},"4.0.0-beta.3":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^16.0.3","@rollup/plugin-typescript":"^12.3.0","@types/eslint":"^9.6.1","@types/jest":"^30.0.0","@types/lodash":"^4.17.20","@types/node":"^24.9.2","@types/ramda":"^0.31.1","@types/react":"^19.2.2","@typescript-eslint/eslint-plugin":"^8.46.2","@typescript-eslint/parser":"^8.46.2","benchee":"^1.1.0","cli-table3":"^0.6.5","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"9.36.0","eslint-webpack-plugin":"^5.0.2","fast-clone":"^1.5.13","html-webpack-plugin":"^5.6.4","in-publish":"^2.0.1","jest":"^30.2.0","lodash":"^4.17.21","nyc":"^17.1.0","ramda":"^0.32.0","react":"^19.2.0","react-dom":"^19.2.0","release-it":"19.0.5","rollup":"^4.52.5","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.4.5","ts-loader":"^9.5.4","typescript":"^5.9.3","typescript-eslint":"^8.46.2","webpack":"^5.102.1","webpack-cli":"^6.0.1","webpack-dev-server":"^5.2.2"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.mts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.cts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run clean:cjs && npm run build:cjs && node benchmark/index.cjs","build":"npm run clean && npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:min","build:cjs":"NODE_ENV=production rollup -c rollup/config.cjs.js && tsc -p ./tsconfig/cjs.json && node scripts/create-cts-files.js","build:esm":"NODE_ENV=production rollup -c rollup/config.esm.js && tsc -p ./tsconfig/esm.json && node scripts/create-mts-files.js","build:min":"NODE_ENV=production rollup -c rollup/config.min.js && tsc -p ./tsconfig/min.json","build:umd":"NODE_ENV=production rollup -c rollup/config.umd.js && tsc -p ./tsconfig/umd.json","clean":"rm -rf dist","clean:cjs":"rm -rf dist/cjs","clean:esm":"rm -rf dist/esm","clean:min":"rm -rf dist/min","clean:umd":"rm -rf dist/umd","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","lint":"eslint","lint:fix":"npm run lint -- --fix","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","release:scripts":"npm run typecheck && npm run lint && npm run test && npm run build","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc --noEmit"},"type":"module","types":"index.d.ts","version":"4.0.0-beta.3","readmeFilename":"README.md","gitHead":"d87d07fa3b757280b22e9ffee4547dd2fc9fb393","_id":"fast-copy@4.0.0-beta.3","_nodeVersion":"24.11.0","_npmVersion":"11.6.1","dist":{"shasum":"5215076e6621a50ee24654887a711dcdf5fe8de9","size":28388,"noattachment":false,"key":"/fast-copy/-/fast-copy-4.0.0-beta.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-4.0.0-beta.3.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fast-copy_4.0.0-beta.3_1762130922321_0.546353815444236"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-03T00:48:42.540Z","publish_time":1762130922540,"_source_registry_name":"default","_cnpm_publish_time":1762130922540},"4.0.0-beta.2":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^16.0.3","@rollup/plugin-typescript":"^12.3.0","@types/eslint":"^9.6.1","@types/jest":"^30.0.0","@types/lodash":"^4.17.20","@types/node":"^24.9.2","@types/ramda":"^0.31.1","@types/react":"^19.2.2","@typescript-eslint/eslint-plugin":"^8.46.2","@typescript-eslint/parser":"^8.46.2","benchee":"^1.1.0","cli-table3":"^0.6.5","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"9.36.0","eslint-webpack-plugin":"^5.0.2","fast-clone":"^1.5.13","html-webpack-plugin":"^5.6.4","in-publish":"^2.0.1","jest":"^30.2.0","lodash":"^4.17.21","nyc":"^17.1.0","ramda":"^0.32.0","react":"^19.2.0","react-dom":"^19.2.0","release-it":"19.0.5","rollup":"^4.52.5","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.4.5","ts-loader":"^9.5.4","typescript":"^5.9.3","typescript-eslint":"^8.46.2","webpack":"^5.102.1","webpack-cli":"^6.0.1","webpack-dev-server":"^5.2.2"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.mts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.cts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run clean:cjs && npm run build:cjs && node benchmark/index.cjs","build":"npm run clean && npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:min","build:cjs":"NODE_ENV=production rollup -c rollup/config.cjs.js && tsc -p ./tsconfig/cjs.json && node scripts/create-cts-files.js","build:esm":"NODE_ENV=production rollup -c rollup/config.esm.js && tsc -p ./tsconfig/esm.json && node scripts/create-mts-files.js","build:min":"NODE_ENV=production rollup -c rollup/config.min.js && tsc -p ./tsconfig/min.json","build:umd":"NODE_ENV=production rollup -c rollup/config.umd.js && tsc -p ./tsconfig/umd.json","clean":"rm -rf dist","clean:cjs":"rm -rf dist/cjs","clean:esm":"rm -rf dist/esm","clean:min":"rm -rf dist/min","clean:umd":"rm -rf dist/umd","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","lint":"eslint","lint:fix":"npm run lint -- --fix","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","release:scripts":"npm run typecheck && npm run lint && npm run test && npm run build","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc --noEmit"},"type":"module","types":"index.d.ts","version":"4.0.0-beta.2","readmeFilename":"README.md","gitHead":"871bb71b3d64b05c1ef1ce380b6470e5d2170939","_id":"fast-copy@4.0.0-beta.2","_nodeVersion":"24.11.0","_npmVersion":"11.6.1","dist":{"shasum":"6a450cd0f7b490f90d2c597d285536f687ae86bc","size":28434,"noattachment":false,"key":"/fast-copy/-/fast-copy-4.0.0-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-4.0.0-beta.2.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fast-copy_4.0.0-beta.2_1762102206788_0.08316660975972279"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-02T16:50:07.005Z","publish_time":1762102207005,"_source_registry_name":"default","_cnpm_publish_time":1762102207005},"4.0.0-beta.1":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^16.0.3","@rollup/plugin-typescript":"^12.3.0","@types/eslint":"^9.6.1","@types/jest":"^30.0.0","@types/lodash":"^4.17.20","@types/node":"^24.9.2","@types/ramda":"^0.31.1","@types/react":"^19.2.2","@typescript-eslint/eslint-plugin":"^8.46.2","@typescript-eslint/parser":"^8.46.2","benchee":"^1.1.0","cli-table3":"^0.6.5","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"9.36.0","eslint-webpack-plugin":"^5.0.2","fast-clone":"^1.5.13","html-webpack-plugin":"^5.6.4","in-publish":"^2.0.1","jest":"^30.2.0","lodash":"^4.17.21","nyc":"^17.1.0","ramda":"^0.32.0","react":"^19.2.0","react-dom":"^19.2.0","release-it":"19.0.5","rollup":"^4.52.5","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.4.5","ts-loader":"^9.5.4","typescript":"^5.9.3","typescript-eslint":"^8.46.2","webpack":"^5.102.1","webpack-cli":"^6.0.1","webpack-dev-server":"^5.2.2"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run clean:cjs && npm run build:cjs && node benchmark/index.cjs","build":"npm run clean && npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:min","build:cjs":"NODE_ENV=production rollup -c rollup/config.cjs.js && tsc -p ./tsconfig/cjs.json","build:esm":"NODE_ENV=production rollup -c rollup/config.esm.js && tsc -p ./tsconfig/esm.json","build:min":"NODE_ENV=production rollup -c rollup/config.min.js && tsc -p ./tsconfig/min.json","build:umd":"NODE_ENV=production rollup -c rollup/config.umd.js && tsc -p ./tsconfig/umd.json","clean":"rm -rf dist","clean:cjs":"rm -rf dist/cjs","clean:esm":"rm -rf dist/esm","clean:min":"rm -rf dist/min","clean:umd":"rm -rf dist/umd","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","lint":"eslint","lint:fix":"npm run lint -- --fix","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","release:scripts":"npm run typecheck && npm run lint && npm run test && npm run build","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc --noEmit"},"type":"module","types":"index.d.ts","version":"4.0.0-beta.1","readmeFilename":"README.md","gitHead":"585d10d19fa25795822cd9538bfe83bc081e183b","_id":"fast-copy@4.0.0-beta.1","_nodeVersion":"24.11.0","_npmVersion":"11.6.1","dist":{"shasum":"28369c294d79ca493589c8887145cc209dacf510","size":27573,"noattachment":false,"key":"/fast-copy/-/fast-copy-4.0.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-4.0.0-beta.1.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fast-copy_4.0.0-beta.1_1762095717009_0.016543992929823448"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-02T15:01:57.225Z","publish_time":1762095717225,"_source_registry_name":"default","_cnpm_publish_time":1762095717225},"4.0.0-beta.0":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^16.0.3","@rollup/plugin-typescript":"^12.3.0","@types/eslint":"^9.6.1","@types/jest":"^30.0.0","@types/lodash":"^4.17.20","@types/node":"^24.9.2","@types/ramda":"^0.31.1","@types/react":"^19.2.2","@typescript-eslint/eslint-plugin":"^8.46.2","@typescript-eslint/parser":"^8.46.2","benchee":"^1.1.0","cli-table3":"^0.6.5","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"9.36.0","eslint-webpack-plugin":"^5.0.2","fast-clone":"^1.5.13","html-webpack-plugin":"^5.6.4","in-publish":"^2.0.1","jest":"^30.2.0","lodash":"^4.17.21","nyc":"^17.1.0","ramda":"^0.32.0","react":"^19.2.0","react-dom":"^19.2.0","release-it":"19.0.5","rollup":"^4.52.5","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.4.5","ts-loader":"^9.5.4","typescript":"^5.9.3","typescript-eslint":"^8.46.2","webpack":"^5.102.1","webpack-cli":"^6.0.1","webpack-dev-server":"^5.2.2"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run clean:cjs && npm run build:cjs && node benchmark/index.cjs","build":"npm run clean && npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:min","build:cjs":"NODE_ENV=production rollup -c rollup/config.cjs.js && tsc -p ./tsconfig/cjs.json","build:esm":"NODE_ENV=production rollup -c rollup/config.esm.js && tsc -p ./tsconfig/esm.json","build:min":"NODE_ENV=production rollup -c rollup/config.min.js && tsc -p ./tsconfig/min.json","build:umd":"NODE_ENV=production rollup -c rollup/config.umd.js && tsc -p ./tsconfig/umd.json","clean":"rm -rf dist","clean:cjs":"rm -rf dist/cjs","clean:esm":"rm -rf dist/esm","clean:min":"rm -rf dist/min","clean:umd":"rm -rf dist/umd","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","lint":"eslint","lint:fix":"npm run lint -- --fix","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","release:scripts":"npm run typecheck && npm run lint && npm run test && npm run build","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc --noEmit"},"type":"module","types":"index.d.ts","version":"4.0.0-beta.0","readmeFilename":"README.md","gitHead":"dd1a04d656907bd66378b5a9b3dafc8d8d133e3e","_id":"fast-copy@4.0.0-beta.0","_nodeVersion":"24.11.0","_npmVersion":"11.6.1","dist":{"shasum":"4c712ed495a2c6a937d90e66f938c70dc1f05f96","size":27566,"noattachment":false,"key":"/fast-copy/-/fast-copy-4.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-4.0.0-beta.0.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fast-copy_4.0.0-beta.0_1762094394825_0.4867296246221797"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-02T14:39:55.037Z","publish_time":1762094395037,"_source_registry_name":"default","_cnpm_publish_time":1762094395037},"3.0.2":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^15.0.1","@rollup/plugin-typescript":"^11.0.0","@types/eslint":"^8.21.1","@types/jest":"^29.4.0","@types/lodash":"^4.14.191","@types/node":"^18.14.0","@types/ramda":"^0.28.23","@types/react":"^18.0.28","@typescript-eslint/eslint-plugin":"^5.52.0","@typescript-eslint/parser":"^5.52.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.34.0","eslint-webpack-plugin":"^4.0.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.4.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.6.0","rollup":"^3.16.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.5","ts-loader":"^9.4.2","typescript":"^4.9.5","webpack":"^5.75.0","webpack-cli":"^5.0.1","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run clean && npm run build:cjs && node benchmark/index.cjs","build":"npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:min","build:cjs":"NODE_ENV=production rollup -c rollup/config.cjs.js && tsc -p ./tsconfig/cjs.json","build:esm":"NODE_ENV=production rollup -c rollup/config.esm.js && tsc -p ./tsconfig/esm.json","build:min":"NODE_ENV=production rollup -c rollup/config.min.js && tsc -p ./tsconfig/min.json","build:umd":"NODE_ENV=production rollup -c rollup/config.umd.js && tsc -p ./tsconfig/umd.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts' '__tests__/*.ts' 'DEV_ONLY/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.2","gitHead":"3e1abdce14c1be6dc65cdd8e86493f9fbaccedbb","_id":"fast-copy@3.0.2","_nodeVersion":"18.19.1","_npmVersion":"9.5.1","dist":{"shasum":"59c68f59ccbcac82050ba992e0d5c389097c9d35","size":31108,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.2.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.2_1710596490747_0.1684165163816127"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-16T13:41:30.939Z","publish_time":1710596490939,"_source_registry_name":"default","_cnpm_publish_time":1710596490939},"3.0.1":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^15.0.1","@rollup/plugin-typescript":"^11.0.0","@types/eslint":"^8.21.1","@types/jest":"^29.4.0","@types/lodash":"^4.14.191","@types/node":"^18.14.0","@types/ramda":"^0.28.23","@types/react":"^18.0.28","@typescript-eslint/eslint-plugin":"^5.52.0","@typescript-eslint/parser":"^5.52.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.34.0","eslint-webpack-plugin":"^4.0.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.4.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.6.0","rollup":"^3.16.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.5","ts-loader":"^9.4.2","typescript":"^4.9.5","webpack":"^5.75.0","webpack-cli":"^5.0.1","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run clean && npm run build:cjs && node benchmark/index.cjs","build":"npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:min","build:cjs":"NODE_ENV=production rollup -c rollup/config.cjs.js && tsc -p ./tsconfig/cjs.json","build:esm":"NODE_ENV=production rollup -c rollup/config.esm.js && tsc -p ./tsconfig/esm.json","build:min":"NODE_ENV=production rollup -c rollup/config.min.js && tsc -p ./tsconfig/min.json","build:umd":"NODE_ENV=production rollup -c rollup/config.umd.js && tsc -p ./tsconfig/umd.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts' '__tests__/*.ts' 'DEV_ONLY/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.1","gitHead":"b61cfb200f203ec97207f1b2484bbea1ad214186","_id":"fast-copy@3.0.1","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"9e89ef498b8c04c1cd76b33b8e14271658a732aa","size":30881,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.1.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.1_1676688248842_0.28336328115960585"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-18T02:44:08.991Z","publish_time":1676688248991,"_cnpm_publish_time":1676688248991},"3.0.0":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.1.1","@types/lodash":"^4.14.186","@types/node":"^18.8.0","@types/ramda":"^0.28.15","@types/react":"^18.0.21","@typescript-eslint/eslint-plugin":"^5.38.1","@typescript-eslint/parser":"^5.38.1","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.24.0","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.1.2","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.3","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.3","ts-loader":"^9.4.1","typescript":"^4.8.4","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run clean && npm run build:cjs && node benchmark/index.cjs","build":"npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:min","build:cjs":"NODE_ENV=production rollup -c rollup/config.cjs.js && tsc -p ./tsconfig/cjs.json","build:esm":"NODE_ENV=production rollup -c rollup/config.esm.js && tsc -p ./tsconfig/esm.json","build:min":"NODE_ENV=production rollup -c rollup/config.min.js && tsc -p ./tsconfig/min.json","build:umd":"NODE_ENV=production rollup -c rollup/config.umd.js && tsc -p ./tsconfig/umd.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts' '__tests__/*.ts' 'DEV_ONLY/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.0","gitHead":"f9a20fb47356a581e38eca2ded32fba7f582512b","_id":"fast-copy@3.0.0","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"875ebf33b13948ae012b6e51d33da5e6e7571ab8","size":30472,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.0.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.0_1664807510938_0.2106183261135368"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-03T14:32:06.255Z","publish_time":1664807511191,"_cnpm_publish_time":1664807511191},"3.0.0-beta.8":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.1.0","@types/lodash":"^4.14.186","@types/node":"^18.7.23","@types/ramda":"^0.28.15","@types/react":"^18.0.21","@typescript-eslint/eslint-plugin":"^5.38.1","@typescript-eslint/parser":"^5.38.1","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.24.0","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.1.1","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.3","ts-loader":"^9.4.1","typescript":"^4.8.4","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run clean && npm run build:cjs && node benchmark/index.cjs","build":"npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:min","build:cjs":"NODE_ENV=production rollup -c rollup/config.cjs.js && tsc -p ./tsconfig/cjs.json","build:esm":"NODE_ENV=production rollup -c rollup/config.esm.js && tsc -p ./tsconfig/esm.json","build:min":"NODE_ENV=production rollup -c rollup/config.min.js && tsc -p ./tsconfig/min.json","build:umd":"NODE_ENV=production rollup -c rollup/config.umd.js && tsc -p ./tsconfig/umd.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts' '__tests__/*.ts' 'DEV_ONLY/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.0-beta.8","readmeFilename":"README.md","gitHead":"1dec6f645dc8c4236b45f3af8b550168c98dc256","_id":"fast-copy@3.0.0-beta.8","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"2d0afc1f520646db0592400eb7303bb4d9fee112","size":29984,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.0-beta.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.0-beta.8.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.0-beta.8_1664677762845_0.569024536398026"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-02T02:30:50.248Z","publish_time":1664677763046,"_cnpm_publish_time":1664677763046},"3.0.0-beta.7":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.1.0","@types/lodash":"^4.14.186","@types/node":"^18.7.23","@types/ramda":"^0.28.15","@types/react":"^18.0.21","@typescript-eslint/eslint-plugin":"^5.38.1","@typescript-eslint/parser":"^5.38.1","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.24.0","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.1.1","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.3","ts-loader":"^9.4.1","typescript":"^4.8.4","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run clean && npm run build:cjs && node benchmark/index.cjs","build":"npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:min","build:cjs":"NODE_ENV=production rollup -c rollup/config.cjs.js && tsc -p ./tsconfig/cjs.json","build:esm":"NODE_ENV=production rollup -c rollup/config.esm.js && tsc -p ./tsconfig/esm.json","build:min":"NODE_ENV=production rollup -c rollup/config.min.js && tsc -p ./tsconfig/min.json","build:umd":"NODE_ENV=production rollup -c rollup/config.umd.js && tsc -p ./tsconfig/umd.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.0-beta.7","readmeFilename":"README.md","gitHead":"4b1f1661bdddbc0b05098884a1699bae1cb1f40a","_id":"fast-copy@3.0.0-beta.7","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"a2791c58275e16ffc0b6878f10b35830498e721c","size":28262,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.0-beta.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.0-beta.7.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.0-beta.7_1664551642444_0.381512047507347"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-30T15:34:51.721Z","publish_time":1664551642668,"_cnpm_publish_time":1664551642668},"3.0.0-beta.6":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.1.0","@types/lodash":"^4.14.186","@types/node":"^18.7.23","@types/ramda":"^0.28.15","@types/react":"^18.0.21","@typescript-eslint/eslint-plugin":"^5.38.1","@typescript-eslint/parser":"^5.38.1","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.24.0","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.1.1","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.3","ts-loader":"^9.4.1","typescript":"^4.8.4","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run clean && npm run build:cjs && node benchmark/index.cjs","build":"npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:min","build:cjs":"NODE_ENV=production rollup -c rollup/config.cjs.js && tsc -p ./tsconfig/cjs.json","build:esm":"NODE_ENV=production rollup -c rollup/config.esm.js && tsc -p ./tsconfig/esm.json","build:min":"NODE_ENV=production rollup -c rollup/config.min.js && tsc -p ./tsconfig/min.json","build:umd":"NODE_ENV=production rollup -c rollup/config.umd.js && tsc -p ./tsconfig/umd.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.0-beta.6","readmeFilename":"README.md","gitHead":"98744b32a1f968d6e577dda813d2d604a77c4c14","_id":"fast-copy@3.0.0-beta.6","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"3d83f465a7478f107fa2bbbc825ee34c86afb4ec","size":26680,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.0-beta.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.0-beta.6.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.0-beta.6_1664535765344_0.8943096976246625"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-30T11:15:18.191Z","publish_time":1664535765592,"_cnpm_publish_time":1664535765592},"3.0.0-beta.5":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.0.3","@types/lodash":"^4.14.185","@types/node":"^18.7.18","@types/ramda":"^0.28.15","@types/react":"^18.0.20","@typescript-eslint/eslint-plugin":"^5.38.0","@typescript-eslint/parser":"^5.38.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.23.1","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.0.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.1","ts-loader":"^9.4.1","typescript":"^4.8.3","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build:files && node benchmark/index.cjs","build":"npm run build:files && npm run build:types","build:files":"NODE_ENV=production rollup -c","build:types":"tsc -p ./tsconfig.cjs.json && tsc -p ./tsconfig.esm.json && tsc -p ./tsconfig.umd.json && tsc -p ./tsconfig.minified.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.0-beta.5","readmeFilename":"README.md","gitHead":"79fdbb17aae43132f14e4ce0cb4323b72895e57a","_id":"fast-copy@3.0.0-beta.5","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"4fb44806650680ec1cfd2e97a65a7f1652b3e227","size":24979,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.0-beta.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.0-beta.5.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.0-beta.5_1664447915357_0.222851669422373"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-29T21:05:35.062Z","publish_time":1664447915518,"_cnpm_publish_time":1664447915518},"3.0.0-beta.4":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.0.3","@types/lodash":"^4.14.185","@types/node":"^18.7.18","@types/ramda":"^0.28.15","@types/react":"^18.0.20","@typescript-eslint/eslint-plugin":"^5.38.0","@typescript-eslint/parser":"^5.38.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.23.1","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.0.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.1","ts-loader":"^9.4.1","typescript":"^4.8.3","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build:files && node benchmark/index.cjs","build":"npm run build:files && npm run build:types","build:files":"NODE_ENV=production rollup -c","build:types":"tsc -p ./tsconfig.cjs.json && tsc -p ./tsconfig.esm.json && tsc -p ./tsconfig.umd.json && tsc -p ./tsconfig.minified.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.0-beta.4","readmeFilename":"README.md","gitHead":"6ac7c4de4caf8a83325d023cd96c8bd827a61c04","_id":"fast-copy@3.0.0-beta.4","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"363ea5a4ae16dae377d9f7c6afe162666a71b4fc","size":22581,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.0-beta.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.0-beta.4.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.0-beta.4_1664339804260_0.7798921783434942"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T04:47:32.083Z","publish_time":1664339804548,"_cnpm_publish_time":1664339804548},"3.0.0-beta.3":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.0.3","@types/lodash":"^4.14.185","@types/node":"^18.7.18","@types/ramda":"^0.28.15","@types/react":"^18.0.20","@typescript-eslint/eslint-plugin":"^5.38.0","@typescript-eslint/parser":"^5.38.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.23.1","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.0.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.1","ts-loader":"^9.4.1","typescript":"^4.8.3","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build:files && node benchmark/index.cjs","build":"npm run build:files && npm run build:types","build:files":"NODE_ENV=production rollup -c","build:types":"tsc -p ./tsconfig.cjs.json && tsc -p ./tsconfig.esm.json && tsc -p ./tsconfig.umd.json && tsc -p ./tsconfig.minified.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.0-beta.3","readmeFilename":"README.md","gitHead":"fb52c5aa27b0d4580d7c721271ad631cf3ba3f31","_id":"fast-copy@3.0.0-beta.3","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"a08e2f9fc94f883ec37b4e25999920fc2b7a5b6b","size":20845,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.0-beta.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.0-beta.3.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.0-beta.3_1664202864745_0.7813160510227148"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-26T15:02:14.799Z","publish_time":1664202864963,"_cnpm_publish_time":1664202864963},"3.0.0-beta.2":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.0.3","@types/lodash":"^4.14.185","@types/node":"^18.7.18","@types/ramda":"^0.28.15","@types/react":"^18.0.20","@typescript-eslint/eslint-plugin":"^5.38.0","@typescript-eslint/parser":"^5.38.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.23.1","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.0.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.1","ts-loader":"^9.4.1","typescript":"^4.8.3","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build:files && node benchmark/index.cjs","build":"npm run build:files && npm run build:types","build:files":"NODE_ENV=production rollup -c","build:types":"tsc -p ./tsconfig.cjs.json && tsc -p ./tsconfig.esm.json && tsc -p ./tsconfig.umd.json && tsc -p ./tsconfig.minified.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.0-beta.2","readmeFilename":"README.md","gitHead":"d834f5827973b2aed8d2854afc5d2c10d90feefb","_id":"fast-copy@3.0.0-beta.2","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"a191563e54aa7a10d402a89b07a73e3b0c747f4b","size":23312,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.0-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.0-beta.2.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.0-beta.2_1664047522933_0.4710167832457648"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-24T19:26:06.180Z","publish_time":1664047523192,"_cnpm_publish_time":1664047523192},"3.0.0-beta.1":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.0.3","@types/lodash":"^4.14.185","@types/node":"^18.7.18","@types/ramda":"^0.28.15","@types/react":"^18.0.20","@typescript-eslint/eslint-plugin":"^5.38.0","@typescript-eslint/parser":"^5.38.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.23.1","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.0.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.1","ts-loader":"^9.4.1","typescript":"^4.8.3","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build:files && node benchmark/index.cjs","build":"npm run build:files && npm run build:types","build:files":"NODE_ENV=production rollup -c","build:types":"tsc -p ./tsconfig.cjs.json && tsc -p ./tsconfig.esm.json && tsc -p ./tsconfig.umd.json && tsc -p ./tsconfig.minified.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.0-beta.1","readmeFilename":"README.md","gitHead":"65c9b4b1b52e3a5670ee715e2b2bd497719e0bd9","_id":"fast-copy@3.0.0-beta.1","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"e2d5c59dbf7314619ea88a17db0a549678d9f580","size":22232,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.0-beta.1.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.0-beta.1_1663952844050_0.8872091186794155"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-23T17:08:52.836Z","publish_time":1663952844293,"_cnpm_publish_time":1663952844293},"3.0.0-beta.0":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/umd/index.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.0.3","@types/lodash":"^4.14.185","@types/node":"^18.7.18","@types/ramda":"^0.28.15","@types/react":"^18.0.20","@typescript-eslint/eslint-plugin":"^5.38.0","@typescript-eslint/parser":"^5.38.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.23.1","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.0.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.1","ts-loader":"^9.4.1","typescript":"^4.8.3","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"import":{"types":"./dist/esm/types/index.d.ts","default":"./dist/esm/index.mjs"},"require":{"types":"./dist/cjs/types/index.d.ts","default":"./dist/cjs/index.cjs"},"default":{"types":"./dist/umd/types/index.d.ts","default":"./dist/umd/index.js"}}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/cjs/index.cjs","module":"dist/esm/index.mjs","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build:files && node benchmark/index.cjs","build":"npm run build:files && npm run build:types","build:files":"NODE_ENV=production rollup -c","build:types":"tsc -p ./tsconfig.cjs.json && tsc -p ./tsconfig.esm.json","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"type":"module","types":"index.d.ts","version":"3.0.0-beta.0","readmeFilename":"README.md","gitHead":"668c02f5631eb70fc5d702029bf59aac1b393f93","_id":"fast-copy@3.0.0-beta.0","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"df9a769d410e427d2ee6458d8b15a7f6382ec0e3","size":22093,"noattachment":false,"key":"/fast-copy/-/fast-copy-3.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-3.0.0-beta.0.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_3.0.0-beta.0_1663947578109_0.30801794966927587"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-23T15:43:56.911Z","publish_time":1663947578327,"_cnpm_publish_time":1663947578327},"2.1.7":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.0.3","@types/lodash":"^4.14.185","@types/node":"^18.7.18","@types/ramda":"^0.28.15","@types/react":"^18.0.20","@typescript-eslint/eslint-plugin":"^5.38.0","@typescript-eslint/parser":"^5.38.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.23.1","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.0.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.1","ts-loader":"^9.4.1","typescript":"^4.8.3","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"types":"index.d.ts","version":"2.1.7","gitHead":"05a1e270f355e79feb551ead6bc58de228634c90","_id":"fast-copy@2.1.7","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"affc9475cb4b555fb488572b2a44231d0c9fa39e","size":16133,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.1.7.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.1.7_1663938482796_0.36525185715429775"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-23T13:09:18.877Z","publish_time":1663938483059,"_cnpm_publish_time":1663938483059},"2.1.6":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.0.3","@types/lodash":"^4.14.185","@types/node":"^18.7.18","@types/ramda":"^0.28.15","@types/react":"^18.0.20","@typescript-eslint/eslint-plugin":"^5.38.0","@typescript-eslint/parser":"^5.38.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.23.1","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.0.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.1","ts-loader":"^9.4.1","typescript":"^4.8.3","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"require":"./dist/fast-copy.cjs.js","import":"./dist/fast-copy.esm.js","default":"./dist/fast-copy.js"}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"type":"module","types":"index.d.ts","version":"2.1.6","gitHead":"63fe4d735700aaea46b56570f7c1eac4ebcb256d","_id":"fast-copy@2.1.6","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"b56bffd71af402827f10043ba51f5262b8ce1eff","size":16046,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.1.6.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.1.6_1663938293307_0.5577976142577696"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-23T13:05:16.692Z","publish_time":1663938293507,"_cnpm_publish_time":1663938293507},"2.1.5":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.0.3","@types/lodash":"^4.14.185","@types/node":"^18.7.18","@types/ramda":"^0.28.15","@types/react":"^18.0.20","@typescript-eslint/eslint-plugin":"^5.38.0","@typescript-eslint/parser":"^5.38.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.23.1","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.0.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.1","ts-loader":"^9.4.1","typescript":"^4.8.3","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"require":"./dist/fast-copy.cjs.js","import":"./dist/fast-copy.esm.js","default":"./dist/fast-copy.js"}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"type":"module","types":"index.d.ts","version":"2.1.5","gitHead":"316e3649de4f318caae9b90f98668cbeccbc52ec","_id":"fast-copy@2.1.5","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"fcbe2a361b535f350d8d6cb656690d23fdaa5621","size":16046,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.1.5.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.1.5_1663929896064_0.02266773158140034"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-23T11:20:19.173Z","publish_time":1663929896291,"_cnpm_publish_time":1663929896291},"2.1.4":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-typescript":"^8.5.0","@types/eslint":"^8.4.6","@types/jest":"^29.0.3","@types/lodash":"^4.14.185","@types/node":"^18.7.18","@types/ramda":"^0.28.15","@types/react":"^18.0.20","@typescript-eslint/eslint-plugin":"^5.38.0","@typescript-eslint/parser":"^5.38.0","benchee":"^1.0.3","cli-table3":"^0.6.3","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.23.1","eslint-webpack-plugin":"^3.2.0","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^29.0.3","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.2.0","react-dom":"^18.2.0","release-it":"15.4.1","rollup":"^2.79.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.0.1","ts-loader":"^9.4.1","typescript":"^4.8.3","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.1"},"exports":{".":{"require":"./dist/fast-copy.cjs.js","import":"./dist/fast-copy.esm.js","default":"./dist/fast-copy.js"}},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"types":"index.d.ts","version":"2.1.4","gitHead":"1950b5ad4ea9e21873d8cc127c9a402f58f04c44","_id":"fast-copy@2.1.4","_nodeVersion":"16.14.2","_npmVersion":"8.7.0","dist":{"shasum":"a7a626e8a3c7f55f84334fba0f7eee8d706560a3","size":15995,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.1.4.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.1.4_1663844044877_0.27827396846634644"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-22T11:38:38.724Z","publish_time":1663844045229,"_cnpm_publish_time":1663844045229},"2.1.3":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-typescript":"^8.3.1","@types/eslint":"^8.4.1","@types/jest":"^27.4.1","@types/lodash":"^4.14.181","@types/node":"^17.0.23","@types/ramda":"^0.28.7","@types/react":"^17.0.43","@typescript-eslint/eslint-plugin":"^5.18.0","@typescript-eslint/parser":"^5.18.0","benchee":"^1.0.3","cli-table3":"^0.6.1","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.12.0","eslint-webpack-plugin":"^3.1.1","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^27.5.1","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.0.0","react-dom":"^18.0.0","release-it":"^14.14.0","rollup":"^2.70.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.1.4","ts-loader":"^9.2.8","typescript":"^4.6.3","webpack":"^5.71.0","webpack-cli":"^4.9.2","webpack-dev-server":"^4.8.1"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"types":"index.d.ts","version":"2.1.3","gitHead":"3b7f3bf11ec430e9bc03204c49ef4b9290ed02f6","_id":"fast-copy@2.1.3","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"bf6e05ac3cb7a9d66fbf12c51dd4440e9ddd4afb","size":15895,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.1.3.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.1.3_1649700846465_0.4172913347557108"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-11T18:57:14.162Z","publish_time":1649700846661,"_cnpm_publish_time":1649700846661},"2.1.2":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-typescript":"^8.3.1","@types/eslint":"^8.4.1","@types/jest":"^27.4.1","@types/lodash":"^4.14.181","@types/node":"^17.0.23","@types/ramda":"^0.28.7","@types/react":"^17.0.43","@typescript-eslint/eslint-plugin":"^5.18.0","@typescript-eslint/parser":"^5.18.0","benchee":"^1.0.3","cli-table3":"^0.6.1","clone":"^2.1.2","deepclone":"^1.0.2","eslint":"^8.12.0","eslint-webpack-plugin":"^3.1.1","fast-clone":"^1.5.3","html-webpack-plugin":"^5.5.0","in-publish":"^2.0.1","jest":"^27.5.1","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.28.0","react":"^18.0.0","react-dom":"^18.0.0","release-it":"^14.14.0","rollup":"^2.70.1","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.1.4","ts-loader":"^9.2.8","typescript":"^4.6.3","webpack":"^5.71.0","webpack-cli":"^4.9.2","webpack-dev-server":"^4.8.1"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"eslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"types":"index.d.ts","version":"2.1.2","gitHead":"339ec113bd9b5c10323a7fa6da2bf45a8751491f","_id":"fast-copy@2.1.2","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"63cd359d437abd5a77e1dca9d24d6140f3677d7a","size":14273,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.1.2.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.1.2_1649307096597_0.5761480838953166"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-07T12:13:54.518Z","publish_time":1649307096759,"_cnpm_publish_time":1649307096759},"2.1.1":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@types/jest":"^26.0.0","@types/lodash":"^4.14.155","@types/node":"^14.0.13","@types/ramda":"^0.27.6","@types/react":"^16.9.38","benchee":"^1.0.3","cli-table2":"^0.2.0","clone":"^2.1.2","deepclone":"^1.0.2","fast-clone":"^1.5.3","html-webpack-plugin":"^4.3.0","in-publish":"^2.0.1","jest":"^26.0.1","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.27.0","react":"^16.13.1","react-dom":"^16.13.1","rollup":"^2.17.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^6.1.0","rollup-plugin-typescript2":"^0.27.1","ts-jest":"^26.1.0","ts-loader":"^7.0.5","tslint":"^6.1.2","tslint-config-airbnb":"^5.11.2","tslint-loader":"^3.5.4","typescript":"^3.9.5","webpack":"^4.43.0","webpack-cli":"^3.3.11","webpack-dev-server":"^3.11.0"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"NODE_ENV=test tslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"types":"index.d.ts","version":"2.1.1","gitHead":"03470da31b2bf14cae6d273bf9a8de3c2910b47d","_id":"fast-copy@2.1.1","_nodeVersion":"12.19.1","_npmVersion":"6.14.8","dist":{"shasum":"f5cbcf2df64215e59b8e43f0b2caabc19848083a","size":15668,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.1.1.tgz"},"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.1.1_1609871298112_0.16671997396257643"},"_hasShrinkwrap":false,"publish_time":1609871298270,"_cnpm_publish_time":1609871298270},"2.1.0":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@types/jest":"^26.0.0","@types/lodash":"^4.14.155","@types/node":"^14.0.13","@types/ramda":"^0.27.6","@types/react":"^16.9.38","benchee":"^1.0.3","cli-table2":"^0.2.0","clone":"^2.1.2","deepclone":"^1.0.2","fast-clone":"^1.5.3","html-webpack-plugin":"^4.3.0","in-publish":"^2.0.1","jest":"^26.0.1","lodash":"^4.17.11","nyc":"^15.1.0","ramda":"^0.27.0","react":"^16.13.1","react-dom":"^16.13.1","rollup":"^2.17.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^6.1.0","rollup-plugin-typescript2":"^0.27.1","ts-jest":"^26.1.0","ts-loader":"^7.0.5","tslint":"^6.1.2","tslint-config-airbnb":"^5.11.2","tslint-loader":"^3.5.4","typescript":"^3.9.5","webpack":"^4.43.0","webpack-cli":"^3.3.11","webpack-dev-server":"^3.11.0"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"NODE_ENV=test tslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run typecheck && npm run test && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch","typecheck":"tsc src/*.ts --noEmit"},"types":"index.d.ts","version":"2.1.0","gitHead":"3e30d3106cff3bbfa338edf6e6cd204d9a2dd760","_id":"fast-copy@2.1.0","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"shasum":"99c1b842aee063f8212d6f749080c196a822b293","size":15345,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.1.0.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.1.0_1592455658227_0.3745317881044612"},"_hasShrinkwrap":false,"publish_time":1592455658361,"_cnpm_publish_time":1592455658361},"2.0.5":{"author":{"name":"tony_quetano@planttheidea.com"},"contributors":[{"name":"Dariusz Rzepka","email":"rzepkadarek@gmail.com"}],"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@types/jest":"^25.1.4","@types/lodash":"^4.14.149","@types/node":"^13.9.0","@types/ramda":"^0.26.43","@types/react":"^16.9.23","benchee":"^1.0.3","cli-table2":"^0.2.0","clone":"^2.1.2","deepclone":"^1.0.2","fast-clone":"^1.5.3","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","jest":"^25.1.0","lodash":"^4.17.11","nyc":"^15.0.0","ramda":"^0.27.0","react":"^16.13.0","react-dom":"^16.13.0","rollup":"^2.0.2","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.2.0","rollup-plugin-typescript2":"^0.26.0","ts-jest":"^25.2.1","ts-loader":"^6.2.1","tslint":"^6.0.0","tslint-config-airbnb":"^5.11.2","tslint-loader":"^3.5.4","typescript":"^3.8.3","webpack":"^4.42.0","webpack-cli":"^3.3.11","webpack-dev-server":"^3.10.3"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"NODE_ENV=test tslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run test:coverage && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch"},"types":"index.d.ts","version":"2.0.5","gitHead":"05c1d49b4247c5bf7cb5ac15955aebee02555cb7","_id":"fast-copy@2.0.5","_nodeVersion":"13.9.0","_npmVersion":"6.14.1","dist":{"shasum":"ddf558bc3c1dd15782da69327adbf4f79499dc50","size":14577,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.0.5.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.0.5_1583620998277_0.9131492771956247"},"_hasShrinkwrap":false,"publish_time":1583620998397,"_cnpm_publish_time":1583620998397},"2.0.4":{"author":{"name":"tony_quetano@planttheidea.com"},"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@types/jest":"^24.0.21","@types/lodash":"^4.14.144","@types/node":"^12.12.5","@types/ramda":"^0.26.33","@types/react":"^16.9.11","benchee":"^1.0.3","cli-table2":"^0.2.0","clone":"^2.1.2","deepclone":"^1.0.2","fast-clone":"^1.5.3","fast-deepclone":"^1.0.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","jest":"^24.9.0","lodash":"^4.17.11","nyc":"^14.1.1","ramda":"^0.26.1","react":"^16.11.0","react-dom":"^16.11.0","rollup":"^1.26.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.24.3","ts-jest":"^24.1.0","ts-loader":"^6.2.1","tslint":"^5.20.0","tslint-config-airbnb":"^5.11.2","tslint-loader":"^3.5.4","typescript":"^3.6.4","webpack":"^4.41.2","webpack-cli":"^3.3.10","webpack-dev-server":"^3.9.0"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"NODE_ENV=test tslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublishOnly":"npm run lint && npm run test:coverage && npm run dist","release":"release-it","release:beta":"release-it --config=.release-it.beta.json","release:dry":"release-it --dry-run","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch"},"types":"index.d.ts","version":"2.0.4","gitHead":"d5bfeeb3b7f31a221daf24a343b95274aa42c593","_id":"fast-copy@2.0.4","_nodeVersion":"10.17.0","_npmVersion":"6.12.0","dist":{"shasum":"ab54785f86d5817a8963340464ef099e7d7f3e94","size":14160,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.0.4.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.0.4_1572712812415_0.8534053588816133"},"_hasShrinkwrap":false,"publish_time":1572712812560,"_cnpm_publish_time":1572712812560},"2.0.3":{"author":{"name":"tony_quetano@planttheidea.com"},"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@types/jest":"^24.0.4","@types/lodash":"^4.14.121","@types/node":"^11.9.3","@types/ramda":"^0.25.50","@types/react":"^16.8.3","benchee":"^1.0.3","cli-table2":"^0.2.0","clone":"^2.1.2","deepclone":"^1.0.2","fast-clone":"^1.5.3","fast-deepclone":"^1.0.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","jest":"^24.1.0","lodash":"^4.17.11","nyc":"^13.2.0","ramda":"^0.26.1","react":"^16.8.1","react-dom":"^16.8.1","rollup":"^1.1.0","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-terser":"^4.0.4","rollup-plugin-typescript2":"^0.19.2","ts-jest":"^23.10.4","ts-loader":"^5.3.3","tslint":"^5.11.0","tslint-config-airbnb":"^5.11.0","tslint-loader":"^3.5.4","typescript":"^3.3.3","webpack":"^4.29.3","webpack-cli":"^3.2.3","webpack-dev-server":"^3.1.5"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"NODE_ENV=test tslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run dist","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch"},"types":"index.d.ts","version":"2.0.3","gitHead":"89eae0a83d7293b0a09201052c30ffd481779d77","_id":"fast-copy@2.0.3","_nodeVersion":"10.15.0","_npmVersion":"6.7.0","dist":{"shasum":"e9202d6944c9602b575f44d2857cef0f40dc6581","size":13771,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.0.3.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.0.3_1550115824187_0.1107142377118231"},"_hasShrinkwrap":false,"publish_time":1550115824378,"_cnpm_publish_time":1550115824378},"2.0.2":{"author":{"name":"tony_quetano@planttheidea.com"},"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@types/jest":"^23.3.13","@types/lodash":"^4.14.120","@types/node":"^10.12.19","@types/ramda":"^0.25.47","@types/react":"^16.7.22","benchee":"^1.0.3","cli-table2":"^0.2.0","clone":"^2.1.2","deepclone":"^1.0.2","fast-clone":"^1.5.3","fast-deepclone":"^1.0.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","jest":"^24.0.0","lodash":"^4.17.11","nyc":"^13.0.1","ramda":"^0.26.1","react":"^16.7.0","react-dom":"^16.7.0","rollup":"^1.1.0","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-terser":"^4.0.3","rollup-plugin-typescript2":"^0.19.2","ts-jest":"^23.10.4","ts-loader":"^5.3.3","tslint":"^5.11.0","tslint-config-airbnb":"^5.11.0","tslint-loader":"^3.5.4","typescript":"^3.2.4","webpack":"^4.29.0","webpack-cli":"^3.2.0","webpack-dev-server":"^3.1.5"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"NODE_ENV=test tslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run dist","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch"},"types":"index.d.ts","version":"2.0.2","gitHead":"fae252ea9acb50020a88ebf064c0fb8f0b276efb","_id":"fast-copy@2.0.2","_nodeVersion":"10.15.0","_npmVersion":"6.6.0","dist":{"shasum":"a3c094dd8d43f3c0145a269b72bda8124ea96f9b","size":13649,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.0.2.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.0.2_1548824256572_0.21735521411889702"},"_hasShrinkwrap":false,"publish_time":1548824256681,"_cnpm_publish_time":1548824256681},"2.0.1":{"author":{"name":"tony_quetano@planttheidea.com"},"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@types/jest":"^23.3.13","@types/lodash":"^4.14.120","@types/node":"^10.12.19","@types/ramda":"^0.25.47","@types/react":"^16.7.22","benchee":"^1.0.3","cli-table2":"^0.2.0","clone":"^2.1.2","deepclone":"^1.0.2","fast-clone":"^1.5.3","fast-deepclone":"^1.0.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","jest":"^24.0.0","lodash":"^4.17.11","nyc":"^13.0.1","ramda":"^0.26.1","react":"^16.7.0","react-dom":"^16.7.0","rollup":"^1.1.0","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-terser":"^4.0.3","rollup-plugin-typescript2":"^0.19.2","ts-jest":"^23.10.4","ts-loader":"^5.3.3","tslint":"^5.11.0","tslint-config-airbnb":"^5.11.0","tslint-loader":"^3.5.4","typescript":"^3.2.4","webpack":"^4.29.0","webpack-cli":"^3.2.0","webpack-dev-server":"^3.1.5"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"NODE_ENV=test tslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run dist","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch"},"types":"index.d.ts","version":"2.0.1","gitHead":"390f84ef7f29c6793a1c2df3ab147b1c6b48ec42","_id":"fast-copy@2.0.1","_nodeVersion":"10.15.0","_npmVersion":"6.6.0","dist":{"shasum":"402b05894403640ccba3419af5602b5be808d949","size":13800,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.0.1.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.0.1_1548813648993_0.041643597066093774"},"_hasShrinkwrap":false,"publish_time":1548813649201,"_cnpm_publish_time":1548813649201},"2.0.0":{"author":{"name":"tony_quetano@planttheidea.com"},"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@types/jest":"^23.3.13","@types/lodash":"^4.14.120","@types/node":"^10.12.19","@types/ramda":"^0.25.47","@types/react":"^16.7.22","benchee":"^1.0.3","cli-table2":"^0.2.0","clone":"^2.1.2","deepclone":"^1.0.2","fast-clone":"^1.5.3","fast-deepclone":"^1.0.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","jest":"^24.0.0","lodash":"^4.17.11","nyc":"^13.0.1","ramda":"^0.26.1","react":"^16.7.0","react-dom":"^16.7.0","rollup":"^1.1.0","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-terser":"^4.0.3","rollup-plugin-typescript2":"^0.19.2","ts-jest":"^23.10.4","ts-loader":"^5.3.3","tslint":"^5.11.0","tslint-config-airbnb":"^5.11.0","tslint-loader":"^3.5.4","typescript":"^3.2.4","webpack":"^4.29.0","webpack-cli":"^3.2.0","webpack-dev-server":"^3.1.5"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.js","dist":"npm run clean && npm run build","lint":"NODE_ENV=test tslint 'src/*.ts'","lint:fix":"npm run lint -- --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run dist","start":"npm run dev","test":"NODE_PATH=. jest","test:coverage":"npm run test -- --coverage","test:watch":"npm run test -- --watch"},"types":"index.d.ts","version":"2.0.0","gitHead":"51886d12faaa2a736cac561920f13e710806c326","_id":"fast-copy@2.0.0","_nodeVersion":"10.15.0","_npmVersion":"6.6.0","dist":{"shasum":"63b4ada778b5ae725e5af2cad1d1dc31b47fe7ba","size":13730,"noattachment":false,"key":"/fast-copy/-/fast-copy-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-2.0.0.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_2.0.0_1548771011876_0.018420212774513445"},"_hasShrinkwrap":false,"publish_time":1548771012016,"_cnpm_publish_time":1548771012016},"1.2.4":{"author":{"name":"tony_quetano@planttheidea.com"},"ava":{"failFast":true,"files":["test/*.js"],"require":["@babel/register"],"sources":["src/*.js"],"verbose":true},"browser":"dist/fast-copy.js","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","@babel/preset-react":"^7.0.0","@babel/register":"^7.0.0","ava":"^1.0.0-beta.8","babel-eslint":"^10.0.1","babel-loader":"^8.0.0","benchmark":"^2.1.4","clone":"^2.1.2","decircularize":"^1.0.0","deep-clone":"^3.0.3","deep-eql":"^4.0.0","deep-equal":"^1.0.1","deepclone":"^1.0.2","eslint":"^5.7.0","eslint-config-rapid7":"^3.1.0","eslint-friendly-formatter":"^4.0.1","eslint-loader":"^2.1.1","fast-clone":"^1.5.3","fast-deep-equal":"^2.0.1","fast-deepclone":"^1.0.0","fast-equals":"^1.6.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","lodash":"^4.17.11","nano-equal":"^2.0.2","nyc":"^13.1.0","optimize-js-plugin":"^0.0.4","react":"^16.5.2","react-dom":"^16.5.2","react-fast-compare":"^2.0.2","rollup":"^1.1.2","rollup-plugin-babel":"^4.0.1","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-terser":"^4.0.3","shallow-equal-fuzzy":"^0.0.2","sinon":"^7.0.0","underscore":"^1.9.1","webpack":"^4.20.2","webpack-cli":"^3.1.2","webpack-dev-server":"^3.1.9"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"dist/fast-copy.cjs.js","module":"dist/fast-copy.esm.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"npm run build && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"rimraf dist","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js","dist":"npm run clean && npm run build","lint":"NODE_ENV=test eslint src --max-warnings 0","lint:fix":"NODE_ENV=test eslint src --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run dist","start":"npm run dev","test":"NODE_PATH=. BABEL_ENV=test ava","test:coverage":"nyc npm test","test:watch":"npm test -- --watch"},"types":"index.d.ts","version":"1.2.4","gitHead":"3d4705a4938fb0272ad871d268e645ec6d4f09a3","_id":"fast-copy@1.2.4","_nodeVersion":"10.15.0","_npmVersion":"6.6.0","dist":{"shasum":"456e3b3ccf57a3c81f5223f2882532fca0c3f4a7","size":15484,"noattachment":false,"key":"/fast-copy/-/fast-copy-1.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-1.2.4.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_1.2.4_1548516512534_0.8054564302967591"},"_hasShrinkwrap":false,"publish_time":1548516512672,"_cnpm_publish_time":1548516512672},"1.2.3":{"author":{"name":"tony_quetano@planttheidea.com"},"ava":{"failFast":true,"files":["test/*.js"],"require":["@babel/register"],"sources":["src/*.js"],"verbose":true},"bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","@babel/preset-react":"^7.0.0","@babel/register":"^7.0.0","ava":"^1.0.0-beta.8","babel-eslint":"^10.0.1","babel-loader":"^8.0.0","benchmark":"^2.1.4","clone":"^2.1.2","decircularize":"^1.0.0","deep-clone":"^3.0.3","deep-eql":"^3.0.1","deep-equal":"^1.0.1","deepclone":"^1.0.2","eslint":"^5.7.0","eslint-config-rapid7":"^3.1.0","eslint-friendly-formatter":"^4.0.1","eslint-loader":"^2.1.1","fast-clone":"^1.5.3","fast-deep-equal":"^2.0.1","fast-deepclone":"^1.0.0","fast-equals":"^1.6.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","lodash":"^4.17.11","nano-equal":"^2.0.2","nyc":"^13.1.0","optimize-js-plugin":"^0.0.4","react":"^16.5.2","react-dom":"^16.5.2","react-fast-compare":"^2.0.2","rollup":"^0.66.6","rollup-plugin-babel":"^4.0.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-uglify":"^6.0.0","shallow-equal-fuzzy":"^0.0.2","sinon":"^7.0.0","underscore":"^1.9.1","webpack":"^4.20.2","webpack-cli":"^3.1.2","webpack-dev-server":"^3.1.9"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"lib/index.js","module":"es/index.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"NODE_ENV=production BABEL_ENV=test babel src --out-dir lib --no-comments && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"npm run clean:es && npm run clean:lib && npm run clean:dist","clean:dist":"rimraf dist","clean:es":"rimraf es","clean:lib":"rimraf lib","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js","dist":"npm run clean:dist && npm run build","lint":"NODE_ENV=test eslint src --max-warnings 0","lint:fix":"NODE_ENV=test eslint src --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run transpile:lib && npm run transpile:es && npm run dist","start":"npm run dev","test":"NODE_PATH=. BABEL_ENV=test ava","test:coverage":"nyc npm test","test:watch":"npm test -- --watch","transpile:es":"npm run clean:es && BABEL_ENV=es babel src --out-dir es","transpile:lib":"npm run clean:lib && BABEL_ENV=lib babel src --out-dir lib"},"types":"index.d.ts","version":"1.2.3","gitHead":"b869c8e012fc3a245a4371eda2fa89e945fbb398","_id":"fast-copy@1.2.3","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"dist":{"shasum":"2539188451558fd43eadbf4409ff52567f46d2ee","size":13888,"noattachment":false,"key":"/fast-copy/-/fast-copy-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-1.2.3.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_1.2.3_1539556403947_0.48157835416793016"},"_hasShrinkwrap":false,"publish_time":1539556404114,"_cnpm_publish_time":1539556404114},"1.2.2":{"author":{"name":"tony_quetano@planttheidea.com"},"ava":{"babel":"inherit","failFast":true,"files":["test/*.js"],"require":["babel-register"],"source":["src/*.js"],"verbose":true},"bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"ava":"^0.25.0","babel-cli":"^6.26.0","babel-eslint":"^8.2.5","babel-loader":"^7.1.5","babel-preset-env":"^1.6.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-register":"^6.26.0","benchmark":"^2.1.4","clone":"^2.1.1","decircularize":"^1.0.0","deep-clone":"^3.0.3","deep-eql":"^3.0.1","deep-equal":"^1.0.1","deepclone":"^1.0.2","eslint":"^5.1.0","eslint-config-rapid7":"^3.0.3","eslint-friendly-formatter":"^4.0.1","eslint-loader":"^2.0.0","fast-clone":"^1.5.3","fast-deep-equal":"^2.0.1","fast-deepclone":"^1.0.0","fast-equals":"^1.5.3","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","lodash":"^4.17.10","nano-equal":"^2.0.2","nyc":"^12.0.2","optimize-js-plugin":"^0.0.4","react":"^16.4.1","react-dom":"^16.4.1","react-fast-compare":"^2.0.1","rollup":"^0.62.0","rollup-plugin-babel":"^3.0.7","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-uglify":"^4.0.0","shallow-equal-fuzzy":"^0.0.2","sinon":"^6.1.3","underscore":"^1.9.1","webpack":"^4.15.1","webpack-cli":"^3.0.8","webpack-dev-server":"^3.1.4"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"lib/index.js","module":"es/index.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"NODE_ENV=production BABEL_ENV=test babel src --out-dir lib --no-comments && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"npm run clean:es && npm run clean:lib && npm run clean:dist","clean:dist":"rimraf dist","clean:es":"rimraf es","clean:lib":"rimraf lib","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js","dist":"npm run clean:dist && npm run build","lint":"NODE_ENV=test eslint src --max-warnings 0","lint:fix":"NODE_ENV=test eslint src --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run transpile:lib && npm run transpile:es && npm run dist","start":"npm run dev","test":"NODE_PATH=. BABEL_ENV=test ava","test:coverage":"nyc npm test","test:watch":"npm test -- --watch","transpile:es":"npm run clean:es && BABEL_ENV=es babel src --out-dir es","transpile:lib":"npm run clean:lib && BABEL_ENV=lib babel src --out-dir lib"},"types":"index.d.ts","version":"1.2.2","gitHead":"da5798bb8bf52397f7e593f12d38c715783c1312","_id":"fast-copy@1.2.2","_npmVersion":"6.1.0","_nodeVersion":"8.11.3","_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"dist":{"shasum":"b15cf14d767f07c22cd5ffbd6cc615c12d206b7e","size":12748,"noattachment":false,"key":"/fast-copy/-/fast-copy-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-1.2.2.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_1.2.2_1531186225109_0.9764373859703892"},"_hasShrinkwrap":false,"publish_time":1531186225227,"_cnpm_publish_time":1531186225227},"1.2.1":{"author":{"name":"tony_quetano@planttheidea.com"},"ava":{"babel":"inherit","failFast":true,"files":["test/*.js"],"require":["babel-register"],"source":["src/*.js"],"verbose":true},"bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"ava":"^0.25.0","babel-cli":"^6.26.0","babel-eslint":"^8.2.3","babel-loader":"^7.1.4","babel-preset-env":"^1.6.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-register":"^6.26.0","benchmark":"^2.1.4","clone":"^2.1.1","decircularize":"^1.0.0","deep-clone":"^3.0.3","deep-eql":"^3.0.1","deep-equal":"^1.0.1","deepclone":"^1.0.2","eslint":"^4.19.1","eslint-config-rapid7":"^2.11.1","eslint-friendly-formatter":"^4.0.1","eslint-loader":"^2.0.0","fast-clone":"^1.5.3","fast-deep-equal":"^2.0.1","fast-deepclone":"^1.0.0","fast-equals":"^1.4.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","lodash":"^4.17.10","nano-equal":"^2.0.2","nyc":"^11.7.3","optimize-js-plugin":"^0.0.4","react":"^16.3.2","react-dom":"^16.3.2","react-fast-compare":"^1.0.0","rollup":"^0.58.2","rollup-plugin-babel":"^3.0.4","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-uglify":"^3.0.0","shallow-equal-fuzzy":"^0.0.2","sinon":"^5.0.7","underscore":"^1.9.0","webpack":"^4.8.1","webpack-cli":"^2.1.3","webpack-dev-server":"^3.1.4"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"lib/index.js","module":"es/index.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"NODE_ENV=production BABEL_ENV=test babel src --out-dir lib --no-comments && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"npm run clean:es && npm run clean:lib && npm run clean:dist","clean:dist":"rimraf dist","clean:es":"rimraf es","clean:lib":"rimraf lib","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js","dist":"npm run clean:dist && npm run build","lint":"NODE_ENV=test eslint src --max-warnings 0","lint:fix":"NODE_ENV=test eslint src --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run transpile:lib && npm run transpile:es && npm run dist","start":"npm run dev","test":"NODE_PATH=. BABEL_ENV=test ava","test:coverage":"nyc npm test","test:watch":"npm test -- --watch","transpile:es":"npm run clean:es && BABEL_ENV=es babel src --out-dir es","transpile:lib":"npm run clean:lib && BABEL_ENV=lib babel src --out-dir lib"},"types":"index.d.ts","version":"1.2.1","gitHead":"b51e547ccfc3dcbd91219e9d9a2f50b3d2d8157b","_id":"fast-copy@1.2.1","_npmVersion":"6.0.1","_nodeVersion":"8.11.1","_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"dist":{"shasum":"9c86564bd592210f35893a779088916b2af4629f","size":87793,"noattachment":false,"key":"/fast-copy/-/fast-copy-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-1.2.1.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_1.2.1_1526725458582_0.8305297393398126"},"_hasShrinkwrap":false,"publish_time":1526725458768,"_cnpm_publish_time":1526725458768},"1.2.0":{"author":{"name":"tony_quetano@planttheidea.com"},"ava":{"babel":"inherit","failFast":true,"files":["test/*.js"],"require":["babel-register"],"source":["src/*.js"],"verbose":true},"bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"ava":"^0.25.0","babel-cli":"^6.26.0","babel-eslint":"^8.2.3","babel-loader":"^7.1.4","babel-preset-env":"^1.6.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-register":"^6.26.0","benchmark":"^2.1.4","clone":"^2.1.1","decircularize":"^1.0.0","deep-clone":"^3.0.3","deep-eql":"^3.0.1","deep-equal":"^1.0.1","deepclone":"^1.0.2","eslint":"^4.19.1","eslint-config-rapid7":"^2.11.1","eslint-friendly-formatter":"^4.0.1","eslint-loader":"^2.0.0","fast-clone":"^1.5.3","fast-deep-equal":"^2.0.1","fast-deepclone":"^1.0.0","fast-equals":"^1.4.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","lodash":"^4.17.10","nano-equal":"^2.0.2","nyc":"^11.7.3","optimize-js-plugin":"^0.0.4","react":"^16.3.2","react-dom":"^16.3.2","react-fast-compare":"^1.0.0","rollup":"^0.58.2","rollup-plugin-babel":"^3.0.4","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-uglify":"^3.0.0","shallow-equal-fuzzy":"^0.0.2","sinon":"^5.0.7","underscore":"^1.9.0","webpack":"^4.8.1","webpack-cli":"^2.1.3","webpack-dev-server":"^3.1.4"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"lib/index.js","module":"es/index.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"NODE_ENV=production BABEL_ENV=test babel src --out-dir lib --no-comments && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"npm run clean:es && npm run clean:lib && npm run clean:dist","clean:dist":"rimraf dist","clean:es":"rimraf es","clean:lib":"rimraf lib","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js","dist":"npm run clean:dist && npm run build","lint":"NODE_ENV=test eslint src --max-warnings 0","lint:fix":"NODE_ENV=test eslint src --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run transpile:lib && npm run transpile:es && npm run dist","start":"npm run dev","test":"NODE_PATH=. BABEL_ENV=test ava","test:coverage":"nyc npm test","test:watch":"npm test -- --watch","transpile:es":"npm run clean:es && BABEL_ENV=es babel src --out-dir es","transpile:lib":"npm run clean:lib && BABEL_ENV=lib babel src --out-dir lib"},"types":"index.d.ts","version":"1.2.0","gitHead":"903e37897097f7d1973a4055b24bce40e5966e34","_id":"fast-copy@1.2.0","_npmVersion":"6.0.0","_nodeVersion":"8.11.1","_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"dist":{"shasum":"51b3b7408b6293916800ae894b6841aae27a68a5","size":87470,"noattachment":false,"key":"/fast-copy/-/fast-copy-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-1.2.0.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_1.2.0_1526465073424_0.7902136194556983"},"_hasShrinkwrap":false,"publish_time":1526465074192,"_cnpm_publish_time":1526465074192},"1.1.2":{"author":{"name":"tony_quetano@planttheidea.com"},"ava":{"babel":"inherit","failFast":true,"files":["test/*.js"],"require":["babel-register"],"source":["src/*.js"],"verbose":true},"bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"ava":"^0.25.0","babel-cli":"^6.26.0","babel-eslint":"^8.2.3","babel-loader":"^7.1.4","babel-preset-env":"^1.6.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-register":"^6.26.0","benchmark":"^2.1.4","clone":"^2.1.1","decircularize":"^1.0.0","deep-clone":"^3.0.3","deep-eql":"^3.0.1","deep-equal":"^1.0.1","deepclone":"^1.0.2","eslint":"^4.19.1","eslint-config-rapid7":"^2.11.1","eslint-friendly-formatter":"^4.0.1","eslint-loader":"^2.0.0","fast-clone":"^1.5.3","fast-deep-equal":"^2.0.1","fast-deepclone":"^1.0.0","fast-equals":"^1.4.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","lodash":"^4.17.10","nano-equal":"^2.0.2","nyc":"^11.7.3","optimize-js-plugin":"^0.0.4","react":"^16.3.2","react-dom":"^16.3.2","react-fast-compare":"^1.0.0","rollup":"^0.58.2","rollup-plugin-babel":"^3.0.4","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-uglify":"^3.0.0","shallow-equal-fuzzy":"^0.0.2","sinon":"^5.0.7","underscore":"^1.9.0","webpack":"^4.8.1","webpack-cli":"^2.1.3","webpack-dev-server":"^3.1.4"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"lib/index.js","module":"es/index.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"NODE_ENV=production BABEL_ENV=test babel src --out-dir lib --no-comments && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"npm run clean:es && npm run clean:lib && npm run clean:dist","clean:dist":"rimraf dist","clean:es":"rimraf es","clean:lib":"rimraf lib","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js","dist":"npm run clean:dist && npm run build","lint":"NODE_ENV=test eslint src --max-warnings 0","lint:fix":"NODE_ENV=test eslint src --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run transpile:lib && npm run transpile:es && npm run dist","start":"npm run dev","test":"NODE_PATH=. BABEL_ENV=test ava","test:coverage":"nyc npm test","test:watch":"npm test -- --watch","transpile:es":"npm run clean:es && BABEL_ENV=es babel src --out-dir es","transpile:lib":"npm run clean:lib && BABEL_ENV=lib babel src --out-dir lib"},"types":"index.d.ts","version":"1.1.2","gitHead":"2b588f80998ca5216dd091b96d78b734ec032b1a","_id":"fast-copy@1.1.2","_npmVersion":"6.0.0","_nodeVersion":"8.11.1","_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"dist":{"shasum":"51a9d1ca00fa002b925cdc34b14a81f636ba8e25","size":87157,"noattachment":false,"key":"/fast-copy/-/fast-copy-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-1.1.2.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_1.1.2_1526131315262_0.9066363333190088"},"_hasShrinkwrap":false,"publish_time":1526131315529,"_cnpm_publish_time":1526131315529},"1.1.1":{"author":{"name":"tony_quetano@planttheidea.com"},"ava":{"babel":"inherit","failFast":true,"files":["test/*.js"],"require":["babel-register"],"source":["src/*.js"],"verbose":true},"bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"ava":"^0.25.0","babel-cli":"^6.26.0","babel-eslint":"^8.2.3","babel-loader":"^7.1.4","babel-preset-env":"^1.6.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-register":"^6.26.0","benchmark":"^2.1.4","clone":"^2.1.1","decircularize":"^1.0.0","deep-clone":"^3.0.3","deep-eql":"^3.0.1","deep-equal":"^1.0.1","deepclone":"^1.0.2","eslint":"^4.19.1","eslint-config-rapid7":"^2.11.1","eslint-friendly-formatter":"^4.0.1","eslint-loader":"^2.0.0","fast-clone":"^1.5.3","fast-deep-equal":"^2.0.1","fast-deepclone":"^1.0.0","fast-equals":"^1.4.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","lodash":"^4.17.10","nano-equal":"^2.0.2","nyc":"^11.7.3","optimize-js-plugin":"^0.0.4","react":"^16.3.2","react-dom":"^16.3.2","react-fast-compare":"^1.0.0","rollup":"^0.58.2","rollup-plugin-babel":"^3.0.4","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-uglify":"^3.0.0","shallow-equal-fuzzy":"^0.0.2","sinon":"^5.0.7","underscore":"^1.9.0","webpack":"^4.8.1","webpack-cli":"^2.1.3","webpack-dev-server":"^3.1.4"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"lib/index.js","module":"es/index.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"NODE_ENV=production BABEL_ENV=test babel src --out-dir lib --no-comments && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"npm run clean:es && npm run clean:lib && npm run clean:dist","clean:dist":"rimraf dist","clean:es":"rimraf es","clean:lib":"rimraf lib","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js","dist":"npm run clean:dist && npm run build","lint":"NODE_ENV=test eslint src --max-warnings 0","lint:fix":"NODE_ENV=test eslint src --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run transpile:lib && npm run transpile:es && npm run dist","start":"npm run dev","test":"NODE_PATH=. BABEL_ENV=test ava","test:coverage":"nyc npm test","test:watch":"npm test -- --watch","transpile:es":"npm run clean:es && BABEL_ENV=es babel src --out-dir es","transpile:lib":"npm run clean:lib && BABEL_ENV=lib babel src --out-dir lib"},"types":"index.d.ts","version":"1.1.1","gitHead":"3484a767dd3124478d975bdbfe971124e2658af3","_id":"fast-copy@1.1.1","_npmVersion":"6.0.0","_nodeVersion":"8.11.1","_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"dist":{"shasum":"1dbe210490886201bac57d8b69b9672258fe7269","size":86936,"noattachment":false,"key":"/fast-copy/-/fast-copy-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-1.1.1.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_1.1.1_1526121714637_0.44464500625073633"},"_hasShrinkwrap":false,"publish_time":1526121714728,"_cnpm_publish_time":1526121714728},"1.1.0":{"author":{"name":"tony_quetano@planttheidea.com"},"ava":{"babel":"inherit","failFast":true,"files":["test/*.js"],"require":["babel-register"],"source":["src/*.js"],"verbose":true},"bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"ava":"^0.25.0","babel-cli":"^6.26.0","babel-eslint":"^8.2.3","babel-loader":"^7.1.4","babel-preset-env":"^1.6.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-register":"^6.26.0","benchmark":"^2.1.4","clone":"^2.1.1","decircularize":"^1.0.0","deep-clone":"^3.0.3","deep-eql":"^3.0.1","deep-equal":"^1.0.1","deepclone":"^1.0.2","eslint":"^4.19.1","eslint-config-rapid7":"^2.11.1","eslint-friendly-formatter":"^4.0.1","eslint-loader":"^2.0.0","fast-clone":"^1.5.3","fast-deep-equal":"^2.0.1","fast-deepclone":"^1.0.0","fast-equals":"^1.4.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","lodash":"^4.17.10","nano-equal":"^2.0.2","nyc":"^11.7.3","optimize-js-plugin":"^0.0.4","react":"^16.3.2","react-dom":"^16.3.2","react-fast-compare":"^1.0.0","rollup":"^0.58.2","rollup-plugin-babel":"^3.0.4","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-uglify":"^3.0.0","shallow-equal-fuzzy":"^0.0.2","sinon":"^5.0.7","underscore":"^1.9.0","webpack":"^4.8.1","webpack-cli":"^2.1.3","webpack-dev-server":"^3.1.4"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"lib/index.js","module":"es/index.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"NODE_ENV=production BABEL_ENV=test babel src --out-dir lib --no-comments && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"npm run clean:es && npm run clean:lib && npm run clean:dist","clean:dist":"rimraf dist","clean:es":"rimraf es","clean:lib":"rimraf lib","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js","dist":"npm run clean:dist && npm run build","lint":"NODE_ENV=test eslint src --max-warnings 0","lint:fix":"NODE_ENV=test eslint src --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run transpile:lib && npm run transpile:es && npm run dist","start":"npm run dev","test":"NODE_PATH=. BABEL_ENV=test ava","test:coverage":"nyc npm test","test:watch":"npm test -- --watch","transpile:es":"npm run clean:es && BABEL_ENV=es babel src --out-dir es","transpile:lib":"npm run clean:lib && BABEL_ENV=lib babel src --out-dir lib"},"types":"index.d.ts","version":"1.1.0","gitHead":"16d2fc1198610f861c67f8eb66cb817bfcb70c87","_id":"fast-copy@1.1.0","_npmVersion":"6.0.0","_nodeVersion":"8.11.1","_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"dist":{"shasum":"f13491b7571658d66edc3e30fe064b476e8c3c57","size":86828,"noattachment":false,"key":"/fast-copy/-/fast-copy-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-1.1.0.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_1.1.0_1526074363480_0.06057261885890863"},"_hasShrinkwrap":false,"publish_time":1526074363540,"_cnpm_publish_time":1526074363540},"1.0.1":{"author":{"name":"tony_quetano@planttheidea.com"},"ava":{"babel":"inherit","failFast":true,"files":["test/*.js"],"require":["babel-register"],"source":["src/*.js"],"verbose":true},"bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"ava":"^0.25.0","babel-cli":"^6.26.0","babel-eslint":"^8.2.3","babel-loader":"^7.1.4","babel-preset-env":"^1.6.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-register":"^6.26.0","benchmark":"^2.1.4","clone":"^2.1.1","decircularize":"^1.0.0","deep-clone":"^3.0.3","deep-eql":"^3.0.1","deep-equal":"^1.0.1","deepclone":"^1.0.2","eslint":"^4.19.1","eslint-config-rapid7":"^2.11.1","eslint-friendly-formatter":"^4.0.1","eslint-loader":"^2.0.0","fast-clone":"^1.5.3","fast-deep-equal":"^2.0.1","fast-deepclone":"^1.0.0","fast-equals":"^1.4.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","lodash":"^4.17.10","nano-equal":"^2.0.2","nyc":"^11.7.3","optimize-js-plugin":"^0.0.4","react":"^16.3.2","react-dom":"^16.3.2","react-fast-compare":"^1.0.0","rollup":"^0.58.2","rollup-plugin-babel":"^3.0.4","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-uglify":"^3.0.0","shallow-equal-fuzzy":"^0.0.2","sinon":"^5.0.7","underscore":"^1.9.0","webpack":"^4.8.1","webpack-cli":"^2.1.3","webpack-dev-server":"^3.1.4"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"lib/index.js","module":"es/index.js","types":"index.d.ts","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"NODE_ENV=production BABEL_ENV=test babel src --out-dir lib --no-comments && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"npm run clean:es && npm run clean:lib && npm run clean:dist","clean:dist":"rimraf dist","clean:es":"rimraf es","clean:lib":"rimraf lib","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js","dist":"npm run clean:dist && npm run build","lint":"NODE_ENV=test eslint src --max-warnings 0","lint:fix":"NODE_ENV=test eslint src --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run transpile:lib && npm run transpile:es && npm run dist","start":"npm run dev","test":"NODE_PATH=. BABEL_ENV=test ava","test:coverage":"nyc npm test","test:watch":"npm test -- --watch","transpile:es":"npm run clean:es && BABEL_ENV=es babel src --out-dir es","transpile:lib":"npm run clean:lib && BABEL_ENV=lib babel src --out-dir lib"},"version":"1.0.1","licenseText":"MIT License\n\nCopyright (c) 2018 Tony Quetano\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"fast-copy@1.0.1","dist":{"shasum":"028e4271692b7b16f3d549dd364588d05ce9e670","size":11725,"noattachment":false,"key":"/fast-copy/-/fast-copy-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-1.0.1.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_1.0.1_1526073648321_0.5408792118036339"},"_hasShrinkwrap":false,"publish_time":1526073648390,"_cnpm_publish_time":1526073648390},"1.0.0":{"author":{"name":"tony_quetano@planttheidea.com"},"ava":{"babel":"inherit","failFast":true,"files":["test/*.js"],"require":["babel-register"],"source":["src/*.js"],"verbose":true},"bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"description":"A blazing fast deep object copier","devDependencies":{"ava":"^0.25.0","babel-cli":"^6.26.0","babel-eslint":"^8.2.3","babel-loader":"^7.1.4","babel-preset-env":"^1.6.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-register":"^6.26.0","benchmark":"^2.1.4","clone":"^2.1.1","decircularize":"^1.0.0","deep-clone":"^3.0.3","deep-eql":"^3.0.1","deep-equal":"^1.0.1","deepclone":"^1.0.2","eslint":"^4.19.1","eslint-config-rapid7":"^2.11.1","eslint-friendly-formatter":"^4.0.1","eslint-loader":"^2.0.0","fast-clone":"^1.5.3","fast-deep-equal":"^2.0.1","fast-deepclone":"^1.0.0","fast-equals":"^1.4.1","html-webpack-plugin":"^3.2.0","in-publish":"^2.0.0","lodash":"^4.17.10","nano-equal":"^2.0.2","nyc":"^11.7.3","optimize-js-plugin":"^0.0.4","react":"^16.3.2","react-dom":"^16.3.2","react-fast-compare":"^1.0.0","rollup":"^0.58.2","rollup-plugin-babel":"^3.0.4","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-uglify":"^3.0.0","shallow-equal-fuzzy":"^0.0.2","sinon":"^5.0.7","underscore":"^1.9.0","webpack":"^4.8.1","webpack-cli":"^2.1.3","webpack-dev-server":"^3.1.4"},"homepage":"https://github.com/planttheidea/fast-copy#readme","keywords":["clone","deep","copy","fast"],"license":"MIT","main":"lib/index.js","types":"index.d.ts","module":"es/index.js","name":"fast-copy","repository":{"type":"git","url":"git+https://github.com/planttheidea/fast-copy.git"},"scripts":{"benchmark":"NODE_ENV=production BABEL_ENV=test babel src --out-dir lib --no-comments && node benchmark/index.js","build":"NODE_ENV=production rollup -c","clean":"npm run clean:es && npm run clean:lib && npm run clean:dist","clean:dist":"rimraf dist","clean:es":"rimraf es","clean:lib":"rimraf lib","dev":"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js","dist":"npm run clean:dist && npm run build","lint":"NODE_ENV=test eslint src --max-warnings 0","lint:fix":"NODE_ENV=test eslint src --fix","prepublish":"if in-publish; then npm run prepublish:compile; fi","prepublish:compile":"npm run lint && npm run test:coverage && npm run transpile:lib && npm run transpile:es && npm run dist","start":"npm run dev","test":"NODE_PATH=. BABEL_ENV=test ava","test:coverage":"nyc npm test","test:watch":"npm test -- --watch","transpile:es":"npm run clean:es && BABEL_ENV=es babel src --out-dir es","transpile:lib":"npm run clean:lib && BABEL_ENV=lib babel src --out-dir lib"},"version":"1.0.0","gitHead":"364b67b4f0836c478cdccd8a92c54a2d0286c9ba","_id":"fast-copy@1.0.0","_npmVersion":"6.0.0","_nodeVersion":"8.11.1","_npmUser":{"name":"planttheidea","email":"tony.quetano@planttheidea.com"},"dist":{"shasum":"8d6b600a0097c80967c6f62f86665d0fddf2f17e","size":86643,"noattachment":false,"key":"/fast-copy/-/fast-copy-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-copy/download/fast-copy-1.0.0.tgz"},"maintainers":[{"name":"planttheidea","email":"tony.quetano@planttheidea.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-copy_1.0.0_1526073570563_0.7994928536888759"},"_hasShrinkwrap":false,"publish_time":1526073570627,"_cnpm_publish_time":1526073570627}},"readme":"# fast-copy\n\n<img src=\"https://img.shields.io/badge/build-passing-brightgreen.svg\"/>\n<img src=\"https://img.shields.io/badge/coverage-100%25-brightgreen.svg\"/>\n<img src=\"https://img.shields.io/badge/license-MIT-blue.svg\"/>\n\nA [blazing fast](#benchmarks) deep object copier\n\n## Table of contents\n\n- [fast-copy](#fast-copy)\n  - [Table of contents](#table-of-contents)\n  - [Usage](#usage)\n  - [API](#api)\n    - [`copy`](#copy)\n    - [`copyStrict`](#copystrict)\n    - [`createCopier`](#createcopier)\n      - [`createCache`](#createcache)\n      - [`methods`](#methods)\n        - [Copier state](#copier-state)\n          - [`cache`](#cache)\n          - [`copier`](#copier)\n          - [`Constructor` / `prototype`](#constructor--prototype)\n      - [`strict`](#strict)\n  - [Types supported](#types-supported)\n  - [Aspects of default copiers](#aspects-of-default-copiers)\n    - [Error references are copied directly, instead of creating a new `*Error` object](#error-references-are-copied-directly-instead-of-creating-a-new-error-object)\n    - [The constructor of the original object is used, instead of using known globals](#the-constructor-of-the-original-object-is-used-instead-of-using-known-globals)\n  - [Benchmarks](#benchmarks)\n    - [Simple objects](#simple-objects)\n    - [Complex objects](#complex-objects)\n    - [Big data](#big-data)\n    - [Circular objects](#circular-objects)\n    - [Special objects](#special-objects)\n\n## Usage\n\n```js\nimport { copy } from 'fast-copy';\nimport { deepEqual } from 'fast-equals';\n\nconst object = {\n  array: [123, { deep: 'value' }],\n  map: new Map([\n    ['foo', {}],\n    [{ bar: 'baz' }, 'quz'],\n  ]),\n};\n\nconst copiedObject = copy(object);\n\nconsole.log(copiedObject === object); // false\nconsole.log(deepEqual(copiedObject, object)); // true\n```\n\n## API\n\n### `copy`\n\nDeeply copy the object passed.\n\n```js\nimport { copy } from 'fast-copy';\n\nconst copied = copy({ foo: 'bar' });\n```\n\n### `copyStrict`\n\nDeeply copy the object passed, but with additional strictness when replicating the original object:\n\n- Properties retain their original property descriptor\n- Non-enumerable keys are copied\n- Non-standard properties (e.g., keys on arrays / maps / sets) are copied\n\n```js\nimport { copyStrict } from 'fast-copy';\n\nconst object = { foo: 'bar' };\nobject.nonEnumerable = Object.defineProperty(object, 'bar', {\n  enumerable: false,\n  value: 'baz',\n});\n\nconst copied = copy(object);\n```\n\n**NOTE**: This method is significantly slower than [`copy`](#copy), so it is recommended to only use this when you have\nspecific use-cases that require it.\n\n### `createCopier`\n\nCreate a custom copier based on the type-specific method overrides passed, as well as configuration options for how\ncopies should be performed. This is useful if you want to squeeze out maximum performance, or perform something other\nthan a standard deep copy.\n\n```js\nimport { createCopier } from 'fast-copy';\nimport { LRUCache } from 'lru-cache';\n\nconst copyShallowStrict = createCopier({\n  createCache: () => new LRUCache(),\n  methods: {\n    array: (array) => [...array],\n    map: (map) => new Map(map.entries()),\n    object: (object) => ({ ...object }),\n    set: (set) => new Set(set.values()),\n  },\n  strict: true,\n});\n```\n\n#### `createCache`\n\nMethod that creates the internal [`cache`](#cache) in the [Copier state](#copier-state). Defaults to creating a new\n`WeakMap` instance.\n\n#### `methods`\n\nMethods used for copying specific object types. A list of the methods and which object types they handle:\n\n- `array` => `Array`\n- `arrayBuffer`=> `ArrayBuffer`, `Float32Array`, `Float64Array`, `Int8Array`, `Int16Array`, `Int32Array`, `Uint8Array`,\n  `Uint8ClampedArray`, `Uint16Array`, `Uint32Array`, `BigInt64Array`, `BigUint64Array`\n- `blob` => `Blob`\n- `dataView` => `DataView`\n- `date` => `Date`\n- `error` => `Error`, `AggregateError`, `EvalError`, `RangeError`, `ReferenceError`, `SyntaxError`, `TypeError`,\n  `URIError`\n- `map` => `Map`\n- `object` => `Object`, or any custom constructor\n- `regExp` => `RegExp`\n- `set` => `Set`\n\nEach method has the following contract:\n\n```js\ntype InternalCopier<Value> = (value: Value, state: State) => Value;\n\ninterface State {\n  Constructor: any;\n  cache: WeakMap;\n  copier: InternalCopier<any>;\n  prototype: any;\n}\n```\n\n##### Copier state\n\n###### `cache`\n\nIf you want to maintain circular reference handling, then you'll need the methods to handle cache population for future\nlookups:\n\n```js\nfunction shallowlyCloneArray<Value extends any[]>(\n  value: Value,\n  state: State\n): Value {\n  const clone = [...value];\n\n  state.cache.set(value, clone);\n\n  return clone;\n}\n```\n\n###### `copier`\n\n`copier` is provided for recursive calls with deeply-nested objects.\n\n```js\nfunction deeplyCloneArray<Value extends any[]>(\n  value: Value,\n  state: State\n): Value {\n  const clone = [];\n\n  state.cache.set(value, clone);\n\n  value.forEach((item) => state.copier(item, state));\n\n  return clone;\n}\n```\n\nNote above I am using `forEach` instead of a simple `map`. This is because it is highly recommended to store the clone\nin [`cache`](#cache) eagerly when deeply copying, so that nested circular references are handled correctly.\n\n###### `Constructor` / `prototype`\n\nBoth `Constructor` and `prototype` properties are only populated with complex objects that are not standard objects or\narrays. This is mainly useful for custom subclasses of these globals, or maintaining custom prototypes of objects.\n\n```js\nfunction deeplyCloneSubclassArray<Value extends CustomArray>(\n  value: Value,\n  state: State\n): Value {\n  const clone = new state.Constructor();\n\n  state.cache.set(value, clone);\n\n  value.forEach((item) => clone.push(item));\n\n  return clone;\n}\n\nfunction deeplyCloneCustomObject<Value extends CustomObject>(\n  value: Value,\n  state: State\n): Value {\n  const clone = Object.create(state.prototype);\n\n  state.cache.set(value, clone);\n\n  Object.entries(value).forEach(([k, v]) => (clone[k] = v));\n\n  return clone;\n}\n```\n\n#### `strict`\n\nEnforces strict copying of properties, which includes properties that are not standard for that object. An example would\nbe a named key on an array.\n\n**NOTE**: This creates a copier that is significantly slower than \"loose\" mode, so it is recommended to only use this\nwhen you have specific use-cases that require it.\n\n## Types supported\n\nThe following object types are deeply cloned when they are either properties on the object passed, or the object itself:\n\n- `Array`\n- `ArrayBuffer`\n- `Boolean` primitive wrappers (e.g., `new Boolean(true)`)\n- `Blob`\n- `Buffer`\n- `DataView`\n- `Date`\n- `Float32Array`\n- `Float64Array`\n- `Int8Array`\n- `Int16Array`\n- `Int32Array`\n- `Map`\n- `Number` primitive wrappers (e.g., `new Number(123)`)\n- `Object`\n- `RegExp`\n- `Set`\n- `String` primitive wrappers (e.g., `new String('foo')`)\n- `Uint8Array`\n- `Uint8ClampedArray`\n- `Uint16Array`\n- `Uint32Array`\n- `React` components\n- Custom constructors\n\nThe following object types are copied directly, as they are either primitives, cannot be cloned, or the common use-case\nimplementation does not expect cloning:\n\n- `AsyncFunction`\n- `AsyncGenerator`\n- `Boolean` primitives\n- `Error`\n- `Function`\n- `Generator`\n- `GeneratorFunction`\n- `Number` primitives\n- `Null`\n- `Promise`\n- `String` primitives\n- `Symbol`\n- `Undefined`\n- `WeakMap`\n- `WeakSet`\n\nCircular objects are supported out of the box. By default, a cache based on `WeakSet` is used, but if `WeakSet` is not\navailable then a fallback is used. The benchmarks quoted below are based on use of `WeakSet`.\n\n## Aspects of default copiers\n\nInherently, what is considered a valid copy is subjective because of different requirements and use-cases. For this\nlibrary, some decisions were explicitly made for the default copiers of specific object types, and those decisions are\ndetailed below. If your use-cases require different handling, you can always create your own custom copier with\n[`createCopier`](#createcopier).\n\n### Error references are copied directly, instead of creating a new `*Error` object\n\nWhile it would be relatively trivial to copy over the message and stack to a new object of the same `Error` subclass, it\nis a common practice to \"override\" the message or stack, and copies would not retain this mutation. As such, the\noriginal reference is copied.\n\n### The constructor of the original object is used, instead of using known globals\n\nStarting in ES2015, native globals can be subclassed like any custom class. When copying, we explicitly reuse the\nconstructor of the original object. However, the expectation is that these subclasses would have the same constructur\nsignature as their native base class. This is a common community practice, but there is the possibility of inaccuracy if\nthe contract differs.\n\n## Benchmarks\n\n#### Simple objects\n\n_Small number of properties, all values are primitives_\n\n```bash\n┌────────────────────┬────────────────┐\n│ Name               │ Ops / sec      │\n├────────────────────┼────────────────┤\n│ fast-copy          │ 4606103.720559 │\n├────────────────────┼────────────────┤\n│ lodash.cloneDeep   │ 2575175.39241  │\n├────────────────────┼────────────────┤\n│ clone              │ 2172921.6353   │\n├────────────────────┼────────────────┤\n│ ramda              │ 1919715.448951 │\n├────────────────────┼────────────────┤\n│ fast-clone         │ 1576610.693318 │\n├────────────────────┼────────────────┤\n│ deepclone          │ 1173500.05884  │\n├────────────────────┼────────────────┤\n│ fast-copy (strict) │ 1049310.47701  │\n└────────────────────┴────────────────┘\nFastest was \"fast-copy\".\n```\n\n#### Complex objects\n\n_Large number of properties, values are a combination of primitives and complex objects_\n\n```bash\n┌────────────────────┬───────────────┐\n│ Name               │ Ops / sec     │\n├────────────────────┼───────────────┤\n│ fast-copy          │ 235511.4532   │\n├────────────────────┼───────────────┤\n│ deepclone          │ 142976.849406 │\n├────────────────────┼───────────────┤\n│ clone              │ 125026.837887 │\n├────────────────────┼───────────────┤\n│ ramda              │ 114216.98158  │\n├────────────────────┼───────────────┤\n│ fast-clone         │ 111388.215547 │\n├────────────────────┼───────────────┤\n│ fast-copy (strict) │ 77683.900047  │\n├────────────────────┼───────────────┤\n│ lodash.cloneDeep   │ 71343.431983  │\n└────────────────────┴───────────────┘\nFastest was \"fast-copy\".\n```\n\n#### Big data\n\n_Very large number of properties with high amount of nesting, mainly objects and arrays_\n\n```bash\nTesting big data object...\n┌────────────────────┬────────────┐\n│ Name               │ Ops / sec  │\n├────────────────────┼────────────┤\n│ fast-copy          │ 325.548627 │\n├────────────────────┼────────────┤\n│ fast-clone         │ 257.913886 │\n├────────────────────┼────────────┤\n│ deepclone          │ 158.228042 │\n├────────────────────┼────────────┤\n│ lodash.cloneDeep   │ 153.520966 │\n├────────────────────┼────────────┤\n│ fast-copy (strict) │ 126.027381 │\n├────────────────────┼────────────┤\n│ clone              │ 123.383641 │\n├────────────────────┼────────────┤\n│ ramda              │ 35.507959  │\n└────────────────────┴────────────┘\nFastest was \"fast-copy\".\n```\n\n#### Circular objects\n\n```bash\nTesting circular object...\n┌────────────────────┬────────────────┐\n│ Name               │ Ops / sec      │\n├────────────────────┼────────────────┤\n│ fast-copy          │ 1344790.296938 │\n├────────────────────┼────────────────┤\n│ deepclone          │ 1127781.641192 │\n├────────────────────┼────────────────┤\n│ lodash.cloneDeep   │ 894679.711048  │\n├────────────────────┼────────────────┤\n│ clone              │ 892911.50594   │\n├────────────────────┼────────────────┤\n│ fast-copy (strict) │ 821339.44828   │\n├────────────────────┼────────────────┤\n│ ramda              │ 615222.946985  │\n├────────────────────┼────────────────┤\n│ fast-clone         │ 0              │\n└────────────────────┴────────────────┘\nFastest was \"fast-copy\".\n```\n\n#### Special objects\n\n_Custom constructors, React components, etc_\n\n```bash\n┌────────────────────┬──────────────┐\n│ Name               │ Ops / sec    │\n├────────────────────┼──────────────┤\n│ fast-copy          │ 86875.694416 │\n├────────────────────┼──────────────┤\n│ clone              │ 73525.671381 │\n├────────────────────┼──────────────┤\n│ lodash.cloneDeep   │ 63280.563976 │\n├────────────────────┼──────────────┤\n│ fast-clone         │ 52991.064016 │\n├────────────────────┼──────────────┤\n│ ramda              │ 31770.652317 │\n├────────────────────┼──────────────┤\n│ deepclone          │ 24253.795114 │\n├────────────────────┼──────────────┤\n│ fast-copy (strict) │ 19112.538416 │\n└────────────────────┴──────────────┘\nFastest was \"fast-copy\".\n```\n","_attachments":{},"homepage":"https://github.com/planttheidea/fast-copy#readme","bugs":{"url":"https://github.com/planttheidea/fast-copy/issues"},"license":"MIT"}