{
  "name": "wCopyable",
  "version": "0.4.412",
  "engine": "node >= 10.0.0",
  "description": "Copyable mixin adds copyability and clonability to your class. The module uses defined relation to deduce how to copy / clone the instance.",
  "license": "MIT",
  "author": "Kostiantyn Wandalen <wandalen@obox.systems>",
  "contributors": [
    {
      "name": "Kostiantyn Wandalen",
      "email": "wandalen@obox.systems"
    },
    {
      "name": "Volodymyr M.",
      "email": "volodymyr.migdal@gmail.com"
    }
  ],
  "main": "proto/node_modules/wCopyable",
  "files": [
    "proto/wtools/abase/l7_mixin/Copyable.s",
    "proto/wtools/abase/layer3",
    "out",
    "proto/node_modules",
    "proto/node_modules/Tools",
    "proto/node_modules/wCopyable"
  ],
  "scripts": {
    "test": "wtest .run 'proto/**' rapidity:-3",
    "docgen": "wdocgen proto"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Wandalen/wCopyable.git"
  },
  "bugs": {
    "url": "https://github.com/Wandalen/wCopyable/issues"
  },
  "dependencies": {
    "wTools": "latest",
    "wstringer": "latest",
    "wProto": "latest",
    "wlooker": "latest",
    "wequaler": "latest",
    "wcloner": "latest"
  },
  "devDependencies": {
    "wTesting": "latest",
    "eslint": "7.32.0"
  },
  "keywords": [
    "wTools",
    "wCopyable",
    "copy",
    "clone",
    "copy mixin",
    "clone mixin",
    "constructor",
    "destructor",
    "init",
    "finit"
  ]
}
