Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: node_modules/vulcanize/node_modules/whacko/package.json

Issue 800513006: Added vulcanize under third_party/npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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[![Build Status](https://api.travis-ci.org/inikulin/whacko.svg)](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"
+}
« no previous file with comments | « node_modules/vulcanize/node_modules/whacko/node_modules/parse5/package.json ('k') | node_modules/vulcanize/package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698