backoffice/node_modules/cheerio/package.json

80 lines
1.7 KiB
JSON

{
"_args": [
[
"cheerio@0.18.0",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "cheerio@0.18.0",
"_id": "cheerio@0.18.0",
"_inBundle": false,
"_integrity": "sha1-ThwGN35yW3QOmW4N/sNThj3md/o=",
"_location": "/cheerio",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cheerio@0.18.0",
"name": "cheerio",
"escapedName": "cheerio",
"rawSpec": "0.18.0",
"saveSpec": null,
"fetchSpec": "0.18.0"
},
"_requiredBy": [
"/bootlint"
],
"_resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.18.0.tgz",
"_spec": "0.18.0",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Matt Mueller",
"email": "mattmuelle@gmail.com",
"url": "mat.io"
},
"bugs": {
"url": "https://github.com/cheeriojs/cheerio/issues"
},
"dependencies": {
"CSSselect": "~0.4.0",
"dom-serializer": "~0.0.0",
"entities": "~1.1.1",
"htmlparser2": "~3.8.1",
"lodash": "~2.4.1"
},
"description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server",
"devDependencies": {
"benchmark": "~1.0.0",
"coveralls": "~2.10",
"expect.js": "~0.3.1",
"istanbul": "~0.2",
"jsdom": "~0.8.9",
"jshint": "~2.5.1",
"mocha": "*",
"xyz": "~0.4.0"
},
"engines": {
"node": ">= 0.6"
},
"homepage": "https://github.com/cheeriojs/cheerio#readme",
"keywords": [
"htmlparser",
"jquery",
"selector",
"scraper",
"parser",
"html"
],
"main": "./index.js",
"name": "cheerio",
"repository": {
"type": "git",
"url": "git://github.com/cheeriojs/cheerio.git"
},
"scripts": {
"test": "make test"
},
"version": "0.18.0"
}