copy-kopya
Version:
Create an immutable clone or copy of data. This could be an array, object, map, set or function.
59 lines (58 loc) • 1.19 kB
JSON
{
"name": "copy-kopya",
"version": "1.0.0",
"description": "Create an immutable clone or copy of data. This could be an array, object, map, set or function.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deanilvincent/copy-kopya.git"
},
"keywords": [
"immutable",
"clone",
"copy",
"array",
"copy",
"object",
"clone",
"map",
"clone",
"set",
"copy immutable",
"clone immutable",
"copy object",
"copy array",
"copy map",
"copy set",
"copy function",
"clone object",
"clone array",
"clone map",
"clone set",
"clone function",
"copy-immutable",
"clone-immutable",
"copy-object",
"copy-array",
"copy-map",
"copy-set",
"copy-function",
"clone-object",
"clone-array",
"clone-map",
"clone-set",
"clone-function"
],
"author": "deanilvincent",
"license": "MIT",
"bugs": {
"url": "https://github.com/deanilvincent/copy-kopya/issues"
},
"homepage": "https://github.com/deanilvincent/copy-kopya#readme",
"devDependencies": {
"jest": "^27.4.7"
}
}