UNPKG

1.04 kBJSONView Raw
1{
2 "name": "cheerio",
3 "version": "1.0.0-rc.3",
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.1",
30 "entities": "~1.1.1",
31 "htmlparser2": "^3.9.1",
32 "lodash": "^4.15.0",
33 "parse5": "^3.0.1"
34 },
35 "devDependencies": {
36 "benchmark": "^2.1.0",
37 "coveralls": "^2.11.9",
38 "expect.js": "~0.3.1",
39 "istanbul": "^0.4.3",
40 "jquery": "^3.0.0",
41 "jsdom": "^9.2.1",
42 "jshint": "^2.9.2",
43 "mocha": "^3.1.2",
44 "xyz": "~1.1.0"
45 },
46 "scripts": {
47 "test": "make test"
48 }
49}