summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/metascraper/package.json
blob: e2c033fdf4278a9a028aadb43146d82a765c8fa8 (plain)
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
  "_from": "metascraper",
  "_id": "metascraper@5.6.5",
  "_inBundle": false,
  "_integrity": "sha512-onXaGDO0ruSaYzRvVFZxFNVHzb0itlyA3f4h0UZtqb779wlUv93wSAdw4ZtyysE3Fydzfs+ec5AmZZBK1Fzc7A==",
  "_location": "/metascraper",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "metascraper",
    "name": "metascraper",
    "escapedName": "metascraper",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/metascraper/-/metascraper-5.6.5.tgz",
  "_shasum": "470a31b64811ec778bccf2bc5da34192010609b8",
  "_spec": "metascraper",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL",
  "bugs": {
    "url": "https://github.com/microlinkhq/metascraper/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@metascraper/helpers": "^5.6.5",
    "cheerio": "~1.0.0-rc.2",
    "cheerio-advanced-selectors": "~2.0.1",
    "lodash": "~4.17.15",
    "map-values-deep": "~1.0.2",
    "whoops": "~4.0.2",
    "xss": "~1.0.6"
  },
  "deprecated": false,
  "description": "A library to easily scrape metadata from an article on the web using Open Graph, JSON+LD, regular HTML metadata, and series of fallbacks.",
  "devDependencies": {
    "clear-module": "latest",
    "coveralls": "latest",
    "metascraper-clearbit": "latest",
    "mocha": "latest",
    "nyc": "latest",
    "should": "latest",
    "snap-shot": "latest",
    "standard": "latest"
  },
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "src"
  ],
  "gitHead": "4ecc2de5c23adbcb9c0d0dca3b6b39f505dbc553",
  "homepage": "https://metascraper.js.org",
  "keywords": [
    "RDF",
    "article",
    "browser",
    "cheerio",
    "content",
    "expand",
    "extract",
    "facebook",
    "fallback",
    "fetch",
    "get",
    "graph",
    "html",
    "json-ld",
    "jsonld",
    "linked data",
    "meta",
    "metadata",
    "micro format",
    "microformat",
    "og",
    "open",
    "open graph",
    "opengraph",
    "page",
    "parse",
    "parser",
    "scrape",
    "scraper",
    "semantic",
    "semantic web",
    "server",
    "site",
    "summarize",
    "summary",
    "tag",
    "tags",
    "twitter",
    "unfluff",
    "unfurl",
    "url",
    "web",
    "website"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "metascraper",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microlinkhq/metascraper.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "NODE_PATH=.. TZ=UTC NODE_ENV=test nyc mocha test"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  },
  "version": "5.6.5"
}