publisherproxy
Version:
Association between a Javascript Proxy and a kind of pubsub pattern
26 lines (25 loc) • 556 B
JSON
{
"name": "publisherproxy",
"version": "2.6.4",
"description": "Association between a Javascript Proxy and a kind of pubsub pattern",
"main": "dist/publisher-proxy.js",
"type":"commonjs",
"scripts": {
"test": "node examples/basic.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ladigitale/PublisherProxy.git"
},
"keywords": [
"Proxy",
"pubsub",
"observable",
"eventdispatcher"
],
"author": "Julien BEAUFILS",
"license": "MIT",
"devDependencies": {
"laravel-mix": "^6.0.39"
}
}