Update phishies

This commit is contained in:
hgw 2023-10-07 11:59:20 +00:00
parent be8377c329
commit 6dbc9087e1
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4
2 changed files with 43 additions and 18 deletions

59
package-lock.json generated
View File

@ -1,57 +1,82 @@
{ {
"name": "fascinus", "name": "fascinus",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 3,
"requires": true, "requires": true,
"dependencies": { "packages": {
"fs": { "": {
"name": "fascinus",
"version": "1.0.0",
"dependencies": {
"fs": "^0.0.1-security",
"irc": "^0.5.2",
"phishies": "^1.2.1"
}
},
"node_modules/fs": {
"version": "0.0.1-security", "version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==" "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
}, },
"iconv": { "node_modules/iconv": {
"version": "2.2.3", "version": "2.2.3",
"resolved": "https://registry.npmjs.org/iconv/-/iconv-2.2.3.tgz", "resolved": "https://registry.npmjs.org/iconv/-/iconv-2.2.3.tgz",
"integrity": "sha1-4ITWDut9c9p/CpwJbkyKvgkL+u0=", "integrity": "sha1-4ITWDut9c9p/CpwJbkyKvgkL+u0=",
"hasInstallScript": true,
"optional": true, "optional": true,
"requires": { "dependencies": {
"nan": "^2.3.5" "nan": "^2.3.5"
},
"engines": {
"node": ">=0.8.0"
} }
}, },
"irc": { "node_modules/irc": {
"version": "0.5.2", "version": "0.5.2",
"resolved": "https://registry.npmjs.org/irc/-/irc-0.5.2.tgz", "resolved": "https://registry.npmjs.org/irc/-/irc-0.5.2.tgz",
"integrity": "sha1-NxT0doNlqW0LL3dryRFmvrJGS7w=", "integrity": "sha1-NxT0doNlqW0LL3dryRFmvrJGS7w=",
"requires": { "dependencies": {
"irc-colors": "^1.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"optionalDependencies": {
"iconv": "~2.2.1", "iconv": "~2.2.1",
"irc-colors": "^1.1.0",
"node-icu-charset-detector": "~0.2.0" "node-icu-charset-detector": "~0.2.0"
} }
}, },
"irc-colors": { "node_modules/irc-colors": {
"version": "1.5.0", "version": "1.5.0",
"resolved": "https://registry.npmjs.org/irc-colors/-/irc-colors-1.5.0.tgz", "resolved": "https://registry.npmjs.org/irc-colors/-/irc-colors-1.5.0.tgz",
"integrity": "sha512-HtszKchBQTcqw1DC09uD7i7vvMayHGM1OCo6AHt5pkgZEyo99ClhHTMJdf+Ezc9ovuNNxcH89QfyclGthjZJOw==" "integrity": "sha512-HtszKchBQTcqw1DC09uD7i7vvMayHGM1OCo6AHt5pkgZEyo99ClhHTMJdf+Ezc9ovuNNxcH89QfyclGthjZJOw==",
"engines": {
"node": ">=6"
}
}, },
"nan": { "node_modules/nan": {
"version": "2.17.0", "version": "2.17.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz",
"integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==",
"optional": true "optional": true
}, },
"node-icu-charset-detector": { "node_modules/node-icu-charset-detector": {
"version": "0.2.0", "version": "0.2.0",
"resolved": "https://registry.npmjs.org/node-icu-charset-detector/-/node-icu-charset-detector-0.2.0.tgz", "resolved": "https://registry.npmjs.org/node-icu-charset-detector/-/node-icu-charset-detector-0.2.0.tgz",
"integrity": "sha1-wjINo3Tdy2cfxUy0oOBB4Vb/1jk=", "integrity": "sha1-wjINo3Tdy2cfxUy0oOBB4Vb/1jk=",
"hasInstallScript": true,
"optional": true, "optional": true,
"requires": { "dependencies": {
"nan": "^2.3.3" "nan": "^2.3.3"
},
"engines": {
"node": ">=0.6"
} }
}, },
"phishies": { "node_modules/phishies": {
"version": "1.2.0", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/phishies/-/phishies-1.2.0.tgz", "resolved": "https://registry.npmjs.org/phishies/-/phishies-1.2.1.tgz",
"integrity": "sha512-1Z4Mt3es3NEkEFyYyOnVAyiDeGghh40IrAQ10lcUQbmNkoI3ZfaHomCDffir4w9x6XVjHCl21doUjCokBMry5Q==" "integrity": "sha512-78AZHbbuoPGod/g/Angw6xft7lubJi01oMV8lceIpT7Be61mHpWYaXidUSXHLUCa/KHMpi7kYMFNLIyKa7ydEA=="
} }
} }
} }

View File

@ -6,7 +6,7 @@
"dependencies": { "dependencies": {
"fs": "^0.0.1-security", "fs": "^0.0.1-security",
"irc": "^0.5.2", "irc": "^0.5.2",
"phishies": "^1.2.0" "phishies": "^1.2.1"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"