UNPKG

data-context

Version:

Watch data changes in the browser and node.js

70 lines 1.49 kB
{ "name": "data-context", "description": "Watch data changes in the browser and node.js", "version": "2.0.0-beta.10", "license": "MIT", "keywords": [ "on", "change", "watch", "object", "array", "changes", "observe", "watcher", "observer", "proxy", "proxies", "event", "listener", "json", "metadata", "emit", "data", "context", "model", "data-model", "listener", "emitter", "event", "emit", "get", "path", "key", "value", "structure" ], "main": "index.js", "browser": "index.js", "types": "index.d.ts", "module": "wrapper.mjs", "exports": { ".": { "browser": "./index.js", "import": "./wrapper.mjs", "require": "./index.js" }, "./package.json": "./package.json" }, "scripts": { "test": "node index.test" }, "author": "Manuel Lõhmus <manuel@hauss.ee>", "files": [ "index.d.ts", "index.js", "index.test.html", "index.test.js", "LICENSE", "package.json", "README.md", "wrapper.mjs" ], "homepage": "https://github.com/manuel-lohmus/data-context#readme", "bugs": "https://github.com/manuel-lohmus/data-context/issues", "repository": { "type": "git", "url": "git+https://github.com/manuel-lohmus/data-context.git" }, "funding": "https://manuel-lohmus.github.io/data-context/README.html#license" }