package.json 1.85 KB
{
  "_args": [
    [
      "htmlparser2@3.3.0",
      "/Library/WebServer/Documents/mywork/dyitoc"
    ]
  ],
  "_development": true,
  "_from": "htmlparser2@3.3.0",
  "_id": "htmlparser2@3.3.0",
  "_inBundle": false,
  "_integrity": "sha1-zHDQWln2VC5D8OaFyYLhTJJKnv4=",
  "_location": "/htmlparser2",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "domelementtype": "1.2.1",
    "inherits": "2.0.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "htmlparser2@3.3.0",
    "name": "htmlparser2",
    "escapedName": "htmlparser2",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "/renderkid"
  ],
  "_resolved": "http://registry.npm.taobao.org/htmlparser2/download/htmlparser2-3.3.0.tgz",
  "_spec": "3.3.0",
  "_where": "/Library/WebServer/Documents/mywork/dyitoc",
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "bugs": {
    "url": "http://github.com/fb55/htmlparser2/issues"
  },
  "contributors": [
    {
      "name": "Chris Winberry",
      "email": "chris@winberry.net"
    }
  ],
  "dependencies": {
    "domelementtype": "1",
    "domhandler": "2.1",
    "domutils": "1.1",
    "readable-stream": "1.0"
  },
  "description": "Fast & forgiving HTML/XML/RSS parser",
  "devDependencies": {
    "mocha": "1"
  },
  "directories": {
    "lib": "lib/"
  },
  "homepage": "https://github.com/fb55/htmlparser2#readme",
  "keywords": [
    "html",
    "parser",
    "streams",
    "xml",
    "dom",
    "rss",
    "feed",
    "atom"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/fb55/htmlparser2/raw/master/LICENSE"
    }
  ],
  "main": "lib/index.js",
  "name": "htmlparser2",
  "repository": {
    "type": "git",
    "url": "git://github.com/fb55/htmlparser2.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "3.3.0"
}