{"_id":"is-website-vulnerable","_rev":"55-82a9722b9e4a485c64f4f1d50407d3cd","name":"is-website-vulnerable","dist-tags":{"latest":"1.14.17"},"versions":{"1.0.0":{"name":"is-website-vulnerable","version":"1.0.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.0.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"dist":{"shasum":"4ec2f0a0d8cfe5f09098735669a97e8914cb3c96","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.0.0.tgz","fileCount":23,"integrity":"sha512-QHUwuQneh06KBpSQhBUjPQUmguWu4QGm/T1WmMFRyoe1lEzbhOo++GVgflqKDbjRGHIya+yotUKHdCo6I6BUHQ==","signatures":[{"sig":"MEYCIQC9+xQe75Vh0sRXIf5ZqhuBwpByRqSwjSehAr/CqWVe4wIhAJmsFiG7342a8+OJOwCmY3he+H7D0AQYq/tbkwndVVGR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42963,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmbNuCRA9TVsSAnZWagAAEkEP/3TB13HgA9oW/kxoiAVC\neBrAhI+K6F3jiu0DS7VZorz9vV3Ilb4R52eBuJq5QAzZg2cXO4IP7RC+ywqR\ny/5zHt1ZtuDNQv9uh6dap54dEpW+xdrJsDRhdGe2evOyLf143WbVtiG20LA8\nzsDtXPmTQRO21dR7n1hrDDJqoRz5mPAtM71dM8EZauoiDAzDz4CWoL9dLXMb\n8hPH73NwAiMf4fK78mk84fk8u4tCWAejOMqYJd+qKG61049/xOmql6s8MQGF\n6zzmQ9F4a5quBUN8ZwZntKeLqyevLNuASHggr6irFWFidjIMYbXNw+kgHxWq\ny8ZhpSTHBJethTF8MPUohy+/WghVDCmblRFeUvpfHTz3sNZg/y/5wRon0/7p\nF1L5bQDN7OUSfKcNSLYzWuZ/xSn3CU/Mj5ECmFEVikgjxs6b9wEC+Qrd6yN1\n6v3yIOyCMgz5VxTYu16yNqGdsNGkXTTFxs2wD6sXHScToLpzxfTtcFbPodHc\nsZsCJzOPzkeMWTC0IgRyFAEN+FKIynkWhA9gwfAGEenwwyZnV6ej141tw+y8\nsolvEZkFOjXazxQCi4l8MT0FjnWieVfLP2eLoikm/Ibo9cr4Kks5aboEVl2b\nJUa9IdDh4xq+/2EEX2xnBp7YqWPsZRN23AjeBmgV4MKWwdShE/Y44bYiGwv9\nBsa9\r\n=8ud0\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=8.0.0"},"gitHead":"4d9ea75bc21b6ba25dcd265adc3c4baa1b8b7d93","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.16.3","dependencies":{"chalk":"^2.4.2","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.0.0_1570354029848_0.5722049937720406","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"is-website-vulnerable","version":"1.0.1","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.0.1","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"21ca66ac3f26015b5c2ffa587f56ae1c5583cc6c","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.0.1.tgz","fileCount":23,"integrity":"sha512-dMrR96r9vTSEmCV28OPmny5wq3hCK1Sy7SMA6m2EE8VkIZMr5qYZ8teo/uf1kZh9OUhB221ONMt3wHf3Ze38PQ==","signatures":[{"sig":"MEQCIDSkjy9pYGj0TmR6Y+TpMhvddhjolVaZ33Y6fgZU5QiGAiA71TUT3L09zjxsjJm2aPvYHxNhwX9UkhL20N3Xr7UGFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmbXcCRA9TVsSAnZWagAAnZYP/2kdEsXjG9+SvdwU+por\nXZXRH8+bdxdWrdP294yGK5atqyQaoTwgNYgmhIYnJCPE633XsEjIdKqlS47/\nDekYZbYUWxRdElHmSzqSYorLe3orbFDbUKGbjYQRKjzg43fWuwFzB3aoMPb/\nbdq6wjQ99oLvAWfdFoC4gUdtCLYhCbs7B4oStCLBgwmM/JL2qw051rurKXiQ\nNW9QO+RkEjRBaqox/chRdjrFZIEv+KplfIv391/ayzWvvUo7jXXprhqR82iM\nM1viuPSFKS1eHdUUir04bA0RLzTKia5QmSapCDwyvi5ajAT4fDbLrf4CTfDK\nZhK9RjEuPiE31xWcMieG3MsLQiUIvkC8vw8MOXfsv/SLKxP8pgxgnWug6tIl\nwSMCMDdrOdHlLYs+2ebmB5B8GKRZCRba4S2/L1WF4a3GeJp/QG/0YiuB9jFC\nn4P+HHpZROu+GDHiBXRYHQr33itH5VDsll5Ni8eW2Op+HhvE6NHh50jtV0nb\ndt9u5zroZCt/Uga+7nQGqBy28tg1YbI06ysYf6U5fIV+rXGtd5HlHqLN3T2s\nEcRPziRgAqq98wxwO6PyuU3L8AAp634CBxbCHgHhBjC3rF7BO/zCUIm+HjYe\nZ2CKcIsM6Or0o3o0D5zhy1XuIc0N4uyrPxV7PTx4/Llkx6xyEkvsfAL2BxpF\nFPbj\r\n=N1fJ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"e82d9856e63668c11183ccf812f81ee1e21d2fb2","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"12.11.1","dependencies":{"chalk":"^2.4.2","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.0.1_1570354651438_0.31932868050190555","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"is-website-vulnerable","version":"1.0.2","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.0.2","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"2741f3eb55685a94b89801b281a23b8d4ff5d5fc","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.0.2.tgz","fileCount":23,"integrity":"sha512-XDb1GJsjiwOqqH8cYxTZg9htnR1RKrFH+ioZn+EY1TPEmV4JyGFW1yxY78KLv5cD7GgyFdPpAJJlnaa0gBSqtQ==","signatures":[{"sig":"MEUCIQDlGBfaVu+wh/e9ceTYgIuESvYzc7O3gRjCg0/qnzgKqQIgZsGs7pM0J/gyjKOha6CEtYbDHey+AcbElI0lBpF0JyA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmdx5CRA9TVsSAnZWagAATzsP/jhE+tu0atOBh5hXbfnY\nrKAyD5wCFVwX7slIaZij/24UuOIBaOgkCCzJ6nJ2wo79tKgfE3cBwqa/Aulq\nEM1mydLlNmkAbO/vuIjk4DMNpQyBorItLqNNOU4ypBfgV7fBynraZcrxehN2\n+GPLqyhUr8mlz6ISIR+WWXNfsR5Xc/jF0Z1OxxFbAjzsCjJVZL0KeN0nMM+H\nvpDX81xpyTJIoosiR2K9+GsABqykEIpaqPhPT3ar9gbm8Q+ExFBMz+k2Hnlm\njdNfB4KH3ebHDWq+gS483nBwS9c3Zed6mCU7G3c2qMdj2L5rw5TrLzqaIscw\n9L0ceuHU2BMS5g7GL/8dSpmuI5wKz5xo/d+N0lHuDdMyx/hDaheSI6Hs3ehz\nRFSY5G+jgxe76Z//JwY4B7MSU9ObrZ50nFHfO6nvtCv8/h40WpxaVDw6yxjO\nqg5RGLCagfTeDRtKu1ZWiuCt8DEJ1oxwySc8oqWNkMMQXbKGNh+rr93Ks7oQ\nvt/wTFEJzcYZNadC5hjse4RbH+QNBLV8+eXAvo8X/pFe9tAJHKzmyFMiBJ1+\nQIVeDQa/kRPrgYYtssdAhTPzy9bToTzmjwhaXN2OkNufv47BPe7z0c/bYhgH\nUVta9MTWHDvbAMeNwlyEca/g3QxK6ib0qqxLKNUGzH/npf3+WaE1L+QpuLQ/\njx62\r\n=Npu0\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"f9bbf594103904987016c8ec054eafc52ed1d94d","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.16.3","dependencies":{"chalk":"^2.4.2","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.0.2_1570364536470_0.6380120474307229","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"is-website-vulnerable","version":"1.0.3","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.0.3","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"b5519ebe0f00bdb708b46011f279ec20ed3ebe8e","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.0.3.tgz","fileCount":23,"integrity":"sha512-mUMPR3X+ZZgncVIYSaP98sGsB5ogFaqz2gCzsHXlelOZQ5O7rWEzDp6AdOGw+eG9RrgoerMzdY0TrqOSSlP0Ag==","signatures":[{"sig":"MEUCIHRqqRjZ4HNSNxGmaCGgPc+QF12KZBGa0Zz/DAmVft67AiEAhgCKOQARKhyDb3aD5NIoWwEHLWdDYgmfTy6UtxQ6lOk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43370,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmunNCRA9TVsSAnZWagAAn9IP/0kS9/ATohUf/ExVg0jf\nBWrmotowNhVDVrI7+jCc90/v+Pd3LKug1tbugt48/E1FHwMEdvXlHOz/0pRC\nicowHB8AgzRPJvuPK6zXjtT1/xIeB3rX1MQT0rph+C6l5RtLX9WRxyOAmm0Q\n3bbATKpKgKZMXGB5y0VBP6oeTQ4rcwt3X93+zJw+NOi+36sjxwpSLUNKNnPt\n4N38Q7LrPBLfaWUKzOXj3mrEUSDyvuQ+13M/+MqrCKomLV9qaE3piSv+eTJi\nhiteY7xEXG4YU2D64EvdxJmCiT4AEYgQISEWBdx4hsnBoroBjmJRLY9ngu5g\noUq7+tx9mnpdf4OdhtUtdXvAv+fv5SKJmGIlFzasQ8JPkXbETdwbkRXuIfx1\nPat1Tl+Qxf+qtsrJ8EaBtDekOZ+HN39Lz2qfMa5vmExHM9xBEkcnbLzjayC1\n5qUiL64wr/+MpuchC+wxqj4hrFK5/a6GUiKKaxYaB8kesYGRGq9H79Ma20g7\ngh27cbPg+IHy8QNU+5FP4trdcr2fJ8N66Vt8FH9deZRgxVwzSGuVAJbYDY0H\n2WE3jfWeU3Lp6cQ5wl8TVPmwfcX8IRhNnPg/jxa1ZDHPzdr5MP1C9SY5m1th\n9p32AFUoUzmRxFvbkm3TnueBnWyTPHEREHEnMgUzXUG/6JxwajFL4plCALVW\n+/Mr\r\n=1vHr\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"f0d6da6f592db89191f7809f01a2311e15dd496d","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.16.3","dependencies":{"chalk":"^2.4.2","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.0.3_1570433484728_0.026372128972547593","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"is-website-vulnerable","version":"1.1.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.1.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"0c04ba8e64342276e7cf1777471a73ddd1c46afe","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.1.0.tgz","fileCount":23,"integrity":"sha512-WJ0gZMtcfkOZTsTpej+rIXmsSYLmT7/PqEglpKBg87WO14slzoAXkTMt8TvY8blePuu4aXu7M7u1nAJONIFNiQ==","signatures":[{"sig":"MEUCIQCMlu1cL1idiAmWtMnwoONhg4lAp3tJtqnlgi9sdEpbHgIgD5LN9pJ7idhi/HEtrF+Bm1NUrk9z9ABqzmFZN2kXp1Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmuwZCRA9TVsSAnZWagAAxTsP/i99ymzvOL4IvyqX5A8j\ndZZoyTQ32xXWK+xz5Ic890kf02/uMm3HfbUYHhhiezgVAKty4EL5xRpGlKUM\nEL9mHDkInRKQ2AJ3eBMwlmUUZzkBzYMXnPYvRkUjzXrbwzuKEpGjEQFJTyNd\n8pG451W556HqtC3BYhlWNfar1EpLjwDgWTK2NK8YX/REBRGGwLfwGy/cr+R0\nJUvQI6Rn4lL2wCBrhvhdKzjaFUJv7WxFzkP8DGnZZDS38cCeZz17WjpgC2jo\nRd+2FIQdABvue8sqYObvX+jhKcgpTCAcok6iHdHvP6eea40sL/mr5h40cYvm\nZ/easAhxkFA9+uQrvshs6oAVbfsbOzYR/Sd5RzBhSyIijumn8RCge8ocBn6M\nju0tXj9b2H/aE1/RrDL+cgF8JCtAp56GJWy5+BA6t7S1HO+L6l0qghLtwdcG\nxuFOoPpE9kHtCdd88BYDiH82avlAucr85ugkGdo6KylXtLRUJhO6drVfJtvS\nteOPYodEoz7QEVUmF8xoMiuNAIIBC9jUVZvdPidnUtkJjpwJLVhvHiSrx833\nFMpBX3IfOwhe3z3bSr8usa5PMBpAX/mWjzlTOCtqOCwjFsK9HtilP8kRXTuu\noSF7/zIZ/DMBFFrg+a11tpVgRHpnX2LcTaNGV0U3t2HPg1TaYol4M7T27hlV\n3uz9\r\n=rdFy\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"bdcda4a1c851a36f4362236b2da92df2af9b1fcd","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"12.11.1","dependencies":{"chalk":"^2.4.2","debug":"^4.1.1","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.1.0_1570434072879_0.0037864890169176935","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"is-website-vulnerable","version":"1.2.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.2.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"1ec52f895985bf579ba903eaa2378e8d19b9a00d","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.2.0.tgz","fileCount":23,"integrity":"sha512-LaY4OuYkYtLXpICpdqDFnEPrnQWqeH87uIdVQRgpadU3wzLbvGEMk6LC4a048hCxxpkgbtrivFdgcUdjoPk7EQ==","signatures":[{"sig":"MEQCIAZ4Ar53/Zv7Hp/mJbdpfCpMW/OGdEpJV8mhYnMGzg1FAiA6Ps0FNo6qqcN7d9eO4l6Wt9AQZqsYF9whBFxYroIbZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43851,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmvUTCRA9TVsSAnZWagAA84EP/jrxdhEThIcwzRmNU4wu\n51tMaiuc2ZPRtewkl+XLlh5vEqFx8+2gVH/eZ3gw7vHNRqclHfhwWNfBXLxX\nmAe1udyl3YpdME4wPYVg/l7kUleG/ygCFRbNRu4rNOPCkWVhz7y51L2f2Ant\nDP5vInYKyZ2wp0dAgA8SzNRHl7/1FFlaBwZ+Mim+3NkZqiHJ5Jg1UcXbzbZv\npiaUvKQTGaQUUeHHTPcXuQhHk4QUg/qca0fHh4+566/nn11qvT5lZDfjEY3H\nAx9aNe+KYTmqFYff/qB7fag0kgMuoDXow1NP+BwUehai2lrK+QJrLUxNY46y\nx73gEAJRufnim2uc432hk7JxzHy3+xS0U2UQ+TyQZij/hDlChkwmPd42DO5v\nU9M5OjGoRHkrpBpq71g/rRLvfQAUNuN+XnYnVmGAMrf45DPmcfyuPUNzdSAh\ngaN+Yg6yLCMHM7xfrfIpjSi8GLhBMAiP1y2P+eRM8CYJS3MeZUnW8FPaZ8DY\nD2ob8t7PGPvl2ldgzpdA0TPio5tDLy0e9njItrTIKpFtP1mDitUulfCOsKR/\n67t7l58QGsVoT2YG4mMKEbZXSs3cuOjlf7Ax1ubzp2s4V9kZVicAoc/goxZn\npsTVO3Oq2aYPJnFbWxQGEonHM4nTmeU7ZzLW7a13D5jP4wyfSXFSswEuzGKB\nxM9W\r\n=29I1\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"74b13d44b128e37911362b0ba762cd516759da44","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"12.11.1","dependencies":{"chalk":"^2.4.2","debug":"^4.1.1","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.2.0_1570436371083_0.6298080976916054","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"is-website-vulnerable","version":"1.2.1","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.2.1","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"022b0525de2d4c35603b27c6077d2d204e45fc84","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.2.1.tgz","fileCount":25,"integrity":"sha512-gL6/dihKLeLAkdP9nNBh6LIZNZgjWJ8KZIUqb/JmUI81ye+JtfsyPDncE1Og1PXZuSNCxmoVdcahEkPjSBsc+Q==","signatures":[{"sig":"MEQCIBrYia98fGLRXBhX45Y2ls8fN6djKsi3ma33UEomh74dAiBAzhh+dGzG0GK++99NxsviRZ6flyFR5DTPopi8E6R5Qw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":195740,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmwBpCRA9TVsSAnZWagAAgiwP/1bB9+pGuAR10ocQFj9+\nN+4ckwfEGoMqs/+uQWp+hBJrflLQ+QpYOwJUj86O6Q0OeH4vdcDGbCsKaezH\ndZ/SXYS0MRZTE2E2O9Eo/D4mjbDLwoLy/SBtAu9pbGAJB3ZleFsZHwDXzgfY\nBNZzHZYpiv1JxClhMhZLIfcGpEagy8VhiULtE9wcRc8N3UbyV2DR82lL6ORg\nUWzkxFyUZy5rSe7CXKGY8Ckj4cs0siN74BOfSFGVXsMNR6LmLwBB09rAMD0v\nbQkm9kHrJos0kk54OiLaQf5ck4NFlC53dVdnIFAmBxZZ4Cx+gPO/Qb8fJG/v\nzc7l9eeL1hejq7YyjNdleIfnsGmjO/H5NvkbMLGRAn7zdphDRW1NiP4SFkoV\n+Y/WrbdlxlKs7GrA8m5/dBty50N3U62/B/kQB18MFoPSHbifxECxPJTQpYqX\n90UJZ9VXc2fhdbAuup92xVvE0glxjCEre6CJSgrqEAfGWAsd1QR3/CrJZmAR\n2EeViTmTtFzQEAIAiTqFoFjkUyDP/Y04IjiUN7Imll6BlpI9HXoxGoMQGgWw\nRcZNINhyzGMHY27hQ6tMGEew6xP1Tb+91u2iULLV/0mYMc0RZ9pLzUorrI+2\ne0LaEPw7RfuO45LlCZbzbctbeaL3KhQzzjauVRgLdnrP49pCsLG8HuVj+T4z\nXE0c\r\n=HA13\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"406d99a7420f657c9f9c9ce77987ea2cd62d60ec","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.16.3","dependencies":{"chalk":"^2.4.2","debug":"^4.1.1","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.2.1_1570439272775_0.019368271172836238","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"is-website-vulnerable","version":"1.2.2","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.2.2","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"6c556211a8b42a46bddc38e49cd8b42c892e47af","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.2.2.tgz","fileCount":25,"integrity":"sha512-OavpnGHyfyG4nKZcP5CpsbEcChzUr1LCI6nXKeYPR0otWBLplTgUVlgBWLVXtyvvWq2uXpW59pHZJT15f6jkYA==","signatures":[{"sig":"MEUCIQDz4GtT0NULPGL0LpAGu3MHpRc1dUKxVIqurw1zqtfjHwIgSUCt3rAC4sII/gS8x09f7/0MdVo5nLMiItABMSHopKQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":195739,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmxOzCRA9TVsSAnZWagAAuCUP/2OqlVXUe7DqWXO8rGmW\nPTC2JHZHde0hawgVetGedph2aQQaIYsEtwHO4cUzeweYSJLcVUi3yICAUeqZ\nKuJCGPfTlHdkYgC9nWNdmvus+DzKUQ3a9bbBGdmM9GEhJARJaNoL1NvoDQ6+\nhlQvOdkrCczEOQPATgkxkedmJ79GQ1lNO83zbxw6xXf4JcTBsBEF+/1hwf5F\n07qT6+xfwVy8ZO5KbL0EHusseTdQ1qp6eVCsZeMuX/SGjY5kWP0pZpydWMxm\nfL+xsIkyYCzgL7tczlXDE+RpXDx9w3rKmfzH2ZFFLUCC0wTe2MvvFTCb4CMu\nTbZu84kQJsFUwAik/7/nIV3FPRukNBoVWiOISCWb1sLE9+rY1iWFFwgRkz2O\nxgkNVnL8IievB0m/E02Aiqv6Cenonbg4viK8lvG5vKfl7Wbx+0O/z2rlC5kE\nsa5GbeJi7TAmSQeY3h3gjKtjKYXVzKEnDrWUWkmHxRdKxgT93kJ7B9zTIKYB\nmnL3Ydg8BCFoM8HxhUf2THLHePTGPKN3OzOPot1fS9KLAJJ34ZWPd/gdKxPs\n1QLEMX9R+SEpQoJKeuwS+XfX/5X/ZxnJ27MVriZJk4C2vHpmIDQzwgEh1Ep4\n1d3Z48K3DQS88L8qC1q1quQav4FrQ4DSnUWXgaHX+iNZqDU/jdTCbGYZLKVE\ndGqm\r\n=gscJ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"8314d568b29bd1038a730fa2e7a894a5d615e046","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.16.3","dependencies":{"chalk":"^2.4.2","debug":"^4.1.1","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.2.2_1570444210437_0.025538572349866673","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"is-website-vulnerable","version":"1.3.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.3.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"0dfe64c13cd6426da5f7231ed6cc664a1ea71b8c","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.3.0.tgz","fileCount":27,"integrity":"sha512-/F9/+nOFTKAtwA2fPoOkNvlvtpNqrzW2st0vf6+RETblKMUVrkbVijjCgvjbynQLu48akKiXrF8cBitQWwxmgA==","signatures":[{"sig":"MEQCIF5WgRvCT5RwL8SAF+l4GWn1kaDXfuhlIKwthZceEr9UAiAgw4ttMtk+2C92Se5iUrkEROErqMHanygMQT+ynVulRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196687,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnOxfCRA9TVsSAnZWagAAtoMQAKStB9an70B/dnJ0vgpm\n3Lte2jkQT3symmppUqMy+u8y66Xvb056mH0fGgPwE/cuWjHAr93NYpwrgcLh\nDuO2Sbk5v2bVMmWpmw5jVauiynnSV5/Rq21qxvDMErS5Q4mIb3qWeYNcQRKN\nU9oHnJIQGHMi78yY8Yuaypd80Y94U/ptlCWez2oM+SPiQFgBbxGNpqYsN6eo\nV7MuWyRScJe26teKgkEEwj/eKmDL0PD1Y7TE7oDI3cvTHDnujPLQi1Ip7U6q\nBP8tMGj5A6F58NYf456dNFy6np06tTcS+DNmAdYalxtLxwDLoikde0IzZ4gp\n9jxmSLcMiUqpJ18kMocRA6FmQ+/9ARCaNvuYjXEZXQhM18WGrR/y60agg9Qh\ndTukhcOHBxHUXHcGOn6dlol+QrIUSbWGGJbOVIiKO7exAxq1EBYAQek6b9Ni\nR5D4ej0jnBXuAn+LqV5e1K1FuboAuBmXzayGxz0OvYLs2fIVVSQjLe1Rd7Yf\nT47aySEFpOHbYm9Mbr9/h6Lgedi7WxFDsJkyhS+TGeyie/TEyyQtIyu+ls/I\n/3SL/Erbs7lzCvrAg3QyZhsRfLGWZBuX8V/nQZXiMeXdKTVRA2XdQm3fNimA\nZl/zV5GoLtss9hqeirm4voki7cqKK1wIxGVdtQsEd7BO/u6MP5w3163KCtX5\nAYur\r\n=Ss70\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"5e00a7c58038153d272c39d3730429506ccb3b0e","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"12.11.1","dependencies":{"chalk":"^2.4.2","debug":"^4.1.1","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.3.0_1570565214929_0.43129706781257804","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"is-website-vulnerable","version":"1.4.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.4.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"2b02a7811ff74366d2f3e5cf89ac2cd534690c37","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.4.0.tgz","fileCount":29,"integrity":"sha512-Y880E1XmUWSqHVo69wltVRa2oAOF+hzJKcBQM5TANVcy7l5WW68GhiCFbk6mRxfxmgM/tiS+txA2czIoGUAFrQ==","signatures":[{"sig":"MEYCIQCArg1hI3I9x/bDs4BkZiVKZ4TFByPh5XWLiSujq4ZTLQIhAOx2x3vUAkM7Ofo3gBB/8Q95HSJfNCFfHzhB9jLD6Siq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":199645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdncwfCRA9TVsSAnZWagAA9AoP+gPpI4/+RAjtPLgRBz1N\nCff4BCOrrpq8Ffp1EQHIsYnRfqlU19Ido76YevDkBGmZ7A05/Pfd7Ueb5qsT\njLXNW9mRFuPJx4gzyKaOAS4mM5NHuNShhug2R6cd2Fabb8fqndpTmt6sQu+p\nAFT1maG9rqtDFUjG958UPEAvLFTni4rSEh8QlGsc1+c4D/god/vYcKeOweya\nsl+VMDlgFRIjCrKqALk/aPgs3t/8W9SGL52R1R38YQ6eMJsKOuqDES2oROy5\n9nJQQElwTQraiD2Twc4Psoi5Jh3rMPw2F/zKQmlSJVnnpPwpE0BixopzsgDC\novwlvs1Dg994WL7qz+2YnlM1NQF4jsszg9XGG1i6LufLY9zKFQRybEzwvYC/\nzHgLOa0jTvlgexxQ5Lgl+f17A2vwyGPReylecbqKoMSe6HzIm9wujg+Kwaam\nzU5w/sX8nngxq/jMldTfIN/g7L0joOOVk34WDUJX6GDfpDBO0IiTpBTnm5cR\noHDSj8Q0080k53229WZ9E9/1ojJt08jYXhu3T6tQyzKgLgELdUWEWOPUUv0/\nc28iLREBRzf4rHh5Qs043MqphGdKxKq1HAYMwOihfS+j+btKuZcucWuwm5du\nxfk05EUT80QlNFBcTP4VtEA3n4sgRm874VcB+XMH7AEELuaJsVATdaxFW24v\nUvf6\r\n=84e5\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"a1a09efbb069ac230825d078eb2eab0ae9d41554","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.16.3","dependencies":{"chalk":"^2.4.2","debug":"^4.1.1","yargs":"^14.2.0","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.4.0_1570622494333_0.1895464762218464","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"is-website-vulnerable","version":"1.5.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.5.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"91431b2afdcd724283d0acde669d360f6adc62c3","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.5.0.tgz","fileCount":29,"integrity":"sha512-0rWcXIBaB35BoTvvU0iQsl322Sq4AnozY7BNh6sFG1DHamNaHo33GfdhnCsx9CRHZpZA6wjlRZIqOFzLl2pIHQ==","signatures":[{"sig":"MEYCIQDwIJPVaCErcOcNQkRmDeqqqhMnFrXzrmH9n6KcoDm1zwIhANiyOmvegoqnujcsCGZE8cRWshyfCh+rKuGkZFP5R828","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":200485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnebECRA9TVsSAnZWagAACdUQAI99K1K20Zjm/9wNXT5c\nAjdQ6Ncz9/fesXi/NM3cIqLbZiIPnRQnXfxx1k7KbNKRmKM+j6WE3qhvYWuU\ntteZtFynElmB7SDufjacXRGsdHYVnlqBvIDlrpLne0PnaGk4BgkmOyNYyNHv\nxz0JgjzhDC42DoubqGkBARQRpdkLDt6ZawGcSJbuWRZBpLzU7q9qq9tXUR2H\nSWH0qa7zHp1Go8MX44oSb921QpnkUfQEZxMaLCEC3cColTyD/EfcVfR+57zE\nZwBsxxHtLUBfyDEeOaQrW6CPNRKu4V5SQV7h971dgRBywiPoqnY0pQ1BVhOF\nhL3lmFUwbQEj++uvUOgK/q2o4wdg12sjbhizQTZ2pyl9j0il/NfQ4mm3xJ6L\nQOn4NS0MkH2VJQySA8FVGhBBCRRq5TYXrSiKxNIOBycMFXlmOH//b57f5/f+\ntgnqGUIqsT0U60G0z5s3/UMTLyyqUC37uweS7lQXx7tESwoOH8DfKyfHoOum\nH2iVkyKqzpqyF+CvMTztxFZOid8foRrq/SN9WObs05QPeDXvyxODvH6xkHoW\nAurn3qh2uCwjp7V2kCC/0JieI5eQ/byIVTsl6YJB73qC37n9murOm5y1Teod\nlr0E+2ryuotqruLh9KzeyB37TtNuf1qLMhjKZC85ugLqtBF2yCc96FFIVDYa\nESEH\r\n=dWMm\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"6d2baff12280323b7563725185ebb533cc2bad88","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"12.11.1","dependencies":{"ora":"^4.0.2","chalk":"^2.4.2","debug":"^4.1.1","yargs":"^14.2.0","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.5.0_1570629316107_0.39890705726793985","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"is-website-vulnerable","version":"1.5.1","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.5.1","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"95d55a3fe66fdb5aad484807d4acc4a5408a600b","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.5.1.tgz","fileCount":29,"integrity":"sha512-XOMZZBU0pxybX97SR6M86OzFTc6UTEk4tnI5iafLhM7YNxZFcYndm0gzOF7AjocerKLz0pQs8KN0Qmah70GYMA==","signatures":[{"sig":"MEQCIC81J9Z/5R0VMhsF9PKO0YrDjk9vpB+f7gWEsidSPHHeAiA+5OstvLN3GONFLV+7T6ZcB9UEveRzhld0I1EwKHJfkg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":200693,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdne1NCRA9TVsSAnZWagAATsYP/iUEnMZdgmEGmLn2MDda\n7Vz73t6SbUqz3M/2FD1tdWlGQM5yG+OAN+T0fU2xMEhn3ugxt7so37kD1d3R\nAP219VuB3afzVk+Lp165qx4SOC+Wq3sobQyfym7ED3MSHHl1ybkiHQL8OwNN\nZXLyju+NbvWdTz1sO6IVEULqvi/ar0NjP95yEPAJ+PddBQ6SXsfoOcN+uUsK\n2cqZohwujCliepLjgdVQTteWo5+LyIDViPfPzjvABRd+6CPssnSu7pjL/Aki\nUoK7tFUCtdxuXk0MpURh3RA25eGLvtygR/zmc/3hXmPzfN82S6f1Wrp9Fsf7\n2+8NwzjBNU5ciAbMZKxI5wZb+fdN5Yyj43SxgXbyC6ZZw3SjJfJwhIOX0oVy\nng16Ah4+C/vfCYnQAj4FtMtx5xXOfHtbmiqYQS+Km9ldofdTMg3gfBgF1Qrj\nzqZj90wjx4Sn59nUKKAhbj8RYkrJ1DDN7ngh0xj5nGfR5XwKNAYHvrAsX3sF\nHVVpdrcFR5WqkS7+9z6tZgr5n83DhZNou7fl9TJKSl4dT5WJEVyQ1dd1oe48\n2hrmXpnB/M3Oor3hxKbE96zA3tYOIPK2fcxNhWcM/M+5mUVIwaXLoKCgoAEz\nSjvjsUdxrPPmmgIWvcx+i1qUPF9pXQg95S+UoPyZZLbEgMAoVan65C+PjbFK\nO1Bu\r\n=Cpkb\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"51da7b46007dbc5d88d92ab1ecc83f6d64282ffa","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"12.11.1","dependencies":{"ora":"^4.0.2","chalk":"^2.4.2","debug":"^4.1.1","yargs":"^14.2.0","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.5.1_1570630988847_0.10883032488626232","host":"s3://npm-registry-packages"}},"1.5.2":{"name":"is-website-vulnerable","version":"1.5.2","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.5.2","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"86d43d88efbc91d8796c5bdd0fef6f23bf8320f0","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.5.2.tgz","fileCount":29,"integrity":"sha512-UMc+LT3xbGPfPQEB4Vz3pr5rma2p5xDs30SJjWMbKS6kkh7aS2TEkzfhl7Py5lEIdLvJELUr+UQatUGnR4iU9A==","signatures":[{"sig":"MEUCIE0jLrGY1RYD55IVphz22/kGKk/lNQ2tag9mBbEHiWXkAiEAl3cpR6ezHulrEZDjQYLyd41vh/LzxIstYNRpc7z7JOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":200601,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqXrRCRA9TVsSAnZWagAA6ksP+wTmXsFR2RzAKejORqQ+\nKYxt+uHxqdlNUnfs3zl28oBQzPKg2HtPKQE0vJ6WAd21Gr3Vc7fXc5BUV+4y\nRGF+oIxgrCeT4/feSDuG3fHRsUjQIlcVFKXipaEe8d/vbGtpN2q8j7u9xKON\nf2KG7lw5m1inop//ldhelMw36uTjXWTXnQcMZnaj0GPcg9BAjr7nmOQH4pRg\nW32RRLbhvRuI4zd6N45nkGVqhNX/YcMoaKi52xBeUZfdZsJfXnl+77Eg0532\nNfVuVVmsUdgK8A7c0U4WIXGzM/JVi5uXdlqbmUqE2L734zZjYb3sggiuf93A\nyCn1Emb/rVg4vSEQCoHZYtlh1aFR6FhUvIALnjeIIuc1igEBR5nIZgoNNK08\njod1JPDO12cqW2QBbWb6F0PPEQxmxdyjwP3b49QgXtEfxw9Mlx0Oj3fUM5uG\nQbN+QJ92lLVxR3FMUKZ1yYxFPnMqdD6VNyIia4ptPw61ZOGQFh+WY0PTcqw0\nqnm9xGaj4x9JHWKbz5rCT7W8vqtg0eG80+06klciwWgxVNbv5Pl4gBMeEFlF\n9mgxDJDinaKTCrKLFzrlg+BOon8HrlodaCNV4uohexSAY4H0oqjkWfLlgZl9\nclD0JuFcldwtE/3PQWonUd0sviX7OOb+RcJob5zQBfkgpzAXfa+kNenpFRJx\nppfm\r\n=BlZY\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"2784973fda52c24234572b3d79892aed94b854d0","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.16.3","dependencies":{"ora":"^4.0.2","chalk":"^2.4.2","debug":"^4.1.1","yargs":"^14.2.0","lighthouse":"^5.5.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.5.2_1571388112492_0.9676175194166068","host":"s3://npm-registry-packages"}},"1.5.3":{"name":"is-website-vulnerable","version":"1.5.3","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.5.3","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"3ee94b7bf3141fed94630d973648d1c55aa55118","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.5.3.tgz","fileCount":29,"integrity":"sha512-qmoy7aCA7f0HCvPOwnSobgo2msdgv+dF2mIhXLV4AW7ocsdwWmPmhOsb/8Lgxtx7KDPxnIprZZKeISXs7AdPVQ==","signatures":[{"sig":"MEUCIQD+Pat04ePyRuL2V7heqEpf0GzatBmQxdT+wQDvo/VHsgIgcfLKaekE3XAFSRUJCImjjJHHPmw1ZPUN3Eh3k+C1Afg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":200600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqcnuCRA9TVsSAnZWagAAqSEP/Awf4D+VHOkiMNvAXFz/\nYGqX4BxC0jUlCCqnYcKyL4/2KtDteVQCrq7Z+cXed4SAYO9F1epxekDNhy7D\n904QV+kXjibdrzSFJQrrN4HL8B9uqcssho7/WeXN0omHMbW8qbh1VEXJgcZb\nh2f4zIrSGA/rt4hf6ICPvvms+HnhD6kqj44/T5MTwMigp4pZeKgSOUWH1TbO\n15NvwJjnZY4i1njXk+u5P8UkguSRgL3y8kKetl+5gRsgvyg8CnOMQKq2gEan\nxhCfmWo0ZidH+EwTLHLAIzBB1I6KRGce1qhsL9YPgSQI2ZmzwsbZfuCxhVNw\neq3pTy8ZcCN0QMB7n1UyCDKgK65f17l7I9FJGYJMRBWo109gXG6Kae9t8czv\nO8NQiFnen+nNTPmVmBRZ95OmwiUFc6GVb/pAkrFMeWVVlT7lAmjStRRr/V9B\noLaNjRbd7vmRVLrKkXdKxkwGZ+hWbDzJvENYlI2zrFf2nX3uQBrQsp3fzTmr\nZekjbLJdTbhb3WYt84nR5lydY4XtEEix7yoOST/L8y0W8yUXCUf40Yrb98qP\nq5lCSdrWdyWZ3O5ZlVMtDlgywrZaToOHcB/vbb3uIs5J1rdH7G8eYvttXjA4\nU/N/idUTbabpan7iaTdSo8pYeul8hdrvPRQP2RlXmc0XFsByC8uf+FTZAsLg\nvVOg\r\n=ntP3\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"81c431d1473ddc5917774c2c2939f08a3d3f31ad","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.11.3","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.16.3","dependencies":{"ora":"^4.0.2","chalk":"^2.4.2","debug":"^4.1.1","yargs":"^14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.5.3_1571408365339_0.49876942603020047","host":"s3://npm-registry-packages"}},"1.5.4":{"name":"is-website-vulnerable","version":"1.5.4","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.5.4","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"740c7f8ca2c4b5390efe9d8b50feafd2c8717fd5","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.5.4.tgz","fileCount":30,"integrity":"sha512-0xkuH4jmXj10Namp1ooIQbb7Lj4d/DCnYnUq4zwGZsyPa0dSF9kR4cmxFc6wmpy29tkMNJPFfpMa7jDTYs7XRA==","signatures":[{"sig":"MEUCIQDsemvBzrnYMIHrLFuU7RtvDWGkYjXjm4Zx1MuRHv8OGAIgO1L+b+2on6d7t3NZ9fD3Gzxsr9W2C00fIAYlRSVkzCM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":819325,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqdUcCRA9TVsSAnZWagAAasYQAI7tk4jYAOQnXSh+nKvV\nQvy0Ckm3XWvKJOiwPUfm5SbyA8UcgexkRZ1NMvSW28XtlJ5zkrF/3E/rU2DN\nCxk2bPtiQe7rYq1TJsHwthOF2VmFBssvWpDQYd18ZQ+Pu3XE2u2LNlskimBo\nRuA10F9cNYgLCG4PKbVA0jeJJyqZxJBeMEuCYBUVuF1twtNMQCxXZSMOiVp2\noBzQKAzIKc5pi0iw/NFwdE97+JyiMKk2V3uivV3kMTPQGhUSP4Yf9Dr3inLr\nBApmGRtEeq7J4YKY5Qt7mNO/e1p10yo0Wgj6k4b/O4N6B15D57SkLSDUcTMN\n0vcr2jGqTDiMxJMXZYxZ0FzRfx8WJgaV7Y5ihXZ1EC9fBxXvCs0d86rhZYwO\nxnkDN4l0LwlHxJcVyar2wUFi9wg2zJzlGzqgkCtRO097rDkZ2E++HIyugTWF\n+zn/n9Ie/sVushqyPz+u6V9T/X+vmIZk25ODqb0GAKwLAR3MlppGO3cioBcA\ntniq1bTE6VjCgBUk761UvPzI9XBsrGR9BTkIVm2wEuqRVQ1RfmvFbuIHUM3S\nkbsq0TgpyeJ+lHJsupk2OLRwhk4wrM3OoKTnjZDWIIsUWFi+VAD+zsV2p7vv\n4dvSf9SBLp/lx2NxQ/pIu3N9gQ8POe1pbpc2CS8yLBvrYhd7OLh8OtOY+eC8\nuOLE\r\n=pnNG\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"f9824c783b30c01ce2cede5e3beae628f7210afe","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"12.12.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.5.4_1571411227540_0.8233115322846567","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"is-website-vulnerable","version":"1.6.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.6.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"444c39f27f62b7d02ec208860f34a0bac5963c43","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.6.0.tgz","fileCount":32,"integrity":"sha512-rn/GrVvFV2Tng/ZzZ2zMT6bZoPthVoeB8HJZqQlhvfCy/GVbS0PQKigoxTVkg5mXK1ztTjnRU9lSeXojVXTH3w==","signatures":[{"sig":"MEYCIQDruRQCOjqv/+D04kpFlnDm3Y7vXuId/jHIHcjR0Vh5TAIhAPEt7B8Dy2asY18R8AGFP0pshZUut7z9sNatHfa01Fmm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":829684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqzhYCRA9TVsSAnZWagAA6rgQAJRLDSFC1rgjEz1s2ln8\nwQEWgosw9eJkmj2RKJuLrEa9VOGldy8FPS4AE1Urx1NGoWMMZ5bvxATAkk0H\niqAm3gdWYRiMz7ZHyMAB8TaGqCY8j6oPtu/YxnIDQMrR0HXTkeT/T6U84FIa\n8qN8O5afELMc8rjT5Yh/H2l6F2ED8FbexrE/TtiyRgY97Idpj3N74h/kJSve\nU/iMLSXxE6nVf1y0dNRb3A3RB28er17S/N3dkAcZaAKWAdsplY64TAHJlCB2\nuK5UApAxP2KI4IareUPeLCqgeT/frxwqPktLTA2s/lvIdJsN3BAkO3++zlhC\nhKTYF9r02anOGTF30jtHuc8iOL9T4L6+zMK6UnXi9YeCwRBAzRXDxVxe+4ue\nl96v/BmKGx/Jfdzl9R7s0AEPDQEERuilsLl8ljTxMYs6gpakcFEqav9YM1nU\n/LkXVuQPpnk+ih7GMH+XkPRadaxClma/HhfSoVGIFmpToJifG/4CxYyILlB+\n32vNuBRw2AA3v55T4YIjdxrbaWQ+LVpsA+VV2z09DkXDRFQ7LPqf8LB7/mPs\n+eMHNGflD3bBFA2DO2bVTj14S1GmFnP4flEbFpyCVg4FavYTodvj09nP3AAZ\ndhdxzMT1mDL23a+vfoFbhIfweOq7rmXVz1CrdplaqeQx4pzrrszY7oTkp4Xh\nIvAl\r\n=Ylpf\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"255c5709a7b0bd6e8af75a3e910038d90590ccea","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.16.3","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.6.0_1571502167977_0.9298085343281521","host":"s3://npm-registry-packages"}},"1.6.1":{"name":"is-website-vulnerable","version":"1.6.1","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.6.1","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"def0ffc208fb1394cc87eae17e06995dc3485cb1","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.6.1.tgz","fileCount":32,"integrity":"sha512-iXJIRE8vRKdohDdlkVffbbio92XzLBqcqoMYZB32omSaBsEZuiu8aCD+C8PPdN0r1kHZZP6Y77tk686WwJjZUQ==","signatures":[{"sig":"MEQCIBUh4YwI3gsC6JwycadssVRewWYtiSUSCPAJlwPSwR3GAiAOyD93mAvFm2VwOpBTr+F/dHs/hNLxviYgJdhIWRV/Kg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":829774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdq1snCRA9TVsSAnZWagAAdtAP/150WZAzOqcJd5A0WtAO\nvwBMdIfhZS2stHLWBltgtdJW3qGw4cjnlUu6xaxosVuVzCPHwnD+QKXTINEv\nPEZIrZ4M6qRvx461655TPWxLI2WV09riJ2UFeBHrspoEJhVuiJX8Z+sA28r3\nIq3hUzaZBBe0UdM6BEexb9gU3RN8gttO4SE3MqWg4/G4SvGlNvhZ2OW1CF+P\ninGNynZ+KoO9cZ/mfY3oTWS2ytwBPQtQyvJ14YUd1d4ZDRgjZLDJgswE17+4\nztWFVkfpqFjeZ8ZQWYUGh76zetSC3a8U2tLbu90WwvlybwsFIehvZCh/ZK3H\nxISYsbh5J50l+kIfGnfSYPkPyWmTU9CTT97ilaxyrbYJ/BKj9wQ8v2fg8ixk\nhSk7Ak5iITZXPtS55NCP3+dtsF2iJw/5V08AHRZDVLei//vXJrZLtf2HGC9C\nm1MuJSQOkujPDYp5egEZqCFPh3K0VVCbvc0qOJ+cOJrQmGxsAmS6mVPZ+dGb\nSYGqiCKA+EV3ojB/hrylTqwgMrRj2zlO2is+w6PD0VKXMpzMBtcsHuNY+uGJ\n3zq4wo2ZJqg8sPgSMrTNBWS9Kp57bKTruIvKn2GGjTW+RWWlJM+iC9EiltUZ\ngjc2QAgkAzhxHbGxNvxAjkeEyXqVCMZCDwF3aNM0qEQhEkiMlOfI/KL6g5sl\nu9/f\r\n=UZXz\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"daa2273d81769a6059651ba2c7f6b51da41517dc","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.16.3","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.6.1_1571511078897_0.6521298996400309","host":"s3://npm-registry-packages"}},"1.6.2":{"name":"is-website-vulnerable","version":"1.6.2","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.6.2","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"c9a00946afcdcae79c4b79fe516df0e2ff963387","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.6.2.tgz","fileCount":32,"integrity":"sha512-d686Etj5nAnxmkYe0Vc4mtYvfNwqUl5DgLrRL7aCZ7XE+qjC/Gc0z6BYwr5VYbNxzjQayILy2bJTC7SqnLE5YA==","signatures":[{"sig":"MEUCIDfl5Ln+k3bb90t7vA4/Ue6j5qooYBKAOC2aTo0j7/0qAiEAnmK+YgnK8/OtNudnYB1MGfuUqW94T7eiMC8OTyh80oo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":829785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrbr4CRA9TVsSAnZWagAABbQP/RtJy2Adjg+Vy48rKMbu\nt8m6hPx5R56iLaEQFGYTTtjM5neSr+TM7MUEglTEaIIb8t4yIFxw3QsuDYRx\nr5ymhnPtBN6Wou3KxazQPrvRF0c1MyZDTxLYw2+79+Gpl1+WZLEZbG93Me3+\nY+hp6VSwjoc3do/SALFFJ0QAI49cIQsR2VCoxeeNjQTPj+XkCC5f0l1JJsyq\njmqTcXh3R5E8sRSKLoNQANMTd0Sbv2KqDe3iTKpbfAIypiAB3+OMpoipNBkQ\nySutWy1g3PbEjZIff2K44D+yIeM6gpXfzrp2tfcJRLqEUgYuPIzTkh3VLqM2\nnmT7hIcrantyPBMHabWHAvBtrJqPOigEhgBOk3Mzg9sWhf9qRx9WXbtt77wk\nwyLKNn1YTjIdtLiye/Esju6si8jVyO9HUtMVtmTXpXTR/DuytLBKPUHLRfrN\nEavr5oYCCUxwXw+UX1k1WiobbXFEawJtFRbBmSjN3viZkwkoRmBktNO8cApV\ns6bhjeHayKL7TzGV6CZl4QK+uiv9VyEdxJTbhGwdq5zyoToIheIb4UOWX7lc\nmWFyP5NQpM51TWIqt6UiyXh+R98hdoOUT20JNcrxyoybL5DBOyLbzgJEA8D1\nRY4EeJw9ypiv8d6PpvpmHv7uoXSf8LgeDMlZ9HO+linNXQrYYAJ6ja5i77Ug\nhNeq\r\n=jJKw\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"yarn install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"8aa1080db666e0e30963a4fd09d9a1bd400ba767","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.16.3","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^15.13.19","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.6.2_1571666678492_0.27399508300358977","host":"s3://npm-registry-packages"}},"1.6.3":{"name":"is-website-vulnerable","version":"1.6.3","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.6.3","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"fa61b71aadada271f7a5318e6099016011663fae","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.6.3.tgz","fileCount":32,"integrity":"sha512-Qkhq1T6u3yB5mBU5QBC/wq98/cASMasduJM75Y3g9VafNKD2BZhUGN/n9XhpxJqZoSrIPMu+7AWwLjfJOMJ+8Q==","signatures":[{"sig":"MEUCIChhNFbPrQ1kJRR1FVxhaipuJcQ9/KYhaw2LxC+QnPwLAiEAroQFPbTT9+YixgaU3qFquzZQsO/rzf5XiTBbYrJdICc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":860212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdtLDGCRA9TVsSAnZWagAA9N8QAKSdz7ecqt9up1EJDK8n\nXA0c7xuFkR85J1TCQa5EdAAs3FrmPOG1DWkNpm7s/NhqgPl53rog660Tsdk0\nHT9dHQirLWaABA45DS0++yW8jsg+AZxjhPY+gpM5VOKhGu/kqifDrhhPjrv1\njDKMRrcjx05v5BQe8rVhM73sUMfu/e0vgTP3hQWOoP/QGbxmfQ+FQgXYIwgH\nvtgeq5Kj86OS/Ne/3ZpA6uOIkSaOoUmZbGe4AW1EhWildt3EMBOuJP2TAJ88\n4bxHe48V5ALuCoo7Yu0I063HmaoAoBvi7E3AhLJDdCCMIqdJ52UdVEYpruBj\nEOO6SrjEzHvyKYcxs8SHbGY24Z+3JVstpuKaOv+pmKt5awWoWfkmm8FPE4bC\nswe4RblhZtOHZ3GE/kzTekkEyN9RzZtPyLrosEVEU2ZAplMbc11gj3sYII0Q\nLGj37Pru+4kJCRreXOYCbXIeNP+m8+37FxxfZne+xHH+uv86xjBPzua3X7J5\njt+sSowCrVcs8CVqdJSLpzUSjzBuAv646G7aZO57ZixxTYEh+R3g3GtwcdEY\nechzpZSkRZ/CZe8jbrjwtx5vvMyBAgCg5j4WX9tPGlj/zW+x14Kb9TOaCkkQ\nU7Ll/VrrTEbUhjsLOfHPjAqTTmkI85ilx2CHO/DwSvrb/WiiCxk+uLbwVbcZ\nA60I\r\n=tuSG\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"c877416cc8f0369d9953f99780b5e383b493e4ad","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"12.13.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.26","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.6.3_1572122821770_0.1055314266964511","host":"s3://npm-registry-packages"}},"1.6.4":{"name":"is-website-vulnerable","version":"1.6.4","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.6.4","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"32dd9ea4ab73d87a3caec84b187a16ce821095cb","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.6.4.tgz","fileCount":32,"integrity":"sha512-GGI90PL2Ix0yBPROU11aYoOYQycXAK5TJIMdiuNm+0Odxu3fhIhhRh25K1gAd4O7kgZUdhpLLLIQfMbysKaAaw==","signatures":[{"sig":"MEYCIQCZwEytGfVxxUv/N7HQB0dFEjnHT7xo3MJVeInvBzUrlgIhAJ1XoI9r/gXBiWrZPdgTQHvvjZJuZebSFVd2TdRDqEAe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":860576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdtL/ICRA9TVsSAnZWagAA6rQP/RFVoIK8DvIgriEhiYrh\nzUiehRtaThS4UNe4MjFnm0r8vipssIcAwp+6iKW+UGC5XcZttE6fPSmEKXef\nGloJcnd13Gr4/FvRxPy2an/1wOwLwlvlAnulii13FFVsF3UAYyxT+oXWs61Y\nBfkCT2NXhpNfm77D0aVyIXG5tbHw/Ape/DRTRVo+p4OKPpB520f16B3IMQXl\n0QouV0WotKIl1056pULBsxuPh4hwgAWlOSDCfQ/zb6tqdjANmQ6MnGpJ1dVz\nDFMbC6x9fU0hTHeCeIRrFiK/wB881EjwREu9CNARhMqRkrtg99ZhHcv8VxYz\n3mm7i1O5bA0oKi2DRZRzh9gMy+Y5schi6kDRFc7rVjgCNz+3phNEYB4N2YIO\nJjtfpM0N/X4WUbwPDqE8p10//lAJjuNFGtvTKJ6SSLmwUdF/QSNpTG9fdlVC\ne+0zf2LIYqqXDnwFoweWil/0rOVNHQGWxk6wvccZDtHZtykVxcbDZq1sVmkN\nwjmPY94na8QiIjwFs3mp8Xs3yyd5lc84oX9IIqGmimJpAqfJg14J0f68kVPY\nXsmF1ipCuBy3TDDZFWLt7uDa9ttTRUTxh22d1oLU9Lq9rDKxqzenfQIUX9uZ\nKmekoxZZleGfFc0Lx0urd3lnae2LAp6VzWWbent32H9HHaA/QHG8XYnvRY0z\n1Lyt\r\n=sP0p\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"4d9118f101b98662013573e17fcf450c0dbab1d3","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.17.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.26","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.6.4_1572126664433_0.19547712981506038","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"is-website-vulnerable","version":"1.7.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.7.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"ffd75e251cb306ae5951a0d5c8fbf83274a6f59f","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.7.0.tgz","fileCount":32,"integrity":"sha512-YEZJVdL8Z75oE6kPcuE/CMZjN/dI0TTjwSZsDn8fu5t+4Wtk+O42z7BveQki0IApYmrW/GtXy2zpuICS+o8J5A==","signatures":[{"sig":"MEMCHy9NgvBHcvwr0dtuIWBWWw/kSOD5+WtyMMO60Q7oC7QCIHPDplnVZe8LjEDrZZFWmRPJmh/qNJVRO98tZHx8dLR6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":863481,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdtUcpCRA9TVsSAnZWagAAjCkP/1xEZv4rH3BR5wt0y6Zd\n/rzk1M1AU9gxv5sAIl93B2sUOtzLFeNWo46RBdal0sREtisnElUy0gwlWv9l\nI/k/2W+pTUknpg9o+eFPs4wO6g7O7z2erpOSlkVsiPrAXYawGSjQEwq1RDpx\nrZKxGgxunPQ725tIqkOTcKSSoFnEDLeyvyIOvBSJ8upE3QoicWyAUG7XaVfg\n7eWNp6Tm0X+qPEozAtJusAbexuFUj7Vk5OOvwwUaL4ZPNNEoBSiH5YrUAbVe\nbNtJZwYjoc86jmmgMNgDPVRYIIGrahAEYXJdzYfTw3qhg8rBYpq/Hq9qZKj+\nF7eh7f96uL23mi8/m0F1T62ObDIKLN3NmcPeawJaXPVirXhOe0e6s3kPL8u4\nSLJQxZl+2rzs7UssJ05tbxsfAA39tHOQKq+6ZHM3oSs/0FOeAmjj1v8l8Zbi\nlw/G6RbgdwKCLCyPbM8txRIsltYjdbunk0eL6ljZHEOrkhXr9fYzJmghj7TG\nJ1hpnDGT6HcRAz6nimzoyeT9GtIp0q2awRLtGUVEMpiZ3TsjiPwbTlt60Jwk\nkw+2OnkWKW/g6rB8FJ4vRZaVlBzyPzZyIF5k6S5Dzs6ECEJVnIyZKgDa8tli\nec+woVh6coFzCFvhQ8pUPoD8JNJIICrraJ0Rd7JNxzi/95Z4UFZCjNXi4bgW\niRiv\r\n=O4nZ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"98318daeb56542dcbad9a9e4c64c803a695b36b1","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.17.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.26","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.7.0_1572161321178_0.4810664658016246","host":"s3://npm-registry-packages"}},"1.7.1":{"name":"is-website-vulnerable","version":"1.7.1","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.7.1","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"b770d377fe3545b725c453131d80ed66bc488bc1","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.7.1.tgz","fileCount":32,"integrity":"sha512-bj4pihBM9nXdHVjCBlRy3tQjxFNjydWsbKRVWWwoxJ/MVVmRnh+7gZu/td2RjKcud46q9kuM2eQ20j45kydbpg==","signatures":[{"sig":"MEYCIQDNvmyRoGIWyqEQHAhtnDAARFEGDSIW9uNLFvaPfjrhJwIhAN0vyJaafUNBxSMMTkIrHzG3GyXUvyyDqJCAH5gfn22e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":863502,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdthW5CRA9TVsSAnZWagAA8H0P/3JanW6cFFzgOKdV+4gS\nHbPUR5ahRWkx1aNwBLxTSeZ/djvSOVO6USzDDausq3JUKwV6t+INdImRkETL\n1OgA5CfS+YsHfc8o4HLZtVfujtS0GAaxhod0VMDhX9/bXe4o1gqNc7lBKYZn\nG43VW5MAmWpJsOcYTSu/dHgalHyEzKhf/H5OvBD+09KcEZlkyY/X30mYYYev\nytjXbLeMn7i7RVvigjlSZxQTASLqa2Idn3QTTHc2N3wVPbB8kwRc3MQ69kne\n3rb5soJJErrrjbEpNFi5+aSzjM8YxbgTb3RZaCrCFM0SKp4kXReoPf5QVOlj\nO596xJhjKdMRJSWHu9wqlguOzxvMm2jq/znzMzY6J+ISOO83xkkjFo+cZu6Y\ni2IxNl9ulR7D7PeNKh4pRe2Q0a6EvuigtvK2IiewKHZaSxEIXKOCJKm1uKnQ\nQz2w1U00wVP2/b0tiIlFgmT2TvZOawec3WQliQatSunVL53E6BkSSemXoTpi\niz1Bitdbtq5zcrCaDrK5TZ0t/lriGL5gaqoGIP+8hM0E9FQlwZRy2/cj5eRm\ntvadmWVLmHkEURcMWUJoIhR2MRT/8L3cGaev+kVIuEvXm9OnkQPliD/JcyWw\nsmnrfdJsTWsDPDtUUb0zTERGfla7nV2exobu14or99aAeVTlioaioLejCWoO\nd2J8\r\n=Bt6r\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"85792eb90378c4aa369244cbdf43195e69678580","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.17.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.26","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.7.1_1572214201160_0.7184577627426105","host":"s3://npm-registry-packages"}},"1.8.0":{"name":"is-website-vulnerable","version":"1.8.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.8.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"af91f38f5e1d92d211d765eedc61d4ff1c728d8c","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.8.0.tgz","fileCount":32,"integrity":"sha512-6KMbnn1bJD3afT39Bljb5b+dUZZhzuT6tT/YwRDCbLz3CTVQS4K0lCYegebJt9z2SVwQ5E2Bib5qArrbivgCUQ==","signatures":[{"sig":"MEQCIBwky/HF/3lCTq86N/cfg18sjjNPQxZMbKYqQQGrvRbqAiB6/xGDvWtFPBVVpS81z/5Aa4hvL+J6pX9Z7/v1eLSt2A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":864890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdtunRCRA9TVsSAnZWagAAn64P/jidoJOb5iESmNY00GFV\narD7/FFMuEW3UUIBfbDFT4tES7fRTRtQFWaq3m9fgupUyjN05AkUneSZi6hM\nnVocOJl5pzOFzzq7JmaFVrcvD2NVLwLA/tRCs6fsufK/CzzBRszwtD1HSAQq\noNPFsj01zeuwpa9HB3D/+3Vo9wtocYXA88vwCr4oS/mgxvxLpE1quEWSrDS6\n4zxp4gOkljAAjm/kdM/WS3zSCdkT03eZ97Lw3BUEJnHh3G0OEluqYD4yDiAK\nc5IMg+pi9ec5GA9Q+MTASJ38vSagWZ7itC2m5sSQFNKwwiAY10rk7EDECf9E\nKRb6U9mkBV+J5OBoBA49URyiCyvDKgufiN1452voDWmJQJq21JIuzOcBbFhs\nl3V3PJajNJxhpytl1S1aQjfU8Wh22n05TF7/q+NH0xo6QBsRtJsGj9s2VBNX\n7fxfhIIf1T+JragzX1JL46FvdODTbte4KUJIb/7HUp228Ejciu7ncbhfHI/X\n9FjwQS1NLZn/wvBeHDqWVjWD158iVl0QEP+BCy8t9swljh+nvtA2fNSiDgob\nXtf1+FK3cEDKRJVezF1wCS1qLRCUq/uptRq7WMQb96X6fPdmc3cO5tTeapR/\ni/bewlZWu1gkO2HffwQL5m+voO/EywwYWrGbCGMO8i1Egjyo51zktlMRGoBP\n0PWm\r\n=4nBS\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"55146523dcec0140e73e196bf13fb0411e37af85","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.17.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.26","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.8.0_1572268497046_0.5020378393939195","host":"s3://npm-registry-packages"}},"1.9.0":{"name":"is-website-vulnerable","version":"1.9.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.9.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"453fb08246db7b30bb18d9edb0445614e7660970","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.9.0.tgz","fileCount":32,"integrity":"sha512-jOr94a4tFjymxxSxpRVK278grYHTcApDWcyJ/Xsmb5ox/i61XvBYaALaX25wxhTFE2a//eZ6iAKAvF9wu2M9BQ==","signatures":[{"sig":"MEUCIQCQa+qJLUWQOsF5AnlrD7OEI+AV9zhqH7Zff/jcSD1KiAIgeryvE1Ln2eZbmDkKcwCQcJBVtQhMNAluepU9BzIlCW0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":867074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdtvpTCRA9TVsSAnZWagAAJcAP/1jIhCRw+MEgQjJ0YTLf\nKgi2jsN46y0zcdfUE7wbusW8FKg2W9Enz/BaH8yBxqCjWmrvzsFlLc4fEF/1\nhEuUhuPLTmhcMzDUrvrvmv9tvuY9M6R0CW/fNV8AZlNmlwM59IyrtAAvVvqv\nDfaD1qzKEaaDur2vqZwFJZjV/JwC1K3c6/M53aMHYc4GKL4rs+Ak1U+UXeRn\nqZT5/SoysmFXT19yTArS/zh6Oyhk3Qkz+9iBC/h60qfGJBW+sMJHBNO99bcP\nlQAHQtZT3LYseGpULMnj9tc3tDF54dBVpzMLAIqGS1+h2xI2yAuBnkA+46rb\n4N9phFbY/q1S/uUIvxD15+wPX7QznfYi54XdqnkJ4HN3BpQHAH+/489fs3F4\nCR++qTdjRBDTBn4SX73Zbfz/1ef5uaIChvBHRIME4PQ8heooEfeLpt/43Ch0\ndAlAt1/zzFEoF4WseB67thrZybUQ0WSh8dlKp8MHilueA9K+Kleq/XK53AFn\nbUgzLd+ovL+VPjT1up6FCaJst3e7okLD/3h5Tae1dCAUuXEaU6+OFPsiWf1S\nDL0OrdgPTzuVi7+wRMjXcUYwT4UVVci6I73XGtvRLhS1GHi0Jvq4kUJWTUXL\nG3A9fL2IBwdL9V3oZaCI4RYu+UY6yyLd1Of9C3hKNXVB55a5weoE/rTFSnDO\n6rvg\r\n=supl\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"82ade9bd9a8bc283d124758b8baae96bfd108ab7","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.17.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.26","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.9.0_1572272722758_0.6173185003302604","host":"s3://npm-registry-packages"}},"1.9.1":{"name":"is-website-vulnerable","version":"1.9.1","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.9.1","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"cfd47dfcc4d25d49979d7a92276128294bc9b7ab","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.9.1.tgz","fileCount":32,"integrity":"sha512-mWF74d7ePZigdzJkA7soLfMh7E1N18tpceR5/Q4FsimbariuPi27FpgLUDnqGtEk1BMVD3fm9G8GvO9n7hUTGw==","signatures":[{"sig":"MEYCIQCixDWrHKuW5+RBJ+BmjHTzmx5l6J7EgJlyxDqtf6C8tgIhAOoKceZ/zw+9y1Tm/j0wkiVVdKd1OCX9tvnjUXivb/i0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":867074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduCEiCRA9TVsSAnZWagAAeiEP/2QjkdlVwYz3AMkyC7Lh\n8ysf9SLsXvDaom7+bAkGKIqYPRORO2jg4vH130qgOak5pAhFIhab0UhqY7H7\nNsPhO0PhpGtrZcaa9da5DWiqaFoSjco2/BXxtFKCH7bBdLN0oj7FI+Q8LdGz\novolCqtpIOYR58zyYImdB4Bnp0+VpoMEm7l55ljoRuLuuGFYEAC7/MqlTa2J\nAUCrdvcT2duPk5Rm4ceDIQouEi3yET6nR+NdWlVpf8lUx7AxowRJ1e/75qVO\nzXyBjvHWvAFupQd+DIo10XVD9OA7sg10HvFVADiCMfLj1TQT5suRJ2JDjXoj\n+M5tZABMAtCdgnbwZyXtPWDuD+zjrNx2ki06+T/e2l4l5hCnGaK+yTDlnsKM\nUnnGYSdfMjGG5MCI40/AwXcy1teThivTcu2Z1iSOwAwIQ6xHUyX9jiK7/Dos\nBfIvH0fse4b0ADwcQPE0omePjfvKHEfNQHmptVFRfDjCKERpQ8YZAMNGiqgf\nbeJJrUy40eNaEoYmgpB2kKcJanNqWN1mXUxfGKFqcgErmswIYiw2TTKYtwaI\na3FLKv12YCBz5LxUTe69+pH8KG7SKhiCctNlg2q/MUa+DVLBHL9KZRehWOKV\nYzoHPfq79n7R8I2R3O/eb9DCbBNY7b17F+B3ehSYTzBJdhfiQCZhK7BdC+6A\nGyC7\r\n=mLKL\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"cb4b7cf102b9d34bc250dfc2c1fa325461860225","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.17.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.26","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.9.1_1572348193601_0.9140410816574533","host":"s3://npm-registry-packages"}},"1.9.2":{"name":"is-website-vulnerable","version":"1.9.2","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.9.2","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"db3f5fcfa37490a9d5cbeb60ceba88cd2c9494d2","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.9.2.tgz","fileCount":32,"integrity":"sha512-ReUaTtFbp74QVUW+yaEgqv6BCZCJr0varZ0XA+WSXuQHoDwhi5V/WnAxXmE4zU0EEz2e7o4WFg1f+qkcxD8vnA==","signatures":[{"sig":"MEUCIGzzyUAc6nKRPoqGht7mpJ8LUHbh75BUFiMI+t2zvWjjAiEA96ckYd5kGyuvde7cSHbVgNEg6aX5yDb6jWOTXbyPh10=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":867382,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzE9ECRA9TVsSAnZWagAA/lsP/2WqFam9MG6R2dEZTCUH\nSquqENrg+ojLbdapA/QL/PWgZH2VEn/sWJ9gK/oBsMAVrw5/wdw/P1fAMVyg\nkX6sl15bkutQ+BzrweX2xHIBPIxQRylq5cUde1Nb7YH2CJdwAC34igt0d9zf\nPxMndPIbmARiHx+zyHYZZd10w/MaY/Kqmhy/VBtEEgltp7JeJ9uxjQjNCZbo\ntEKatw6EXpTdi928/fc9M20ym44TE/JdVZqWUKO1ABnEv0usKOtwOlwU4guE\nGTrSsLkYvHDeTJm365bmUMW1yteX2RXeh/zcDVyJZThJOEe4SLQTwVKuaP+4\nc86pSFKJiobgwSJfq359XyxyNGr6G07JlTrMpBmFYJ+0I9QzM/wQdVhq9XRn\nf/ZH/WEUtKLp/Bh+rh/PRC50SP0cbM8Wt5Ta1rPCLKIWpbVf/+IMjoEO938q\n7KlSehWQtLYb22Tq7lhdgtTVB7XAH96VkPlYmhYgHxNnQ0mltkLMPTwl0Mfp\nVCbKOA3BvyFuXjuFHfAUQKkTcwvlmoYbdN0k5P9fpmWjR+upyOXyqOkZnfLd\no+rALggBDDEUAyLEJRiUj83KnW0LO1ki+qDX2Yea+a0FS+f82D3SYqVbwHFE\ngz4/hLfAdY0d6quGNJF5A8sXio1q99go5HDoUpQ0dQ8xlB9OS9HxlENyqtWX\n8GRD\r\n=OhMT\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"6cccee3ce66a90da1b1d2ef3901d67ad43537a23","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.17.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.26","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.9.2_1573670723299_0.01664636411014664","host":"s3://npm-registry-packages"}},"1.9.3":{"name":"is-website-vulnerable","version":"1.9.3","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.9.3","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"./bin/is-website-vulnerable.js"},"dist":{"shasum":"03451562a8105cbb1118edac6d10a40b8a84448e","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.9.3.tgz","fileCount":32,"integrity":"sha512-c78PdrA5WVMF0dZIDLDG3G9fKDYZk+hxoe6S7ZtZrE1IYGKJXYTT3FjJSCu9nG3y3tttIFGGes01PNwQuZCmhA==","signatures":[{"sig":"MEUCIBWFIw1ATd0OGe5mkEsIq2jEez5D96Qf4tkhoYFLT6+nAiEA+JpKrEYCxLdhs0hwQqXg4X3SK7P5Z3kdx3WSAocHK4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":868321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6RdsCRA9TVsSAnZWagAA+fMP/3RkJef84bOqqO82BouL\nlZjfMdjW/e5dcQf/LMSeg/3u07Ke0BuiG1NNDcAkmYwXbrf2x6drd5CBCOal\nBSJu6IDAvaNxyX01P2UKrwlZs+ew/3PMPT9XwArrNqC328bjI39wjCkCFgQS\nJWaKdalKiYbbj07TxTUlcdfWrlnOftfgil4/v7xUClSjVUVHzS+sCGUFUhiM\nDIzZsO1UAoWSBRe0CUZiA6Dmhnibbt6GL8zR1SXnqWdE73o/uqoxuOdTYU5T\nVVAWfX/kr5mHKp7kZNNMYf3+N4I6xiRCnx1JbCt/zmzlCtGygW+yX0wFgl0b\nBAR8Bbk6DwXco5/ihKDBDW1eI774didmXRBmQvIPagI4+c4s/KRSmF1bzmyX\ndoYbB+wzHop2Syv2m0eXb9sEjLQozLVKtmHnyrFb3IIzWZV2emt2fGeBezVj\nBa9/STjC/gaeAVEbzyr6GQvGj01Jy1YsF49+xoFkOONRkxxfv9WKRgJX/iA9\n/BB2lKOsPbL1+VZrcdufyag5IwYHzz3ylJ0UdNKMVHdMvAYTw8UXefjOwykP\n+eezNLdfXNzDhrDKSzg2x6zm5My7Jp9Fllj/3unT7O4ViddIpZadT1TW360O\nvB1bBxTianmgKcFmg7JsyBNAdEoE0x8JHm27IfB8/y1Md0wLA0C2flB9vnb8\nur4h\r\n=5y1C\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"22f743b98e655c21e2f0941f172ce6697bff4769","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.12.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.17.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.26","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.0.16","@semantic-release/npm":"^5.1.13","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","@semantic-release/github":"^5.4.2","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.4","@commitlint/config-conventional":"^7.1.2","@semantic-release/commit-analyzer":"^6.2.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^7.2.1"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.9.3_1575556971473_0.26094297827424984","host":"s3://npm-registry-packages"}},"1.9.4":{"name":"is-website-vulnerable","version":"1.9.4","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.9.4","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"161cc11a69aeef4694a60c7a9c196f6e7ca3de99","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.9.4.tgz","fileCount":32,"integrity":"sha512-RB6eqwlyMA+Tgx2imQAswfjSzca2Ulw2y++u+tcrMWn+BnABNR1sC1x6kCV+JJ+h33WwZkBQklNSvDdGQvpoGQ==","signatures":[{"sig":"MEQCIB8B9xXa4273uLng3Yd8v9g7nRsMydYE4TwL1g/qZPULAiBmtHBov/CA9Bp4MkpfirZ3NZJphQllg3tY0SDl5ifplA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":793059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9vcxCRA9TVsSAnZWagAAlC0P/1RYqyepLkcmc8Y5f7QB\niTv7pHpHmrtsnZgIISjLLQG62jqB3S0keDX/O7jKr2tmjt3xveisMWvmvcSg\nSzSbKdjehbTKqLdcoGDHx+DG1jxm/l8hKUa5TIZWjv43HdbJA4Ij+G7MdT4M\ni7YLHfjmMcFs/WWPhS9FYdIRvx3xo+jdwRQoJLPeatVrJw4IZ8kI+15pBvcK\nKJbKCUWC+MloUbDcXfWJLmpGA/E9cpwhAuFyZP3z4GBQCHeCW2cIMW5X6rJy\nhpvv1Q27Acim6DjepoTYFKE2tsqMBS3OryEYLhe6JSWsmwc74SgS/p5kRs4G\njfllvHf2bVS3bZI7whUb5NWkhQXR9EgbL/yV1p/uU7sQYXG2ktjys46VqSP6\ncz3Yeidk9ZPJCz+D4sL52DZuEpP05nejaEUGUHBT1v28ZK6wUR8YJ1M1Rheh\nUx8dUMVgWf2MYVUCmJJX7pswPClUN2uB4FNIOCS41NFRPT728uGCKmqzZKNc\n40GM8yBRcc6kyNXqJ2RXbZ0gAfbMzy9J6x9oZGTq9G564Tt4v1U6SV3kf3Fm\nzbrOYxBdpQA3YoOnMnyVhUYpJvx6YhZLZYB1lavmE59eDhCo8MaDInK8lkN6\ny7tQXJi3mXwUHwNso/HTZoJVSUtaluR3e1QIiTW4/5cMw/UPLm8SwW1/z77t\n9Ct+\r\n=q2JP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"35e3760da8e496c51cad88876d5782739e8059dd","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.4","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.17.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.42","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.1.0-beta.9","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.6","@commitlint/config-conventional":"^7.1.2","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.9.4_1576466224886_0.5589162874810356","host":"s3://npm-registry-packages"}},"1.9.5":{"name":"is-website-vulnerable","version":"1.9.5","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.9.5","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"c9543cfd578b49cef8f80b67267110fc033375d8","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.9.5.tgz","fileCount":33,"integrity":"sha512-PXJQJjwn2iq/H2pkXoVwkk4cRqVQQ++zYjDAPTTpV+cfjWdrclwobBun5l+WVgU1Rz8l62qi4shZfUh7wJwOdg==","signatures":[{"sig":"MEUCIQDjIbynAIGimWTTfSz6Iekyf0JfBgiBnE+ArJ3kjOXvtAIgU0OdV78xu8fveXmjpY+qKwFvW4vEXcUB9PNUp5xDk8k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":794088,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+tRrCRA9TVsSAnZWagAA1igP+wYVkzJqfCcxy0qM147U\n/PDm+SUYU3rf7izebku+BjjDGrWEd7N6a3lSWoGCynItK9OHxtDtxwoLFub+\nQ94nAdyEiAu3HWeWv35Hj2yDpWurdQiEONWluwjeCH1UPGJeHVvDrcsIo7RF\nfyBJxCPdKolqQkIVnIurDkFoRNZxr3thztN0/hjxlkUk3SyRphlTSxV3aJIO\nKRwlJpuVkUrB3Us1WCGMyu92mGvq3PgJPzqU37ApWg+o2y5tPXn1xFADvgjn\n1lXZrECxZRslKwxcp6AdwozcQsAjaLZ9WWJMwh/MbJnn2xX2rYgne8XDgZav\nNJBNCGxEWWUx2Ly9gxBk3p+f6urXpc/5ncuGrPB90fgYGj+It4cUVXmcKjak\n0nmDJlgpQVqyo+YWBJ3qwBvfMTHm/cu2CfplFFDSWIkC4PyB0MyY9A5cOAP4\n5hh0Bc9GynlRkOCqU176kKfjZxCJ2VGH+gnleC4d/589NKHcRPeNt1rGjpWu\npIzaq4Gn1BHvaKvQcezHPKYHM0NT5+s693UtAuXtOIF3HU8m6Z8JwcSwwpnn\nnNPE3JLn9buKoDxaWnvizM7cggIE0Z0JlJ77Bld2oJgsWbNT8sQcIhYI1tuI\nOvGeWoxPP8C1djMhvJOWWE9/EGne4dZVEx8GmwfaeVpD9zghDV4X5B+mwS4l\nJq6F\r\n=RRtR\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"08c5cf518ef3ddb9257751713b13e6f42927c84e","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.4","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.18.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.42","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.1.0-beta.9","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.6","@commitlint/config-conventional":"^7.1.2","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.9.5_1576719467180_0.1632813996905722","host":"s3://npm-registry-packages"}},"1.10.0":{"name":"is-website-vulnerable","version":"1.10.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.10.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"27d523255842374381e71f85521ef822ed0aff61","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.10.0.tgz","fileCount":33,"integrity":"sha512-XKgF3Q8APUV80mP19R9/j7AQrRTGwwE6oHowPDRwzo7yl92b/AYXT6dxtd3FI+eXSvj2v3rAYa1FwcsSUtMDGg==","signatures":[{"sig":"MEYCIQDVMtzx3vl9NsAt4z+nVfCV4GNnSJYJdyy0bprG8c3BqgIhAIRmxYNLJh+bEIBpPl+ri51IYJaLS7YY0+oDwZ+/JK5V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":796969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeATUcCRA9TVsSAnZWagAAMvEP/A5d1S3MjOuVuquFJN+L\nt/Pzxuj+jBXqVVSpKBmcbCuX6Bdd8is0aSMP6DSXjHpiZoQOxAm5uNWK60cU\n1fpZUPbd0GlrnrafHJ696R4RayUmtAo7xM2E16O0Z1N772yNXZPJB2/rfgj3\nYXFrpyjLII/o1U7fSS3Qf76sDevCkhuXQIQdvQyEAsGk0Lf5EWWZMeg0pY+0\n2gavaS7ich7Zxx8gl67Y/g/g9B+taZwb7vpjzKxoSG2j2B4nSxPKIFIrs3f4\nb4kz0djAJI0y2nDtAk/FmbpshmF3cDjn6MMWXIegS1FT5RF/JtC2glY6LtAe\ntHGp0F+Lmc+szMz3skjQbT6VW6fAszt3HlykF8K9PzIczrn1HlvGJO5tANVE\nryKkIDc6hx29e6pRQC88dPMtPkDwEzk9ZeetmmsgqNxq6fs77TPpEhvROPcc\n8KKCCfvL6KA9A0QZxTjbMHGrJ5+v0WPXlzG4FAQloCfv7rtwCWAIkx6dPSDE\ndgcRC7dE8EokFpjGSaRDm1zTe9Q2amkf4Te5NmctFNc7iua+YMj15CV7uFfW\nzAbSDLVaskgiKebR556BX0SNksPAND2MX63SJpy3Sk9Hi5sHklP3e+drpJHS\nfGnRL8FCi8ycc01O/vkloPjjPQPI0Jn4RRTEZiKkhwW/jKLWYolF7hvycYgd\nH5mb\r\n=MOsn\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"34e80dfbd7105a27f913e399585850b13a32b0af","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.4","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.18.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","enquirer":"^2.3.2","lighthouse":"5.2.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.42","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.1.0-beta.9","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.6","@commitlint/config-conventional":"^7.1.2","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.10.0_1577137436291_0.050575842497448065","host":"s3://npm-registry-packages"}},"1.10.1":{"name":"is-website-vulnerable","version":"1.10.1","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.10.1","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"7512c9d256354a3f57f8201016824e2e5da67e9a","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.10.1.tgz","fileCount":33,"integrity":"sha512-GRR7emWrcS1PuV6AhKb0MQEVsWLQi7zWW7y1lAnQCFq0+v26YldFSp7RNXAuPcuHZ0LPuvTtB4etotkgfsveGQ==","signatures":[{"sig":"MEYCIQCW3AtN9LBuqfhVp7iQSwappVD+m+igFD1Bf8XNZnU9gQIhAKq3gl4pgXxnvRXe3O5qmyw2Gt4hkAmNQFyMIJ73xK7F","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":798222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeA7alCRA9TVsSAnZWagAAI2MP/jNQAobMvhXJ47xuex7v\n/Es1iHfVydFfSIXqeMn9wrA2zGXTMzlukJcnxo6d5KV0cI1/WYlOGpF6Oe53\nvndhhcwJihGGE6+NuspnvTVfs8db0OKa2MqZgLWv/GI1j+dOJ0Q/XX7HS6Fe\nRYH/miiJa0NyZMPrjJZY0NWnb8IuvihAmV8aYgpnT+LggKDrJ1geJ60yVewK\nbeeIDGUnpbvoN0iaZvBeZTENiPuSzmBz3+qFoPfWn13agYbym3nffXR2kcN2\ndS8CZsZHUOglBay53EziAQ9GODUsT8CCOhm5rVe1DctI1gn+y3MfRMywMN/M\n0egA/NZ8uErbS4LE6SCE8nQl9UR03mXriF/cveXbKK82sPBOoiJziXV+eJPu\nLSG7iJMK2PrO4jX47JFcsvLc/TugcwXMTpFw/DOuksWZ93XIdB9MTo3+Z9ZM\n/33CiVLWkNWXsT0oXGJ6XlMX22yrWpA8CE9TRXXx6tPdBH958+dywG+XGRA8\n4QdtZBn2jN1Kanpqq12p5La8Mna5Z77nNPcBNTEorhodDIFEScHMTgKAXmtl\nqSCCSMFMejqBeH/fJTVxyK6gW9XNsUifPEzz3ayeyhR+aMyVl0N4NOBObiSf\nsOE3OdBQWPLcWjXZZByOCRvnFnAVL6XvLwZxvf72b55592kFB6xJQWZY/X7I\nO9/2\r\n=XoVR\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"0ce98bd3a9b79240defba22c6992a3c7bef1df60","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.4","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.18.0","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","enquirer":"^2.3.2","lighthouse":"5.2.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.42","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.1.0-beta.9","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.6","@commitlint/config-conventional":"^7.1.2","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.10.1_1577301669310_0.4380140802495549","host":"s3://npm-registry-packages"}},"1.10.2":{"name":"is-website-vulnerable","version":"1.10.2","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.10.2","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"862fc6d15483a8473865e10d99eeba1b8ce38eaa","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.10.2.tgz","fileCount":34,"integrity":"sha512-Aojtn2YCEDrwjxz9kWSlBX8uuo1HNAgzFEX/qpCURHJ7KpVGYFvdm6C8uNyQg4uxMjTJX2Y2II8yFlItNRgVwQ==","signatures":[{"sig":"MEUCICrixuSJCayWSgExiTYYXCQj/6l/TbExQj2nT43ZxHRzAiEA3i7c42wLTE3MKMOnqlTxglPG9qhPegzvnx+8wm2re9k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":798523,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIN75CRA9TVsSAnZWagAAekMP/3P+iHCRJgbA98Uqa/Oh\nZeu5QfgEPQIyJ00agdEq04ROcTBlsoua03NJva+3SS65QhWD9h4SCUPTJnrB\nzaF3NqVkcaJgE9TO7A6KhYbSK0OmTQwFLfiRX8gQqy/ZbDPzpGekwK+rLVr7\njXec9z2PGjwkv4g9fo3A53zMw6DNFXYOGZFhdLVSOGrwkYAPpOP3LrdWzRdo\n0gisv9Urkgwl8F3EQO3z6l3XdjFaMQiR1Fc34qsbGBz7Wkz+XDAfyo3xyRXe\ngiam2DGRW1zZ+XYTJcJBcyB93AYQyQVy6ZTuS/ViT7sTvJyX9Uu9hGZqX0jh\nuULZMYpGEaOnWqT1FCe+arFXBk7SXW+El8fHZ1CmdkRtZbWxVkZmWWmSAkG5\n3+AHmjPJ5H2Lf34i4rcQ7hy6kdkMNhYMx5i9/iYRSLTwk42vzDRc/l/vIW49\nVcf4EwzSx/DX78KKDmYUZALaZbvQUK8LBbVDbquXz179222r3dysNKZhllPv\nQtoqbOwGSbEjoCdvn2mC7ho975MX6yDbJFKJE7S/FQLgqoreWZHqaxdId9zl\nRzVwXLMjE9wUduJHL1QJPB/mkWhpdL0Qz9MZGqD74Var50dPw1whfC8PLpfs\nFPQKjjMOL8Pv8Ursu419IrC9EmwaJTS39mt4KzmX9mvvTTtRJW1Kx9p0TFpI\nb7Pe\r\n=iUpl\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"7c79f6f42861e128ba36d37b06ab31aa8e67ca0b","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.4","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.18.1","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","enquirer":"^2.3.2","lighthouse":"5.2.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.42","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.1.0-beta.9","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.6","@commitlint/config-conventional":"^7.1.2","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.10.2_1579212537336_0.11654914961748797","host":"s3://npm-registry-packages"}},"1.11.0":{"name":"is-website-vulnerable","version":"1.11.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.11.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"67e36ac19e7ea0790e0512c43ee4d87312ee60ac","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.11.0.tgz","fileCount":35,"integrity":"sha512-7lBgWgiA5AmoUzch5cxz7H8648QPblgnfnB6fTY5tTyqCQe0tIUEj6LRsjSC+bJ51WFv/MULP5I2QzFFqO/tSg==","signatures":[{"sig":"MEYCIQCo6ef8PrvlqxTAsnbN5U68FZmuSRPzIbrlV9YbbEGOjQIhAM/tA/zCxPbHW8Fdozs5eetEQOJAMRsUFnhSYqtFVang","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":799235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIkzICRA9TVsSAnZWagAAroMP/1RRAFiEGjfjvXLcAcn5\nwiPvGy0sTk3/AGqoN5eV87e683pBVb61dMZXXEqkp56p8pPzP7wVSusQkxym\nX2dy2cCL+l585iWyQh3MGbdpX7R40yXCon/y4da6za11v5pG/r6iipEnLXQ7\nJmgiQ7kEtrReYa9lx0oE74mzyxWJ8RUvEAWKFP+VD4e0Ujt+BBUlNVUR14mc\nryc7cjt3mpKtO4m2e56SGkY1uWnqonSlK8f8N4xGEC9+dgzFP/L+MThjkOOH\nMD6F2pLI/clzqiORtkwrvov9ki5ka8rorCWpMw54TGBTghmrzfY1caF951B2\nKLNNLqE0IEs4N0+/X3xsv1Q+YY2roKSGT788FvwCkYm6G5/iSu3IDUybGgZk\nCCnj5RyG50SEO25JxNkBcB7T1x7fKq5TI4sp9MCoI8eYNOJQTq9mluthcyla\nqr/c5vIxPkTB8vnYNm9uhFxvMKTNF1uqeL8s6ZX8y4C811MkARWYANPqeYom\n78YvngryPY7s8uSE02motHVigsUevC+J0C8ehAKHXH7YQIEeHqF9v4to/0tA\nr6kPDqb9Ync7xWV5oDUTe5Ruk7+UhJtn/fj3dg3T3rzujdtmkL+3ueem25b5\nIJBH8DNQ9xef9dG1YnLSN5ZV3vNlnnyvsJWz8wcYGZrUwhp1aSwigjhhjfBa\nVZGw\r\n=ybD1\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"284a48a1de96511dc80c7a0d3ae97d4c56bd3c38","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.4","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.18.1","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","enquirer":"^2.3.2","lighthouse":"5.2.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.42","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.1.0-beta.9","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.6","@commitlint/config-conventional":"^7.1.2","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.11.0_1579306183640_0.21199257637238555","host":"s3://npm-registry-packages"}},"1.11.1":{"name":"is-website-vulnerable","version":"1.11.1","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.11.1","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"8fb82f78ad86b5557489d7c7c132b40a7a7d4b1e","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.11.1.tgz","fileCount":35,"integrity":"sha512-G1CCrqVYGz6DnbWWLFRvttXVhR8hSmvUYH1Ta7mi2tM84hiNpsks7EWm80XEl9taCbZE+/8zX+Td5DOmOZcc9w==","signatures":[{"sig":"MEQCICxKBsRg9fdf/eSU8XjIiKm2CdV5z2yp9rYCovWQOgnlAiBO53Kn5kBoFeggJUOL52W2CSU4q10faqsMY6vqiymmlw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":799238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIlBCCRA9TVsSAnZWagAArnwP/i+V+1ekYHukawyFKwxE\njgxheV71wM8rQ+CU83QB1CIGcDTdEDOQjgA+PsQYHk9mufelULwawCl+AMXK\nMcGNaqKOmzwCdY4rCKr/9g4Z6s8DhwX1RP96d/tjP1K/sMnwesiHk6aReQyq\nd3YcG5hYEg1wdRJJ08/YHdKPSHaNe1K1RExAijvmINIqRxFxYGl9GYk4mbeO\nbbHJoZkXBFjYncMx9271VIhzb5HYcF+PtQDSxFyWgfwxa0qLJiR6H/R+GO9v\nviYe3OFqKVnkMmC0EKEyTwvDD4aAPBRfgUqQHBnttjV6PKN+x91De9a0tX+3\n/3Q+vbdl/WLkkO+yWrYfxIHBju/pTFBEDmykjAuBiyOWarmHdafJwpqLRnIK\noOecXLRgJO/IAqr9MiW0sskioJtbIyHzOo2f8DCYUEbrf5Y2ZkCiQ9H8WCLy\nNraCHanwk1n85nnWH5MAceawMX2FBU9lZbOFuQpy75FCaRry5AkoREEmhheT\nRET4fhSyA2jDxdBPhd0toqbC7noNXr8iq9WDP6HOgcIBB4Bax4IuTqv7xVtX\nULPSKCGdsD5mjcPkf/aYXHSLc4lvpAkgL/VRAQ7XOKD28DPrfCjaVbTeI8Si\n4gP6CttAOHuWiEXqhcL1D1L7RLRHb14Ho5sFn6zTDTmnp+gv5WhR9xiMihJ9\ngl6M\r\n=BqrE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"ab8169bd7949ae013cee1de820e54a499950a242","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.4","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.18.1","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","enquirer":"^2.3.2","lighthouse":"5.2.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.42","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.1.0-beta.9","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.6","@commitlint/config-conventional":"^7.1.2","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.11.1_1579307073890_0.3369642202723222","host":"s3://npm-registry-packages"}},"1.11.2":{"name":"is-website-vulnerable","version":"1.11.2","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.11.2","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"5e0228d0a5b7a9c80d9133214f251ba45b44f62f","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.11.2.tgz","fileCount":35,"integrity":"sha512-iAYcZq5NAuNK/1Fo98xKfbdDfV4eeDosZLIlY87gYA/j4DTfjFQcA6+XGPTF9x+FYLn+ZvNwBvyRgTpYVVzSGA==","signatures":[{"sig":"MEQCIBkiOLbfLpPu7GuDP6v+GVFk5caiElQoJ+KQrR9haiQCAiAH2mWzy9sXfrXvfNi9LWD5iH4NwTO8ER7JAfmxZYFXOQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":799235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIlHdCRA9TVsSAnZWagAAPOIP/R5szIyYmuMo75tP0+9w\nI7YwyUb5zrIx6QFQ8pzlsUZYDxVls/kfFtNaL77CIBEHDLfNOwXyL02gnCnA\nE6W5h1yvxygggfPzUYQNdjm4JiihShNxpEwDFZSIrEtXJ+1AUsNm/WUw0tJr\nsP+h1Dnq7a8aNVhwnEx/Q4aL6nUtb9op2ZLaxPyfzgrrEltgJf0EPGSNVLdP\nPoSoCe2H2jA6J6WnnC4+8tfuQbo6dP3oes3G1FBSayKHN93HzkIiUcGcjO1R\ntQYGVbDAU0uwCIRSwUnxwbn71AkAlb2bAya5w+GaX3pHy1m4dmNc6ayHukWj\nDqOMaHQlh5ryIhftN/R2YkYw4Qk5L3Xw5TqIMvuV4GtDHv773PtJ6fWys4Ej\nnmUBHAhTmStj1AYc9xYW0GmGqTJehVDb2czpgBFUFj3We27xAFCws6SxzNwO\nrLilIZgI2gvYzuwEPb+wCApgD69t18u/58sZJXo08/jlUz97AOqPl0J1Z8hS\nKo505+8xRJqUdWtyu7vn/MzWIzNfsJB/+Eo0nfjkKj+0nJULuyB0WIEe03KC\nMZgIGbhnCUUCuWqn3/sorULOoyZNGVD3Y1g8Bev/vS8mmhAAzgaHa2ku2fyx\nac+J5a+0W1sxmCBKWMl3ajuVKv0zKm9lrGUnlgIMX13sYFz4nNl2TTG4aM3v\nmGjm\r\n=5cUD\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"8366201bc189509bb05cd26c58e93112c7f1194f","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.4","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.18.1","dependencies":{"ora":"4.0.2","chalk":"2.4.2","debug":"4.1.1","yargs":"14.2.0","enquirer":"^2.3.2","lighthouse":"5.2.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^6.0.1","open-cli":"^5.0.0","prettier":"^1.18.2","lint-staged":"^9.2.0","babel-eslint":"^10.0.1","lockfile-lint":"^2.0.1","@commitlint/cli":"^7.2.1","babel-preset-env":"^1.6.1","semantic-release":"^16.0.0-beta.42","eslint-plugin-jest":"^22.7.2","eslint-plugin-node":"^9.1.0","eslint-plugin-import":"^2.18.0","@semantic-release/git":"^7.1.0-beta.9","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^13.0.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","cz-conventional-changelog":"^1.2.0","@semantic-release/changelog":"^3.0.6","@commitlint/config-conventional":"^7.1.2","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.11.2_1579307484432_0.32245767606788434","host":"s3://npm-registry-packages"}},"1.12.0":{"name":"is-website-vulnerable","version":"1.12.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.12.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"e59ab70e72ee1f1e745312b0667a96db7fcd8018","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.12.0.tgz","fileCount":35,"integrity":"sha512-KT34x1idUQL/W86/gRv/Q5RHCs3l8OflQs1NUPv7qGNA26WpgUfJ9GMOgyuWhbgs6mHYna7FwjZ+eVItp3Rh6Q==","signatures":[{"sig":"MEUCIGLFZhXWRkkFwo4Or/dhSU6eQHXuKwoo3+DW/Oflau9QAiEA9hOVgMYWfiQcvbdMc+tSVkNiD2cQdFYG2SCQi6KmI8c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":794439,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeNCFOCRA9TVsSAnZWagAAbdIP/34kR90NhvZmB5iWxXWU\niZwv0wgGT2V7bywA6H023irrpPQCwDJP0vzM8wazuiap6L7LzsMud9rk+3uH\nDyHyeKiEXThnd56znCJ3vaio9z8eyfS1L6nAFXz6ftGftGEb731sltifQtTU\n6Bj1T9RGHSFOqZSkpGIPJWZjMfpXBeA8haa48ttmw3oYJtjDYNOxSVRPPawi\nVmNLZ4P9QjRD81iwudd/UT/PXZYw4SoXVRQK6VsKvp/fsjOVTg+j5t/P3mw1\nct+1ca4W1bl0IjOBnqarYEPeG7buhu5d/SoFUa6aXWT87VRmGd9gMM0Sv3Ho\n2fImzoS5tsHmT/ZoPsGF4uwMM8LbCUFm1AkgDP8O1yGu7Fy356O9CCpx+JbI\nslcHcMP7WEfWjZz72Sf+0kfSWiFH2kheq2Zlmuj44rVYdnkRy3QHgnX13Bh+\nMfIgFmZ0aJZ5x1z0WPov19iqDgSzk8x0OVqV4EEVSda9GWoJ/CVnwxG2mf0p\nnhQBSZaU3Abl/HKwsom3lm7lirgoqLzWuGmrQrJe0TFvE6uz6CB2w0jxLbwE\ngCFWJNF0ucFWPtISgMnvFjE/gRsP3Vb3UoQweI/o2RtiA/THN+e6dfSPq4I2\npoEUcSw6YSMZnOCa1mb+aWsC11P8jH8hD2GkoY2yOxxnPKOW/7bkWTYnEirf\nrHRB\r\n=X6lO\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"3e4e5b5a89bff6dfea11a847d271ff1530184697","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.7","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.18.1","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"15.1.0","enquirer":"^2.3.4","lighthouse":"5.6.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.12.0_1580474701730_0.5789091905538999","host":"s3://npm-registry-packages"}},"1.13.0":{"name":"is-website-vulnerable","version":"1.13.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.13.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"9797c4af59c332dc76f6015c4077bf54b20c3f67","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.13.0.tgz","fileCount":35,"integrity":"sha512-klkfK01ZJ2q7q6LS5Q8J8uEFvJXO2ucV2q+7pL7pT2aN2BTD2J0apX4fq+TfaP+udIiKRe2vZvw0g8TQ2NiYsA==","signatures":[{"sig":"MEUCIGHWSLzBrq2I46f5Zqkcl4/CSFVjtdgMpGYcmnXKGXcDAiEAkRkz3I/VJA4oIpsrHtSpGbRZHkHXzjNTdOy0vx9Kjl8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":796212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeNDHiCRA9TVsSAnZWagAAo0kP/jIKdP78Cwi9hdAUJiML\nw2Vv5CHOeXvsi0yagV2TXkQ9JAbW+CzNeoNS55w7Annxfm5+6txyJQXLJ3Q7\n6Egfnsnz1nVhFT7jYOKCjj3/N5jCcpRRHGHH+L59HvEoe2Aqx9iNclWetEEV\nmMX4yFXlESEwPOBwo+DJjdwsJF3WTV8QrdqeIXFwqqAcpPjdGinuQxfUUm1p\nkrDP8wnIdvyFjRZpNzj6dD4VgwikNOrWd4zcUc/8XzlPt+vXtPWUtnpSj5lT\nUtiNfcAVipoo1M0Ckal09KyLSIdgi5QxwHFdlyInBIlmr+xXkPqv/0kGumke\nuwQTOhoprvqpAxNCOzGFiOx1ECnuq29ivdemfm2flYqox6CygGHz8tKBe35w\nxuw7rRHthpB0OkGn7H5ih0GKDtC1EitntosckpHmKn7UR74NIDwfOkpcGUkR\nCrhIBoiX2hwWrtgEOtqAhcI398BwL8rSOF7BlGixT5VSMDewI3BUP+ZMXb8n\nJ3yfltkCv1MXVb9TPkRqwy5W91TSfWqcMY67aY5t636yvkoLnsIm0aZZnjm5\nsBWb337Qpc/6MqoWDBDTQITlYEDZMJP4bsmBs6ga/0+UEXAQWUHUyhjJq60O\nvPnjV6kv+POUu1q1XILA2WtAvB6HBXtTSkIuymhqPd3ZtpdxywwazqTWRNQT\nhsb1\r\n=6+gy\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"d0c8cfeed6387cd4650d9856482f89c6c057b9a0","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.7","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.18.1","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"15.1.0","enquirer":"^2.3.4","lighthouse":"5.6.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.13.0_1580478946034_0.5358342801736198","host":"s3://npm-registry-packages"}},"1.14.0":{"name":"is-website-vulnerable","version":"1.14.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.0","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"0a0f6ad9b35bf1ced6e19ed2012218da5cd2c2ac","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.0.tgz","fileCount":36,"integrity":"sha512-CQVVrl8zhY0/OMkwMLg1wOaXZAos9eqVU1bGHZecsR/mBkufg9sNenVehjaZ6mu5DYgAO7oaqdE+WqTE8lXVlQ==","signatures":[{"sig":"MEYCIQD1Q/G7hD6jKcocULFB3kYIKsMWkEVGQffhLeiQi58S6QIhAP1DwXvuJCdXzhMHa3z/c9W8TmIp8KWW22YCMTFCJORt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":797260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOKAnCRA9TVsSAnZWagAAk9IP/0em1K+QU1uL+KtOs59t\nQbbftOklPEFT5BX+NwCTLHlay4BH+My+YCwO3wFxDF4+TDjE1c1QWqNC37/j\nsyEUK3z5xgDTudFfiBTUBQY7S96a8CuSbtbMQHGb5hnvX7wj8hOI8SfUyZVt\nT8KbOscRkKYd0Jg+dgI0P0M1brsBH2vKhJpLnx7bby6OmbEvUBxR7kx3OBxh\n1vWYU3ot+fV9Tjeb7pvP0ibbMp7ukrYHQyCFjVkIBfMJ7XRYbKPgCquAdmxA\nFRCyxOgtnuAn6yyMLgiKbtUZCcnbLz+ZWMp9QhFCG3b9ULYmMw1hAw441c7b\n1yM8MhGEwwc+HboceVw8VVaEiOshb+dj9Dx5gCWKIGvqy8teSfQIyCJSnxAW\ni2ju0Pg4fOWvZA1Hwfwzq0Y+oxzO6siZDUJfO91H2Ig9SqeXlL+erMUH2KPe\ntm+dzM1IcP5MqCW5QbB5qlqqUiMCtcxJjpbWggtcowMpTGr/9zwsD0TVTc8z\nh9hNOl8dbWKV2JuBUHLTT4YpUc88Hq+I7Udq4abLTgbax+nMKdtGj7OWVR6H\n70qV5PILW884Q+rN42LDGmqxvcZjcPXaN7KAQVis2HrdcYcDdDK+5e6uddeT\nYg1QEle7oXvoNPv046MfF+8NxwcPMQx9E92NfqphFBRE6a82/LXEXO1gaK31\nWUMU\r\n=0Gqg\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"b2355a399783166b4163ea5c480d5a46335c0aa4","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.7","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.18.1","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"15.1.0","enquirer":"^2.3.4","lighthouse":"5.6.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.0_1580769319346_0.6353780451358544","host":"s3://npm-registry-packages"}},"1.14.1":{"name":"is-website-vulnerable","version":"1.14.1","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.1","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"994c47fdd0bc060668d7fe2a0244b8334ef68a4c","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.1.tgz","fileCount":36,"integrity":"sha512-7xG7XsVlp0FfIvAibUbqo/A8m7vKxC6NmIXwnizrW/VY3cMQoYvFapb/9tPf4t8eVugyXt46dXaWPX5WBP9H2A==","signatures":[{"sig":"MEUCIQDmMdV/nj6gTFg2yQuQ0SoUurxrEN8kTgYmJxB7xiRBxAIgNfXChGTG3GwtBpNj6m+wOQx+ZfKH3BxsBAY/J5l4Zlo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":310293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepGxxCRA9TVsSAnZWagAA/YoP/RLcxVDJptuPyC9DJe6N\nh0wi/wqzm1k4coLEisMgjJrFyFz+gRqbRE+wbpOOZOL3Be/9MVp3g052WZn4\nFaL4dlrSw7QPuBQ8d5YLIzw3v/ZVeqWrWfxYdHyUWOiuKmdtZ1A74UJ11WSU\naP8tSOJQ2s+Ygb6hBSd2La61oon5Ixtz7hHrejfbkYqXuKU/cFR2Q3DmYI6K\nzp05z7PGm1SdNB0bK6hUyCb8rYgB6wbKbPyxHrkRuirt3iYKoQyu+G1CrH4t\n1AzOayGk3Jh1k929y51lrpcODcdEmj7I0VqxizYHSHF+Kj59zjrHOjup0hg1\njrMfAC50cjo9UZ4x6YSTOeKPvWWbn3xrR1BDn4EZdyA+rfBmuqx3lCWRmSP4\ntkJhE2SxcVoWpchiXUji7SQpHj/wE363/DQbXPXaLh7dS3ZrDrycWFie529j\ncrChzS28N8OKc4/7/380k7/tMOyTy1OZ/Omut6QeZD8JlYdMaXa4vxIPR4zF\nk9YBWjRuBhUoq88a8n00dfyU9v7ZU64xvPgaAq+Kz3Fs9fZDPBeQ+jT982CL\nt5QXH8TSwVWok+8vio8bIjMDGPFGZPmZNNxOEv5UEQLYworJg7NjqxvBamWp\nrZ7Bdorh5Q9iimC4Tt22FG3vaBRMdrd08dGQnPuNMBJHDkP6cE/0z016mAPV\nWWLc\r\n=1BM2\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"95a46c8503df63081862555e5e4ade5b122db3d0","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.7","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.20.1","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"15.3.0","enquirer":"^2.3.4","lighthouse":"5.6.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.1_1587833968736_0.25425293420306416","host":"s3://npm-registry-packages"}},"1.14.2":{"name":"is-website-vulnerable","version":"1.14.2","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.2","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"aad12d2de27751da4e225c3f92acc06fe0d22bff","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.2.tgz","fileCount":36,"integrity":"sha512-z2KA3Kfd42dFD15wImMmx+n2ys5dFnE71+MTsnzyU1mLAnQ6v5Sm7xYZ1eGooaqsw0BJXgKAC0IFVnCs8+VlwQ==","signatures":[{"sig":"MEUCIHKTzFmbv2nU336etCcdLo/s2/a/OoNXkrRRyXYLlPbuAiEAu1d0hLm0FGloZbopHyjRO6oeeoht1jAn9a2b69UDBv8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":310450,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexSExCRA9TVsSAnZWagAAYRcP/0C0KwM8Y3BfKjmKvTPI\nk6j/I8tFx5GZBY2PUGPHl+D/kNR4rYNr3nvwM9fVA0IQVpbJCPYc7QBao3Sn\n6fhc6ltz0xmsbcg12f7VUEw1dAlVrHLIGzpTGlbTWvRWEPzVKO6qD97Usb8k\nf7b/lt43kybP59oi0Z9pjv+V1MqswjjJBjMfToDFFdX8ZonaVVsLgp1LJR54\nZ4hKwzmccQK/FFTCUIjMeOid5NI2BxFeHErkhcsKmtdRndbWg8cSiEm3QENI\nAKbcAG3NA4nJjNjIja5fT59MGn3a4qvuwkd/KmqkwLmfpdfkEVQHdqHpNJO0\nF3GEAj2tP4uAwhDprVJ2oadCv+l47w4BZ4RcvP6kz45ihZ7Ae7G7jvR3G9+A\nJkmrz3JGKiTisRGxsKtLvurulH2IzCI6ldCarsLxbuOIAWnxH45jCUt8WB+F\n7rm//vTQzJC7CSlsCPYjbacwk+vO5c/XopDW5Cyaswy+EWN35Sk4G4vKXrci\nfqwJcK1+V2ZwdPd94WIv/7TbBooxunpb7gLvohj7GY8t8N7WU/S84LOz4B3a\nwvGStZJdcdTQPIpUIPFTvuitFZcf4h37lUhU+USY4LPTye6NToZnyFOZktJW\nsTFzfxcRRVwg9UXil9OehS2R/01leyRoGD2gvd0edjNGwM65ykpLPtTSvALF\nT+L/\r\n=Xf5F\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"3a9506a2a8662678099d3091a98b0b19d14717e4","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.7","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.20.1","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"15.3.0","enquirer":"^2.3.4","lighthouse":"^6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.2_1589977392436_0.7042837987270065","host":"s3://npm-registry-packages"}},"1.14.3":{"name":"is-website-vulnerable","version":"1.14.3","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.3","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"30e8b5e3a37fd0ca719701cbd80030457d847569","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.3.tgz","fileCount":36,"integrity":"sha512-eHqyekqb4kbxAMnq7IVsSae3VVgBHqVrbdtDk8MEVYwPv86dBatq+go0FEQvwax8zdYx2p1bUv5e83BgmYQvrw==","signatures":[{"sig":"MEQCIAsLohAh9nHKwGS5waBePuWKTytxzYYyDd8ebaGFNcaAAiA/dRIz5eAMr4jYUmC0sETfkE8Bg/Wjiejc5w49qABa+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":310450,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3d6NCRA9TVsSAnZWagAAb4kP/3lYhqmQyYjhQTJvPzhw\npYDgpVH77h16WWoPMWCH5MRCwlddfjl4wplK+yldz1x0+Ek873j56iDZH4XD\n0QyIeG+ZS9xr24CLCRDdPeYZOI5nBzul8KZTMZrBUIDrOMfOOM1v87rXcuVb\nn90PdzHqvf1/iRb5ts2M9eHAQL2phLaszVhAlIs5FUBJiwMEIunlFYlEvtHl\nZjMhLy5PQ3NhbkX1RGt5u0P+ZKrhekKj4bZD9i5AP+2X/J46N3GlWkNg3dQG\npgzCEGM1TAqa2wOWMWx/tN8WSgtk7B1VeOVJSwAv/hmY8Dnn/O3l7IugLuP9\nOndL1JLPvVdkmCCMFzrHb1flZrHeUyoWJ4XuDEd8lKRJDPr2dWh+fL+m3Uze\nohKxIkhfCdPjlqbNbEsg2O6sVRnOSX/2RlwPYpjb9vh1EC893HeE6fsGoSbq\ny9jGbwGT0/258qOMA/n9KCf0Tigkubr5T9pStpe7mIycYn+Nopu2RHWgw7qG\nB7fhV73k5qAIucYwF9ysRFddGEYFpFiOo6+vcyAS/S+6Do1DKHIocU6fLUdb\nkkUL/QV6vev9/qWAFLUjHqcdupG/Y3mnqX2FbEBDQMfURJAxqf61EejxhELq\n6aMPeetmJe6EgpYdKHZrvWfWz3IIfKKuj7UY42/4hqIFdwtkdCLwV7yo87gm\nFtwk\r\n=HEt0\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"492bd53a8d497a2efc6654c4e92be248107e8379","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.7","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.20.1","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"15.3.0","enquirer":"^2.3.4","lighthouse":"^6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.3_1591598732715_0.43949046638501876","host":"s3://npm-registry-packages"}},"1.14.4":{"name":"is-website-vulnerable","version":"1.14.4","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.4","maintainers":[{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"d0a97403d14c48f9c3601d7790c21685afebf3c9","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.4.tgz","fileCount":36,"integrity":"sha512-jV/OWaHRb1eDjyq3vUuOAcBQr6ZLGjHaySJYNeqTKlxnCwPThj2blZi2s19UZlscyeYRcZS0vjb8BapaMK5Mrg==","signatures":[{"sig":"MEQCIEsUOLcj+7FIeh+e9v6uiIOsY1HTa6WtBEf7jfYUtc+rAiB/+13cTqrFThHYde0ib8PO5KIK1uNcVO6d/D/PIUWJ1w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":310615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLoKYCRA9TVsSAnZWagAArXYP/iETrQFK3E3YaBMpeb+A\nqtdYJJKKfE8Ej0EoiNN+SGtvsncDHQ7TalOBGTcCmZ+Oio8m42ewEDyIRLY/\nQGgRsNmCxdeEiDwA8NTyJlVKh8bEPaLoXr2n+j5NLFILUIUS5tV2vZFollTC\notT+jQL/RRrBuwNUGpk1NIKqV9bzMoRC5YxgEJSy7ifmr753lJY06InqiJiZ\nabuGT8daoLZccBb99WrnNDjCruSkI5bVyqTotZKDXz7EFBBZRPbV7/koJ9i+\n3genp/8SRH6qrMUIS56bLChlZJeOgg9B3mzwpWsdJSJ5pzLfveALX1aj2nhP\njLfnHrJiiVCkf+lkjW9hOmr5FmuIQSxd+VesEykVJk5dn+2AGacDp1zBGrFA\n3xdUq7Ra1uQAASOPyNElAe00aBlo73J+kRntdq8xe8cRtRBAdSBn6X37mdKd\nza73qoPN09G2ucixIO2mD1z++pA6r4BLKJVzWgTo+EpCmeedIUHFt0nPlrun\n4z5EbKEwJnP1ZazG7sm6pzgASckPmJBIxQo9/RG0v+riSNjmvEDWARZbRi2U\nJRjaKN/NLbHg4rSIuxC0bcEDLH2kCbJfiNG3rDD2luNrxJRbdvoChehesznt\nFPYoTyMbQCZjIna+6fxH9jItw5q/Od8nbSL9btmPB2NgaZDqVxbYut+aTW56\nvuIQ\r\n=ZE5O\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"6db48335e7d688a17af9e2747db201b8df49c1c3","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.7","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.22.0","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"15.3.0","enquirer":"^2.3.4","lighthouse":"^6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.4_1596883607823_0.3905114861097658","host":"s3://npm-registry-packages"}},"1.14.5":{"name":"is-website-vulnerable","version":"1.14.5","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.5","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"421d3643a444d198a571186fbab005fda9de95eb","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.5.tgz","fileCount":36,"integrity":"sha512-LhdPMHoCxiHtuHNjfwJYSt71f94ME3cPyMq0+55GdUVQ8zkzLR6vVgGn273HVWmbScooA/3xwO/W0a33mbiTzQ==","signatures":[{"sig":"MEUCIBPbdHEKVMlQ85p3wrcehGcuZN2uDNT96g3c+k1+ON/0AiEAvUKSumI23eZnaEDGpgwtOZM5DrXHmX+skXX5ir7c2po=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":310945,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfigYoCRA9TVsSAnZWagAA2goP/1nBifkH9dBz9+W0pfjU\nLnzHkPJyKBFOTSRz4FxQnMEH8llat0scFugzCencGS6m6rQn3dMD8yDceBq2\nLbGD+shRN4A0w5ESTE9tp87oxryis7dtkNsFGkRi6y2IPEIT40aapF8VKOS5\nBJHTpP1pf/vHDh2nVyAJ2NLgRTLY3dFrB3GjjhF1gi3whwM0yv/nE19sR3xc\nXnB2fLxSQzYHB98HHxfyebvxO1cPxlE/rmdF483yn71I4u7XwK0+hzrl4CrD\nf0bBFbcfgtbQsGN54h1V+5YWG7ib5EmgStXd5EtoatihImhUR8TCd/5ByA8e\nAzfoo8CNLmlRIbq1A79uomQn3JuvlnGzU0ei2IE7TUOnOpGsv6g0RgI1Rxf1\nLnodBa/asBoEK85Y8tH3drweG4F5C0A/lBuvlwV0bkQC0yChQGElbEdRWnpO\n29ILdB5/DTZNPIT/DuYhzidnSoM+lo1atrlioJnwNSxN4H2vdmB8vUEuF38+\ns7pxntT/CAM7m7j6NKmHeOQ3kSa+zUjJMMegHcWNWb9pXN+JhknOppP/NE96\nqj6kCbVJp6chGmRWlX9iKaGKXdEjzrkw1ejbHDKGQgjR6TY3nY7z4hUPjPpw\nO8Ph95+W92A+cA4WK4AJTZE22lVhYCcD7FDA6J8OxHQRv8DINtYbVG5ItyM1\nWJfJ\r\n=M8vO\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"56a6c10ea9688f5db815a3a8ae3960544a137609","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.7","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.22.1","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"15.3.0","enquirer":"^2.3.4","lighthouse":"^6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.5_1602881063038_0.9657375326301751","host":"s3://npm-registry-packages"}},"1.14.6":{"name":"is-website-vulnerable","version":"1.14.6","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.6","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"c153c80cebce867d4502453e8be634e30bb00d83","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.6.tgz","fileCount":36,"integrity":"sha512-smQ/hyfkCNOf9WYVgdZtGx7UGnsLtV634UkE9CHg8KhAtGouP0pkwxS4pBIs6tL4teAbORm1RvWCiPiQducZiw==","signatures":[{"sig":"MEYCIQC5LLNatEQ/Os8vL16/L+DkPjMIS9Ar7TCelYf6dEaXVwIhANyLb8qA+/HGrhKXINlBXarp/ezMGgLXFfSrrt8LE8u2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":308814,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftRIQCRA9TVsSAnZWagAAfQIQAIJDFm1cjnOyrqojmqf+\nZdwtKiaqZHCxHsWAC1fZYCm/GsNnGjGYkQDmcgXGiYWV5aO+UG0C5YdMCVy/\ndVty0hQKo3DXDTR+X/Lp/+QubvgvGbvLMUGzl5w5Sv1OAII8HDPOv3IhRXVW\nnZka1glBYlNdD2NlnuSdw1mNBVofTouxXVgDxuFzCI/OHt/MYmX0EdMGKlx6\nvG1gLSQj/54oKqc41gcmGiGI5wk975DqtL6pOMxwFJJvKQe0WQda2jAdMV5T\nF05wW9WacDH1y+MWHb87l1VpL50UWW/1H/xbH29yW2hZWljXICEvS/qZQTfd\naSG+YiUB/TU/7R7gGMAqlytiZB6/8N+9p6sR4Wqhcpx/7iFyczlmdHcqWaOs\nfB0yhgrIN4BpQQZyrQFQmwhLTrX2EX+GFpiSuIxIk0yvWdHnLr8YYRQ6TD9H\ndINE8grFdVik3FBkiZS34dzawiYgoQTNBuJsjlm4Dxpx2Pk8260iY4clCbxJ\nrxw3FM7XP3HXNrniK33tXQZ7ZynWY8sA60aquBne0sVCFiTJdNDzU8LL+6Py\nLg96L9Y7aVnUJxCDwOxh4ukD2S4qjwKTvEnfWc94dXhwGR+8/J3CoK///LBN\nkpFaKXEDmYYh1nAxTiv+/eo8g0j4rsvMcg/x3nh9Yp23Nf0QQBtRVPsRubiA\nmqMj\r\n=x9TS\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"34d06be1f879391b2bb4398e756cc5be6cc31494","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.7","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.23.0","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"16.0.0","enquirer":"^2.3.4","lighthouse":"^6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.6_1605702160353_0.16922552586303774","host":"s3://npm-registry-packages"}},"1.14.7":{"name":"is-website-vulnerable","version":"1.14.7","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.7","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"31aaf67e37cec2bd159ee5e91957edd21cf6ecab","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.7.tgz","fileCount":37,"integrity":"sha512-h3zd94r1dVpTPMSg6UNyOAEg1XJ1+pzXmZHJR+M04t7LHaPT8rDm6zfMyJqE7k5k7uAB+Idm+Dvmdx8hezzWBw==","signatures":[{"sig":"MEUCIQCnMqTurdrp9J6bTAckV48UK0wj7R1uL0W/LmHeyk4qIgIgfz/pLGqLmJqpT7fcMFu9QxtHZVmB30noQmDkBzgOerg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":309303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMA8iCRA9TVsSAnZWagAAu9MP/06GfVMsOFCjemGnkz7A\nklh9q9kaSZJKz/iL3FU3EXLW+NMTqU/J8uHfkvzUyRulUNJ1LYo12yLnVHF5\nWe0IvcvylqK1MePQ4DZhWixXO/ltGkNh61+sr45y5Xgux6L8Jvp7riiZRupF\nfwBcr6vGL3pxijmVGEblnzWvQGTIxRnEwN0vRsRMRkajKsT+y7T07AJD+MCE\n6iNZVj25sG1PB5brqS2xMm+PlRODptGXYDXL16uafeQyt6AhuBBkJ1pYuRGm\nS6Yalvvjf4Hmgu4utSMHkVZwiq64mhJyTiRsxCAqh7DHiNT4CUkaOhDNHEu8\nncHuBUPX76wxvsm1pSgg32/uzeQjXx6Z+oKQ+n3kgaY4KmtQTkDK0Z8rnOb/\n75oFOVqFPRgWwoT2/XXbttW9E8FnRG/n1FcdDIJsk79cjgUk4rLL2OOHRXJc\nCo/LzVI8yEHUViaouW8loAUR+eXoJJJpjwspK0+R0cCxUOdnZEwuIQQO+lfX\nqRe2tJ4uTKnG0NH1OEgna9q/v6SabxIgUuwKFiL4sc2ryM6TnRdslzQpPmfR\n4SlshAfRVrN3T5RJ+rKWEkJbootY1JkpiH3w9/WrrnNvaixUT9SdkVRMo8EK\nuELkpe6aFT7+tajOLYp3LIXf1kAZ7Or0lHSoKXaNBzzPqBjFC4OkRxpup1lI\n10ui\r\n=taMc\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"b9bcf0e39efa895979f66e5b7edb2809d23878bf","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"6.13.7","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.23.3","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"16.0.0","enquirer":"^2.3.4","lighthouse":"^6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.7_1613762337445_0.6135943265733697","host":"s3://npm-registry-packages"}},"1.14.8":{"name":"is-website-vulnerable","version":"1.14.8","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.8","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"ec018145674cc79ed938c913352ae0c16f3091bc","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.8.tgz","fileCount":37,"integrity":"sha512-q8/fJxTBwAbeTAWMEFE2khFqXbugrJJST0YlQ5uv7jKKaLwWVU+OWD1CpMX+a40gwx/YYydWCMG81ck9B/aW5g==","signatures":[{"sig":"MEUCIQCevkpCnigGeHULcPy61u0HX3joU+T07R+CrTmqhphQhwIgdrhvN69vPvTfD8XRCPLqNcq0VHHVUdM5z+PgZCOs1L8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":314432,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0127CRA9TVsSAnZWagAAdMUP/iY4AUiw3dZu/cTf45pu\nN4r+sy15HLwQaou11D2jGXWP5NMqenurFNiYYt5W2pLW+qp+LZiOUh7R8bR3\n+Za/yo6yds3vwklA0PKGDrINXqEyZdTml26Jgqi7HIA99pgDrRO3eYAxCBdW\nPSC4yayP2MHUptX/KXCaEPcj1I621m2TZAVAn45WsAuk/wK273/eoIuEabjH\nsFgYTfMrF6BfyVzzZZaMApzhD+QuMd3sAnedkLE4JfQPJ8wSz1Y7BjCGi5gl\ndYJf0FGsAS1ipolnDDNpYbW0r67bKrs8oDjYMGPyonBRCrtsX7kCFq3J1aqj\nTLzgtxEgYn4OlE2COQzHfsqpeDjdgo51EnHFocbxbzIFynsHdTDsjOY0up2T\nEg8Gtg/CuqoFP3xo78aWcCqb3J+yklBshFWYuUo7SKQNRfF45R05pKi6FHUN\nppQZXMNPsLBuxuvS1OPxsTSAs8mkuKTVyaRTKuPkUWimQrQEOoRT8uD8reHU\n2jx5YrxsCPf/i+/VzW7e2NkLBE7yYPWNv63r/L75wkrrg3XTNJB6aomC2uuF\nTwV9+KoN/NGXqDGzKTjL50uAk38k9F9Sq/9n5TZ8bU6hnBWik2VUt1BpXYtZ\necvIBJTc3d3lsdoq8nNmurI2X99Fxn2/BGiz5xHckPR/G9rUXNWeqBcZt2Jx\ngD6H\r\n=xfQ5\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"273fc7ef783feedb82d73663cf616084f4234731","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"7.18.1","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"10.24.1","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"16.0.0","enquirer":"^2.3.4","lighthouse":"6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.8_1624464826862_0.973521927918892","host":"s3://npm-registry-packages"}},"1.14.10":{"name":"is-website-vulnerable","version":"1.14.10","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.10","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"ce7a00a6fac2b86a772434465ff9d257621551f2","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.10.tgz","fileCount":38,"integrity":"sha512-n7F0edXPOH+/AwBiGuvBxAn254wULlFBeYMPf8UZ/S3/HReGMYjZTgWV4TvjljkHV4Xm8c/tRT3qomJmq4MFhA==","signatures":[{"sig":"MEUCIDxC0lnRqwvzWou2HwP2Suca2ZNHLtjWkzxKpOWrt7QnAiEAqniv4rXyiJUvzPmn8mRKTu21/tSQiCE406k2P89MrbE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":981579},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"6f337baac3fe301b407863fac8ed7083c9ca2470","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branches":["main"],"analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"10.7.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"18.20.4","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"16.0.0","enquirer":"^2.3.4","lighthouse":"6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.10_1726163224215_0.9521306045597953","host":"s3://npm-registry-packages"}},"1.14.11":{"name":"is-website-vulnerable","version":"1.14.11","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.11","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"daf1dbb53081331df583c55067e68c13e40ac80a","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.11.tgz","fileCount":38,"integrity":"sha512-wGsMid8E2Dd9ZTjcgQ3QVG11pO7+0J46DJvypxD+DfJIu5SgzrQSms3BWVGuRhZnPNEusSl4KBrMTzRzSmk3aQ==","signatures":[{"sig":"MEUCIQD3HnRUCV+F1qMN+3mNRbiLTAoALcHFPp7UQzi5GN738QIge7AcVXOCx+2bEvLlyto+9RJNK0KWb0Oxf1mlDzIdu+M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":983056},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"9c2cf8861ed1cd1a510508e630f0fa5a866e085b","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branches":["main"],"analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"10.8.2","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"18.20.8","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"16.0.0","enquirer":"^2.3.4","lighthouse":"6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^17.0.1","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^5.0.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.11_1756968694242_0.19652310846896293","host":"s3://npm-registry-packages-npm-production"}},"1.14.12":{"name":"is-website-vulnerable","version":"1.14.12","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.12","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"954cc01318a3d065c575b45e4647d91785493850","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.12.tgz","fileCount":38,"integrity":"sha512-pf+Z9Z3lbVAIhxOcGH4swYDlHxxCANNXKQKCbTm3qLR+ubKWqXkszjxe/Zn5SWO9R5ALjLmyo3G8EHJMNs+yPA==","signatures":[{"sig":"MEYCIQD2uNp2JOD8PkLyC+pHO0g+aFwlQKisIAhxQI2WYyTUPgIhALagrHB3DEjHrScBfIxQfbbEaNVkbv4E/wR7SCOSjk0J","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/is-website-vulnerable@1.14.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":823465},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"f8be59840f55465242106e62d5cc1c9ac5c4adad","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branches":["main"],"analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ef1f5e43-11ac-466e-872b-9b816fc2f611"}},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"11.13.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"24.14.1","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"16.0.0","enquirer":"^2.3.4","lighthouse":"6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.12_1777220507657_0.6179674220120295","host":"s3://npm-registry-packages-npm-production"}},"1.14.13":{"name":"is-website-vulnerable","version":"1.14.13","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.13","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"2abfc767630f9385406939d51af66153cf83bae4","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.13.tgz","fileCount":38,"integrity":"sha512-+Xc9q34nB4ba4BcpHkTb2F5gVKdTPqstctCK2t0slxmUTn/EIVTT8AZdsGWx6JpXVxOJBrukWQDvTxy1N3R13A==","signatures":[{"sig":"MEYCIQCdpt3yiWx7I5EtbJXGDlhuj7GjLFsz9QjTEHY4AAP0HAIhAJQ2WIqABavuekQpzjj8OhEJ/mX2jHpkeiluR3gJNjyQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/is-website-vulnerable@1.14.13","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":823498},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"6860775f249d434f0b41c2dca44e80aa10361b2d","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branches":["main"],"analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ef1f5e43-11ac-466e-872b-9b816fc2f611"}},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"11.13.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"24.14.1","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"16.0.0","enquirer":"^2.3.4","lighthouse":"6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.13_1777324920122_0.21711302696854884","host":"s3://npm-registry-packages-npm-production"}},"1.14.14":{"name":"is-website-vulnerable","version":"1.14.14","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.14","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"1d73cf0a12d3501374eed61401c2d883eb22ec34","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.14.tgz","fileCount":39,"integrity":"sha512-eSPmu5MB6vEJaqoRRQr25KVr2oeKBgWukxduRSkddcDCfZLf+gIDctlxTZARjcR2owGjsTGIIOzR8cP7K9drlQ==","signatures":[{"sig":"MEQCIFravaaj4aWGwbhn8x9PgPDpNyVuL6MrCUlvxWhLBHRtAiAcNmFu5h18NGqivoN5VR61/xxGuQgFDMY3j/A5dvrkDg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/is-website-vulnerable@1.14.14","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":827421},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"5460e82cd6d91871144b4de5a6443718342e89d1","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branches":["main"],"analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ef1f5e43-11ac-466e-872b-9b816fc2f611"}},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"11.14.1","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"24.15.0","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"16.0.0","enquirer":"^2.3.4","lighthouse":"6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.14_1779005170658_0.20585487759084287","host":"s3://npm-registry-packages-npm-production"}},"1.14.15":{"name":"is-website-vulnerable","version":"1.14.15","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.15","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"fb9e9e22fca3a4bc9ea292506b265dea9e6093c4","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.15.tgz","fileCount":39,"integrity":"sha512-ikAwh2zi855+Oips0vkiW/8hyRRzfZ8maZoGCbVHdOpnNwoE73zepnnnWKcC6oyTlLixz3xrr7B0FL/tXeMlvg==","signatures":[{"sig":"MEYCIQCHSq1o9jaXe8UPalZSa9y+lxi8ilhsKfN/vdXNuV/+YAIhALsMddF2y5mjaqYrSb0dUuMEDh/ceERceQNzEIMd7YoZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/is-website-vulnerable@1.14.15","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":827426},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"node":">=10.0.0"},"gitHead":"b35a23c4e4fd0c56cf2b06543bbe062dffabcc24","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branches":["main"],"analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ef1f5e43-11ac-466e-872b-9b816fc2f611"}},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"11.14.1","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"24.15.0","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"16.0.0","enquirer":"^2.3.4","lighthouse":"6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","cz-conventional-changelog":"^3.1.0","@commitlint/config-conventional":"^8.3.4","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.15_1779029044140_0.9526222723221596","host":"s3://npm-registry-packages-npm-production"}},"1.14.16":{"name":"is-website-vulnerable","version":"1.14.16","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"is-website-vulnerable@1.14.16","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"dist":{"shasum":"d4272ad5f442ee2ae6ed32fb216714b49be7b2e5","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.16.tgz","fileCount":39,"integrity":"sha512-5BDb/9yzo61kLxNXTTE7dYrhrn59ppVB8Z6TDPOO0hSqqnTGsHLv2KpU9189dwoYPQFy69+AHGsdU2tFAeawHg==","signatures":[{"sig":"MEQCIGdycDI7bdmAynn+2nAstkdM1QHJv7z3dslDLEvOKwleAiAR63kwthDIWwh7Abdy2pRVXIoXIHJLcXeazIS+fwimVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/is-website-vulnerable@1.14.16","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1016122},"jest":{"notify":true,"verbose":true,"testMatch":["**/*.test.js"],"collectCoverage":true,"testEnvironment":"node","coverageThreshold":{"global":{"lines":80,"branches":80,"functions":80,"statements":80}},"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"]},"main":"index.js","husky":{"hooks":{"pre-push":"npm run lint && npm run test","commit-msg":"commitlint --env HUSKY_GIT_PARAMS","post-merge":"npm install","pre-commit":"lint-staged"}},"engines":{"npm":">=11.10.0","node":">=24.0.0"},"gitHead":"1ef14d3f1d487842df0fe5fd508ddf387a57cf8d","plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"release":{"branches":["main"],"analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"lint":"eslint . && npm run lint:lockfile","test":"jest","format":"prettier --config .prettierrc.js --write '**/*.js'","lint:fix":"eslint . --fix","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ef1f5e43-11ac-466e-872b-9b816fc2f611"}},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"commitlint":{"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/lirantal/is-website-vulnerable.git","type":"git"},"_npmVersion":"11.13.0","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","directories":{},"lint-staged":{"**/*.js":["npm run format","git add"]},"_nodeVersion":"24.18.0","dependencies":{"ora":"4.0.3","chalk":"3.0.0","debug":"4.1.1","yargs":"16.0.0","enquirer":"^2.3.4","lighthouse":"6.0.0","is-url-superb":"^3.0.0"},"eslintConfig":{"env":{"es6":true,"jest":true,"node":true},"rules":{"no-process-exit":"warn","object-curly-spacing":"off","jest/no-focused-tests":"error","jest/no-disabled-tests":"error","jest/no-identical-title":"error","node/no-unpublished-require":"off","space-before-function-paren":"off","node/no-unsupported-features":"off","security/detect-unsafe-regex":"error","security/detect-child-process":"error","security/detect-buffer-noassert":"error","security/detect-object-injection":"warn","security/detect-pseudoRandomBytes":"error","security/detect-non-literal-regexp":"error","security/detect-eval-with-expression":"error","security/detect-disable-mustache-escape":"error","security/detect-non-literal-fs-filename":"error","security/detect-possible-timing-attacks":"error","security/detect-no-csrf-before-method-override":"error"},"extends":["standard","plugin:node/recommended"],"plugins":["import","standard","node","security","jest"],"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"eslintIgnore":["coverage/**"],"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":true,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","eslint":"^6.8.0","open-cli":"^5.0.0","prettier":"^1.19.1","lint-staged":"^10.0.7","babel-eslint":"^10.0.3","lockfile-lint":"^3.0.9","lockfile-prune":"^1.0.0","@commitlint/cli":"^8.3.5","babel-preset-env":"^1.7.0","semantic-release":"^25.0.3","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-import":"^2.20.0","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^13.1.5","eslint-plugin-promise":"^4.2.1","eslint-config-standard":"^14.1.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","@semantic-release/github":"^12.0.6","cz-conventional-changelog":"^3.1.0","@semantic-release/changelog":"^6.0.3","@commitlint/config-conventional":"^8.3.4","@semantic-release/commit-analyzer":"^13.0.1","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0","@semantic-release/release-notes-generator":"^14.1.0"},"_npmOperationalInternal":{"tmp":"tmp/is-website-vulnerable_1.14.16_1784833114945_0.9738212465142384","host":"s3://npm-registry-packages-npm-production"}},"1.14.17":{"name":"is-website-vulnerable","version":"1.14.17","description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","main":"index.js","bin":{"is-website-vulnerable":"bin/is-website-vulnerable.js"},"publishConfig":{"provenance":true,"access":"public"},"engines":{"npm":">=11.10.0","node":">=24.0.0"},"scripts":{"lint":"eslint . && npm run lint:lockfile","lint:lockfile":"lockfile-lint --path npm-shrinkwrap.json --type npm --validate-https --allowed-hosts npm","lint:fix":"eslint . --fix","format":"prettier --config .prettierrc.js --write '**/*.js'","test":"jest","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html"},"author":{"name":"Liran Tal","email":"liran.tal@gmail.com","url":"https://github.com/lirantal"},"license":"Apache-2.0","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"homepage":"https://github.com/lirantal/is-website-vulnerable","bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"repository":{"type":"git","url":"git+https://github.com/lirantal/is-website-vulnerable.git"},"dependencies":{"chalk":"3.0.0","debug":"4.1.1","enquirer":"^2.3.4","is-url-superb":"^3.0.0","lighthouse":"6.0.0","ora":"4.0.3","yargs":"16.0.0"},"devDependencies":{"@commitlint/cli":"^8.3.5","@commitlint/config-conventional":"^8.3.4","@semantic-release/changelog":"^6.0.3","@semantic-release/commit-analyzer":"^13.0.1","@semantic-release/git":"^10.0.1","@semantic-release/github":"^12.0.6","@semantic-release/npm":"^13.1.5","@semantic-release/release-notes-generator":"^14.1.0","babel-eslint":"^10.0.3","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-regenerator":"^6.26.0","babel-preset-env":"^1.7.0","cz-conventional-changelog":"^3.1.0","eslint":"^6.8.0","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.20.0","eslint-plugin-jest":"^23.6.0","eslint-plugin-node":"^11.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.1","husky":"^4.2.1","jest":"^25.1.0","lint-staged":"^10.0.7","lockfile-lint":"^3.0.9","lockfile-prune":"^1.0.0","open-cli":"^5.0.0","prettier":"^1.19.1","semantic-release":"^25.0.3"},"jest":{"testEnvironment":"node","verbose":true,"notify":true,"collectCoverage":true,"coverageThreshold":{"global":{"branches":80,"functions":80,"lines":80,"statements":80}},"testPathIgnorePatterns":["/__tests__/.*/__fixtures__/.*"],"collectCoverageFrom":["index.js","src/**/*.{js,ts}"],"testMatch":["**/*.test.js"]},"husky":{"hooks":{"commit-msg":"commitlint --env HUSKY_GIT_PARAMS","pre-commit":"lint-staged","post-merge":"npm install","pre-push":"npm run lint && npm run test"}},"lint-staged":{"**/*.js":["npm run format","git add"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"standard":{"env":["jest"],"parser":"babel-eslint","ignore":["**/out/"]},"eslintIgnore":["coverage/**"],"eslintConfig":{"env":{"node":true,"es6":true,"jest":true},"plugins":["import","standard","node","security","jest"],"extends":["standard","plugin:node/recommended"],"rules":{"no-process-exit":"warn","jest/no-disabled-tests":"error","jest/no-focused-tests":"error","jest/no-identical-title":"error","node/no-unsupported-features":"off","node/no-unpublished-require":"off","security/detect-non-literal-fs-filename":"error","security/detect-unsafe-regex":"error","security/detect-buffer-noassert":"error","security/detect-child-process":"error","security/detect-disable-mustache-escape":"error","security/detect-eval-with-expression":"error","security/detect-no-csrf-before-method-override":"error","security/detect-non-literal-regexp":"error","security/detect-object-injection":"warn","security/detect-possible-timing-attacks":"error","security/detect-pseudoRandomBytes":"error","space-before-function-paren":"off","object-curly-spacing":"off"},"parserOptions":{"ecmaVersion":8,"ecmaFeatures":{"impliedStrict":true}}},"release":{"branches":["main"],"analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],"@semantic-release/npm",["@semantic-release/git",{"assets":["CHANGELOG.md"]}],"@semantic-release/github"],"gitHead":"72df47ea2fd0ae081fd8cc8d61a3c14e0171ced2","_id":"is-website-vulnerable@1.14.17","_nodeVersion":"24.19.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-oFkCnMkPj16szX3pEnzV3ABu0eWewCgwTj8/ODLrL0+Kx1gSNQahQVc1QcQ0JAJScjJYK+rvfsiUlXyys9NcrQ==","shasum":"36f8594fdd565fc731985a5cf99d52c3b3dad647","tarball":"https://registry.npmjs.org/is-website-vulnerable/-/is-website-vulnerable-1.14.17.tgz","fileCount":46,"unpackedSize":1021541,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/is-website-vulnerable@1.14.17","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCcUqzd48UadtYRFCYahF6GAqPye5sH09OOvxExj1FgXgIgEZrIhfM0LdxWGkvHvcvhQfAMTi0/dSiLIoPEJz4p07A="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ef1f5e43-11ac-466e-872b-9b816fc2f611"}},"directories":{},"maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/is-website-vulnerable_1.14.17_1786102964655_0.614266616001415"},"_hasShrinkwrap":true}},"time":{"created":"2019-10-06T09:27:09.847Z","modified":"2026-08-07T11:42:45.088Z","1.0.0":"2019-10-06T09:27:10.112Z","1.0.1":"2019-10-06T09:37:31.598Z","1.0.2":"2019-10-06T12:22:16.688Z","1.0.3":"2019-10-07T07:31:24.910Z","1.1.0":"2019-10-07T07:41:13.038Z","1.2.0":"2019-10-07T08:19:31.363Z","1.2.1":"2019-10-07T09:07:52.935Z","1.2.2":"2019-10-07T10:30:10.536Z","1.3.0":"2019-10-08T20:06:55.094Z","1.4.0":"2019-10-09T12:01:34.506Z","1.5.0":"2019-10-09T13:55:16.327Z","1.5.1":"2019-10-09T14:23:08.996Z","1.5.2":"2019-10-18T08:41:52.623Z","1.5.3":"2019-10-18T14:19:25.520Z","1.5.4":"2019-10-18T15:07:07.708Z","1.6.0":"2019-10-19T16:22:48.118Z","1.6.1":"2019-10-19T18:51:19.082Z","1.6.2":"2019-10-21T14:04:38.632Z","1.6.3":"2019-10-26T20:47:01.931Z","1.6.4":"2019-10-26T21:51:04.619Z","1.7.0":"2019-10-27T07:28:41.325Z","1.7.1":"2019-10-27T22:10:01.352Z","1.8.0":"2019-10-28T13:14:57.275Z","1.9.0":"2019-10-28T14:25:22.958Z","1.9.1":"2019-10-29T11:23:14.183Z","1.9.2":"2019-11-13T18:45:23.615Z","1.9.3":"2019-12-05T14:42:51.733Z","1.9.4":"2019-12-16T03:17:05.055Z","1.9.5":"2019-12-19T01:37:47.372Z","1.10.0":"2019-12-23T21:43:56.496Z","1.10.1":"2019-12-25T19:21:09.576Z","1.10.2":"2020-01-16T22:08:57.560Z","1.11.0":"2020-01-18T00:09:43.785Z","1.11.1":"2020-01-18T00:24:34.476Z","1.11.2":"2020-01-18T00:31:24.864Z","1.12.0":"2020-01-31T12:45:01.920Z","1.13.0":"2020-01-31T13:55:46.212Z","1.14.0":"2020-02-03T22:35:19.546Z","1.14.1":"2020-04-25T16:59:28.883Z","1.14.2":"2020-05-20T12:23:12.611Z","1.14.3":"2020-06-08T06:45:32.853Z","1.14.4":"2020-08-08T10:46:47.969Z","1.14.5":"2020-10-16T20:44:23.708Z","1.14.6":"2020-11-18T12:22:40.539Z","1.14.7":"2021-02-19T19:18:57.681Z","1.14.8":"2021-06-23T16:13:47.135Z","1.14.10":"2024-09-12T17:47:04.553Z","1.14.11":"2025-09-04T06:51:34.463Z","1.14.12":"2026-04-26T16:21:47.793Z","1.14.13":"2026-04-27T21:22:00.580Z","1.14.14":"2026-05-17T08:06:10.846Z","1.14.15":"2026-05-17T14:44:04.350Z","1.14.16":"2026-07-23T18:58:35.146Z","1.14.17":"2026-08-07T11:42:44.813Z"},"bugs":{"url":"https://github.com/lirantal/is-website-vulnerable/issues"},"author":{"name":"Liran Tal","email":"liran.tal@gmail.com","url":"https://github.com/lirantal"},"license":"Apache-2.0","homepage":"https://github.com/lirantal/is-website-vulnerable","keywords":["security","vulnerabilities","website","scan","lighthouse","audit"],"repository":{"type":"git","url":"git+https://github.com/lirantal/is-website-vulnerable.git"},"description":"finds publicly known security vulnerabilities in a website's frontend JavaScript libraries","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"readme":"<p align=\"center\"><h1 align=\"center\">\n  is-website-vulnerable\n</h1>\n\n<p align=\"center\">\n  finds publicly known security vulnerabilities in a website's frontend JavaScript libraries\n</p>\n\n<p align=\"center\">\n  <a href=\"https://www.npmjs.org/package/is-website-vulnerable\"><img src=\"https://badgen.net/npm/v/is-website-vulnerable\" alt=\"npm version\"/></a>\n  <a href=\"https://www.npmjs.org/package/is-website-vulnerable\"><img src=\"https://badgen.net/npm/license/is-website-vulnerable\" alt=\"license\"/></a>\n  <a href=\"https://www.npmjs.org/package/is-website-vulnerable\"><img src=\"https://badgen.net/npm/dt/is-website-vulnerable\" alt=\"downloads\"/></a>\n  <a href=\"https://github.com/lirantal/is-website-vulnerable/actions/workflows/main.yml\"><img src=\"https://github.com/lirantal/is-website-vulnerable/actions/workflows/main.yml/badge.svg?branch=main\" alt=\"build\"/></a>\n  <a href=\"https://codecov.io/gh/lirantal/is-website-vulnerable\"><img src=\"https://badgen.net/codecov/c/github/lirantal/is-website-vulnerable\" alt=\"codecov\"/></a>\n  <a href=\"./SECURITY.md\"><img src=\"https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg\" alt=\"Responsible Disclosure Policy\" /></a>\n</p>\n\n<p align=\"center\">\n  <img src=\"./.github/is-website-vulnerable-logo.png\" alt=\"Screenshot of npm module called is website vulnerable that detects security vulnerabilities in websites based on Snyk database\" />\n  <p align=\"center\">\n  \t<p align=\"center\">Many thanks to <a href=\"https://snyk.io\"><img src=\"./.github/snyk-logo.png\" width=\"100\"></a> for supporting open source security</p>\n</p>\n\n\n</p>\n\n\n# About\n\nFinds publicly known security vulnerabilities in a website's frontend JavaScript libraries.\n\n# Usage\n\n## Command line\n\nUsing Node.js's `npx` to run a one-off scan of a website:\n\n```bash\nnpx is-website-vulnerable https://example.com [--json] [--js-lib] [--mobile|--desktop] [--chromePath] [--cookie] [--token]\n```\n\nThe CLI will gracefully handle cases where the URL to scan is missing by prompting you to enter it:\n\n```bash\n$ npx is-website-vulnerable\nWoops! You forgot to provide a URL of a website to scan.\n? Please provide a URL to scan: › https://example.com\n...\n```\n\n### Exit codes\n\nIf the CLI detects an error, it will terminate with an exit code different from 0.\n\nExit Code 0: Everything is fine. No vulnerabilities found.\n\nExit Code 1: An error happened during the execution. Check the logs for details.\n\nExit Code 2: Vulnerabilities were found. Check the logs for details.\n\n## Docker\n\nTo build and run the container locally:\n\n```bash\n# Clone Repo:\ngit clone https://github.com/lirantal/is-website-vulnerable.git\n\n# Change to repo's cloned directory:\ncd is-website-vulnerable\n\n# Build Image locally:\ndocker build --no-cache -t lirantal/is-website-vulnerable:latest .\n\n# Run container:\ndocker run --rm -e SCAN_URL=\"https://www.google.com/\" lirantal/is-website-vulnerable:latest\n```\n\n`SCAN_URL` is an environment variable and its value must be replaced with the desired URL during Docker run. Docker container will exit once the scan has been completed.\n\nIf you wish to provide command line arguments to `is-website-vulnerable` and customize the run, such as providing `--json` or other supported arguments, you should omit the environment variable and provide the full command. Here is an example:\n\n```\ndocker run --rm lirantal/is-website-vulnerable:latest https://www.google.com --json\n```\n\n:warning: A modern version of Chrome is assumed to be available when using `is-website-vulnerable`. It may not be safe to assume that this is satisfied automatically on some CI services. For example, [additional configuration](https://docs.travis-ci.com/user/chrome#selecting-a-chrome-version) is necessary for [Travis CI](https://travis-ci.com/).\n\n# GitHub Action\nCreate .github/workflows/is-website-vulnerable.yml with the url that you want scanned:\n\n```yaml\nname: Test site for publicly known js vulnerabilities\n\non: push\njobs:\n  security:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Test for public javascript library vulnerabilities \n        uses: lirantal/is-website-vulnerable@main\n        with:\n          scan-url: \"https://yoursite.com\"\n```\n\n# Install\n\nYou can install globally via:\n\n```bash\nnpm install -g is-website-vulnerable\n```\n\n# Learn Node.js Security\n\n<hr/>\n\n<div align=\"center\">\n  <p>\n    <a href=\"https://nodejs-security.com\">\n      <img alt=\"Node.js Security\" align=\"center\" src=\"https://img.shields.io/badge/%F0%9F%A6%84-Learn%20Node.js%20Security%E2%86%92-gray.svg?colorA=5734F5&colorB=5734F5&style=flat\" />\n    </a>\n  </p>\n  \n  ![Screenshot 2024-09-12 at 20 14 27](https://github.com/user-attachments/assets/586f3151-eed9-4542-92f1-de9237f6783c)\n  \n  <p>\n    Learn Node.js Secure Coding techniques and best practices from <a href=\"https://www.lirantal.com\">Liran Tal</a>\n  </p>\n</div>\n\n\n# Contributing\n\nPlease consult [CONTRIBUTING](./CONTRIBUTING.md) for guidelines on contributing to this project.\n\n# Author\n\n**is-website-vulnerable** © [Liran Tal](https://github.com/lirantal), Released under the [Apache-2.0](./LICENSE) License.\n\n## Documentation\n\n- [Project documentation](./docs/README.md) - development, testing, architecture, and conventions.\n","readmeFilename":"README.md"}