UNPKG

transmutable

Version:

immutable objects that pretend to be mutable

42 lines (41 loc) 886 B
{ "name": "transmutable", "version": "0.17.0", "description": "immutable objects that pretend to be mutable", "main": "./lib/transform", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "immutable", "mutable", "helper", "immutability", "copy-on-write", "cow", "deep", "clone", "mutations", "event sourcing", "state" ], "author": "Łukasz Lityński", "license": "MIT", "repository": "https://github.com/hex13/transmutable", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1", "chai": "^4.1.2", "handlebars": "^4.0.11", "immer": "^1.5.0", "lodash": "^4.17.4", "mobx": "^3.4.1", "mocha": "^4.0.1", "redux": "^3.7.2", "redux-actions": "^2.2.1", "vifi": "*" }, "dependencies": { "assign-deep": "^0.4.7" } }