Index: node_modules/vulcanize/node_modules/whacko/package.json |
diff --git a/node_modules/vulcanize/node_modules/whacko/package.json b/node_modules/vulcanize/node_modules/whacko/package.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ebf548bb638226b2a9116f66675c549b58ebf3f2 |
--- /dev/null |
+++ b/node_modules/vulcanize/node_modules/whacko/package.json |
@@ -0,0 +1,56 @@ |
+{ |
+ "author": { |
+ "name": "Matt Mueller", |
+ "email": "mattmuelle@gmail.com", |
+ "url": "mattmueller.me" |
+ }, |
+ "contributors": [ |
+ { |
+ "name": "Ivan Nikulin", |
+ "email": "ifaaan@gmail.com", |
+ "url": "https://github.com/inikulin" |
+ } |
+ ], |
+ "name": "whacko", |
+ "description": "Cheerio (http://matthewmueller.github.com/cheerio/) fork that uses parse5 HTML-parser (https://github.com/inikulin/parse5) as an underlying platform ", |
+ "keywords": [ |
+ "htmlparser", |
+ "jquery", |
+ "selector", |
+ "scraper", |
+ "parser", |
+ "html" |
+ ], |
+ "version": "0.17.2", |
+ "repository": { |
+ "type": "git", |
+ "url": "git://github.com/MatthewMueller/cheerio.git" |
+ }, |
+ "main": "./index.js", |
+ "engines": { |
+ "node": ">= 0.6" |
+ }, |
+ "dependencies": { |
+ "parse5": "1.2.0", |
+ "CSSselect": "~0.4.0", |
+ "lodash": "~2.4.1", |
+ "domutils": "1.5" |
+ }, |
+ "devDependencies": { |
+ "expect.js": "~0.3.1", |
+ "istanbul": "~0.2", |
+ "mocha": "*", |
+ "xyz": "~0.4.0" |
+ }, |
+ "scripts": { |
+ "test": "mocha" |
+ }, |
+ "readme": "#Whacko\r\n[](https://travis-ci.org/inikulin/whacko)\r\n\r\nWhacko is a fork of the [cheerio](https://github.com/MatthewMueller/cheerio) that uses [parse5](https://github.com/inikulin/parse5) as an underlying platform.\r\n\r\n##Install\r\n```\r\n$ npm install whacko\r\n```\r\n\r\n##API \r\nDifference with cheerio:\r\n* Use `$.load(content)` to load HTML documents (e.g. missing `<html>` tags will be automatically emitted in this case).\r\n* Use `$(content)` to create HTML-fragments which can be later added to the loaded document.\r\n* Parser options (e.g. `xmlMode` and `normalizeWhitespace`) are missing since whacko is intended for spec compliant HTML parsing.\r\n\r\nIn all other aspects it is the same with the [cheerio API](https://github.com/MatthewMueller/cheerio#api).\r\n\r\n##Questions or suggestions?\r\nIf you have any questions, please feel free to create an issue [here on github](https://github.com/inikulin/whacko/issues).\r\n\r\n\r\n##Author\r\n[Ivan Nikulin](https://github.com/inikulin) (ifaaan@gmail.com)\r\n", |
+ "readmeFilename": "Readme.md", |
+ "bugs": { |
+ "url": "https://github.com/MatthewMueller/cheerio/issues" |
+ }, |
+ "homepage": "https://github.com/MatthewMueller/cheerio", |
+ "_id": "whacko@0.17.2", |
+ "_from": "whacko@0.17.2" |
+} |