{
  "_args": [
    [
      {
        "raw": "htmlparser2@~3.8.1",
        "scope": null,
        "escapedName": "htmlparser2",
        "name": "htmlparser2",
        "rawSpec": "~3.8.1",
        "spec": ">=3.8.1 <3.9.0",
        "type": "range"
      },
      "/usr/local/lib/node_modules/ionic/node_modules/cheerio"
    ]
  ],
  "_from": "htmlparser2@>=3.8.1 <3.9.0",
  "_id": "htmlparser2@3.8.3",
  "_inCache": true,
  "_location": "/ionic/htmlparser2",
  "_nodeVersion": "2.2.1",
  "_npmUser": {
    "name": "feedic",
    "email": "me@feedic.com"
  },
  "_npmVersion": "2.11.1",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "dom-serializer": "0.1.0",
    "domelementtype": "1.3.0",
    "inherits": "2.0.3",
    "isarray": "0.0.1",
    "string_decoder": "0.10.31"
  },
  "_requested": {
    "raw": "htmlparser2@~3.8.1",
    "scope": null,
    "escapedName": "htmlparser2",
    "name": "htmlparser2",
    "rawSpec": "~3.8.1",
    "spec": ">=3.8.1 <3.9.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ionic/cheerio"
  ],
  "_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
  "_shasum": "996c28b191516a8be86501a7d79757e5c70c1068",
  "_shrinkwrap": null,
  "_spec": "htmlparser2@~3.8.1",
  "_where": "/usr/local/lib/node_modules/ionic/node_modules/cheerio",
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "browser": {
    "readable-stream": false
  },
  "bugs": {
    "url": "http://github.com/fb55/htmlparser2/issues"
  },
  "dependencies": {
    "domelementtype": "1",
    "domhandler": "2.3",
    "domutils": "1.5",
    "entities": "1.0",
    "readable-stream": "1.1"
  },
  "description": "Fast & forgiving HTML/XML/RSS parser",
  "devDependencies": {
    "coveralls": "*",
    "istanbul": "*",
    "jscs": "1.5.8",
    "jshint": "2",
    "mocha": "1",
    "mocha-lcov-reporter": "*"
  },
  "directories": {
    "lib": "lib/"
  },
  "dist": {
    "shasum": "996c28b191516a8be86501a7d79757e5c70c1068",
    "tarball": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz"
  },
  "gitHead": "44e48f58526de05d2639199f4baaaef235521f6b",
  "homepage": "https://github.com/fb55/htmlparser2#readme",
  "jshintConfig": {
    "eqeqeq": true,
    "freeze": true,
    "latedef": "nofunc",
    "noarg": true,
    "nonbsp": true,
    "quotmark": "double",
    "undef": true,
    "unused": true,
    "trailing": true,
    "eqnull": true,
    "proto": true,
    "smarttabs": true,
    "node": true,
    "globals": {
      "describe": true,
      "it": true
    }
  },
  "keywords": [
    "html",
    "parser",
    "streams",
    "xml",
    "dom",
    "rss",
    "feed",
    "atom"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "feedic",
      "email": "me@feedic.com"
    }
  ],
  "name": "htmlparser2",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/fb55/htmlparser2.git"
  },
  "scripts": {
    "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
    "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
    "lint": "jshint lib test && jscs lib test",
    "test": "mocha && npm run lint"
  },
  "version": "3.8.3"
}
