{
  "name": "wequaler",
  "version": "0.5.330",
  "description": "Collection of cross-platform routines to compare two complex structures. The module can answer questions: are two structures equivalent? are them identical? what is the difference between each other? Use the module avoid manually work and cherry picking.",
  "author": "Kostiantyn Wandalen <wandalen@obox.systems>",
  "license": "MIT",
  "main": "proto/node_modules/wequaler",
  "files": [
    "proto/wtools/abase/l6",
    "proto/node_modules",
    "proto/node_modules/Tools",
    "proto/node_modules/wequaler"
  ],
  "scripts": {
    "test": "wtest .run 'proto/**' rapidity:-3",
    "docgen": "wdocgen proto"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Wandalen/wEqualer.git"
  },
  "bugs": {
    "url": "https://github.com/Wandalen/wEqualer/issues"
  },
  "dependencies": {
    "wTools": "latest",
    "wselector": "latest",
    "wlooker": "latest"
  },
  "devDependencies": {
    "wTesting": "latest",
    "eslint": "7.32.0"
  },
  "keywords": [
    "wTools"
  ]
}
