Added custom log name

This commit is contained in:
2019-11-22 09:43:37 +00:00
parent c4b856da62
commit 646700c73f
699 changed files with 5186 additions and 4259 deletions

9
node_modules/psl/data/rules.json generated vendored
View File

@ -3887,8 +3887,6 @@
"norfolk.museum",
"north.museum",
"nrw.museum",
"nuernberg.museum",
"nuremberg.museum",
"nyc.museum",
"nyny.museum",
"oceanographic.museum",
@ -6257,7 +6255,6 @@
"blue",
"bms",
"bmw",
"bnl",
"bnpparibas",
"boats",
"boehringer",
@ -6438,7 +6435,6 @@
"dubai",
"duck",
"dunlop",
"duns",
"dupont",
"durban",
"dvag",
@ -6609,7 +6605,6 @@
"homes",
"homesense",
"honda",
"honeywell",
"horse",
"hospital",
"host",
@ -6649,7 +6644,6 @@
"investments",
"ipiranga",
"irish",
"iselect",
"ismaili",
"ist",
"istanbul",
@ -6737,6 +6731,7 @@
"living",
"lixil",
"llc",
"llp",
"loan",
"loans",
"locker",
@ -7070,7 +7065,6 @@
"stada",
"staples",
"star",
"starhub",
"statebank",
"statefarm",
"stc",
@ -8686,6 +8680,7 @@
"myds.me",
"synology.me",
"vpnplus.to",
"direct.quickconnect.to",
"taifun-dns.de",
"gda.pl",
"gdansk.pl",

9
node_modules/psl/dist/psl.js generated vendored
View File

@ -3888,8 +3888,6 @@ module.exports=[
"norfolk.museum",
"north.museum",
"nrw.museum",
"nuernberg.museum",
"nuremberg.museum",
"nyc.museum",
"nyny.museum",
"oceanographic.museum",
@ -6258,7 +6256,6 @@ module.exports=[
"blue",
"bms",
"bmw",
"bnl",
"bnpparibas",
"boats",
"boehringer",
@ -6439,7 +6436,6 @@ module.exports=[
"dubai",
"duck",
"dunlop",
"duns",
"dupont",
"durban",
"dvag",
@ -6610,7 +6606,6 @@ module.exports=[
"homes",
"homesense",
"honda",
"honeywell",
"horse",
"hospital",
"host",
@ -6650,7 +6645,6 @@ module.exports=[
"investments",
"ipiranga",
"irish",
"iselect",
"ismaili",
"ist",
"istanbul",
@ -6738,6 +6732,7 @@ module.exports=[
"living",
"lixil",
"llc",
"llp",
"loan",
"loans",
"locker",
@ -7071,7 +7066,6 @@ module.exports=[
"stada",
"staples",
"star",
"starhub",
"statebank",
"statefarm",
"stc",
@ -8687,6 +8681,7 @@ module.exports=[
"myds.me",
"synology.me",
"vpnplus.to",
"direct.quickconnect.to",
"taifun-dns.de",
"gda.pl",
"gdansk.pl",

2
node_modules/psl/dist/psl.min.js generated vendored

File diff suppressed because one or more lines are too long

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

@ -1,8 +1,8 @@
{
"_from": "psl@^1.1.24",
"_id": "psl@1.3.0",
"_id": "psl@1.4.0",
"_inBundle": false,
"_integrity": "sha512-avHdspHO+9rQTLbv1RO+MPYeP/SzsCoxofjVnHanETfQhTJrmB0HlDoW+EiN/R+C0BZ+gERab9NY0lPN2TxNag==",
"_integrity": "sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw==",
"_location": "/psl",
"_phantomChildren": {},
"_requested": {
@ -18,10 +18,10 @@
"_requiredBy": [
"/tough-cookie"
],
"_resolved": "https://registry.npmjs.org/psl/-/psl-1.3.0.tgz",
"_shasum": "e1ebf6a3b5564fa8376f3da2275da76d875ca1bd",
"_resolved": "https://registry.npmjs.org/psl/-/psl-1.4.0.tgz",
"_shasum": "5dd26156cdb69fa1fdb8ab1991667d3f80ced7c2",
"_spec": "psl@^1.1.24",
"_where": "/home/sergiu/linx-audio-simulator/node_modules/tough-cookie",
"_where": "/home/safemobile/LINX/linx-simulator2/node_modules/tough-cookie",
"author": {
"name": "Lupo Montero",
"email": "lupomontero@gmail.com",
@ -35,12 +35,12 @@
"description": "Domain name parser based on the Public Suffix List",
"devDependencies": {
"JSONStream": "^1.3.5",
"browserify": "^16.3.0",
"browserify": "^16.5.0",
"commit-and-pr": "^1.0.3",
"eslint": "^6.1.0",
"eslint": "^6.3.0",
"eslint-config-hapi": "^12.0.0",
"eslint-plugin-hapi": "^4.1.0",
"karma": "^4.2.0",
"karma": "^4.3.0",
"karma-browserify": "^6.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
@ -73,5 +73,5 @@
"test": "mocha test && karma start ./karma.conf.js --single-run",
"watch": "mocha test --watch"
},
"version": "1.3.0"
"version": "1.4.0"
}