Index: node_modules/vulcanize/node_modules/whacko/node_modules/domutils/package.json |
diff --git a/node_modules/vulcanize/node_modules/whacko/node_modules/domutils/package.json b/node_modules/vulcanize/node_modules/whacko/node_modules/domutils/package.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7803cc9c5bfea32b7a0ff1db2484c84cf08dd678 |
--- /dev/null |
+++ b/node_modules/vulcanize/node_modules/whacko/node_modules/domutils/package.json |
@@ -0,0 +1,56 @@ |
+{ |
+ "name": "domutils", |
+ "version": "1.5.0", |
+ "description": "utilities for working with htmlparser2's dom", |
+ "main": "index.js", |
+ "directories": { |
+ "test": "tests" |
+ }, |
+ "scripts": { |
+ "test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js" |
+ }, |
+ "repository": { |
+ "type": "git", |
+ "url": "git://github.com/FB55/domutils.git" |
+ }, |
+ "keywords": [ |
+ "dom", |
+ "htmlparser2" |
+ ], |
+ "dependencies": { |
+ "domelementtype": "1" |
+ }, |
+ "devDependencies": { |
+ "htmlparser2": "~3.3.0", |
+ "domhandler": "2", |
+ "jshint": "~2.3.0", |
+ "mocha": "~1.15.1" |
+ }, |
+ "author": { |
+ "name": "Felix Boehm", |
+ "email": "me@feedic.com" |
+ }, |
+ "jshintConfig": { |
+ "proto": true, |
+ "unused": true, |
+ "eqnull": true, |
+ "undef": true, |
+ "quotmark": "double", |
+ "eqeqeq": true, |
+ "trailing": true, |
+ "node": true, |
+ "globals": { |
+ "describe": true, |
+ "it": true, |
+ "beforeEach": true |
+ } |
+ }, |
+ "readme": "utilities for working with htmlparser2's dom\n", |
+ "readmeFilename": "readme.md", |
+ "bugs": { |
+ "url": "https://github.com/FB55/domutils/issues" |
+ }, |
+ "homepage": "https://github.com/FB55/domutils", |
+ "_id": "domutils@1.5.0", |
+ "_from": "domutils@1.5" |
+} |