UNPKG

1.35 kBJSONView Raw
1{
2 "name": "cheerio",
3 "version": "0.22.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 "license": "MIT",
7 "keywords": [
8 "htmlparser",
9 "jquery",
10 "selector",
11 "scraper",
12 "parser",
13 "html"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/cheeriojs/cheerio.git"
18 },
19 "main": "./index.js",
20 "files": [
21 "index.js",
22 "lib"
23 ],
24 "engines": {
25 "node": ">= 0.6"
26 },
27 "dependencies": {
28 "css-select": "~1.2.0",
29 "dom-serializer": "~0.1.0",
30 "entities": "~1.1.1",
31 "htmlparser2": "^3.9.1",
32 "lodash.assignin": "^4.0.9",
33 "lodash.bind": "^4.1.4",
34 "lodash.defaults": "^4.0.1",
35 "lodash.filter": "^4.4.0",
36 "lodash.flatten": "^4.2.0",
37 "lodash.foreach": "^4.3.0",
38 "lodash.map": "^4.4.0",
39 "lodash.merge": "^4.4.0",
40 "lodash.pick": "^4.2.1",
41 "lodash.reduce": "^4.4.0",
42 "lodash.reject": "^4.4.0",
43 "lodash.some": "^4.4.0"
44 },
45 "devDependencies": {
46 "benchmark": "^2.1.0",
47 "coveralls": "^2.11.9",
48 "expect.js": "~0.3.1",
49 "istanbul": "^0.4.3",
50 "jsdom": "^9.2.1",
51 "jquery": "^3.0.0",
52 "jshint": "^2.9.2",
53 "mocha": "^2.5.3",
54 "xyz": "~0.5.0"
55 },
56 "scripts": {
57 "test": "make test"
58 }
59}