1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00

update node modules

This commit is contained in:
s2
2019-03-29 15:56:41 +01:00
parent f114871153
commit 89c32fb4e6
8347 changed files with 390123 additions and 159877 deletions

52
node_modules/parse5/package.json generated vendored
View File

@@ -1,27 +1,27 @@
{
"_from": "parse5@4.0.0",
"_id": "parse5@4.0.0",
"_from": "parse5@5.1.0",
"_id": "parse5@5.1.0",
"_inBundle": false,
"_integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==",
"_integrity": "sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==",
"_location": "/parse5",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "parse5@4.0.0",
"raw": "parse5@5.1.0",
"name": "parse5",
"escapedName": "parse5",
"rawSpec": "4.0.0",
"rawSpec": "5.1.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
"fetchSpec": "5.1.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz",
"_shasum": "6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608",
"_spec": "parse5@4.0.0",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/jsdom",
"_resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.0.tgz",
"_shasum": "c59341c9723f414c452975564c7c00a68d58acd2",
"_spec": "parse5@5.1.0",
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Ivan Nikulin",
"email": "ifaaan@gmail.com",
@@ -33,24 +33,7 @@
"bundleDependencies": false,
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"deprecated": false,
"description": "HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.",
"devDependencies": {
"@types/node": "*",
"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"
},
"description": "HTML parser and serializer.",
"files": [
"lib"
],
@@ -69,12 +52,8 @@
"serializer",
"html serializer",
"htmlserializer",
"sax",
"simple api",
"parse",
"tokenize",
"serialize",
"tokenizer"
"serialize"
],
"license": "MIT",
"main": "./lib/index.js",
@@ -83,10 +62,5 @@
"type": "git",
"url": "git://github.com/inikulin/parse5.git"
},
"scripts": {
"prepublish": "publish-please guard",
"publish-please": "publish-please",
"test": "gulp test"
},
"version": "4.0.0"
"version": "5.1.0"
}