| 1234567891011121314151617181920212223 |
- {
- "name": "htmlparser"
- , "description": "Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers"
- , "version": "1.7.3"
- , "author": "Chris Winberry <chris@winberry.net>"
- , "contributors": []
- , "repository": {
- "type": "git"
- , "url": "git://github.com/tautologistics/node-htmlparser.git"
- }
- , "bugs": {
- "mail": "chris@winberry.net"
- , "web": "http://github.com/tautologistics/node-htmlparser/issues"
- }
- , "os": [ "linux", "darwin", "freebsd", "win32" ]
- , "directories": { "lib": "./lib/" }
- , "main": "./lib/htmlparser"
- , "engines": { "node": ">=0.1.33" }
- , "licenses": [{
- "type": "MIT"
- , "url": "http://github.com/tautologistics/node-htmlparser/raw/master/LICENSE"
- }]
- }
|