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

53
node_modules/psl/package.json generated vendored
View File

@@ -1,29 +1,27 @@
{
"_from": "psl@^1.1.28",
"_id": "psl@1.8.0",
"_from": "psl@^1.1.33",
"_id": "psl@1.9.0",
"_inBundle": false,
"_integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==",
"_integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
"_location": "/psl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "psl@^1.1.28",
"raw": "psl@^1.1.33",
"name": "psl",
"escapedName": "psl",
"rawSpec": "^1.1.28",
"rawSpec": "^1.1.33",
"saveSpec": null,
"fetchSpec": "^1.1.28"
"fetchSpec": "^1.1.33"
},
"_requiredBy": [
"/request-promise-native/tough-cookie",
"/request/tough-cookie",
"/tough-cookie"
],
"_resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
"_shasum": "9326f8bcfb013adcc005fdff056acce020e51c24",
"_spec": "psl@^1.1.28",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\request\\node_modules\\tough-cookie",
"_resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
"_shasum": "d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7",
"_spec": "psl@^1.1.33",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\tough-cookie",
"author": {
"name": "Lupo Montero",
"email": "lupomontero@gmail.com",
@@ -37,21 +35,19 @@
"description": "Domain name parser based on the Public Suffix List",
"devDependencies": {
"JSONStream": "^1.3.5",
"browserify": "^16.5.0",
"browserify": "^17.0.0",
"browserslist-browserstack": "^3.1.1",
"browserstack-local": "^1.5.1",
"chai": "^4.3.6",
"commit-and-pr": "^1.0.4",
"eslint": "^6.8.0",
"eslint-config-hapi": "^12.0.0",
"eslint-plugin-hapi": "^4.1.0",
"karma": "^4.4.1",
"karma-browserify": "^7.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^7.1.1",
"phantomjs-prebuilt": "^2.1.16",
"eslint": "^8.19.0",
"mocha": "^7.2.0",
"porch": "^2.0.0",
"request": "^2.88.2",
"uglify-js": "^3.8.0",
"watchify": "^3.11.1"
"selenium-webdriver": "^4.3.0",
"serve-handler": "^6.1.3",
"uglify-js": "^3.16.2",
"watchify": "^4.0.0"
},
"homepage": "https://github.com/lupomontero/psl#readme",
"keywords": [
@@ -69,11 +65,12 @@
"build": "browserify ./index.js --standalone=psl > ./dist/psl.js",
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"",
"commit-and-pr": "commit-and-pr",
"lint": "eslint .",
"postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js",
"prebuild": "./scripts/update-rules.js",
"pretest": "eslint .",
"test": "mocha test && karma start ./karma.conf.js --single-run",
"test": "mocha test/*.spec.js",
"test:browserstack": "node test/browserstack.js",
"watch": "mocha test --watch"
},
"version": "1.8.0"
"version": "1.9.0"
}