Rinser/node_modules/rss-braider/package.json

103 lines
2.4 KiB
JSON
Raw Normal View History

2015-07-20 13:42:07 +00:00
{
2018-06-14 08:07:51 +00:00
"_from": "rss-braider",
2018-03-04 16:39:52 +00:00
"_id": "rss-braider@1.2.2",
2017-09-11 10:34:45 +00:00
"_inBundle": false,
2018-06-14 08:07:51 +00:00
"_integrity": "sha1-rIJLuvAKL2DKyyey+E7eV7CvrZQ=",
2016-02-12 13:10:16 +00:00
"_location": "/rss-braider",
2018-06-14 08:07:51 +00:00
"_phantomChildren": {
"asynckit": "0.4.0",
"aws-sign2": "0.6.0",
"aws4": "1.6.0",
"caseless": "0.12.0",
"co": "4.6.0",
"combined-stream": "1.0.5",
"extend": "3.0.1",
"forever-agent": "0.6.1",
"hawk": "3.1.3",
"http-signature": "1.1.1",
"is-typedarray": "1.0.0",
"isstream": "0.1.2",
"json-stable-stringify": "1.0.1",
"json-stringify-safe": "5.0.1",
"mime-types": "2.1.15",
"oauth-sign": "0.8.2",
"safe-buffer": "5.1.1",
"stringstream": "0.0.6",
"tough-cookie": "2.3.4",
"tunnel-agent": "0.6.0",
"uuid": "3.2.1"
},
2016-02-12 13:10:16 +00:00
"_requested": {
2018-06-14 08:07:51 +00:00
"type": "tag",
"registry": true,
"raw": "rss-braider",
2018-03-04 16:39:52 +00:00
"name": "rss-braider",
"escapedName": "rss-braider",
2018-06-14 08:07:51 +00:00
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
2015-07-20 13:42:07 +00:00
},
2016-02-12 13:10:16 +00:00
"_requiredBy": [
2018-06-14 08:07:51 +00:00
"#USER",
2017-07-18 11:42:39 +00:00
"/"
2015-07-20 13:42:07 +00:00
],
2018-06-14 08:07:51 +00:00
"_resolved": "https://registry.npmjs.org/rss-braider/-/rss-braider-1.2.2.tgz",
"_shasum": "ac824bbaf00a2f60cacb27b2f84ede57b0afad94",
"_spec": "rss-braider",
"_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",
2018-06-14 08:07:51 +00:00
"email": "kgebhardt23@gmail.com"
2016-02-12 13:10:16 +00:00
},
"bugs": {
2018-06-14 08:07:51 +00:00
"url": "http://github.com/rv-kip/rss-braider/issues",
"email": "kgebhardt23@gmail.com"
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": {
2018-06-14 08:07:51 +00:00
"async": "^2.6.0",
"bunyan": "^2.0.2",
"feedparser": "^2.2.4",
2017-07-18 11:42:39 +00:00
"include-folder": "^1.0.0",
"lodash": "^4.17.4",
2018-06-14 08:07:51 +00:00
"request": "2.81.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"
},
2018-06-14 08:07:51 +00:00
"homepage": "https://github.com/rv-kip/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",
2018-06-14 08:07:51 +00:00
"url": "git+https://github.com/rv-kip/rss-braider.git"
2015-07-20 13:42:07 +00:00
},
2016-02-12 13:10:16 +00:00
"scripts": {
"test": "tape test"
},
2018-03-04 16:39:52 +00:00
"version": "1.2.2"
2015-07-20 13:42:07 +00:00
}