UNPKG

newznab-feedparser

Version:

Parses newznab rss feeds into an array of objects

48 lines (47 loc) 1.27 kB
{ "name": "newznab-feedparser", "version": "2.0.2", "description": "Parses newznab rss feeds into an array of objects", "main": "lib/index.js", "scripts": { "build": "npm run clean && ./node_modules/.bin/babel src --out-dir lib", "prepublish": "npm run build", "test": "babel-tape-runner ./tests/**/*.js", "lint": "./node_modules/.bin/eslint src", "clean": "rm -rf lib", "preversion": "npm test" }, "repository": { "type": "git", "url": "git+https://github.com/jonhester/newznab-feedparser.git" }, "keywords": [ "newznab", "rss", "feed", "nzb" ], "author": "Jon Hester <jon@hester.io>", "license": "MIT", "bugs": { "url": "https://github.com/jonhester/newznab-feedparser/issues" }, "homepage": "https://github.com/jonhester/newznab-feedparser#readme", "devDependencies": { "babel-cli": "^6.4.5", "babel-core": "^6.4.5", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "babel-tape-runner": "^2.0.0", "eslint-config-airbnb": "^4.0.0", "nock": "^7.0.2", "tape": "^4.4.0" }, "dependencies": { "babel-eslint": "^4.1.6", "bluebird": "^3.1.5", "lodash": "^4.1.0", "request-promise": "^2.0.0", "xml2json": "^0.9.0" } }