package.json 2.07 KB
{
  "_from": "feedparser@^2.1.0",
  "_id": "feedparser@2.2.4",
  "_inBundle": false,
  "_integrity": "sha1-Sv6mXLJ7tpB/x1VIVlAMCnpLFyk=",
  "_location": "/feedparser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "feedparser@^2.1.0",
    "name": "feedparser",
    "escapedName": "feedparser",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/feedparser-promised"
  ],
  "_resolved": "https://registry.npmjs.org/feedparser/-/feedparser-2.2.4.tgz",
  "_shasum": "4afea65cb27bb6907fc7554856500c0a7a4b1729",
  "_spec": "feedparser@^2.1.0",
  "_where": "C:\\Users\\junh\\Desktop\\\\os-17-2-termproject-jun\\node_modules\\feedparser-promised",
  "author": {
    "name": "Dan MacTough",
    "email": "danmactough@gmail.com"
  },
  "bin": {
    "feedparser": "./bin/feedparser.js"
  },
  "bugs": {
    "url": "http://github.com/danmactough/node-feedparser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "addressparser": "^1.0.1",
    "array-indexofobject": "~0.0.1",
    "lodash.assign": "^4.2.0",
    "lodash.get": "^4.4.2",
    "lodash.has": "^4.5.2",
    "lodash.uniq": "^4.5.0",
    "readable-stream": "^2.2.2",
    "sax": "^1.2.4"
  },
  "deprecated": false,
  "description": "Robust RSS Atom and RDF feed parsing using sax js",
  "devDependencies": {
    "eslint": "^4.8.0",
    "iconv": "^2.3.0",
    "mocha": "^4.0.1",
    "request": "^2.83.0"
  },
  "engines": {
    "node": ">= 4.2.0"
  },
  "files": [
    "index.js",
    "bin/*.js",
    "lib"
  ],
  "homepage": "http://github.com/danmactough/node-feedparser",
  "keywords": [
    "rss",
    "feed",
    "atom",
    "rdf",
    "xml",
    "syndication",
    "rsscloud",
    "pubsubhubbub"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "feedparser",
  "repository": {
    "type": "git",
    "url": "git://github.com/danmactough/node-feedparser.git"
  },
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "mocha",
    "version": "git changelog ; git add History.md"
  },
  "version": "2.2.4"
}