summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/parse5/package.json
blob: a0d488700d1d97d1b423f48eb34d8270a0a12545 (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
{
  "_from": "parse5@^3.0.1",
  "_id": "parse5@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==",
  "_location": "/parse5",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "parse5@^3.0.1",
    "name": "parse5",
    "escapedName": "parse5",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/cheerio"
  ],
  "_resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz",
  "_shasum": "042f792ffdd36851551cf4e9e066b3874ab45b5c",
  "_spec": "parse5@^3.0.1",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/cheerio",
  "author": {
    "name": "Ivan Nikulin",
    "email": "ifaaan@gmail.com",
    "url": "https://github.com/inikulin"
  },
  "bugs": {
    "url": "https://github.com/inikulin/parse5/issues"
  },
  "bundleDependencies": false,
  "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
  "dependencies": {
    "@types/node": "*"
  },
  "deprecated": false,
  "description": "HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.",
  "devDependencies": {
    "del": "^2.0.2",
    "gulp": "^3.9.0",
    "gulp-benchmark": "^1.1.1",
    "gulp-download": "0.0.1",
    "gulp-eslint": "^3.0.1",
    "gulp-install": "^0.6.0",
    "gulp-mocha": "^2.1.3",
    "gulp-rename": "^1.2.2",
    "gulp-typedoc": "^2.0.0",
    "gulp-typescript": "^3.1.2",
    "publish-please": "^2.2.0",
    "through2": "^2.0.0",
    "typedoc": "^0.5.1",
    "typescript": "^2.0.6"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/inikulin/parse5",
  "keywords": [
    "html",
    "parser",
    "html5",
    "WHATWG",
    "specification",
    "fast",
    "html parser",
    "html5 parser",
    "htmlparser",
    "parse5",
    "serializer",
    "html serializer",
    "htmlserializer",
    "sax",
    "simple api",
    "parse",
    "tokenize",
    "serialize",
    "tokenizer"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "parse5",
  "repository": {
    "type": "git",
    "url": "git://github.com/inikulin/parse5.git"
  },
  "scripts": {
    "prepublish": "publish-please guard",
    "publish-please": "publish-please",
    "test": "gulp test"
  },
  "types": "./lib/index.d.ts",
  "version": "3.0.3"
}