package.json 1.85 KB
{
  "_from": "rss-parser",
  "_id": "rss-parser@3.5.4",
  "_inBundle": false,
  "_integrity": "sha512-dC7wHtz/p8QWQnsGgCB+HEYE01Dk8/AHMzSk0ZvoV3S0mhBqQNO/yi3H2fPh3qV2NNLNNEBg+8ZDSipKxjR5tQ==",
  "_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.5.4.tgz",
  "_shasum": "3b267d96c57bdc22ff5cc847ef9bcd3dce4ae2cc",
  "_spec": "rss-parser",
  "_where": "C:\\Users\\정민채\\Desktop\\TermProject\\2017104024정민혁KakaoBot",
  "author": {
    "name": "Bobby Brennan"
  },
  "bugs": {
    "url": "https://github.com/bobby-brennan/rss-parser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "entities": "^1.1.1",
    "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": "^1.8.0",
    "webpack": "^3.12.0"
  },
  "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.5.4"
}