{ "author": { "name": "Matt Mueller", "email": "mattmuelle@gmail.com", "url": "mattmueller.me" }, "name": "cheerio", "description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server", "keywords": [ "htmlparser", "jquery", "selector", "scraper" ], "version": "0.10.8", "repository": { "type": "git", "url": "git://github.com/MatthewMueller/cheerio.git" }, "main": "./index.js", "engines": { "node": ">= 0.6" }, "dependencies": { "cheerio-select": "*", "htmlparser2": "2.x", "underscore": "~1.4", "entities": "0.x" }, "devDependencies": { "mocha": "*", "expect.js": "*" }, "scripts": { "test": "make test" }, "readme": "# cheerio [![Build Status](https://secure.travis-ci.org/MatthewMueller/cheerio.png?branch=master)](http://travis-ci.org/MatthewMueller/cheerio)\n\nFast, flexible, and lean implementation of core jQuery designed specifically for the server.\n\n## Introduction\nTeach your server HTML.\n\n```js\nvar cheerio = require('cheerio'),\n $ = cheerio.load('