rss-feeder-mobilizon/node_modules/rss-parser/package.json

77 lines
1.8 KiB
JSON

{
"_from": "rss-parser",
"_id": "rss-parser@3.10.0",
"_inBundle": false,
"_integrity": "sha512-TC6FNvEmdFeaW6r/60MSJT7cp4d95X4M9As+mvNtxRx7YXHxpV95syMnWZthZSeD1BRN7SEKdq6c3nxMLQRopw==",
"_location": "/rss-parser",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "rss-parser",
"name": "rss-parser",
"escapedName": "rss-parser",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/rss-parser/-/rss-parser-3.10.0.tgz",
"_shasum": "19a8bcc569981832180a87fe58a17f1838ca3a45",
"_spec": "rss-parser",
"_where": "/var/www/html/feeder-mobilizon-rss",
"author": {
"name": "Bobby Brennan"
},
"bugs": {
"url": "https://github.com/bobby-brennan/rss-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"entities": "^2.0.3",
"xml2js": "^0.4.19"
},
"deprecated": false,
"description": "A lightweight RSS parser, for Node and the browser",
"devDependencies": {
"@types/xml2js": "^0.4.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"chai": "^3.4.1",
"express": "^4.16.3",
"mocha": "^5.2.0",
"puppeteer": "^5.2.1",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/bobby-brennan/rss-parser#readme",
"keywords": [
"RSS",
"RSS to JSON",
"RSS reader",
"RSS parser",
"RSS to JS",
"Feed reader"
],
"license": "MIT",
"main": "index.js",
"name": "rss-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/bobby-brennan/rss-parser.git"
},
"scripts": {
"build": "./scripts/build.sh",
"test": "mocha --exit"
},
"types": "index.d.ts",
"version": "3.10.0"
}