UNPKG

@foblex/mutator

Version:

Angular Signals state engine with deep patch + undo/redo and notifier.

44 lines 1 kB
{ "name": "@foblex/mutator", "version": "1.0.8", "description": "Angular Signals state engine with deep patch + undo/redo and notifier.", "main": "index.js", "types": "index.d.ts", "author": "Siarhei Huzarevich", "homepage": "https://mutator.foblex.com", "docs": "https://mutator.foblex.com/docs/get-started", "repository": { "type": "git", "url": "git+https://github.com/foblex/mutator.git" }, "license": "MIT", "private": false, "keywords": [ "angular", "signals", "state", "undo", "redo", "mutator", "deep merge" ], "peerDependencies": { "@angular/common": ">=17.0.0", "@angular/core": ">=17.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/foblex-mutator.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/foblex-mutator.mjs" } } }