{ "name": "cheerio", "version": "0.17.0", "description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server", "author": { "name": "Matt Mueller", "email": "mattmuelle@gmail.com", "url": "mat.io" }, "keywords": [ "htmlparser", "jquery", "selector", "scraper", "parser", "html" ], "repository": { "type": "git", "url": "git://github.com/MatthewMueller/cheerio.git" }, "main": "./index.js", "engines": { "node": ">= 0.6" }, "dependencies": { "CSSselect": "~0.4.0", "entities": "~1.1.1", "htmlparser2": "~3.7.2", "dom-serializer": "~0.0.0", "lodash": "~2.4.1" }, "devDependencies": { "benchmark": "~1.0.0", "expect.js": "~0.3.1", "jsdom": "~0.8.9", "jshint": "~2.3.0", "mocha": "*", "xyz": "~0.3.0" }, "scripts": { "test": "make test" }, "readme": "# cheerio [![Build Status](https://secure.travis-ci.org/cheeriojs/cheerio.svg?branch=master)](http://travis-ci.org/cheeriojs/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('