fast-feed
Version:
Node.JS module for parsing newsfeeds (RSS 2 and Atom). It should be one of the fastest feed parsers. Uses [RapidXML](http://rapidxml.sourceforge.net/).
41 lines (40 loc) • 727 B
JSON
{
"name": "fast-feed",
"version": "1.7.0",
"keywords": [
"rss",
"atom",
"feed",
"syndication",
"xml",
"rapidxml"
],
"repository": {
"type": "git",
"url": "https://github.com/rla/fast-feed.git"
},
"devDependencies": {
"eslint": "^5.1.0",
"mocha": "^5.2.0",
"node-gyp": "^3.7.0"
},
"scripts": {
"test": "node-gyp configure build && mocha tests",
"test-leak": "node --gc_global tests-leak/cdata.js",
"lint": "eslint index.js tests"
},
"files": [
"src",
"tests",
"binding.gyp",
"index.js",
"LICENSE",
"LICENSE.rapidxml",
"package.json",
"README.md"
],
"dependencies": {
"nan": "^2.14.0"
},
"license": "MIT"
}