mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
update packages to latest version
This commit is contained in:
42
node_modules/parse5/package.json
generated
vendored
42
node_modules/parse5/package.json
generated
vendored
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "parse5@6.0.1",
|
||||
"_id": "parse5@6.0.1",
|
||||
"_from": "parse5@^7.0.0",
|
||||
"_id": "parse5@7.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
|
||||
"_integrity": "sha512-y/t8IXSPWTuRZqXc0ajH/UwDj4mnqLEbSttNbThcFhGrZuOyoyvNBO85PBp2jQa55wY9d07PBNjsK8ZP3K5U6g==",
|
||||
"_location": "/parse5",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "parse5@6.0.1",
|
||||
"raw": "parse5@^7.0.0",
|
||||
"name": "parse5",
|
||||
"escapedName": "parse5",
|
||||
"rawSpec": "6.0.1",
|
||||
"rawSpec": "^7.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "6.0.1"
|
||||
"fetchSpec": "^7.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
|
||||
"_shasum": "e1a1c085c569b3dc08321184f19a39cc27f7c30b",
|
||||
"_spec": "parse5@6.0.1",
|
||||
"_resolved": "https://registry.npmjs.org/parse5/-/parse5-7.0.0.tgz",
|
||||
"_shasum": "51f74a5257f5fcc536389e8c2d0b3802e1bfa91a",
|
||||
"_spec": "parse5@^7.0.0",
|
||||
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"author": {
|
||||
"name": "Ivan Nikulin",
|
||||
@@ -32,12 +32,20 @@
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
|
||||
"dependencies": {
|
||||
"entities": "^4.3.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "HTML parser and serializer.",
|
||||
"exports": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/cjs/index.js"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
"dist",
|
||||
"!*.map"
|
||||
],
|
||||
"gitHead": "37227a3429584903cbd1799dade995266fc2dbe6",
|
||||
"funding": "https://github.com/inikulin/parse5?sponsor=1",
|
||||
"homepage": "https://github.com/inikulin/parse5",
|
||||
"keywords": [
|
||||
"html",
|
||||
@@ -57,11 +65,17 @@
|
||||
"serialize"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"main": "dist/cjs/index.js",
|
||||
"module": "dist/index.js",
|
||||
"name": "parse5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/inikulin/parse5.git"
|
||||
},
|
||||
"version": "6.0.1"
|
||||
"scripts": {
|
||||
"build:cjs": "tsc --module CommonJS --target ES6 --outDir dist/cjs && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json"
|
||||
},
|
||||
"type": "module",
|
||||
"types": "dist/index.d.ts",
|
||||
"version": "7.0.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user