Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
htmlparser2 / package.json
Size: Mime:
{
  "name": "htmlparser2",
  "description": "Fast & forgiving HTML/XML/RSS parser",
  "version": "3.8.3",
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "keywords": [
    "html",
    "parser",
    "streams",
    "xml",
    "dom",
    "rss",
    "feed",
    "atom"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/fb55/htmlparser2.git"
  },
  "bugs": {
    "url": "http://github.com/fb55/htmlparser2/issues"
  },
  "directories": {
    "lib": "lib/"
  },
  "main": "lib/index.js",
  "scripts": {
    "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
    "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
    "test": "mocha && npm run lint",
    "lint": "jshint lib test && jscs lib test"
  },
  "dependencies": {
    "domhandler": "2.3",
    "domutils": "1.5",
    "domelementtype": "1",
    "readable-stream": "1.1",
    "entities": "1.0"
  },
  "devDependencies": {
    "mocha": "1",
    "mocha-lcov-reporter": "*",
    "coveralls": "*",
    "istanbul": "*",
    "jscs": "1.5.8",
    "jshint": "2"
  },
  "browser": {
    "readable-stream": false
  },
  "license": "MIT",
  "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
    }
  },
  "gitHead": "44e48f58526de05d2639199f4baaaef235521f6b",
  "homepage": "https://github.com/fb55/htmlparser2#readme",
  "_id": "htmlparser2@3.8.3",
  "_shasum": "996c28b191516a8be86501a7d79757e5c70c1068",
  "_from": "htmlparser2@>=3.8.0 <3.9.0",
  "_npmVersion": "2.11.1",
  "_nodeVersion": "2.2.1",
  "_npmUser": {
    "name": "feedic",
    "email": "me@feedic.com"
  },
  "maintainers": [
    {
      "name": "feedic",
      "email": "me@feedic.com"
    }
  ],
  "dist": {
    "shasum": "996c28b191516a8be86501a7d79757e5c70c1068",
    "tarball": "http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz"
  },
  "_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
  "readme": "ERROR: No README data found!"
}