Files
asciidisco.com/build/node_modules/rss/package.json
2023-08-01 13:49:46 +02:00

138 lines
2.9 KiB
JSON

{
"_from": "rss",
"_id": "rss@1.2.2",
"_inBundle": false,
"_integrity": "sha1-UKFpiHYTgTOnT5oF0r3I240nqSE=",
"_location": "/rss",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "rss",
"name": "rss",
"escapedName": "rss",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/rss/-/rss-1.2.2.tgz",
"_shasum": "50a1698876138133a74f9a05d2bdc8db8d27a921",
"_spec": "rss",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
"author": {
"name": "Dylan Greene",
"email": "dylang@gmail.com"
},
"browserify": {
"transform": [
"folderify"
]
},
"bugs": {
"url": "http://github.com/dylang/node-rss/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Dylan Greene",
"email": "dylang@gmail.com"
},
{
"name": "Xavier Damman",
"email": "xdamman@gmail.com"
},
{
"name": "Michael R. Lange"
},
{
"name": "Victor Jonsson"
},
{
"name": "Danny Graham"
},
{
"name": "Patrick Garman",
"email": "contact@pmgarman.me"
},
{
"name": "Fred Morstatter"
},
{
"name": "Eric Vantillard",
"email": "eric.vantillard@evaxion.fr"
},
{
"name": "Jason Karns",
"email": "jasonkarns"
},
{
"name": "Hannah Wolfe",
"email": "github.erisds@gmail.com"
}
],
"dependencies": {
"mime-types": "2.1.13",
"xml": "1.0.1"
},
"deprecated": false,
"description": "RSS feed generator. Add RSS feeds to any project. Supports enclosures and GeoRSS.",
"devDependencies": {
"folderify": "^1.1.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-release": "^0.13.0",
"grunt-templates-dylang": "^1.0.10",
"include-folder": "^1.0.0",
"load-grunt-tasks": "^3.3.0",
"mockdate": "^1.0.3",
"prova": "^2.1.2",
"q": "^1.4.1",
"tap-difflet": "^0.4.0",
"tape": "^4.2.1",
"time-grunt": "^1.2.1",
"xml2js": "^0.4.12"
},
"homepage": "http://github.com/dylang/node-rss",
"keywords": [
"rss",
"xml",
"atom",
"podcasts",
"ghost",
"feed",
"feed builder",
"rss feed"
],
"license": "MIT",
"main": "lib/index",
"name": "rss",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dylang/node-rss.git"
},
"scripts": {
"lint": "grunt lint",
"test": "tape test --tap | tap-difflet",
"test:browser": "prova -b"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/9..latest",
"chrome/latest",
"firefox/latest",
"safari/latest",
"opera/latest",
"iphone/latest",
"ipad/latest",
"android-browser/latest"
]
},
"version": "1.2.2"
}