UNPKG

winstancing

Version:

Mixin adds instances accounting functionality to a class. Instancing makes possible to iterate instances of the specific class, optionally create names map or class name map in case of a complicated hierarchical structure. Use Instancing to don't repeat y

53 lines (52 loc) 1.44 kB
{ "name": "winstancing", "version": "0.4.309", "engine": "node >= 10.0.0", "description": "Mixin adds instances accounting functionality to a class. Instancing makes possible to iterate instances of the specific class, optionally create names map or class name map in case of a complicated hierarchical structure. Use Instancing to don't repeat yourself. Refactoring required.", "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/winstancing", "files": [ "proto/wtools/abase/l7_mixin/Instancing.s", "proto/wtools/abase/layer3", "out", "proto/node_modules", "proto/node_modules/Tools", "proto/node_modules/winstancing" ], "scripts": { "test": "wtest .run 'proto/**' rapidity:-3", "docgen": "wdocgen proto" }, "repository": { "type": "git", "url": "https://github.com/Wandalen/wInstancing.git" }, "bugs": { "url": "https://github.com/Wandalen/wInstancing/issues" }, "dependencies": { "wTools": "latest", "wProto": "latest", "wcloner": "latest" }, "devDependencies": { "wTesting": "latest", "eslint": "7.32.0" }, "keywords": [ "wTools", "wInstancing", "instances" ] }