The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  "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
    }
  },
  "bugs": {
    "url": "https://github.com/FB55/domutils/issues"
  },
  "homepage": "https://github.com/FB55/domutils",
  "_id": "domutils@1.5.0",
  "dist": {
    "shasum": "bfa4ceb8b7ab6f9423fe59154e04da6cc3ff3949",
    "tarball": "http://registry.npmjs.org/domutils/-/domutils-1.5.0.tgz"
  },
  "_from": "domutils@1.5",
  "_npmVersion": "1.4.6",
  "_npmUser": {
    "name": "feedic",
    "email": "me@feedic.com"
  },
  "maintainers": [
    {
      "name": "feedic",
      "email": "me@feedic.com"
    }
  ],
  "_shasum": "bfa4ceb8b7ab6f9423fe59154e04da6cc3ff3949",
  "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.0.tgz",
  "readme": "ERROR: No README data found!"
}