UNPKG

909 BJSONView Raw
1{
2 "name": "cheerio",
3 "version": "0.18.0",
4 "description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server",
5 "author": "Matt Mueller <mattmuelle@gmail.com> (mat.io)",
6 "keywords": [
7 "htmlparser",
8 "jquery",
9 "selector",
10 "scraper",
11 "parser",
12 "html"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/cheeriojs/cheerio.git"
17 },
18 "main": "./index.js",
19 "engines": {
20 "node": ">= 0.6"
21 },
22 "dependencies": {
23 "CSSselect": "~0.4.0",
24 "entities": "~1.1.1",
25 "htmlparser2": "~3.8.1",
26 "dom-serializer": "~0.0.0",
27 "lodash": "~2.4.1"
28 },
29 "devDependencies": {
30 "benchmark": "~1.0.0",
31 "coveralls": "~2.10",
32 "expect.js": "~0.3.1",
33 "istanbul": "~0.2",
34 "jsdom": "~0.8.9",
35 "jshint": "~2.5.1",
36 "mocha": "*",
37 "xyz": "~0.4.0"
38 },
39 "scripts": {
40 "test": "make test"
41 }
42}