{ "_args": [ [ "mithril@github:stephanhoyer/mithril.js#rewrite", "/home/christine/0_WORK/gradcomm/mithril_client" ] ], "_from": "stephanhoyer/mithril.js#rewrite", "_id": "mithril@1.0.0", "_inCache": true, "_installable": true, "_location": "/mithril", "_phantomChildren": {}, "_requested": { "hosted": { "directUrl": "https://raw.githubusercontent.com/stephanhoyer/mithril.js/rewrite/package.json", "gitUrl": "git://github.com/stephanhoyer/mithril.js.git#rewrite", "httpsUrl": "git+https://github.com/stephanhoyer/mithril.js.git#rewrite", "shortcut": "github:stephanhoyer/mithril.js#rewrite", "ssh": "git@github.com:stephanhoyer/mithril.js.git#rewrite", "sshUrl": "git+ssh://git@github.com/stephanhoyer/mithril.js.git#rewrite", "type": "github" }, "name": "mithril", "raw": "mithril@github:stephanhoyer/mithril.js#rewrite", "rawSpec": "github:stephanhoyer/mithril.js#rewrite", "scope": null, "spec": "github:stephanhoyer/mithril.js#rewrite", "type": "hosted" }, "_requiredBy": [ "/" ], "_resolved": "git://github.com/stephanhoyer/mithril.js.git#5faa9968050d7d944b6e0090bbae4d6178b16e07", "_shasum": "10b14df6ec57db4e13a52d299716b9454e575a88", "_shrinkwrap": null, "_spec": "mithril@github:stephanhoyer/mithril.js#rewrite", "_where": "/home/christine/0_WORK/gradcomm/mithril_client", "author": { "name": "Leo Horie" }, "bin": { "bundle": "./bundler/bin/bundle", "ospec": "./ospec/bin/ospec" }, "bugs": { "url": "https://github.com/lhorie/mithril.js/issues" }, "dependencies": {}, "description": "A framework for building brilliant applications", "devDependencies": { "eslint": "^2.10.2", "istanbul": "^0.4.3", "marked": "^0.3.6" }, "gitHead": "5faa9968050d7d944b6e0090bbae4d6178b16e07", "homepage": "https://github.com/lhorie/mithril.js#readme", "license": "MIT", "main": "mithril.js", "name": "mithril", "optionalDependencies": {}, "readme": "# Introduction\n\n- [What is Mithril?](#what-is-mithril)\n- [Getting started](#getting-started)\n- [Hello world](#hello-world)\n- [DOM elements](#dom-elements)\n- [Components](#components)\n- [Routing](#routing)\n- [XHR](#xhr)\n\n---\n\n### What is Mithril?\n\nMithril is a modern client-side Javascript framework for building Single Page Applications. \nIt's small (< 8kb gzip), fast and provides routing and XHR utilities out of the box.\n\n