alitu-podparse
Version:
Clone of the popular package podparse, with some bugfixes and improvements. Credits go to the original author Thomas Barrasso <tom@barrasso.me>
51 lines (50 loc) • 1.05 kB
JSON
{
"name": "alitu-podparse",
"version": "1.0.7",
"description": "Clone of the popular package podparse, with some bugfixes and improvements. Credits go to the original author Thomas Barrasso <tom@barrasso.me>",
"main": "index.js",
"files": [
"index.js",
"index.d.ts",
"LICENSE.md"
],
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Bran1304/podcast-feed-parser"
},
"keywords": [
"javascript",
"node",
"nodejs",
"podcast",
"rss",
"itunes",
"xml",
"googleplay",
"atom",
"parse",
"parser",
"podcast-client",
"podcast-aggregator",
"feed"
],
"author": "Bran Kacer <bran@alitu.com>",
"license": "ISC",
"dependencies": {
"@rgrove/parse-xml": "^3.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"expect": "^27.3.1",
"mocha": "^9.1.3"
}
}