1
0
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:
s2
2022-08-20 18:51:33 +02:00
parent 09663a35a5
commit 806ebf9a57
4513 changed files with 366205 additions and 92512 deletions

30
node_modules/debug/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "debug@4",
"_id": "debug@4.3.1",
"_id": "debug@4.3.4",
"_inBundle": false,
"_integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
"_integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"_location": "/debug",
"_phantomChildren": {},
"_requested": {
@@ -20,20 +20,24 @@
"/http-proxy-agent",
"/https-proxy-agent"
],
"_resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
"_shasum": "f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee",
"_resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"_shasum": "1319f6579357f2338d3337d2cdd4914bb5dcc865",
"_spec": "debug@4",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\http-proxy-agent",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
"name": "Josh Junon",
"email": "josh.junon@protonmail.com"
},
"browser": "./src/browser.js",
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
"url": "https://github.com/debug-js/debug/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
@@ -42,17 +46,13 @@
{
"name": "Andrew Rhyne",
"email": "rhyneandrew@gmail.com"
},
{
"name": "Josh Junon",
"email": "josh@junon.me"
}
],
"dependencies": {
"ms": "2.1.2"
},
"deprecated": false,
"description": "small debugging utility",
"description": "Lightweight debugging utility for Node.js and the browser",
"devDependencies": {
"brfs": "^2.0.1",
"browserify": "^16.2.3",
@@ -74,7 +74,7 @@
"LICENSE",
"README.md"
],
"homepage": "https://github.com/visionmedia/debug#readme",
"homepage": "https://github.com/debug-js/debug#readme",
"keywords": [
"debug",
"log",
@@ -90,7 +90,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
"url": "git://github.com/debug-js/debug.git"
},
"scripts": {
"lint": "xo",
@@ -99,5 +99,5 @@
"test:coverage": "cat ./coverage/lcov.info | coveralls",
"test:node": "istanbul cover _mocha -- test.js"
},
"version": "4.3.1"
"version": "4.3.4"
}