Rinser/node_modules/rss-braider/package.json

78 lines
2.1 KiB
JSON
Raw Normal View History

2015-07-20 13:42:07 +00:00
{
2017-09-11 10:34:45 +00:00
"_from": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"_id": "rss-braider@1.2.1",
"_inBundle": false,
"_integrity": "sha1-7O6RZ3ZBafnUvOCGLyGx1kee1mQ=",
2016-02-12 13:10:16 +00:00
"_location": "/rss-braider",
"_phantomChildren": {},
"_requested": {
2017-09-11 10:34:45 +00:00
"type": "git",
"raw": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"rawSpec": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"saveSpec": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"fetchSpec": "https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"gitCommittish": "master"
2015-07-20 13:42:07 +00:00
},
2016-02-12 13:10:16 +00:00
"_requiredBy": [
2017-09-11 10:34:45 +00:00
"#USER",
2017-07-18 11:42:39 +00:00
"/"
2015-07-20 13:42:07 +00:00
],
2017-09-11 10:34:45 +00:00
"_resolved": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git#436237e6255ea45acd5864ace1cc1a8b183d2954",
"_spec": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"_where": "/Users/martin/dev/Rinser",
2015-07-20 13:42:07 +00:00
"author": {
2017-09-11 10:34:45 +00:00
"name": "Kip Gebhardt",
"email": "kgebhardt@kqed.org"
2016-02-12 13:10:16 +00:00
},
"bugs": {
2017-09-11 10:34:45 +00:00
"url": "http://github.com/KQED/rss-braider/issues",
"email": "kgebhardt@kqed.org"
2015-07-20 13:42:07 +00:00
},
2017-09-11 10:34:45 +00:00
"bundleDependencies": false,
2015-07-20 13:42:07 +00:00
"dependencies": {
2017-07-18 11:42:39 +00:00
"async": "^2.1.5",
2015-07-20 13:42:07 +00:00
"bunyan": "^1.4.0",
2017-07-18 11:42:39 +00:00
"feedparser": "^2.1.0",
"include-folder": "^1.0.0",
"lodash": "^4.17.4",
2015-07-20 13:42:07 +00:00
"request": "^2.57.0",
2017-09-11 10:34:45 +00:00
"rss": "^1.2.2"
2015-07-20 13:42:07 +00:00
},
2017-09-11 10:34:45 +00:00
"deprecated": false,
2016-02-12 13:10:16 +00:00
"description": "Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.",
2015-07-20 13:42:07 +00:00
"devDependencies": {
2017-07-18 11:42:39 +00:00
"mockdate": "^2.0.1",
2015-07-20 13:42:07 +00:00
"tape": "^4.0.0"
},
2017-07-18 11:42:39 +00:00
"homepage": "https://github.com/KQED/rss-braider#readme",
2016-02-12 13:10:16 +00:00
"keywords": [
2016-11-01 07:41:25 +00:00
"rss",
2016-02-12 13:10:16 +00:00
"braider",
"combiner",
2016-11-01 07:41:25 +00:00
"aggregator",
"json",
"xml",
2016-02-12 13:10:16 +00:00
"feed",
"feeds",
2016-11-01 07:41:25 +00:00
"feed builder",
2016-02-12 13:10:16 +00:00
"syndicate",
"syndication",
"wordpress",
2016-11-01 07:41:25 +00:00
"blogs",
"distribution",
"podcasts",
"atom"
2016-02-12 13:10:16 +00:00
],
"license": "MIT",
"main": "index.js",
"name": "rss-braider",
"repository": {
"type": "git",
2017-07-18 11:42:39 +00:00
"url": "git+https://github.com/KQED/rss-braider.git"
2015-07-20 13:42:07 +00:00
},
2016-02-12 13:10:16 +00:00
"scripts": {
"test": "tape test"
},
2017-09-11 10:34:45 +00:00
"version": "1.2.1"
2015-07-20 13:42:07 +00:00
}