@mmckegg/mutant
Advanced tools
Comparing version 3.5.1 to 3.5.2
{ | ||
"name": "@mmckegg/mutant", | ||
"version": "3.5.1", | ||
"description": "", | ||
"main": "array.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"version": "3.5.2", | ||
"description": "Create observables and map them to DOM elements. Massively inspired by hyperscript and observ-*. No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all over the place.", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"author": "Matt McKegg", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mmckegg/mutant.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mmckegg/mutant/issues" | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
"observ", | ||
"realtime", | ||
"computed", | ||
"mutable", | ||
"mutate", | ||
"dom", | ||
"gc", | ||
"hyperscript", | ||
"frp", | ||
"graph" | ||
], | ||
"dependencies": { | ||
@@ -15,0 +30,0 @@ "browser-split": "0.0.1" |
@@ -1,5 +0,4 @@ | ||
mutant | ||
=== | ||
# mutant | ||
Create observables and map them to DOM elements. Massively inspired by `hyperscript` and `observ-*`. | ||
Create observables and map them to DOM elements. Massively inspired by [hyperscript](https://github.com/dominictarr/hyperscript) and [`observ-*`](https://github.com/Raynos/observ). | ||
@@ -12,4 +11,7 @@ No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all over the place. | ||
Being used as primary renderer and data models in [Loop Drop](https://github.com/mmckegg/loop-drop-app). | ||
## Used By | ||
- **[Loop Drop](https://github.com/mmckegg/loop-drop-app)**: Live electronic music performance app. MIDI looper, modular synth and sampler app built around Novation Launchpad controller. Powered by Web Audio, Web MIDI, and [electron](https://electron.atom.io). | ||
- **[Ferment](https://github.com/mmckegg/ferment)**: Peer-to-peer audio sharing and streaming application. Like SoundCloud but decentralized. A mashup of [ssb](https://scuttlebot.io/), [webtorrent](https://webtorrent.io/) and [electron](https://electron.atom.io). | ||
## Install | ||
@@ -87,1 +89,5 @@ | ||
``` | ||
## License | ||
MIT |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
70019
48
1
92
0