wcloner
Version:
Collection of cross-platform routines to copy / clone data structures, no matter how complex and cycled them are. Cloner relies on class relations definition for traversing. Use the module to replicate your data.
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "wcloner",
"version": "0.3.391",
"engine": "node >= 10.0.0",
"description": "Collection of cross-platform routines to copy / clone data structures, no matter how complex and cycled them are. Cloner relies on class relations definition for traversing. Use the module to replicate your data.",
"author": "Kostiantyn Wandalen <wandalen@obox.systems>",
"contributors": [
{
"name": "Kostiantyn Wandalen",
"email": "wandalen@obox.systems"
}
],
"license": "MIT",
"main": "proto/node_modules/wcloner",
"files": [
"proto/wtools/abase/l5",
"out",
"proto/node_modules",
"proto/node_modules/Tools",
"proto/node_modules/wcloner"
],
"scripts": {
"test": "wtest .run 'proto/**' rapidity:-3",
"docgen": "wdocgen proto"
},
"repository": {
"type": "git",
"url": "https://github.com/Wandalen/wCloner.git"
},
"bugs": {
"url": "https://github.com/Wandalen/wCloner/issues"
},
"dependencies": {
"wtraverser": "latest",
"wTools": "latest"
},
"devDependencies": {
"wTesting": "latest",
"eslint": "7.32.0"
},
"keywords": [
"wTools",
"clone",
"cloner",
"deep clone"
]
}