package.json
2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"_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"
}