{"_id":"lockfile-lint","_rev":"78-04c09b148c936a13ccdb472e02df4e09","name":"lockfile-lint","dist-tags":{"latest":"5.0.1"},"versions":{"1.3.0":{"name":"lockfile-lint","version":"1.3.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@1.3.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"8b1190e5ceb56fcc66d00abdec8bf6963d50389d","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-1.3.0.tgz","fileCount":14,"integrity":"sha512-qNrJ86Ohk0ZCJeaybtA3EnKoxWCn0vxI1vJbWf3gwaZDigcbxKQhjh0aAa/JQUS/SbY36SEgmJXSeXExAclwgw==","signatures":[{"sig":"MEQCIEjqFgOIkqNslGBDfHKEhrtONaJoqktRFp3nAqDj5Xa/AiB1omH8kL3FqwIWPVWUJY/q7hiHtpta6qqvIoq60NCYqA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33085,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCSeLCRA9TVsSAnZWagAAOHoP/2RSgYGPKSoAQPpLTvmV\nCMsDV2qXqpq9OPeC6MUBYLQYIcqu2U/DqsNb/+ZmgrXxigivUfXsDpiSCSL0\nA7a1J/53p4FtfSEGCQIZLF9F5lqVF3fAZ5R4YB25mXB3DSwEQZk2fxyazxQQ\nsFHq+tC7njzx33+gNfkMGmkVoOKzWByrHG0IaEwMtYIBjPSgUJAlwIXhk1Id\n7Cpvqvw9rx36g9oGAf5skJD2DfXMRKH5vU8s1pI1BH9z97CbuSHBQpv9Glza\n+PZN/FlNoDg4qm4yX7xahVihBeTcQaSDbhityyEfe33o6wgMd4FFVwxvnnhc\nTMbzFqf2FdsfYdwSs9b9JonfkEzFRzfYPdyw4+rt7/uX1q61D9OFgDW50CT+\nj+y/rnuvdqeS2pzFGnKHD4ckur074rdMZ48BzBMTrH5+E3RdO55D9VcIv/v6\nE5ilv4ucCpXj0SB/gztXO4ASY2cU8GkGaLU1KtfuuyyhAGqDvdgrm5vfZGI3\nvvuVasRhH+Il4uYL+Vj2roBUE9ngVn6w6fdVUD55N/ZHL1OnRgueAPtF21mf\nD76CZ3SFVgvc4FIZ7gDyaZ0UB9I36qG4CIV87JJ2EKqDljPG5S6uwpYkZi8p\nfxs9aQN0dMsLGSOcxqt7POzsehFDOYJt7bCK50BavW7oqLhkrzGX3WmIPSlo\npa32\r\n=1VEb\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"85dbcdc5d12d314bfeb2d02149beec0d63ddd458","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal","email":"liran.tal@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.13.0+x64 (darwin)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.13.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^1.0.4"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_1.3.0_1560881035454_0.6468355480103918","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"lockfile-lint","version":"1.3.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@1.3.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"d95494864b3e6693bbde508e4728bb7b1d583883","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-1.3.1.tgz","fileCount":14,"integrity":"sha512-1dWbCYEkc8U0aLJYdURThUjQ285LUEPLy4HUZD3V2cbbUIfgcTGbRkJPzxCGjU4w8ZsiXbVrZL+7YICZ9u78rA==","signatures":[{"sig":"MEUCIQCcgu7W9M/yUpWOhgvvqP5fqH/D0WwWT0bLq40tbBCOHAIgelA6kYrvephoTtTkKsWiIBwV0YWHeFdSOGtbw5y+IaA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33630,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCUy3CRA9TVsSAnZWagAAbHQQAKEgYUfHrdRIewtUC7Lk\niL2LR/ukhN7NdANZOajQtUNJ4FWwR6UpgTxN/SN7UzUlTGWv4gSToI1fLD37\nYaUPbLMGWwu74zVvNffxCVfY0LFdIvBggJgSzlp9v03c8DaWp2x/NlpTPQmO\nho/ukr8k6sh5bzeo8ZCeTz5ZVXBxPO4npMkPNXaKbg5z03JOELGvR/fVeTqT\nDFeMrVtAgSV7rG+saD4ho2rQtYyeDXByI1PPdaK9/jb5j18fhwN/HIDaXprz\nch4Qev5Dumo6rqtB3EsVBTB8SQ6VS7uCs3arPSMqPrFvusb7al+j0fnMRetU\nQNnvXyWzCbCE9nP0Jj6rHmaGL49/azrQgEMbISKskbXKtzj7XT9Q1P1ZOcAF\nTpyAtlxXzeeLkCKz1BwNPMyFL5aHuMI++LRx4JQxlYFAMPd3/Mbjr2iStWUm\nwSHQsREtEhIQ6ViI8cLDQD24jMFMAI/o7tErwE/GvtU9KhyDiBpQyJsfBTTj\nzmFWpI6pkrCgjg4cRunyRGA4OsZ9L7aII7/Za/k532Ea7g3854s5vnyRB78i\nVqv9p/HVM/2d2zxpRkv6nBxWccpxlcfh27a2JhC141gtdiskPFbLjVsHs6QV\nZzgVxLUipBS/r2VAV4nltSC6ekZb599NSX4gBZc/M8PPVUR21zsu0l7hBUAV\n7cyv\r\n=Qw5i\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"3f7ae3e99df958b0fe8b72e6f9efbc8f655f2d52","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^1.0.5"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_1.3.1_1560890551057_0.9728247981816946","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"lockfile-lint","version":"1.3.2","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@1.3.2","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"578e723b9b347fb6dda84d6f5a19549117f2a747","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-1.3.2.tgz","fileCount":14,"integrity":"sha512-DMG+HhFVjmHAIU1ujFSZoVrYKKSJUsxMUZQrA+BJnLVhJh594t8UXUVKPqtgk24XuXXxklPKc7gtY8vkTEF7VQ==","signatures":[{"sig":"MEUCIHVDe8hfamz3kluTWZ0AFI6Qfpqkfh73lQGK3voN9WnAAiEAvE/EMzwPWn5Q0B11O5yPuD/1so0TsxOHVJGgDJmwfew=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCeiMCRA9TVsSAnZWagAAuxsQAIwJNuUV3cAZiyFe2Ps9\nLi3w5LzANqe1LjPujcLUd5MK7FTh7/oQMVc2VqBO4A9LyvZU6sdRr4WjqRLI\nBWd9DMaTkRQ5BdSFAccdkt+97OdvI7RWiUUAFDbjwUpHrgI0LQkh1/ct6ykn\nuvchT8aZEKGftorUFeo+l5XMAR3d3UebsK89E8vbKusUDG732jYLeGlR74I2\nOXQ+1fAqwJrDAFDcSm/eWrEwHD8rQ67S+YO8PWbct44B3r6LahwbE4MrBhD0\nP+OextRWTylXvJOmPsX1S2sM5NBNt/sUuxP2i/RVk8VV8PDckF5f4A/HP4Mj\nNBKFyfXGLX4+/RMo2SzVwSCFf9/ooeN4YijHdOeB8f3VkV02pa5wNLP0iFJY\n6rJOAi42w9djHk37/AzEMRxzy9hb6HPMEmqGi2qvPRWJYy8x2zhqblF4WOyS\nWJyrO5+5OAQ5V7isqBsPx4nx2nJmj5kVpLgXsFbWz+a0LcD/IAfG9rnt35j1\nSqtQeaOzq0CwqsUr9erXENiqC74w6KA9aXyo2rpEvVZYEsdZRlV+pA4Cmha5\nUpfGCNLoeHRl00oEFeESG+pKIvJaqPWJLs5H1I3GTowdkZUNg0068nceUP0D\nQscWxKgP72abZZuP0s0CA3Z17oYflBgfKyFo9lb9Yl/wsiUX/hgzjkILMOkP\nJt8K\r\n=P3Hd\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"57527821393d539a79f43d24fdb92d669829cf7f","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^1.0.5"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_1.3.2_1560930443975_0.8342799386534137","host":"s3://npm-registry-packages"}},"1.3.3":{"name":"lockfile-lint","version":"1.3.3","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@1.3.3","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"6cc506fa181582b237c4d5dfc9e3bee348c39635","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-1.3.3.tgz","fileCount":14,"integrity":"sha512-ERbe4oREIbRH7ZlyFkm2GetB6HWgFuryb7ANgHNbcOVtoe3HEOfsmHaOKeYTeb2jqDbAM4u+2spbr0nyxbgCyA==","signatures":[{"sig":"MEQCIGOSQQR1kTENQ5wQRl6qHlP05fslRegnuloXofF3mxaaAiA+fIqpz3QqnCXwx815UuuAbjHh9J3C2aNb5DfMJxp9/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCenXCRA9TVsSAnZWagAAoUcP/RSAmkO7QHs8BNBYcBzj\nDOWLastkuMJRIIechGXmri6weCQjU8K8qrQjwaTXnef4nDOisoVFa16Zt8YY\njB8pgXpr03Xh2jwpUZReZw3GdvFCFHgD4yLvJRVzsfPKsJPEt21U84YhJp02\ncARiiBBtXwqZNETAKmLzsZ7GBUiT7t28i2Hcfgn7BHHrS6SWMxdFd2wKjGVr\nDrzHUSKx9rOHHRHlQjgZ2dI2lmsYb18w4zGdZ7UjTMcdzatxSxB7EhEa+Z9b\nZN0jZzbVAxgZRsUwyO/xDDutSPq6tu3/x1exMjRE2dYPPvAOQErmV4JZk1FA\naBrm76QkVT/uR/lt3vb1Fw0+BK1ZBp+dGe9yo25x5Aiscx/wOUfiHoQsmia8\nN4KnWFnfW1QRyq4DmSQIB043HmoNb6fYhgsdeuTYsm+THil965CykZVkLuY1\nEGt1vRW8Sfe/O1IDSqsWqM99m0imiQwnO6CTHJwO5wXuG7qklYhF0tTgS2l/\n6QyjqtNfzp78GaI6/X4kmGX09iLdpM04yYAFFWWMZ/etCnK675GPHAjUbQ70\nQROMtKsIZ/DT066GjKI+SsFw+TthZpSEQIIqZGiEVcdP2ZWIgyVlyhUMJ1Bn\nDMmDve1lY1EbrXf++xPN0TsfWbwt64W8YMPOq078XgXOinCkMVvSzrUNw23d\nUROT\r\n=z2KM\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"4aae546f4644e6c469cae058a47a8ae5bbf046db","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^1.0.6"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_1.3.3_1560930774964_0.803410045157273","host":"s3://npm-registry-packages"}},"1.3.4":{"name":"lockfile-lint","version":"1.3.4","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@1.3.4","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"eb34ea9a363efce5503cb7762db7a06536db990c","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-1.3.4.tgz","fileCount":14,"integrity":"sha512-nuaSHDnZADhUPINMv5iIHuUHInQNUaWgEIYNNpincMSoCeFAwPDbjoMAoc2SpOckcIWflrTq9fvhM7ZZNjx7/Q==","signatures":[{"sig":"MEUCIQC1YMAAVlSKKQEY4FZTVpPm9ylFjX3TsXpWilbiUQIRSgIgNtHbyS7aqkwLBEVGmfuhdzsfpHd5tai5Cc6rL0vkESw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCfCNCRA9TVsSAnZWagAA0TQP/AlAUFLIRoIVz7FNhT53\nmlxLZjXC2fwE0EPc/d5QjKzn96gZtXgpnIWg2WAUitOW2czgVoWrfRbJNadL\n8FYSqycNTpYVSsK041jfrNCIPjdDuo/AfXmRn/ntMuAHjyxLTbjoWROX4LJY\nvHxpC3zbiqQfg1Vfdy776qQ+2f9dfy8HZbvL5D0lA/uoXQxfN3MYPJy4Q2ar\nEqzlEQLwZSiaV9ueWe1DEfFjLZqZSMryKbaqsR6+DOHYzh/kls120C/dXgZ9\nUgEnSorcEjxtnua1xdRGml2Eaa2DY41LbEiQiMKWTYk2d5UNb5KTB05y4lnU\noNdFFXr576TqQLl1nNkdl+XBRLHDGNRCUW4zmAryMEsYC0t/rdyES/Ugfhq5\nv6XiRrZjgKjY1o19Hv3qdq66Ltb0cg74rnUGUycWCWHIftkWyqNl00tEF7Dm\n/2mInzIWvG1u8nesH+RUmIaWFmtjlS4NCrrz1VSec+mHj8e+T4Y6l8InKe0t\neynJFB6fORdAX4Hj+9nBrGKq55aq9d9rNiwDZzc05M9DihZVqw7Nk4CRyhp3\n5PPtVEjBdC1WH4ezAZxGFMSxsLgj0yNFKBUrHSEzeHUM0gwmIGUK+1/TnyZM\nxKijdOamPmU57LX9vccYxb6DC7NcpVfmwFdFMFaUfWGUhXIuXtXgLatGx2Te\n88gj\r\n=H/sP\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"50626dd32553deb0486cc235fd43b9d1db081b20","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^1.0.7"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_1.3.4_1560932493002_0.5272450574402268","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"lockfile-lint","version":"2.0.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@2.0.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"7a8946a771d3ea2c7c13cf8c32cf35799be3a06d","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-2.0.0.tgz","fileCount":14,"integrity":"sha512-3aIxpwSKGG5k1UxPi61g6SlK7AwTJq78i08eSCvUxOHk2IBuKH6xrKVHxStTjjupARpU26iK9csnvjlCGvl8bQ==","signatures":[{"sig":"MEYCIQDi/eyRr6+6xh6un7DaC0BLqcwpOVS+cT7wlE5BP/0uYAIhAP9lkVi3sdVlL8POWxVWNkpQNqdPoFvd+zWxvjF0zKL+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35700,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNgP2CRA9TVsSAnZWagAAUFEQAJDismXXlTkXFYaMyBcn\n3QycdltPpESELYXzvgQqO++SmYEkKPl9KZtYWKBSw36H08McekOCTAhIJmsI\nx4AqI9SdShvWtnvtXDLHtebD09QZoa1z0a5Qr+fAH2/D5vKAFMZklSup3LJV\nfnOaUxtsTFJ1FsKGchdKxGPhAGFqCPuQClAVkUdbf0YfMLWoJf3/N3vMsvY7\nxDj+HR8XJl8YLfBVppeLPAygXTDNfe6bgoXXPNv+ybTERoilvwElgbQlmOVb\n7XOJtGUILBQHxtDhgwk7S3Zug92AazZ4GgUinkZjYk7AVRZHQdkHCnUVdAFF\nTnzfnUB3afuynaqssueAA9bU2md+6DyBe/3/yTlUj1zwwnE04HP8/0g/oI0p\nQiIlFsg9XCCfRjxZc0CeMEsff5Zsgpw+kfx3mwU3abYmUh2EH3vzYPXpQkRG\n+omzPBDRXusuwJP8T6C999sOJ+rN3p1YrfLYWjxKSoq13kyUPKF6rsRuRb4Q\niqZ6R6BZ0C5iOO3p12ZxQl2P1ygCD8LycMyJ3yaTbu3762VmVE9pktszlKzm\naOid8qlAlVufv4OvDPCzmgjq0+H4uZ1pUF0EC62veoELjysjA98lhNzfPd71\nKXr5rz1RAnSFEjL8w4a1dHJTYOSbUHlB06jdguBEJ2I8aHTCNW5Fe1U7U0kB\nTHr5\r\n=KS+W\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"3739ad92ae0f272605c6f76f023e48cd2ce31003","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^2.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":false,"devDependencies":{"jest":"24.8.0","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_2.0.0_1563821045970_0.4088024926341529","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"lockfile-lint","version":"2.0.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@2.0.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"b2ccd71530f2861a433cfec3b9deb18b01a2c5e0","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-2.0.1.tgz","fileCount":14,"integrity":"sha512-hT6Nrx2ewTtmZ/N3KjaEpLaXujHmIjcKU32pcuX20JhGgkTVWBlU3bDkIh+Lob7NG6zD96ASOUL6t/dQUa89WQ==","signatures":[{"sig":"MEUCIGrj4kDFGDYMWpklzRHQAgFNXk+oofnpOsxwdNXW8/hvAiEAv3R9PeHMJoTVWiFzZHcPICC5vjddZG3cmFOXzte57VA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35983,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNgvDCRA9TVsSAnZWagAAEpkP/0lnqssL5+1xFo5NK76C\nAHQv3w8/eN7lglev8QqSasIfoke13Dvou7Ge+OCyCyPUSrgiDG5I+oaMUUFh\nnBJxsCNDwQPPhP3aZNdQrYfLkeXh6JIB9osWSOO5sWFDrPq0X06PlEctryjc\n+MO6tdTQc8If2hGfgBDS7sV1gF95v20ARX7HTN6/i9fN4IWiyFr1dx/MKh8w\nTxS5sdQKA99qwvigtmOjI+sK/KN2lPSwl/ZU7YA87p/DnA55So9DIWhti72K\nnAmFijOO1CH/ZiwatTHLT6oFOt/EDM+c8IIuRYBkl52Pgawi9eNA3VqcbIVs\nKasv1H9dey4akiv4v8ljwG00zHHbSQnL0K8g2TcBOBxa/Ml1U2Yf/qFSiseG\njv6tr+AdKtVE6yYMFUtoaeWQGfMViAzI2c/cVFG5qEZOuK/EY2+4qqAqWJa4\nMt7/tLxp5/5+ECF/bJDdQ5yQyMfjeWTFh+Er+ur7LUpRBQUeoJLTJDTohiIG\ni3l0J9IdvrE/as21glIaBWj56PFqjSQU5GkGsZW5E0kxTFRohPtAJiO8pZR7\nijAgRCz67blwfY3+uaXqyHoUrwfEYT+vCd88t2Rn7oeAsKA6pitG4gK/gkv2\nhQkPcbGPAPrU6KlvB3iAU2/Ks5GBmKxVqNG/9WwnJt0s7yzJUWE5xbBglw7N\nfDvL\r\n=qFU7\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"21aff5a3ebf575e7fdb224a7374a01d27f923e64","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^2.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":false,"devDependencies":{"jest":"24.8.0","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_2.0.1_1563823042415_0.5038024140859712","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"lockfile-lint","version":"2.1.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@2.1.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"2cedb027e284a1ed4113428e7c8abaabc3da04f4","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-2.1.0.tgz","fileCount":16,"integrity":"sha512-cDe7ihVe5vAXTuDkSF94EiQPpMJ/rtV5o9NNfUbgemrn4mVbg6UlYXIv6Vl1r+IWOnaEiV5sKvYfooiYhTFMGw==","signatures":[{"sig":"MEQCIFVBNi91btbfl4Akqbytxs+faadVuXb3U0A22YlfYYVrAiAOojUWcoihtPTKVfXpX2RXQAe6KD2R7ZC30SD4EQvnqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdoatKCRA9TVsSAnZWagAALEUP/AoIYqe/I2Z+f6pFEY5V\nOVoItfFHnIg+qJEQPzJtuirNIkkNXCO4AVZ0UGIj83PwNcndvJqBv5ReQPfc\ndBZQkTP4DomfMzQYFe5yUIXhctNWEBpyQ/FwRMYJ5d4uTVlOvKRdYO+jXLv/\nCecZ0TYmFd/BINPgmv2YY6oMrrDJGhUvLq5SlkWVGjSIy6JezEQblJKL2xh6\nP9iE0PqkD6CKVNdNiVGPgH6LNnJQbqzDedT0+peWIXvNK58DEJH7Rs6KbLNF\nPpxoBySx+IV2XiJml7Xt7XIREdg8tsDerZdW55KTROrm2OfNufD9h2exD81s\nUDKf7k32gEswSMtO1Uynmt9xU9Xw6kqDiv5kCp1/p4D9Gjz2j5C6bHXeMZw3\n1VBOKSLrDiPLOtF5jZR68eMlWLNVVK/KPvKBGMwpQYhMAy2LSojVvrho/iJh\nsFbgOExqHQ7XO83fz5Fn9hRa/ONoIkSTXGypE8glXgKHiKHlkPpXxr5JLekn\nSnleyoZjzApE9Zc7MytuNy1FgMlwg/ntw0l989t4Wqp7BrPHGKFUk+UrMHcj\nqJtgAWX52VJfHZyXMZtyTFgAkrRl1OXatpCwbrFSBNPB3e9KUfCvlmk8iCVP\nS4qvbSnhLIqsvjsn4HrZQiiSM8gKwpnglgyV8vpcDjNS6sZFzfQVtuLJnoxP\ndnBS\r\n=7k6p\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"463ed503352b660a11512c199b87e37ea03ac043","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.3+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.3","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^2.1.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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_2.1.0_1570876233877_0.8474041264846488","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"lockfile-lint","version":"2.1.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@2.1.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"874e279f09467c5e22ace974f3339a5b33cf1baf","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-2.1.1.tgz","fileCount":16,"integrity":"sha512-2UT2jlub9567OOCLxOC3Rw9160SczM6HH3huO8UmWdeAFczj5kRc0jhAa0qqlisi/Mjjk3vZ15efi1YS/aIbLg==","signatures":[{"sig":"MEYCIQCgqpnInuGyu39ffqc4sZdoHo8UHf1rARgV0PYGmSPsIgIhAKentKtMwCLuJ923+q89BS+TZOkLSCum+SAQfg+PnRYC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42654,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdocvuCRA9TVsSAnZWagAAeo4P/iFFe3sE/rBcWDQJC9im\n66M6GXfRxhk1JYuZcBQGLwOje4fpHBzDrsDM7GS80lXOE1G4aJyQrVkzc72E\n7S2Isxe5vb+sPRtyogNzV492x9JNgjt3/w5Rkxi6d+S+5sVUQgrh0xqBK0FV\nl9Nsk53MNdPsUOk3s+sjp/D9VsHXMf/dCuDNwJYoC7knYAIYadqxwlDs1v1n\nyGbi7XnG/vM9lvL3AjW1q9Bx/rB2tqyA2gzDywgL+QzU5eunWWuEntMFJ9C2\nS0T9xIYQERfSiMDjqv2Wpv3ePT8AmXc6oSQ8gRRQexIHOHCOCFy7W39oOLop\n/Bi+xahwIcalNbqJdZ+Y/0d2qZGp0x3iIXROQojmriOjbSkQIB4iC21ViYrN\ntYiWLlTDfyLIuaLYAFPinmf40xKF0vojZQR4o/JC2gs66IwSRkf+B5OmHl4u\nBcu5u2sQsqtElzIXsF7pRV3/SThfWtNIwlsudxXyN7X3WJrAYRucAk8OU48J\nIbmQbfTf9z9hZwR23GrtGJSI2NncniZM0XdywXnbUqUt/Q1DuxmYDrGz0iOs\nILn8Xxi7KP3cgXCWRx+xbdB6S3/891pdHdXp2jDOu523AOb1drwKsoLyV0SX\ne7++pMPStRyvW80iv1OTxo4nZcn6YpGzI6XX+w/1ws6xMVEiJDqalCme15oI\naUm6\r\n=0YPW\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"6b3daf933872b245ee4003412ad9e7ef10ac813c","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.3+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.3","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^2.1.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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_2.1.1_1570884589336_0.6127933162888297","host":"s3://npm-registry-packages"}},"2.1.2":{"name":"lockfile-lint","version":"2.1.2","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@2.1.2","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"9df17e829f01b07f2fc4b8140f6b4de6102ac3fd","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-2.1.2.tgz","fileCount":16,"integrity":"sha512-IaURqANRZiXoPeSty+0k5bjGZ9mhdZOTFG7T/MjeZBXl6owzx1OmvXk/RTa/oJJVvSpHBFUgoz1I4SFoe2R66Q==","signatures":[{"sig":"MEUCICX1z4TDROterYCGtAvA4UTL9pq1YxT0rfO4RYjfJnDzAiEAzTbShD1OeBigMly9F3hPggSctkCgdj9EcI8sJmEeLG0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdoc5dCRA9TVsSAnZWagAAPtYP/ifJ4yLBAOykpJ4g6Sbr\n55/3pZYBx1i7RgzheU6NwXANXhj6oGWZ6UW71xxTCD4ipJEaTpdarjAN+h54\nQ8L+hmLFXYerSWbMs2hHRSbvfKuHyDvylaTLebvCL+wWgsZqEcOYyV0ke85f\nvrgJfRFgduH0E9AYsIoJpWzO9I1TjiKtWah98MYs6cAlCLud620LaOmVD2RM\nOFX2mOum6VzYPVUh/8S4pAFqi6CHpQ5hvtS6aF4VafC2NXq6FnC6Fq/2Vlg/\nwloC0ewlYtuw5SFzSB8q+8eN7uGfovRNrCsc2ObAxORXNYKl6aC6w74kc1Ou\nUF5MQ4oUxJHIkOfVTe/wajFX1e7rEt5svRxQPy54+4Ni5oISIsymI70u9vyx\nCL6N0OdMV0FX5Zvj6phMHnXZmGznTvd6FX9u7hkW3VE6fr0iEzUegvdrYbjZ\naBambneK5HCEOkyxir1hZwQjpWuwnu9h7RMe8QNcTNOMk9ZgouMAsuVeV9BJ\nHoRpnnIkQqGUCrrt+Klhs0aTeFkI0YiSibKJmF6TDXoEXisHFJsTpRP/brPp\nwRKzRUFaGtMfEmtr+V79BnFmy8mwetHgHHTTe7zOACe3bI6gmaKLhXhlHszh\nDSjGvTh06eAunnsVK4hjg9e/9CnqwMq55N2sSdIfD714hA6wwiYHrJQM1zGn\n5aY+\r\n=LngW\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"76a5b3c6b5342d71def53d1b9545e46496330bf0","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.3+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.3","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^2.1.1"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_2.1.2_1570885212508_0.39578372579050125","host":"s3://npm-registry-packages"}},"2.1.3":{"name":"lockfile-lint","version":"2.1.3","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@2.1.3","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"240ea88bd308dffab34701e6d20de9abf8e038e1","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-2.1.3.tgz","fileCount":8,"integrity":"sha512-7IqrpGDSQy5FLrjwpEBJifw2exRvTqXYh42kGH3iqf/wosVtlLahYUvTFt1P3302894S0Sxvao6kYywspv0obA==","signatures":[{"sig":"MEUCIEqPdD6x1gS46ZFYLGuZVERn0jhyBgaW4zQh5ly43ntyAiEA5JFC1yORxTpl/r9kUxOY6AYC/gpkfXDoBpOEZ/YX+DM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdouCTCRA9TVsSAnZWagAAasMQAIbMwyDETJFJM8Z0xY+o\nynVZFNXiru5EsaOhmWWSF6xHe8LsQoqM7RctQBg1pky6JmUP/sk1q3crqY4M\noOxpEME95iEASzJjc12c/Vzu3wJvOc/8OV162Gzq7zMTVWl+m7pM7jy03qEY\n4HszcJ+nY6qytB3R3qm7U3VNxadSefAK7isdTmB8VF5D4L9c5NW9Vc1N/dPP\nss+Eeapjnq+D4rBaNVVsKW4tuxKifDnZwPIeM/JpT77WRqgMJl8dIhO/a0im\n/ijVxXCWk5o+uwApfgGLVuxeDrG8WLi77eMo23CPsUDIMBECHeNmK38sZfub\nnhB7Bn98LTwFbTiQTwAU8OfWb81G/Ono2/r8AcIy92SajsOnh8mELnDfbbi/\nZIeQrS0DioV8LqsO2UY/NSmlf85Z/Qg6bHi6WMIm6A8KxmkSQq1babm1efkL\nMdS1FI9gNpfVZ7b6UKLDINZzPKQLg5VFfQtHcOc3Jl1Gsif2A8lOizA5mM+E\nOU1HRLWr6z9qdjNAGHzmqgqT8JJ8KXrVBVBUN4O6r53ka3JrloL2tE1JSZM3\nCtDFh6t7zxAa3nbPsRR8P1RFOa/u/qJenA2O2rdRz3navLV7SpW/SBScwn05\nkVrfNJJW4lb/CeFgU0ecmGu71SJFCKyYKt3WZLU2kHjltMsfPcD/2Ec2vXLM\nGY1L\r\n=5Mrn\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"7a21fcafe334712c1a6b71bf099b40d0093c26a4","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.3+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.3","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^2.1.2"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_2.1.3_1570955411049_0.23488699811087455","host":"s3://npm-registry-packages"}},"2.1.4":{"name":"lockfile-lint","version":"2.1.4","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@2.1.4","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"f8d01f07cbb855863c1dfcf3dc5613589da43b69","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-2.1.4.tgz","fileCount":8,"integrity":"sha512-80sYiUtIiUP+mpW2X+Iy0OrXf/7ysYjcisHVHA/X5v7QTFYAhxClMbEFP55HeashdWjVTRXw31RZUV6VloLI9g==","signatures":[{"sig":"MEYCIQDrABUfLID9/U4b92r3uoNauhAi5HFiCRqCEvA4+co3KwIhAPVrmpI061vpcOgMdserZOabOfB+VGGK3zkzlUWmxrTH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdou0MCRA9TVsSAnZWagAAvAgP/20wViqIpdpW8A9X4t24\n6gkdd5YETcwLrizMyauSBs20NWOKhjYs9EPz7N85vU3t3cIZuZS1GGcMPJSu\nwVrWSwbKf0lpVu8KGOGs2mstnmLLYnqG5xy8KAMQu5f7GHiHc1Sen++GEego\ndK593LmIsWoZGUfkUClTxCEQZY9WzvAJNG2+EivCMKchqdzcFgFTjuf8o1tP\nSbXemdArPwfH3npwNxWAujy8o6497n19tSbcgkop8aaIFTwYZiEOqCmhL+Ff\n2KDlqcP8fdaF1uwkOsFOLHFoRbRfPCBYuExYSztBinN0GeitjrfPMShoeux0\n5hXl/LyIjuel8nvvqpnghbMn78kBPWUzojGJOIitSecNi72paHbO70ea3IeN\nkOexP6cFZN9m7x33ocFp/h0bzQ83AXdZ2S4Vg1jNA3uTa/Kf/s/yKmgOE7Xr\n27uMTTQxr8y7hN33FAW87NaR2cyZkVAx0RCIU/kjpzMMcAGRVU7N5M/VuZW7\n6BW5a/VwtrSTIydtHMZpDzizx9rEOBE78EIA/YIXIGfZ2l50r8CzR16SGrtq\n1SH79B1OwOSiLlt1Om3/5ZdI+VRiMNZ+Rhiap324hDL3O4uepovFxokhoVFE\neIsrJxfsJNQp8kUE+spi4LBJ0O00oRe5I4c/KJvWm87zD8+9JTz8i1oxI1e1\nt0ug\r\n=cYhh\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"4d07dde25b70ba119f20c72a6308564e75e343e5","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.3+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.3","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^2.1.3"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_2.1.4_1570958603905_0.7111782280417223","host":"s3://npm-registry-packages"}},"2.1.5":{"name":"lockfile-lint","version":"2.1.5","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@2.1.5","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"267131ecec9e14a485fe65dcb8ffb52bc8a8c15e","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-2.1.5.tgz","fileCount":8,"integrity":"sha512-oqQ8gOXsoklNKx1XHvbHujBzQjfRh5ZP1dqBQ4920wLY8DPiFp7rxHr03OPzkcqZGTlOF0rawhEGUYJ3t/oJVg==","signatures":[{"sig":"MEUCIHI90m5pgpl6/kMpMOZCc2iX+fyE+AYkf/XHDPGGfI1GAiEA+Saa+78/NIFHjDbPSFLae2ajXm++QpX6gog3u2arqI0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpX9tCRA9TVsSAnZWagAApg4P/2Hu43zd7SGGioJTdBmb\n2CWy9WCYR6OPcwNgtbTCoV9ybYJWfY4xiKQ/pZ1GUw8Ja9wLdgvNbmF432w3\nvkCqVdOa2W7FN5PG5glNRJYR/dyCiB7Oqj5KGv9XwKJp9aaw8n0XCNSrQyAJ\nHUNQflvQuJVipMOGtm2X5m5g5WNPWUyQZlb9tsyDScQstWa/xn+gL8ttCihJ\nUgolD5w5/T9CQNEC2arPvIKrRDliSCXmmt0PnJ46Xguk06WHIR54HFtPGzo2\nV6TznBvkcucicjfzhl3o8WE61bWguqs4QbDTaaq4Va8kjQoKSHX3o3kB6WQL\naf0NGouESLaK3lGL2+nizufi/XkI4LGb8Vy///3b42LL4fxydouMlyYsEbuN\n2LY8LEvcMMj5/A+lSNRHe89f3FZQxfon3c1qVl7rjJBX3YRZheOUghHKWnRv\ntXnacpnIAMrFbiA3ExJD+eCAWM/VJx0IfqTlR2FtiTVDlyX/r5QRGlPsYDIl\nLz41XMETxw+qg3h+wYGLCYN9wRQENFlshx63PYBGdUUOyh/oz2qa3J5LjYk9\nLett8CJmFUQVIp33JBRLF04x2/DdB4ncgpBlpBQ+s3ec3wsCssjsLjTzpwjN\nMFoq0c82ZOj931suGc+8FxRA/Ld4cILZ4wKs9Lcf4f8ZdwxHGE8udhIA5m1K\nqbmQ\r\n=B4DP\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"ff32753afa5881b06fff6cefa1f19662d561f468","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.16.3+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.16.3","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^2.1.4"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_2.1.5_1571127149407_0.5487331611923143","host":"s3://npm-registry-packages"}},"2.1.6":{"name":"lockfile-lint","version":"2.1.6","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@2.1.6","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"c36a2e42a7efd28ef5ad8cb7b6d8f1bd24425bb7","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-2.1.6.tgz","fileCount":8,"integrity":"sha512-KI2kgPuUEe88uPxaWF8/9h6NrabkgjKfA6OXfW7X2an3jhKRzz1ogNZNxNE0OhcyuZtGAifcMSCcIqfogBI+uA==","signatures":[{"sig":"MEUCIQDxcWF/O0TtokQE81AxnzV8X9JBkD4ado0cmWVtY3cLxwIgBEeus/ZShgt8f1frRbax/wLpl4BDSvjRyInjl4YVqNI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32255,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsjYeCRA9TVsSAnZWagAAzFQP/jUHrYkkM9CE0LMPY62G\ne9oH0gUCqeX+cN5pxE4qHdGLkAg9Pkr3saVytB9+jo1i7D46TC1WyN3INaW1\ncvJz39FXMNy3D35E54CbMkWD/E6BcQlonxzVzyvTA/3tS2oSiQ2PN+c1aubF\ngF5n2yX40jR2dDkRR1PzWwvVlXJ9J4EhP6/JLQhwCyJYT2ANyAOTbCjK0uCX\nCCnjUVt6oopqhw2sFGiLCiWkFhka3EdniGUTxjxnEIVtSxazpjfHKZ4clkiJ\nxlKKcw2iBDw2qVm8LYqUGc5B0UvFUK9tJe0dOBx04IxrlCBCdbaU3y+FRDFy\nQngdOsytngtR7yrpaiHLAW2GSnvHg6PRKamjqhyGDh50dzDmg0rBSnsQU48u\nVXwFR9VpDcKEcbfBdErIi4kf5HvWrdeREdz6xwMYJmiXUYPw2g/COuEhlOo+\nfRnAZlmu8TCjoZa2IMqQrKKy+/wO7HvJ806O5wTaxHN6SGm0zE8GB+mNoJO4\nD0+EhstuBISj9r6BEnm3zec5lPykGu8kJnHcrjFSZv9mExbGtIMxzY8cShsp\nHV2ENtjPgz9Zdi97FT6Pvkooh1lguMaRA4hnWicxaO7dbLzkqkrHtq3X65kR\nnpI7wL9PPmaU91Ws5iGbOGgTok9tcF3ZIxj1ODUHZUEZGaqfqp3h5bmSZP2X\na1DU\r\n=ZX8s\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"dfa2a3021c4567860d3a59f81efea0cef76ec61c","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.17.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.17.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^2.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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_2.1.6_1571960350224_0.781015188853269","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"lockfile-lint","version":"2.2.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@2.2.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"24fc4ee8a62a7491c3aecb0e7ca7ef705719cb58","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-2.2.0.tgz","fileCount":8,"integrity":"sha512-3RMEInA86I/NNp4ZYnh9UDme736Iym0JE++CdfqXt5VjqRK+LnnaE0v+swqpgDO+FVF/AsjpdocipN6qefEpsQ==","signatures":[{"sig":"MEQCHwYzG4N0JBCUPCf/1GguLwqLfqmiYPA7JOkIMNPBudMCIQCQh4QEs7oie0oBF/Xo0tTRBc7W+OeqdozBDV62E64L/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdw78rCRA9TVsSAnZWagAAPVAP/2JPvq2FtcqUCqQJyM+h\nVTWkBBy4Gx8oPjfaG4OHAJ2cRtYXFcVq26V3jNllee/kF5nE/wIuICcqcAaI\nAh/cga2g0C5GHa2uqVly47p5pB33Nl8Y+GkPc6kcOBTVHOItWef288WhSHmX\ndxbwLuOAIy10ANg1HrjtvN7rtkX5ahujKFJJUoHLwZUuCKge/8wk/2KCoEZX\n2hIu+k7+lZoYuMgeUvP500QpiGYD0F9kXwEvh4or2LPvxVF87Vzfy6VrCeLX\nL35xRFZEpjyw4HIYm6ijZK9uv0HL3HCVOCFlYu9DRDo/JPcSn06X22Km8QJ2\nWsZqF4m4tEL/Y8CfEEn7/JVtYJuIuZoNENb1QZT5IXQMv19PaQ5LH5/ef3uy\nS/UkTtp92vsRleyQiIiNzgDs5r3JcuUXiPkOfhodg1IMV1AMMMh13UBoR6Yb\nwBkYOKt8JYb5OJsCusFyZAKx6OA5molncXj5LxCAD1TnVp2LQA++WRECnMa3\nsiag9f0Sydz5wsmrqEMGquQnX8bV7cxCW7R4ov4C90XT7F9BAXZYisepsJVB\nHxiGQ0yUxIS9sJgsRvByrLCjaT/NNQzhsx6UUsWS/PDdnbdvRPqeTYhxSQ8h\nQieW+aiTzbxSN2yZdUqw7kU8GZ85k10iPwZyAz3XmIucdPYBm8CMJVW4ARVj\nKY/b\r\n=1AhF\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"abc71fa09a39ef2975648ac540eb4c57534ee463","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.17.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.17.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^2.3.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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_2.2.0_1573109546929_0.5612130161361928","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"lockfile-lint","version":"3.0.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"7d0ef3d0e4442dd2116f4c105bbd3cf9e0b32c17","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.0.tgz","fileCount":8,"integrity":"sha512-b+mqiSynaDllnVDl6/3hIQL3eO1rAWXA3OOGyTeSAUX6jsdVK3sR+Z4SOOAm4rD8V3e00y14Ds0ZdBrYdesi8A==","signatures":[{"sig":"MEUCIAx4V1D/KbGGcJP+4VnBgZ/+NlWNdDpPUMW7+WQIO9VOAiEAhtMmWSRzPeXSxhzx6z/8eDkLRYGLWNbSFCns57gom28=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33814,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2BXSCRA9TVsSAnZWagAACe8P/0HXKceMyr9O2KPwv4Qg\nDN3Dpbz+Yy7bRG2dveJRqO3K1vMEx7vDp73bAfoOWdo3eVcwKyUvf9kPF8dQ\nfIUnYUheGYf5NrG9nGQe7nbgqneO3Qbu2aNNaUO4QwHg9JKjXqkXPohH9UPO\nRExWw+iHS0i4nAJSZLtihlFaFZLm0S9Xn410c+VA6JM6NZ5Xpzd7Q/2mijIb\nhq45lZt9iAJaKf8mWx+V9+YJxlb4EjveDMc1x3ydF02sEgiE8m/gg0LAUVOf\nzahGTxfor78u4uBuux0JmTjypgUeuWjBo0K2BRQB1P3r3pkCuMF8AC/x+9+N\nyAr00zrYNn9Px7JCB0aris3L83fwS7/tj9KLVkod4IfsB7xCVlARcBBErVpq\nonKJB87IEYXyf/NF+HaYiOfjz2DGFH/65xA0Mi20y6us70FNgTIapDxfw0Jz\nZLCNC1k0sysQv2M+33QOW3qIzUJ57JuckHRmkL2CtARMvrOu1IVUptdbk4I8\n2lMFACsaw1BrLWOZ4Wy8pdCUHXUyV+yMt2H+rIJikpd3aQUAStpBsW9KZYZd\nkBiZXpY2uO8ai0hIqktCqPhwV69WcCSTo6V/dNsqWoU4xAGlRn20gWti9zkT\n3Y6UpxP9np4CwOCn0Nu5pNPQwMKEgyuyWUftrkFWCekDTw1dakJ8xhfKmJJf\nbjxy\r\n=EfL+\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"aa0474c97a9b9ef08fbf65804596042dc8e6816c","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.17.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.17.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^2.3.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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.0_1574442449686_0.62696012180974","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"lockfile-lint","version":"3.0.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"5e5f8f36851a69029fc418f73e2dd11e478a7463","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.1.tgz","fileCount":8,"integrity":"sha512-vLD1HR3sAfYCzWPmahwD5uu9G9tiHlcddK5Vj7aihJ7FTWFCWg7kIkmK2grUGOrCXOBqXSmGKBT+4QyOVVL8nw==","signatures":[{"sig":"MEUCICbMQK9wxSzlRJTl+0DcXhDfceO6j6RKCNpIr6FCb4qIAiEA47sbzNikt7R9IEjrSf05OhEJ5nyKrvX29EHLZvuXkOM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33910,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2DwMCRA9TVsSAnZWagAAPYUQAIkxHu9vohSBel5Qo8ch\nfEKrT0SFu29UDRbgVQFxmjwKmfhP18uQN9arhjd9Y/h7B2RGvSf/y9cn6vP2\nr96ZvE6loRrWCm0qKgk6FTzYhzeMWJgtD3llmGX0apczK28wX2pvG/9Yw8/L\nfavd44ZsmowyMYA+rwR5q/LIbmCCKARpCiu7qWigtRvvHsRMfzn79V9BVAjB\nG8O3ZJV2UlB/8Sj4KumFEYSCOd41/4AQNltGbUPEXQ36sPTL5EqGYgO56I4t\n0CM2sSSKEl0ddtW4PlvLUDdm+jcC9FeQJabjFBJ1FcVE9p93+QWYYMTpqQ1d\nWQvagaEM96trIuNtCklX+bzDdsAdVBZYnFBJ/YTfQOxhJAJMsaotgoWO4nd3\n1I4fEw14NX3/rhmnUU9QIfg1dcx/XzoinizFCiBG9+NokxoewnpjES64ac6T\ndMkprEchPEb4VfLT/hOJbv6wSjoVoczy7+4+LJv88+lEVLViBG1hk6K5C3OY\nLpXFCicjaJzhF6GelzTceM+kCKH7hTL4GfHhcJPRnWrSEPSv049ghOFduZdn\n9BRncgQBifjrmBVjCupe7+BxIOFr4vqrHNpS1vvkETUeAFTsvZPScziE/epE\n+TyTxflx6QcqZscQ+WZ1L4z0HmPpuB4EP0tCIxM/y1HWN3JLpQbUYv39PVns\nRQOw\r\n=RPZw\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"76a4b3fd4684a766d103a149ac9cfe989ed8ed5e","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.17.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.17.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^5.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":false,"devDependencies":{"jest":"24.8.0","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.1_1574452236002_0.4542290040271688","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"lockfile-lint","version":"3.0.3","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.3","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"e4d93bf2eab08dcba037fc312c86afcffc0a87fb","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.3.tgz","fileCount":8,"integrity":"sha512-9P/BlLKs4y5LkKzRay7wPHbtTYeXvzf8kh36z4pv24kcYtuTDY10gOWZwkoO/3mCSVh4Yk9QwIEUdYkjPLGPdw==","signatures":[{"sig":"MEYCIQCFUPjWJHhUHAnRtEHeS1XvV45uMhtT1Ih/IFNtzPs5TAIhAO551D7dFFHTgiwhOK2jyI5iOMWzgb4Xtnxnyj3QBhaH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34264,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd4ARwCRA9TVsSAnZWagAAdJUP/2QjRCU4aJ27QU9Cl1qd\ntJJltoVQHCPY1OWIzYBMqKsfXtIMPQZseTbuY2t20/DQ4EBpzDkv3JKnwvUy\noN+Q/NDs0dlSQOKVywSg9GjFKS8gJ2XXGPQZn3sQWAS8d+PyxGLJ2bxTas2n\nS6CPjurriRbiTeX+cXVCFxWTJpbt460manVLx42nbN0FiaN5L/QzpZJjqr2+\nBeSDgsvi0sX7C0Dt3sTqil1q02nUjpHw9pUDWJRg4mA79GxPMyRnPS2iT40H\n+TV/fPr4ii6gu9ucX7Vn3AFoJvbf1Zpspm+syLgb9PFg64zf5ujfDB8SKIwx\nZ8f7Vxlb25bZMefUQj32/ddHG3Ec4UeyiGHqGNDRWBN+yGgx/GHDRrTZLm1T\nhxO70y2f3w5mRdeQlen1qorRCPECkZsNYp9M4qkfbbd6+RrON9a5IlU8Q5gN\nNP+NW4qbz6+ekwsvv9fe1yo5PAArKxkQNVSXGjNIKDSTLpDfP+Ku5hPUaCS8\naBvWW87TtjOH42woMmcXVkjfJuQr/e7KCGBx1Leg7xHVtzGW//egSoFT8iRc\nSo0XACXB9jYgjDOIzKSd8xXNFxGXu3a9K2h1c6slYfoYRDoSpwkKW5Gt3oyL\neT9fou0Xzk2/22ktKpfnuYMEFM/LKMRsN6HFivjKXv+tJYS46pLf1nZu/IWr\nyhKe\r\n=vCes\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"546c1db7f18193677ffce7d5714947e7d88cf494","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.17.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.17.0","dependencies":{"debug":"^4.1.0","yargs":"^13.2.4","lockfile-lint-api":"^5.0.2"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.3_1574962287560_0.5753574540631574","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"lockfile-lint","version":"3.0.4","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.4","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"e455c3af4e5d73774708c92225ab3c045df8119f","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.4.tgz","fileCount":8,"integrity":"sha512-rzsZbpOfto7E3+faXJQ5DKjjWBWPxUtPCEdO0GgtyBcgUK62vVFaRRJzXApqUShCyRu88JklKSfVaj8RlPq20A==","signatures":[{"sig":"MEQCIGVgbtiypzuSBxX1O/Mngq0rDmKq0q/owhxH+Jxx8XOIAiAYOnI9CTY6VAerz/SM4z6267zRsYoJdA//T8T5YiVHsg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+qhSCRA9TVsSAnZWagAAaHMP/3VY3wxSdQKA5ROP9sDB\nq0rRpbRsKLf7OOLuHVkFjC9B6sG1iVYjj2aeiXBjv/WeBvHXOB4c2EKd9Ogb\nkDbEaa9zaJcHvHiOfGvCitZ5PxGyLhLdzs/n1YXUpnt7Yjli2wmuQX/ecZbY\nGyqn+g7Uvd2nyzkP9creXpda4Q+2OhV7NMV/fcR5C5paRtvO3q8CLf6lNFHo\nKEM/XyQE0y270U8gT3hAWwf64jS+9U+Ru3AL+gA+hI5p/xk3KDtZ1pSPbS6d\nswy5nUrmb/RtZYE4HPSKlcgRWdM5r8iV3eu0+rcL8YVK8TFXgrpgtbxHYV8Q\nVi8yX0/WwhlELi/Cv6wK/JjEv/I4IovVx2yoqIct4xdG8qDBknYMQJteNW+P\nQJuGj3aKCpv38qV1ld/Rfc9Kkocdcy8BZw+Hw+9xIR1/u1OfkKcWp9QhZ8TH\naFR4wEBlQE3N4/3ybvNgjAPcbPiVuADtzXs6ej2eg4zXHhpwRQ5LGeAeuXJ6\ncXQ6+eHKK1+tEvt2GF7ez6jdQ8EEy1Ts2FMBd9DE8YMmIQjCVKMQ0aErwiG6\nzp5zVaASHQ9b7Bth3kPRH//j2cvM1aWk//xtKofaVEnrimUwNWcYG79rzxli\nn+OcNPMVpdakyjI+yJdKNvr4XrXJWBJkjIl7N8vLVfVeqwRY0JE8K8fwYrJ/\nJan6\r\n=RrTE\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"acbdc9a7aa94fcbf04697e5b6e5c33e1281e586b","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.18.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.18.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.3"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.4_1576708178361_0.5275731947338851","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"lockfile-lint","version":"3.0.5","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.5","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"dd9dc746dc3635404223feeeeae43d1b1d61138c","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.5.tgz","fileCount":8,"integrity":"sha512-5d7Mjo80SgCVTRyEiyKMyLfOi8E6lTTpfkWKTEL228Jia8LF2wd8NRc2fTLSxAP0HwZYEy76jbrzfhCp6K+nmQ==","signatures":[{"sig":"MEYCIQCQgkSXSSzqdf56oFNmM2iq0sdCaRyeUMRGQ1Ca1BmlKAIhAPrrQ0KVlcvUcBKyvSisSAJ0FvDZySikJOXdxXwAuoEL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAS1JCRA9TVsSAnZWagAAk6sQAJaW+K/KS6/mBdwSnNgP\nw6sCnguSOR3wz5aGbBrAiVt6hj/o6JRIXceLVcFVqPX8TZlBx5Tm2nVyOonE\nY027zj2MOYmtT5Y+ITN2ilZjjMjZTSgWk0GmeyympzdKVkcn7OpvpR8JxxIL\nJRkYgjta3DO9xOam3hQ5HJf6pRTN+c57N0O6y/z1fUEFz9xWtUUNXAPGO4YS\nhS0nhMa4wR3kqX0QotwUK7FpzvCKSK2DpbQ5tOaq1p6ZovklvsY3WwZXgDR6\nGKpaWwoj7GP3RRrNOZG1dO3HLqhLj6H3bI5SciFNUzq3sB+oqR5VN897tlUT\nYPbyADqO7VeEzyycYWmWFmHkYtm7z3n6J6KWJ6WRe9Cj8+lpi/eICJnRuLQw\n3b/wlDELCCCsCImRNuUlhY0ciP/5jcpnWQ+THkyip7gH75ejWjAWnRYbeiPM\nYrTN8Wu/JbKZFpD/e1aElSH4eMjC4oNl6JpQ9Tx8GYARTKz7P2Xdz+V910VW\nxoCgDI+xzNAcGY47kCRjkLFNSMeIcHHJpEPogSPxl3YIBOXNsN50XNsoQ2fm\nRRVEa9uldNKOuZmpW1nvKZAu0cF5UwZ0wkJ8rXZpFC+CgP/96NA7x/t9x19E\nbYkqRrBGXO9xZfHpmmaVN0SdYEz/M6Cq6LK9n1Qbl28vKDlZFqWhprQYbEJ+\nGLbQ\r\n=vTLt\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"6c86dfc306bbfd4c82166cbbdad2bdd9899308cf","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.18.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.18.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.4"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.5_1577135433283_0.28350036818312474","host":"s3://npm-registry-packages"}},"3.0.6":{"name":"lockfile-lint","version":"3.0.6","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.6","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"a87def2789040e36a7de2260e4e7f55fb3146091","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.6.tgz","fileCount":8,"integrity":"sha512-pstyMLWDOGUVeQVF6Dfr7lT1IwsyoeMJb+4cVHTBK6WY09/p60Q7oeJJPAyBSGM0rQ/BsqYopZ58iR3X8YI6pw==","signatures":[{"sig":"MEUCIGwaCOYOzrK8e5LObZdfJXfRHKT4moyMbMv5CSBLjrDEAiEA6rdMsIPPGUIOu5mVsPltLte+9uyeSgK8d3Id7tg9hSA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34795,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeINe5CRA9TVsSAnZWagAA2L0P/0w5yk3pD3UPGpclorzb\nGZ1PaiCF7+y2zA9F3/4D+1zlXkTy07h6uREotlY7x8QXbnq2HIvnIHrKjBh6\nHEPMMjcEivG9sVfX7C+3MpLjohvipqclVQxMWafXCRqq8LiK0WPPNG5HKjsj\n7s74TnELNsfLOomFuIjfmwK3b6Ykw3MxpW+slvP5V6qox/tA9HlYvlX0UBb4\nwSqvHE+1Y3G/0yEU14iewboLCwW9cjVTy1PfnA5X5ojQzV5T38hRjsoF4DSy\nihn+RS45XRkcbgYk7Dw6uCUXmVmf1Rkp1MbNB9cKtdKZ37HAG/v3OJM5lKR0\nOGmgveyhGCQdufzxXnTSOM3tXT6/RUppLkI66E2bJsDn5xyShjEY2dFUyVZU\n0myx7XTBecCCDsDaSuwcgw1E8W3wnzU5YHecm6Gu2/5P++NqG9U+4DEuMAXb\nhLDjtmF1zf04xLtTdefGC4vjqIoIfhkqMSsX0/Vzx/9qzS+yObkPN2LWUdVW\n6+D6wI4T2QhURW4pWbnQYhXLJh2icwFCkft/PsohfXIuPaUkPYBsx7x5MFX5\n8Qx5DcXQH76kgs3fuN1Qbf50Jesj3GOP5S6umEM1z7gfZ43mWabvC8bczgHS\nzh6baM/m5q3Vqm37KSmNXOGORTCzTHjrvQozWtGrfbx7iJXp7BIuhx7Psh+6\nlXtn\r\n=YE2s\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"2b03a17878342c9f1242ebd3f653ecce51cd8052","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.18.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.18.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.5"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.6_1579210681289_0.22812091196511242","host":"s3://npm-registry-packages"}},"3.0.7":{"name":"lockfile-lint","version":"3.0.7","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.7","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"580907cf14ef7bb99e42f3d99ae247d9808c69b8","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.7.tgz","fileCount":8,"integrity":"sha512-aIxTV36BbqNTR+iMwIGfAoV31IP78LX3QXeqftaTZQw4psTgtVttv4bXNC1/8O1kiK9ESskiYY83YgpAr42HBQ==","signatures":[{"sig":"MEUCIQDNxDmqygIEMM+uHPBWmf3WOX/3+2taYGfHDFjCfl13CwIgDKQZVYXo3CzXjcGw9nnNUfAs9jlCFjXGl1sTgL2EWaQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIf4ZCRA9TVsSAnZWagAAuJsP/AonIJyKOby48RriGx/c\nBZU2tXDfAJP3fNvg552JLmwrmsWGtAPKey+RE8jz+zYecsErENY8LfBNJ8g5\nwe0+qLKMkqBIsOz6ICPb9tammo9OEr+p/Sryy4uRP8m/hKmFPRhzTnzys24T\nwcil1GA3NFmI8ZXTvtf/Htth0QJsrItScjWzjvGN4pX/QMxyhp/4yhfCs78d\nm/a0YCnm0o3D8kJUbLPzHKGQ+afvqIqZudHym/UnxjfpOPCkba4hTPjnjqzK\niOnlZGWkGvH68yLbvRJMmNnzvjaFTWCLyOun/acV9h7MvCHWCb+WkNoW6YhJ\nzbttBcFxucpSzkps/h7kIsFUzh2xsoyZ2cLKX2amxK8Etka2w1Cuj1JU9Fcl\n/XSEmX2xODn5Ir2bb30buI0IlDDOzCks5ajzMg67Dx2M6yNDvcSInHcN/GTe\nEsq2WmrVkQjCgwo7aynxUw2gMbHwWFhENRmIljm5dgJz3PRrwAcd9U1s62Oy\nrg0ksTd5AY2iUz5EDHjwl6b5uTZLrXn0YLyjW0sv9CDE+gjdWmz1eVUyXS03\nzK8gQgbviY+s4sdoTovpECQ0T8PbdkEy6LaxFpbYRUF3DIgKzX4tyWNGXfVG\nCXxNhtxkjD/L+krOuwd7pYucacgKlnIoBke1b5M1ZWOj7bSim5NjGQWvmCWt\n+lKu\r\n=nKbX\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"49f4568bac0fdc8a5fcf2ce34b494b8aee9babcd","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.18.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.18.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.6"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.7_1579286041262_0.4007756664498583","host":"s3://npm-registry-packages"}},"3.0.8":{"name":"lockfile-lint","version":"3.0.8","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.8","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"b816237feab6ef7c0fe61f290ca85d44735395fc","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.8.tgz","fileCount":8,"integrity":"sha512-WRPB3aLj+CZhRdLQIhARV+1GqI6OHmMB3N8yltHlj07ncx/ug9sQwaxFp+2/e+Pi+F6I3NsS31yUlAhNFSwZUg==","signatures":[{"sig":"MEUCIG0SjPMZ8vgP/R7CTqm7wKob9CTRf/uBIqgxhjbAzyzGAiEA3aIEbbfWkq+4E6SaQj0+hcAHnbKG17Vj38uGKKtl830=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIkpSCRA9TVsSAnZWagAArRMP+wRpomRi4Vtl4upBCTJX\ns28fWNlQlZ0z5wtirhpGUvF8jXYUmVMcvIJT6cvi9E5SmKUEZdXOuOlxV+/n\nIdCHy+qejjJWC+BZyBmDEmlUjEgDmhUQJApNVgniuO+Y9eviOxwrCRh3HGS4\ncnNkfAXaH1jN+EPoZdeidPdjFRJ3fIg/wVRMFDgcBn8gZEkHoJspeeKlYlvV\nKxQpBRmxsfrB16FAB+4pe98Jgh1iiEJnVzSGpv04ymzslw+wGsHqmwpE8bUY\nGaerURzW2uG/b82LClfk6iiFJF4Np36TyF7x2vTbdMpGSNw3W92EB1JjVo8s\n8u8BGmHmrDH6MTUrNgaDH0j54qxwsW68SWJZUBFAU4eqMRTDDstXjaq18vu1\n9zO+SXf3ovjKtYF2sUaot5pZjV8+rll6eMtd3aat6qDp7p71vQbHCFTORYsQ\nbKQSR3myCdRHtpoEvVsM43tYirRFgtit0tvpPyYHyEHMeFbvGRNXsCqqSn9R\n9Ifbv/iu6a5rt6F/MiDAgHSYoeS15eJAbbCM/1rluDlDe5nRqnk7oIAUK3QN\nRhtVAWOYAvTyqPbPO2fA3QQDlMYTA5TTQHx02hzJvH6weS5WZtlbx2kAJPOY\nLjDt+s4Cg4Gxq+1/j8mmWremAi13SdOZK/d/XweuP2Mz3lvFwEVIIv/i/LeN\nAMmr\r\n=Trpp\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"c7671ac87b659a29024b809727d4133011d90ce4","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.18.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.18.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.7"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.8_1579305554352_0.042398588812098126","host":"s3://npm-registry-packages"}},"3.0.9":{"name":"lockfile-lint","version":"3.0.9","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.9","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"962e9f1bc73b14c2b146e700a2e1671e87819b0c","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.9.tgz","fileCount":8,"integrity":"sha512-CIYSdSE2S9dR/K5kFbWgvhb7gSJPV65KZ8AgQP7w4rQGRaCqpGAxq3RxSK4+44GsehnlkKeLD62R4DObG/IMiA==","signatures":[{"sig":"MEYCIQDbG85WKTyKif2Dm+GpuLj2Yk8rrIuh/LxR70e4qXNSZQIhALYs1ypXP6wy6GvLuHcUuDwkNTIoQwnSonL1NTGdTChi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLTHDCRA9TVsSAnZWagAAGowP/io7pQNz8wznaefT2iRr\nE1DoHaSsM9gTGsJBAVnrePFKJk7ZmUnLfM9Jm2TOeqe8PLnNjtqTA83JPMIU\n/cmBWRmKH2NmnhAYKA2VndlZWI3ZNb2S1pWf8C72nNxu1HReqFr2Dy5Y7xYM\nhLNZaKnnp/ibzEZI4BprOXPxrua+xB3K6WW4DRuacPw0AZh+Rak1vw11vKLV\ncuhoX4HMDhk4N1GSDKuSIbktr5UnOm2U/PIMcqiWSlaYWykiQA0Or3r+pNVR\nZ/vPkGoARonW1T/YV7+u4L7lYB1EA3szi8eAPlXN+2l8wbXTwSDLWLdjMuWw\nvbS6CmWHrar3waJOVFitRcgQfG+YRPPXmkx/r1ldmlWU0II7w4SYsNbtcrEZ\n9P6h+ET2EoDuZtdbFNXL55iyHwVzLpfMJASVz165yP2B1mlnLSIgCJ/+L7Hd\nXuC/TS4u7h8QWWvRDidasS9GTyidgtNCYbMHc9/N7l6mP6fxNJ6f+IsmjXgf\nQMdrzLIeDRQvUkV+XsdG5tXOS3Pwq08vsJc5//G2MFDDjbp4q7y7Lxp4ytfJ\nulY76/N9pdjHDljS3GMzm+/6CR0aTQN1ZXhOd8JooP5GDu/I6JR2LaMpzZh4\n+HMlgXSqlnNWxMkBUe8LEc5vTSO6ZUauz6mf7KxhaN+vnPdNxzao0XXsKzX+\nju6y\r\n=ully\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"d25188b844d743db52398f1e7f162e95805f33e3","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.18.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.18.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.7"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.9_1580020162906_0.0800687044584878","host":"s3://npm-registry-packages"}},"3.0.10":{"name":"lockfile-lint","version":"3.0.10","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.10","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"126a1306fbcd740a641515464f6dc01b8b612fa9","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.10.tgz","fileCount":8,"integrity":"sha512-FCj0zEtdDa+clbta2IJH6N2KVKRgZd+4Bu8ZIFnFqw0lrjtxsvt1lTuevBSRKk4ErwqIjv3d7ttW8J2UNBA0UQ==","signatures":[{"sig":"MEYCIQDEjRekkq6PhRlB8zskzyk24KToykajGfM/o+Rs+5YMKAIhAIh8ByO8sCSXuggA10TeACvJfzLQTLiEZSWkgplcYGdx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOJnmCRA9TVsSAnZWagAAXQ0P+weL+4/wube1iXZAgcsj\nbhlfepywifQ0Ku3ZVxez3/i/9UnWAXhueN5h/4fhrZiT1+TZAfGRsF1WWEPk\nXQh+Hzjn87FWvwO6rNER47Cqo2aL7bz+fi+VL3Cz1xynjJkn8AOuoJQJA7AT\n+m6HXgaFj+cObve/XA45LGXJXgrbpAm0KOZ/nTjIHKNeLnPniNIiBoBze9Xy\n+2xUkdYUSQwIFqXeLJvLy85KE0Opi86Ejb1t6omxV7DN4bH0Otufm6BDWbv/\nvcO+BmPRuxGygFW/Q2DqzoaPRWToP1KQWvEDzN7tvURvhy+Qg1wrcyIQBAG5\npfDIRazrh8BbWadS1HLcFxXFmLeDIQiJQcoMedxOzrVOYkaGqbcGc14tyFwq\nDUQ1sLlEte323/3fuVp4MEZ5GZiARI9p1lPX82z+7JJUCut2Yr4kHNcfpwtK\nQLxB/tJYzkXUUqB/FjZFA6KAD7wcjWSjsWGLrDMXMlFM4NLoojEtgG60XNyy\n5ezidZsgqU4hu+kNiYOVqN72X1S7UVvvhX7wPIGitFUCrR85GeVUWGy9RSS9\ndHnUumvEU+IDXUCOsC6YuTMI55qNvOQLVKsxDreEEQf55Z5BQap0aCSgePGp\n7bA471u0CsDtdVrtIQkrPOcDnQ1isInDpYI2pEUoMJ+FMtPKdGlH+JuoKzdg\ndE3n\r\n=+oqc\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"8b00015c273507f966327be1fab9a9e935d56607","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.18.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.18.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.8"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.10_1580767717894_0.476676994021328","host":"s3://npm-registry-packages"}},"3.0.11":{"name":"lockfile-lint","version":"3.0.11","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.11","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"aa46c058e4d10e56ae51cbf20b5bab4e31dadc76","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.11.tgz","fileCount":8,"integrity":"sha512-6k4EEZLi+tyW1hSlRHk2ZqKJyNwAjjKTL8admDeTlmFRYvOjxavgPt2SSmD3nJjimLxgfuoPalYg7I0Fl84rhQ==","signatures":[{"sig":"MEUCIFay6ui3D41Ps1LYXuZYJMPpZFSirVEX3DizQIvZaukGAiEAxFJYTXohP9OBfdhaScPgv6m42JTWjgwcXtg7yFHAwug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35806,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOSxwCRA9TVsSAnZWagAAlHAP+wcNAc5T9C0hCMCYiyit\n7vkgy2v6tlMVXI/KvTaadHtjMcshLmOYDe9G1K+ckioqD+zf6F3qlU4ZtJHR\n6nNSECxv2k/xQOLAZAi4hS3AgUydeQE2VumYTsQBRAxD6bLRwBG8PeTgHBDm\nux2jQkH5lhwlYi12gu9gBkfkB7QVa4RwKhrSJCQaC4CMKoF3MNFMRuEMYO1u\nsy/usz6MqKLU7vZxyEPCJk3iEq5U41oI4b3vwUF2q8288LfUolgNRQz+0lSY\nvLNsTcDhXnFG4KZX+IK8ZDSzMffGaeAPmCTMPBfpAzhLPNSaajJupF1Gqxms\n3wC3QAhP8D63oLzGV+cE1oHacX0Yu+V1zTJoMFwJ1nFodneP8oP7xzcn8+/r\n2eo+uPwHVw7WO3jQCaLS2e1KwMEQXhIJvtZukaHgAyyc3IqES+xWr4v8RK1j\nW67NFW0lw5Lyhe5KdF1FpPjVf3B39e5p0OoxoUJ9Rl9VxAUATf5KWig7Dyr/\nvcF6tEQZdlA0SFnymo8m1cAgkojaRC6caiBB5xMMtkBAbAJr/FRoYkFHWzg3\nW349y6bGcOSbuNrM19xO+XhVeHqUFrb5bl0ipbOoQgj5A5tkmVQLEmW71VXk\nnZJlDEUTQ1zOmYuTq1+0TOqAEAvYPyW462YWfzb36lW0dKcGS4bl7a67g63T\nwWnK\r\n=sDGb\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"e741421f79066beda8021a50af8bbecdcc8c3090","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.18.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.18.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.9"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.11_1580805232105_0.2567425146251481","host":"s3://npm-registry-packages"}},"3.0.12":{"name":"lockfile-lint","version":"3.0.12","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.12","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"9a22e66faa359fe34b2e40fde1881fc793151491","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.12.tgz","fileCount":8,"integrity":"sha512-RQN8/8tRVQAjKpu0TLqCdDE0OL6wehBg/mh7CuOD89LPSw+qr1VK4x6/VItT6QwLyIwl0aE/36wpiUAEyxZ65w==","signatures":[{"sig":"MEUCIQDRzapApQjiKAxBVe4r0UrNCCJB1iRDStI8JjIxsObkCQIgfpi8QOgVN5crtMEoWSpDR5hJ4gVQuDB6j+mrRdn99ok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35987,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOUOBCRA9TVsSAnZWagAAb/0P/0lBo5WflUZOEkAESP+n\n8vxJzQKDZ1WYNm+SLQpZzNeRzTSkoA/lJfFHAXxS20D/dC0Jt3qixF9x9e4W\nyUcN2aaIe8TwvnqF1Urfsi+JOtxVjZAZAdIK2fw/bXQTQZQA5nhPGatumq2l\nNKQicIkkTy51ncET1cwex3ar5pYCiIyzZreKURuByTcjvxwhCZfDFTa2WdBx\nVCH2/Qqt/M9ukxcvOrB6VHRbmML6Z55Fz//kBgHBH3Go1JOXi9xUAzjRXscn\n9EcKt21RRpccsL1AyrKEs26cZa+7OdWwtkYWOPhKqTeHEu0PmSfIfUzsMExg\na0KNut74WQxjHaao8fqYRv4raKuIUSeKQ4dLyBns8FigZw55hX5A9RIOrr0N\n8WI3t/Pr0XNZEC2TCqBLCMyraoiNBHzrPILDoAdoVSAcGJj31HPI+87CE0nn\nNRFS+dzIp0G8stYxomzZWAUe3W1ckbFcy5D0R7dwV+iZO7JOhcv4dS99siYi\ntPaSdK5nkEkWmsPQ/fdqIBtU11EerdXwDf2obVusIg82BnxkYgd1emEAmuwY\ngxKiDEi26YVvTJ86/SwRAhETNgyCBafAAY5zQJH7+4QpETvA+SiQw85qqyJp\naU6/0O3HsJObCsQVL7klW5e12vcKfV7g0lYRtfGdnZQTNpRL/SAmbwbhgdm0\nIPbj\r\n=P3Ih\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"1e76c886e861efde22baa4c938240038abb2e7ea","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.18.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.18.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.10"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.12_1580811137488_0.8200781880425978","host":"s3://npm-registry-packages"}},"3.0.13":{"name":"lockfile-lint","version":"3.0.13","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.13","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"2f75f0938407c1bce337c4ee4342a07e88b4c891","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.13.tgz","fileCount":8,"integrity":"sha512-RiCKefQaZT8v63er6xOvuxnaxNzh7jdADW0jQ/kd4iqx1Y3zWvFfk3lmZU3pYa+e0Ge2DBlu/xuLksP6ppJ2lQ==","signatures":[{"sig":"MEQCIBWDL3thy4iS/dvjMRmV8gbbzV9Q3hZJmEs+Pi6/UsofAiBCL2L/B1jsIgdGfRUBIJcAx/e4WUhnUYp36+mEF8LSBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQSoWCRA9TVsSAnZWagAAzLcP/1ajAXgnFaY1S2dDPmdI\nw+YUjURw7Qidq/JLxJlPkec9nbcjjlOd9HYw9pZTquK0T1H046ABQxz3MTBN\nm8X7bheaEeOm37+F6IoPZroqhFym8k/b2a4UoIIBUU1ECTIiXZpe0EcUVrpu\n+88IYUZkTEoJRwJ5akBiaKSEgy9G//Nw7NUsItbCQa+1UKvwPIKkhX+FGcqk\n21CysJXr6C8g3bO87RH2k5BBqIlIRnevhh4NBO9ud+w66AwDN7SaqaGJdlvF\nrsxjFG1ys5wJVaIYXWJDOqKYYeqey/mFz325TSbNiS3TFt2IiTEY6MJvkU4F\neFZiOF9Hb2xomjL23QJ0is8wb65lENc5COceo1/toHPf9lXIj2ugVmysEdS7\nPHk/ccJByCE9dNS0DcRPFLHXCHPgyn/HgluPX35q+Z9M8HVMawJ9UCAaFKU2\n/jRdAyLx7d1U7OhZWpk5GP9Aed5pqWWbHU1CEyPSnkIrSpQJKFy58jSY6HnV\nexqf404qsmhZeTVIwQzIBKxPBXr9DeTUjE78saYo7fG8iw/kGg+2SIqidM/C\nJLAd7qkhzJk5HTjvnosRgnxx8MtOKAgDBLSU4Fo4RWzZW/YLWoYc1JXVzM3X\nZxJbiKjLr50zAjqW0aCydyfCEIn8AwIQVOfGdAfuVjYUMK3h0xc0QhiGf+Zq\n6lZq\r\n=4kRU\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"ece0a25ccc03912297452f1952fd9b282b89b803","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.19.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.19.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.10"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.13_1581328918400_0.7556472373898186","host":"s3://npm-registry-packages"}},"3.0.14":{"name":"lockfile-lint","version":"3.0.14","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.14","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"2294d550b3e09a32f4da59ae3c1165c391dcd064","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.14.tgz","fileCount":8,"integrity":"sha512-MLFSZgp0IjDNhvXTHVSiDZi3LTSuPBvU9nsdwcYqXYufC/6xJI2JgsqDWRT5moEM/ocRZvSLftDq7QIYsvrnHg==","signatures":[{"sig":"MEUCIQDLwB55cldjz3ztBNUdVrK0l79DodWE4Xl5HOwnIGP2iAIgDdlGD3Le8CI6+wajs8VO4W/VxJbnfT4WO0CqYbZ3sik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36628,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQVHhCRA9TVsSAnZWagAAmN4P/0XCapwHvva/9hNc4pkm\n4O9yFWo3KLArnnBvQG6yEIj7+JMGnvlrtzXVaq3+JWopX5N7ECXvl7wal2w1\nckdAIBFGk//m8cJzrftHo+IXwg7b0zxpqR4TqYXpCd/e+I1av8hArRfweEfE\nXRRoywQcsQPGd21LYmNWnuV+YHyEJrHLjgOnOq8rEtRj2jpikx4RJwlg8jn0\noOuAfyFxAyxq9E0/UfDBOVIwnTGdRSAc0zEtFLvnzoQQDIVJ7YsPc4uDX6Qm\nheYW2Envb7YAzkmxWB/vseIKFSgNgoAr+hJOpGQcxjZyUHRIR4GN9gxQ0vt3\nxU0LaBQ6CaxRHUqQtqtcY/Tc4xxCY54igplZ+mTlqB6hmx8ULMBuPk4MKEI8\n8OS10ViWYiXiQuF1J+Z0qqdEHm0Qz3LmgImcypj5Er4LlfC//IUgpajbhamZ\nPN8vXw6/msXVehhWuVYghTSK/pG+0LmWJbJaTt3s369REGRNuSdYOrxwim/x\ndfBFbHDWhT3phfMy4ADoryhBO9DRXCFSg77Yx27GPS66S+R0mdy+3KD4Wkam\nW16w3L6bK+R40jjKSCprgFSGEbiA7Mq2OFpcr+5vOMHKZ5QwK753/3gFZrjX\nmWZoR0v/BO8r9MqXTkl9UZpN0OAevROydlOSW/G0C2FjyBwpnxOcNe46JSk6\njDgP\r\n=B4B/\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"28fe73dfc2434c50057a1f99be6b0246974eb0f7","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard '**/*.js'","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.19.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.19.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.10"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.14_1581339105459_0.5259268284228045","host":"s3://npm-registry-packages"}},"3.0.15":{"name":"lockfile-lint","version":"3.0.15","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.15","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"3f098274a2ac67ad2dfe5b9c1141936b0b14d1ea","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.15.tgz","fileCount":8,"integrity":"sha512-Qv2QfLIY8DHo4698LnxQsgbnKleroTtU1t/JQXtilL18lrm4WAiAt7fBKZ0G8wAEVrEuMUMtY0j4J2Gj48h8vA==","signatures":[{"sig":"MEUCIQDOWbx4s/ukVSX7NVEbhAAqo+li2lTxMQyAzM7l0rLOcAIgbNSw2kKYZlKlz+879Y1QPskZVmBlKGCEZrWjmMZEMVw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQVVlCRA9TVsSAnZWagAAlp0P/igrR9D09T3LLFdJl//K\nag7PX99Nt6cySj5Wd9coaY3DpvIvqRbeYgtjRmLjWg+6itOQcn8aImRaP5f+\nfELLXbD/u9w4hx5l5oTOZ3iwneV/+YyEKiLaZve3+G9CzSCU2M5bJsa5jHAE\nl25/lDFWEUe/bT6pBsNr5Ljki9QTRi6y9XGtGjUgeg2gTIe+klGVTNgTYAly\nAhLuuxJe7MviUP59OpcspmGM5+L+ZIsAa4okjC/+AZqH1le9WlFLXT3tn7hR\neN9j9DKmpXeYYArrCp8KKCukhvmSfpyMmkHazKlRfeztlFs3XH8fHD/hqMzx\n1UgYcvNftsmwnukU29GWO7HX9+TQeHGMs19F1verdbkCk8Q26EBD2Lxl2zLP\nqehh0rzl8IGpUlKOpivzoOCOU1PcHGqaOvORhYl+RJIuHBqmk/KwgAT74TrZ\nwMx0wSKBF/qcGFYI1FFDM/T1a+t7orF0lKkzhkjJrMCOQDszqRWdMC/XmwbS\nn/vLDR1pH3XWZCJJOzDNAnIGL6KRIfJ22ZvaoUJmwVejCh2se5iazY9VMX1V\ng52T2pYPJc2HLkFZ/qieRSPbGoF7YdwIrFyySHIHHlDWlN8GYFUBcEOBIx9d\n4VZo+Q24Sjg9KMCYV0H/i1MoQ5L9/a2p+LgnIWTcYycSQQUpC5iGg7uX4Ed0\nKsBn\r\n=2vYV\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"7af59d72446a5e66bae3a23d7235984350d5a3e2","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.19.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.19.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.11"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.15_1581340005428_0.4663738279711951","host":"s3://npm-registry-packages"}},"3.0.16":{"name":"lockfile-lint","version":"3.0.16","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.16","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"e8d33b2cfd1507399a4e7e2d1a5b5fd8e5ebbb8b","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.16.tgz","fileCount":8,"integrity":"sha512-zEsogCrYXlp1raKzZlhHXQmTgf8LgMi8XWFuvg/+1AdjlQDtchOAbtPDyPpuPMBluEuw47eRLuSJX9P23tNBqg==","signatures":[{"sig":"MEUCIAOgWpqhAyY8iVd+W3/wVF0sR+lXeAoQumfen9b9y6dLAiEAzVN9SAogayvp4lzJ4cF8sex0f+eJ60bzUJazhILtinU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQbAnCRA9TVsSAnZWagAAya0QAJG0bXVrh9sdFv49TYdA\nguhwxOUAcwEHGUOZAD00xkwswK6HDZXOx6UwmmvLyX/yprMRVddOc3uYhbwE\nb06EqTuR1WEOwO4aFeyMwovmXKN6WF9by5MnENHHbNfemv8iYRLnziutIp9C\nWhL6U/FjLTX0CtUAsb/ky0Kommn76XRy/0jyFlyjFDSscyhUbnk2SvFVWjMh\nmv0+f+eIHocdWzn/avVpa2PMeaG2f36LqI4n8j4D6mafZapEqjUgR26H2m67\nroyyEt/rbMv8uy6j5MMpnrmg5kuqLC4lPhrEzf9SNKt8gPaSb/FkLsPGIYI1\nnv3K81wLyPIDBN8jePZBs8f62UEZg3dxP6Iu4AI1R2ICoqfQ8XD0ZvJrlrBo\nPOq24brK1K6vPVngYKvTqpnl0TAy2Ac+rYWaZwO1ltG6KRuSIuhA5qa1mXD4\nn1o7337d4AzL1SGVxKazIIzsYVrxZbovTvOgYgk+37H70PaRbGqq0trZYbTn\n0U5KNry4DrenefWxwtVgwcNkzvpjBWJiCfw0sssWu5MczeF7ig9z4EeT/loS\nB1aY8s4bFranokS0LH8p6HEb0SD01cwpjsbVOvkyI2QR40J9AWSKM+BGBTgp\n02auOQjPgkLDfcX3Kg3dB+GxUGWN2Z8V472pvnDzin0U1PF0rLCap/qpeoCP\nKqMv\r\n=u2MR\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"03b557f0662d711e10a9f268ccaa5aab0abdc0cb","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.19.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.19.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.12"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.16_1581363239353_0.28370674570901877","host":"s3://npm-registry-packages"}},"3.0.17":{"name":"lockfile-lint","version":"3.0.17","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.17","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"496954f0891e0a547e5312850a2e8b467a50d16c","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.17.tgz","fileCount":8,"integrity":"sha512-YfURqLXo6+ANiBxc72cdysanB74ekBCpDqWr8HNW5zPUkyayfNhkyKN4hk5BQrotxOQ+BIJixMQ1vlhg1PsQtQ==","signatures":[{"sig":"MEUCIQDIuvrxrAU+FEy+76a9/VvWKIMspTWR3ILfPRBZ8ij1KAIgDi+SgKzSaL+fBBz3Sy6pM1GEFQenON40UCvKv8gXC4U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37315,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQbbFCRA9TVsSAnZWagAAZNMP/2QBRLfr9z8qjlSVrdYa\n4FB5CX5is1slm/+TY85s1lSvkLqaoExYV+7s5MuoZ9TpfTbmZQfdR0Lr0j7w\nmAnKGLAjrSFzvE/Q36ab3wWKdGROo2mC4ffokQcjzinOnFIE/z6WvsUajL/B\nCylC3ltZjReoN1QibV05gjNQvaPE3SpdRplzQ0K5n8MAnHJEpfFNG0KI5Wsr\nVP49qFD+WTRZZNv0PsbwWfDxnu1H5b+wt41hxqA2xdnkTWDZf9ElECbPoSPf\n2nZ9hCFRA7l5CVabx/teaD86FQRCSs0Z3ls6QGyCLCOsHMqHdM9jjTJUXVzL\n8ZIRpkxdwd1qXxJNMg9dQbOD5IzcTvvHaa0YVex3cY3mAqqZ8G04PhNXGNpn\nEzXqXZZIfX73eVrTZWGwbDezhnD+lE2NEGL7wtQr81FHPwWEYtywhS9i5gqd\nlZT2j2Yc8xKDDG2aYM7Kcw1xQBy+hOaPWeV+fsc8T1vnEC1eYd40JuustSl3\nlZUz0aPUSPJZ44/f8Ro6BzNRMCCl4zucFl3yYmAmbtIMdfwLj+pBajuIYknX\nNnWzQWlUcCoBTKKkRVbRbJu6HB+NUQCKew5w2dApsO3TG7NEr7jijWnmqd/+\noYSLsJXeKkItammhVWljYMJfvmdKPwzvwUmXo2w6Jggb9hdKtnyzC71YSfF7\noyXW\r\n=cbis\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"6bf302136b92bead089430d3b22fcee8490e85a8","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.19.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.19.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.12"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.17_1581364930195_0.3206080881561939","host":"s3://npm-registry-packages"}},"3.0.18":{"name":"lockfile-lint","version":"3.0.18","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@3.0.18","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"bf39fdfdcc412bd75b82c5744268a9d826e255d7","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.18.tgz","fileCount":8,"integrity":"sha512-CvG+CkrJzdHOB2JdTWQpvigHmv55Bhm31G1y9/4Ak3RrKJPmIQbVElFq2rGjR5QI3km2xNNouR19Vu0edo1low==","signatures":[{"sig":"MEUCICBQ91pAHStBUmmiTVDclJFc5QikBAO1ET4Gy2wVcuYEAiEA4jKtZu6wXuBUKuH7Z9nVjm3DV1cipDhvjSqzEhzEmZ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37632,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQcJlCRA9TVsSAnZWagAAbkwP/RqYL8xCeLLv+KU28Q+4\n2eqlO8n062opDJPbJNDLGHAVwqKZUVakUDRu0KkME577YiKxjXy9a5aKujAe\nvfSyJ9G9E1XHqFrb2z9Lv+mVSLf0WB9eStVWxUDczdU3Zh4wmy6vtAcvSUL+\nqfxWaBLeEB95wGnk52UdNEQqQfdg/deics06bwsn0L4hHBoSDmQAFvWlbFSq\ncdiI/Hp7OpRgaSZCM6z17rYyLVMHme7M5K8A1tEnqKom1kx6M1K1KF+wOzYH\nh+u3k0XfNsNWQNb0LInbHczQo6EAYmMTdGihFC84udnSKGxJnErek7OZ2C2t\nQlr/Lpd+ZfyGGac6AEqHDEa9oLLiaqMQ+vLxVP16U7m0bRCw3UbQCwXNVCnK\nthvIrdr5grZnrNIVNES/CnGjbBh6O+5L6HTUp/Mk9g0YhX+GC8iIOOQaJN3J\naTEuqGYP0cOyPW1UscC7km90HYaD6Xx7L6sJycUG9y8J34IEEqfZlbgi7QDm\nNmMwHM8Mdk1f05mlJw3+BrIFB+s+22wDIVUk20lsL6uYom/WBzsNpl0CB8Xj\nyNRmW/Xztx9MP77i6pXrLE3HF6BB2nqPKuL4AK+JuoZjQ10X/4AOLdNNhFK2\n9PFU/kC0QXL266cFKuZ4mJsot02qqbkCOT+dVQ//ivlfa6LFvI33ZOUdpFue\n/EkZ\r\n=cY27\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"d894e8a141a42a41d8a789d6f2d50748d2319adc","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.19.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.19.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.12"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_3.0.18_1581367908623_0.938624170030395","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"lockfile-lint","version":"4.0.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.0.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"42a6048d860172cad015c1288652fd777792f651","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.0.0.tgz","fileCount":8,"integrity":"sha512-QJim4IGvIXlFnYNwK/QMO1mqQM1uLxxoFt0nS2XCHf74htm1RtWT3eDm6vZLocRid+O2KYXgIkbp5V1xDOeuTw==","signatures":[{"sig":"MEQCIAU60305HXOS1t4cRueNupLrNroX2+z/9Yk2ZJmpK7euAiAFhBxWyC7TMlE6ogB2ZYOpjlFFW4u740dOiz5p6fhbCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38167,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTjZGCRA9TVsSAnZWagAAwp8QAIyYPsAxM9e9iz+3GPie\nt4gslzApO2KDNaxsWZo9VdP28jgW08+ARo2COZbSTr0MyQ33MTDXQo/QU7vv\nzgyXb2l09wy4NAemQje/dWAhYRIyj4Htmw+t3bpn+V1xfDsG0rcUGX1Z7ET3\n9TdRbPK1EFf36zi1R8vjy/qEZB8N8c5RimOo4+YZzaF3BoRK/67pG0dG8rON\nHMQrAWaiwwUVRl5gEtmtazdlNVD8Pz/aT78CFKAMUA6QhSjeRUUalq/lNZXU\nJ7tjaDDvTBaGP/uCBvT+R/RDSm9FmFuYoOagDOFZADziXzC34gkcgorAQAOm\nWICEniBPGW6oQwSna0KJ1RnI64/8FZrZ+bLN9dzXm2ZWkojVhPP7BFJwE3p9\ntTv1j1SMVATmy/x5N7rfqw00Hfbf0nwrpmOM33Ck3W2j/BJqxs/1ARQ8IsFS\nEk0mZ/Uxz3+V7ky3n7pOqbnxpDNKOWHsQb0IHVvtNEu6TsHv2Y+nuOL1BTze\nVL3cC9aEWlzKfUKGcyyPUyDQ+uVnsDTAkmxkrb6CkABWDXmSXRgtU00OBHNW\nNuX9W4arUoo2avD3hsHp2tR43NpO8Ae47Tim5EJ3D9yeE6mxbJjyRLln6/ps\ns3gVqVirdBssjGzS5pI2kvZlPfKBtHIoXXeA6791SZTZCxMOgFRYnhS9oWnq\nU2ZA\r\n=zB6u\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"3e894df6e50dc68745e916aca4545b7bc774d66b","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.19.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.19.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","lockfile-lint-api":"^5.0.12"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.0.0_1582184006288_0.220935083597102","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"lockfile-lint","version":"4.1.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.1.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"62768f0b5dc21a5ef5e56ee3fea6c1c00ea9c178","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.1.0.tgz","fileCount":8,"integrity":"sha512-atWFD/zBzo69l7TY6v37LO4CgwI+C3GCnHPxxH1fo7kesiNTohzZKJ1NxtU32dCYRx/tjSj0hUyZ3sv9MvWkKA==","signatures":[{"sig":"MEQCIHTpkyARG1hGHw70E62Cty8vZN9IKG/+xOfrSsjxQoh5AiBAYuhhd0S5JAkvJGXG5X95iLxCaHYCrDTWrcl6HGErOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZq4yCRA9TVsSAnZWagAA5+UQAJ72jEWERhNcOtjs4/bd\noZNqSt3Nr6Wf7bEizsM+nc4BvMshtIBeI/owCUc7Z75RmSS+TYENa8d5fn8P\n//DkaoPWx8sCccMy9F9P9BmjhYaAy9qbkiH1H57cpLQl7sEeIVssYScuJ2zm\n7Fk1U+DpXP7bYNmvto6Z0JdcPdCf9EWLq0Sb/Dhcv7N76bVmPhUb22GT1tK1\nuXHWnQxldqrwR7FUx3QdbM2NzqToGk6XaCZFpW3czI8oT6lzg7EjNdNXts2b\nnOHhzgVnYqVuDbxtQKzHfdXhqm5re3epSgsl4VBxryZDL/UZnaI5nG8TOOvq\n4ejHaDw6ji3ue5ZeDNESFnb+CeNxwwq90r02jIJ/dpTw7n8Bqlxlf0DQDhDX\nUUneTKOKxlXS+QGYiQsg/+viOlGWR1f5uSxZOlPsXZSMozdaQFCsEkClfXZX\nOMx61hDxci4Zb5o5P29oYuNInL3tKlNHfs/kO2ftZ6cUn91LdNUKEzDUmZYQ\nNGS3jRV1uFoSzKBsTg4BnypwaX2kIpD70IY+k3t7z6HJipqPv/0sVkg5427G\nzY+7W6hZ3kemu83f1hdYv41hZQDcAVDBsUeRHhmkdSSoJ3BQJUAqrIo4jdju\nk1SddPTTnD8ZduebbsLSD7UDPoUyP/IcwwAAAJatdMHoVlFwKAp0zqz+ZSkj\n6+HO\r\n=kDU+\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"b481e8046cc5b8736263c3ce130c9783677460c5","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.19.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.19.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.0.12"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.1.0_1583787570140_0.6585578174099735","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"lockfile-lint","version":"4.2.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.2.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"2d7ffb61578c588814bddc0e56bcfc54b2b95e83","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.2.0.tgz","fileCount":8,"integrity":"sha512-aC/lc+FVyaW4viCKj2ttP+JGKc1CqMCtdB4DR0BDv8osMJsyU4kArYg7ZGZhcjWKUR4saEo5EHmQpIon1JhCMA==","signatures":[{"sig":"MEUCIExtjsjeaAxYhUWeya1m4u+S6Os3DZVtFE3lTOY9OJBOAiEA8EO6op/snpW/CaNtKMaiZdo+oFQOW+m74Yl8X4K/8vg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42478,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeeSoICRA9TVsSAnZWagAAkdEQAKOYyVFpVshIop7RORgf\n3gK9tEpd8R8fIrtMkd3BXHcTbd69bXBnbxrITQEBwgGDdD0NAc8ucaytQRuk\npCATY+uKiJq0Om+vrDoEuLI82Of0igXlWPWo8Gv8MoRGI2DAM0cgmh2UEGIy\nBwL+amNWyN70AZqi1TGGBi/PNOXZr/RnKyX360NA3Fj7+EOIp2xY5obunocT\nGKzEyvwPz607pItAKdyTdSo4tU3Pi1FK+uMOeM4NGiU1ITeja5Qa+KNm+JZy\nrQrAizzIk3NX/AJuT6fmbMWjRC8anUPIpRD1fENNN8Ih0kF+/Vx7dzaik+n7\n33fZQR65TMv7/XJmivCQuee75nbwVz9AAEja6Z1PB4qLpwhNv5pChpFLaDUt\n7+wxRw4eAx310EqVHXgNX14uqxJRdLQgu+gpu7ve32iFobfJAXiaJQsaeZNB\nxgnS020xZiuLiRGyHCNTxWikZHPQrnP8TXa1sA+gQ6gkBsx2PWBOnqe9nDgA\nUXXQOk075xqzTOzHR4JCINpEsB7M2fPZNI+6656nm8nF5GPbnqoHn/4gKC/Z\nMsU7cxA74B7hh/6HOTKVCh3TP4rHsbtZoIHULz3gmj06+SelyRr5LfiFx7IY\nE3BvCgKefU/ZeHqXAj8a9xja/SeBYIJgzHYwa3l7zPCoN/MNcCRRzvzqLJjg\nKN80\r\n=QhWN\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"d30ce73a3e5977dede29450df1c79b09f02779b2","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.19.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.19.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.2.0_1584998919903_0.03636792448035431","host":"s3://npm-registry-packages"}},"4.2.1":{"name":"lockfile-lint","version":"4.2.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.2.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"522413e3c0af1e526b605bff6c49373906caff14","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.2.1.tgz","fileCount":8,"integrity":"sha512-HNzPLmEfLrjMnrt3ZnI0nck1WjKP38XXqz9210Sytdbn0iFL/P0bFnqCiqHrab+aAKBgMsetH0esFZOz2Zm8uw==","signatures":[{"sig":"MEUCIQC+uyf794jIdskSNTvSp5CaSmy2YPTsY85uUHG4dL/aFAIgaEuI6Bu/Aq/uRoFQrAlVFFHB5b1gZ5iP3SsEMGNvPY0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeec/aCRA9TVsSAnZWagAAUpwP/jjUazpPXGVcpW87L8aN\nI3twJkAdP2/K3OFvvoam0eLO7rhctfBlwxdx5E4qEyKdSdHsnV27DsDsRCQd\nORTzjXd1MRIbqMCIsHTVDXpnosaqErI2FihD6rqtLJvLhDWs2lMydW3EQiAk\nNkPjmSj3kZNbeCMMN5vkFYJJgjHv8knXVi152by5AA3M/NdrAO0zLNsZ/cWF\n5ThdKJypTpDmymn6u0YxIssmJvYV6bTzmUio7pIg+2MJAZan/Wqa29RDtdBJ\nlD0jDvG+iLOT5z5o09emyA9GtjEIVhegLyvXHUQvgyM9KcZbl7gUW5xshjfj\nK+I49s7CyAMQp77vF30iocASz3GJoE+EsSiWqyCga24a7Sv+R25LP858vZkK\nTKL1xgHKtqq0nJV8hwNS+V8wqPhCGQcMjnwGFg9JamnC1J7+9gFH4Dv9e1Zt\ng1IGIBKelSplXJXbY1/LQ/bP84gQ2cKZVFm5pNE1qi0i6uTUWFYEdeBoNivS\nbW5O0z3KsoTDYOsW32CEziqVA9Rt0bTpnyy5x3F58kM7iYnzjzIW2EYzeX09\nO8u3yisful4GsXDaG7FTgzyqZdhiqohZPMH7rClkPXimYFzgdN5i2VuYOelm\nqQjZWOv89NK3yrLHQETr0WggbekOvgMcq2qIp+fQx89DWW/6B+bJoeaVBjIh\niSrp\r\n=FlZP\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"0623d327acf529c4b6302031e18dec5a0faf0342","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.19.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.19.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.1"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.2.1_1585041369815_0.12455026066867014","host":"s3://npm-registry-packages"}},"4.2.2":{"name":"lockfile-lint","version":"4.2.2","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.2.2","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"765cca0ef7ce4d2661b3527bd4d746afddb99d4d","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.2.2.tgz","fileCount":8,"integrity":"sha512-9mr2eiFlIhr9AIlmpQlAeSd7Aov+7viRShnzymaFF4lUO6si7mODueTG5fWH0Jnb49nL0Tjsudw5lD/nu4qVqA==","signatures":[{"sig":"MEQCIHO65j4RbQ9wRKQ4dBv35jWwP4WwYeFEPgyZBMSR2ulOAiA8E8f0qWHSJDOG+hcrlX6V7ATp94ZVcvn9KGFZW02QZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43869,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeexG6CRA9TVsSAnZWagAAYCUP/0Bx6XVTvG/J7jLX0gbt\nR20uogMfCAhFjKPvejLvUj/tt/PLBLG4D9+bpYUtFKS9Jeri1YQ6RyH8QHcw\neMlXDrq0UELVcCsvKEAKQDcUOgvLoTGriGJRyHpmyPwRrtDMocggeirG9XaN\nA5qkQZgQhnBa8UKbdxEXAIr5mneGWYIQdlAvzSsaLzUUnO27WjtXXduDcArq\nJAsvYgVX7MFcZWWUgLniruKGNBzE0lOmw9LuGQB7U5rfV0x/nhS4gIKSwRA0\njwoiHZHgsr3U9IYt0HKl16imDSSqJDTFFJFXHH5eirc2EZ4Ke8ORtz6wbFhD\neMUIOgF8A9WCzvaAec+l2xNwphqIWxDI+wQJA6ongL2MtJ3xs8qtZnNDk226\nP/1KDTJdUvVMTNqAiu1Wizg7EmPGEUAbX59FSmW4JQpX4y2Dl1q6/2HTpFlL\nhCbgAMQULCBduTevfPAyadxkGz1tgIsOS0pE9Zv4FSX/rj6WLq+Mz73P05QU\nW/V4fHcQOY3IqIxBvLTZ64wZ3V9gHvhWvXsYY7zbn+24OBr5XR556ispsYFR\nXKqaqoqsiQEfrffTr3+LfOR6zRDKyVbTamAQLa5YcO9VX4Spzr8XdLBpRbtU\nVz3jnyS4OzW/6WC4K/3jEBXwrYAPj+Db4j9SyaWmGunPOJEN7BC6TpYJaVGr\nRpfj\r\n=c9P5\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"6241cad1f1430cf544cd3cea522ed5fba98783d2","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.19.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.19.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.2"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.2.2_1585123769820_0.5775342275944508","host":"s3://npm-registry-packages"}},"4.3.1":{"name":"lockfile-lint","version":"4.3.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.3.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"cd6b19c0eb5c837e1ad731cc64ef3f88378ab6a7","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.1.tgz","fileCount":8,"integrity":"sha512-ygXFBBQkUr1zxg+tLEikhA2uslSKosYowYbeOnGAyaMo33lQ84H8pPsoFrrCqBMHwRU9InbwUE9gF38kOgWpKQ==","signatures":[{"sig":"MEYCIQC3SgxdIRTQzQK+f/wKlko5PpBVSAUDUxEbU6+Yv7fvUwIhAOFBgJjF+lSDj+ddpTdRHfnJQZuZnAXhwBh54yDEEWBE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu5pkCRA9TVsSAnZWagAAa54P/R6vg8HcGHiZ3Pn8Kvrq\nxxOAq48djbfNYL5rva5dsZIoHF2Hei5e74pAVUFnkda2m3sdMXsx2xHyyV8g\nE9jSa+oTCIta0TJF/dI5cg77YlDD8XQ/mjltAstxLzJESpmuOgC/PLtBQi87\nyKBbPqxuUuP+Nf56N7XTMFzMfiT9s97M8Pv8snbMBLyZhgSX6cibF99dI26I\nxiCzgrlU/isSBri2LF1Co37Y9Q5hjhNY735REZ22dOnXw34kFeNUFWhphiNz\nIm7QhWduApvAdsW+uM4gdki07KgrheiZA2Wvs7V9piksU9stTZWiNc9taOtq\nFL4NRy056m6uv14162uizfC7tQcX0SDF6dWlvBjEJofmAIyytcHrMEyNHPiQ\nEQ5+6ubRomfWp6UJpOFX3Bh2tq0NJa6gov22Ht/ktrn2sgtMsK6VUawxxbvB\nFMHXuiqi+Ay0Ij1e+Xmq+X3YjazjNJsz5tMSwLcJbRlWPnDdwpuUu6Nj6CML\nJYMc5jQaGHa8vREkkC+2GPjNg0JXagCb7lknDr7QKEkBZR0gsNFL0z2zPd3T\nib1k4Gctl6lRqK02OlfidFreSA4lLqo+Rw8uzO4Rh8gfznkzUAtF+t74yjEY\nnZ8c2QMoIStrIg9e/Rc90PVtV6fjZmLPV4sokjaasF5ZwiKgZaOZrens2poI\neXNj\r\n=3yPh\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"4e4176116d0af4d73a1f7897e70d686faf6cf13c","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.20.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.20.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.3"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.3.1_1589353060242_0.6419321811367251","host":"s3://npm-registry-packages"}},"4.3.3":{"name":"lockfile-lint","version":"4.3.3","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.3.3","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"bf90b11f1274c19a925a9aecd5855b2aca7abdd7","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.3.tgz","fileCount":8,"integrity":"sha512-vwUyYiRYZvvbaM5yHsMVqUUlFfs0C9sAWGYwS5IKav4iF2K/2/0Lwp6MfNY6IpOlP1iv83mnR0/RNFrk8D6u1A==","signatures":[{"sig":"MEUCIQCN2X7usesrClf94E7MhCjqE3egVHqgExEGXWCliXZmuwIgH9u3ezXSzmz2LnChcbs62QVMki+a/+IRGJHqCXxHJJQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44860,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu6mHCRA9TVsSAnZWagAAb8QP/ilWNC9/cCjfE0b1h1BO\ndwUDMmQq6cnsFfltv+FNWKQ/Qfst8ae12bEPBEWT9yLBdEKmRzpPajNMUAsd\nrv2mVSbHc3mR7hogG/B6JcgkjSpVEheeIna8G7SQDAs+dDgeF3tO43AkOp4J\nCltYuHkZVljtQn6szWxhlg1nA6lZHCRVMmqc8iecsZmcFLKUg5zoH3iGtXQf\nKIqAhV+bxIYVRgrx314qP1amHpomVu56ZMCxzE+z7y+96+u4syevy246pe2e\nfICiVG4nG6awjqpSwsiMMXGbkvUvn6/1TGSn/vLOy6h+qlMmwkCBKMSShC8J\n54ZQf3AtOmVzccZd3dWcGoc8Qi8wFZfLv2W1Ou9fhhNTRtpb6dyXSnkYgOv6\nKjmCd2O5DalSsxy4ESBoh6uvm+b4I/2rkoDoqNjV7Vw3BOOqjb/tL8RfEPcA\nKCTdc1IaXKS+nY5JIc5S5qVewVNlTdtQ8Ea1rh2wCPP70sZnuaHjS47YHSCf\nvNB7LeQY6rM76B5nXI+wkT+OYyfnJk6aV8ohHveP2XGTddv/ooGreTO5yDN1\nZVYktvsuieRmHV748kBDP+LhYlxXzVhgt7NNo3Ld4aS6AGL3A/RZc28x6qnI\nLIU3LwR1Qn0ApzjLtGKSXi8IJof+S8PoWQ1H5gdbqVwZBTKcF6RFk4iJR18L\nZLyK\r\n=2TH3\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"a9bf2112535cb68c71d50b9f0c326147aa50cdda","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.20.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.20.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.5"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.3.3_1589356935014_0.08060931004404637","host":"s3://npm-registry-packages"}},"4.3.4":{"name":"lockfile-lint","version":"4.3.4","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.3.4","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"3cfa9059027ac4771d618e072bff94a2b8ec9f41","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.4.tgz","fileCount":8,"integrity":"sha512-1hwjhcSUNSUkjV7CgNwwv3hBgaGFkc8GCFTuzp37iX9n5/w36xe7bxmrAgk454L7hEywZiEM6dKoRx+BDSHc3w==","signatures":[{"sig":"MEUCICx7sRT41TM2oXUbBs7kvE1kA5kl/19D2iEaMdGSpXU1AiEA9/sUru2ZnsG5/LOPu7k4pdEk+8Udbi/8oCPTpqNGBFQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45037,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevHgtCRA9TVsSAnZWagAAX9oP/1QgxnZ9NNh/bBnfFOPO\nndl0jasRX4A8Kku65sdH7tGDswLjZxMMqEMynEPAXxOnKdagt12lQQNELHRi\nN4lgiRF+KzDebu0Wx0P998yqsjrvHb6QWBRWBTjZY6LUPnpPgR3QdStICwu8\nJGuZo9EtfoqtbQx6obTSqZpnwP3fWC0m5B73Gk94xQMbZsn3x2AqiKC9qxMi\ns8MCHXKAyRtdAm5LEIrL2Gm9i7/2xbMB514/ZA0omCbz4gGs6ftAJ5ay21Ub\nLxvKwwZ7OEzgbZc9bWkBHl/HEtrfoMcx8JGPRbE0sa+UkTTL43FA9jtHfmFW\n0/Kc6VwglmOxgFcVBjMMs8mZUaFAjQxYe8fVfVeCdf56vD1yGtr+hSiGIzUK\nVzV1QwlHZTmWv6RBL2I5oIai529N6scSnxP06RuT9lAIl2N6lj1bZ8dPoZSu\nt96jl1LvJ9PW9HSSshLDVjOoOITEVefmy6PAi+v4761C4cbxZ1lGbtYLXQPJ\naUyTx8ueHYLdPIN58ClRUAE3NXytzfK3LOsRtXKos1pvHfYZN5qxbPbK8OLT\nUlBZuH7rTCE75v8XBDe3sEO5XtVxKkxEN3kP8UQGox0kYxPfcimkXutSTMDq\nIjFkseHfRPIQ7sXFrvCzkLWZ0EyQH9g5hmL+6CS//nn3T/JtJx7q+DJM/dqk\nicTT\r\n=egPn\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"fe4290d81a46e4353a351a09bd54cedbf33aa932","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.20.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.20.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.6"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.3.4_1589409836833_0.6671460165025795","host":"s3://npm-registry-packages"}},"4.3.5":{"name":"lockfile-lint","version":"4.3.5","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.3.5","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"d8023df38007a310d9e7c90028c3ac32a9158407","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.5.tgz","fileCount":8,"integrity":"sha512-vV0fkyQFdgrp/jliAHgHGKNtdsTO8X+YKAyC3av3GBNpGMXspVNr5DP5aUePLzCOG9Wxtf0wibEVZMjQ6e49ZQ==","signatures":[{"sig":"MEQCIB73rJPGZT2cC2wN7uH4fe2pBlTIq+uWl4tuOydwmD1KAiBl8K3kvnQW93HpA29XlwZxrA7c8o3/HBYmP6BLQDVZHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevOadCRA9TVsSAnZWagAAciIP/jZ/+vijZvh+b/w3VB6L\nAfQ0He3VqF8+2FePGqTj/0+5DEZIfE25eh7JmBIejKA4E+bH95MSxYeqWEtV\n6KbjkCMpuqs2Hq4tP2L/zs6ZzodsVkI2U1LceIC4rnGgHy//6yPnvqr7F6Nw\nqQYJ2WolzNudzCvIDSH959ln6faeij3slNv9O95kTMC8ulfm4yZoe/8MN3KR\ntUKXbIdpYsNFM3QSRSqnNXEwnCDmeZa9HKuZOGQjFadv165+w30K89MMs6Tp\n7/J6fBBZqwYTBi99dSkdN/FP6IorXhP4tDTvFMdLwUpnQa9/5HzHegN6AOmE\nu3v/onVJtq13LTzWcUPvTruwsjOKkhyYnd6Vdhp7zQx8DuTkUG4QiUZOxqf2\nGHIQaFZ42S2+o5Czwb+Ao6psuHa+bdUPkPoTnDkseYO0D4xcOkhY0Z4CdO2R\nVh7XqQut5c2YOJStAlRBlQyLUQDShaBcZiWO+IdfG2FtC/+eY/dW5pa93/CW\npY94w9JKRTV7eyhi6jUf5g9+U0R4Ol8grlmmCFvYGGq7fgFijlvBBg+549i5\nVsDLm8c/yQ9zbp6OKSpdKR4BAga48A+nsHAgKEDqdHTnQXJAdqvDm+pSAEo2\nFTxBxkmUNlfGHIrSVbbl/hrEDEyLImvuS1y7jflVn9kqYwsZw5LHUGmb3wm8\neOhE\r\n=0kOb\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"9855701804782e471c4d1310b435b4c9da5b3090","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.20.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.20.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.6"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.3.5_1589438109062_0.9113175018598543","host":"s3://npm-registry-packages"}},"4.3.6":{"name":"lockfile-lint","version":"4.3.6","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.3.6","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"ace4c638c91df6da960dc31b6755bf3d3fa3ac6e","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.6.tgz","fileCount":8,"integrity":"sha512-W2N4Ygeispqv8elwO+Amw8WTOukC5zw0taDxpwKkUE6/FCfUl/I05uoNgqLODD6i0oTw6iohwTHHd/b1fhLFFw==","signatures":[{"sig":"MEQCID30za94HyfnWpE+rWPLXPN57UBuG6D8NUKe6plwo2hxAiBUO/ZGTpe99ug4xmr7OCdGAWvUKI6+mncJSkRzd5ECHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevW3UCRA9TVsSAnZWagAAPD0P/iIfJQxBlpyN0bE0UQ64\ny83FnSsY66OE//vnc9/LdbUN88j4fQkK1MeD9XVa08En7vCqzdxpGqnROPg3\nMQE8RHm15On9Rkr9PeVR2LgMy+WF/5dT3nTbmLQ19stwKu2IdG79lZFBFeey\n+CchLclxvSJORA37qKV1nzQnGvfRRA7Fhf+ejkqLip3GGq2QJy9cr6GvHfjI\nuVgumdCTu8quLmG0SPgTKLo6nS9CEtjHelclZLh3PaObX9lL3jX7bWZkZaAN\nfhG5EDlVZNKgL8ipulOYPXp1a0Gt6PV7Uhv3rENgzd+hOeUHfhBoB0S5Di4M\nkZa6CtROw2n21QDpEt7BOLkWrEymKu0fnnWzElDtruztqBRUbwObO4TtbUUq\njbDLoAjNX3z1zzisc+iMAi1l9QGD+hdSZOEF6J1rYvXCxaCygGYrrL8wUWge\ncaOoieZpK1BQeuAjWgfyU4sML/32AINgXHtXhC+MJeZ+U67U0k83OTsdaq1z\n+g4eUOEVZDchl94K62mV0MjtMROaAtcX+8RH0o7vkjZVrgeK81ch2TlyovXO\nPIeKpcitVEQNeGg9fD0Qr9kfLHGLThYA5cC7GuhQMtEl1wC8OFarXn7MiGXs\nzwHAUuCtxAwXMNF40EdJBQeFB7SfO+zX2gJqn+E5BAm+3R2meXSWki9nfObb\nI4EP\r\n=kCdq\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"b0914b6fbbbfe05367b7b827c9521dc5ef4338a9","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.20.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.20.1","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.6"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.3.6_1589472724017_0.9780615128409789","host":"s3://npm-registry-packages"}},"4.3.7":{"name":"lockfile-lint","version":"4.3.7","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.3.7","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"68c9d1dc129292cd85a71b2d7f65a9e2fe4333be","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.7.tgz","fileCount":8,"integrity":"sha512-hOHVJyHxtrK6cgYlKoaWveVOCz/w4IXlhmxM+RSWW7f1lA3ENJaRL9eNS9AO0PBKx4P/KMXuker0KzExNDenRg==","signatures":[{"sig":"MEYCIQCibwIFOUc74sfSdytdBIXZGDyR368VkjQZc7mjATd2DAIhAKhsKoPppEFW9PwvAS6ASOmiygRsBQlv/j9Z7ut3bfDj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe87TlCRA9TVsSAnZWagAAEwYP/0/obSm49MaRbfthShJ4\njm5Gos34graXtRUy1kDpy14UeHZ+zEQdWXx2/OuQKqa23fpTP3vpeeuU3VV0\nlMnYG9bXJjUX8Hg7S38zfKo7wzcibse06rTd3jehWEEXbPVhkngU9iIDtSmh\nsBgWTNbzVL8rhJLM0d2zuIC5wfglttzCyC7b3ATBXMTSC7NP+ajiZuN/QcvO\nRTNc2a5YnYYsh+9hfTo251bm61KVlYJ5/EGKK8aGz5vP7FY0blmCbPlN3Spq\ndrtcqCSmNW9+Ht9BrvcZMyJJPBoKupo41YQaHf6eryRusPt1nfNxgxRwaXeT\nsV9DxKXTK9vmVjqUsaxxPNGjMNhgk+Ic6+zvmjPt1d16XCxqDShmYIxUDUCz\nk/yWmKFA+NFbfMxUbwcjvLh8M08RNr0evrbKazQSpMUMpdtj2Oj5DLzqm9W4\nBb+YM4NVSD8Us4ycu410eyng+/IJ5uFXr7QsxvamiU086hH2DnEL9tF48WkQ\npr1F+aJ5HgA1lZECxJ0geG9nq+n5KH/KuCQvi8FEDLqxrEEgXR3zYzl3mdlq\ndPexqa1qPLNyffXi/51yHNd4wCCMqPhpSvFvnjXnQU5uTCC1QTskqpu/AXbK\nl8elClV2Q7Z/n0EWiP+pjHUw+TRdBXAZE9626VfJRg8Kj8sPjfTWrAQSLMYg\nzbfO\r\n=VDYA\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"940d34f1cf0090e305bafb59518f6d7d466ac0f8","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.21.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.21.0","dependencies":{"debug":"^4.1.1","yargs":"^15.0.2","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.6"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.3.7_1593029860788_0.8472760792850891","host":"s3://npm-registry-packages"}},"4.6.0":{"name":"lockfile-lint","version":"4.6.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.6.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"8ec0b082b5508d8acbe82af1d7778d851e024ae5","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.6.0.tgz","fileCount":8,"integrity":"sha512-8lu8beT1QffDxeIdGWmGrVmTluPJhkcjR1Q2NnrhEN8kvihhSj8TzEMKW4HzVvf7ZTa3+vaCwJI/lRvEKeDcwQ==","signatures":[{"sig":"MEUCIQCu/vNNnLPk+tR/HJ/iv0yyCy4FqBkE/63CBYIerV0jXQIgbRG/uXrSdyXa3qK+IAtjD7L+Ypw6BqduB7iTQA/Smok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgL542CRA9TVsSAnZWagAADz8P/1fFEWHEf1QQMVIn4JFa\nU4kCC7xRNf7OzZ+FsPpmLuZ8swI7r/nEf6reEFdceciD7F6IIAPgrKj/LZu2\ne7YOxS9zty9zY0tig0W3S+74YgH74FG26Bz1n4/6lGbp/3vQ69F7dLrtPmI4\nPO6qqxt7yVa7ejhNRmC8j0RUlR9MQXcEAeHBsi3j01a6+TkOo2LmNt1evIry\npDWtUjGmMtz2TZFcHaBiSwi8VQXQyd3kwp4PP6AL/yrZPkNf7n7sjNyV0znw\nRYTGZzoVTVhKHIOMJDsyk+xz5kvCuAYa1RMWd0suXMiIxhmjgMmGInT5Kmuf\nO57P5p0QApOzo0yvLb44M25JHnV6aacUHVoB7XtjJYVPAQPY1DbOzhYvwQHB\nLK8WEaci0dIQ0CnlkNVVqb4aOp/iiucSJy0i2gta6lQbYjjES4L+rW5t/T5N\nZTz09Vu1vSjHLPtHMfKr9IFYq4TGcE6ZZi0YzUe6FwjHTnUEvUCLWyzsgzKi\nxeW4AiXAOi71FqWFm+b+SW+BmpiSN+rZkSZreYptyU+e+n9VZ1u9UDgcVRbb\nO6bqRloCEoTOBJjd0QpLhSOahQglItrZvXOrKJaBsqqCMGSv1Vw/8K9y/PxV\nfVI+DqgzOwpEtMR6IAq8Hoi6DJk2N3nBtQosIkkQ2O43RlTMRFfsAkb5nMt3\nHS/S\r\n=Nuzl\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"1a2af5304bebec9a396aa082dfba3e4f5a4d44db","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.23.3+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.23.3","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.6"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.6.0_1613733429585_0.08959084716408028","host":"s3://npm-registry-packages"}},"4.6.1":{"name":"lockfile-lint","version":"4.6.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.6.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"4adb6580a5d1098c0db0f884973511cb24567bfd","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.6.1.tgz","fileCount":8,"integrity":"sha512-ZnrRLacVF4SLUnXT0V9b4YIwVkrn1rEJGrcPDC6V/0eHxOickJ1Ayr56JtzbvNLyOZ58dbzHnE+ZaWxqM73cCw==","signatures":[{"sig":"MEQCIExeJeZog5nPvzUMCh9h5y/NtmvXpmULqAz2S+NgHR+wAiBp1lRm9d/necOf79qDH77j/8dn/Z0D1WsSB+aNvmOBxA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48324,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMUfhCRA9TVsSAnZWagAAC9YP/0QUm3byib1VdvFkyiSq\nJIndI2NzHjjwUoEjqFm/kp5YL3Vu3RoqeQUQGLNgIRvTU+DB6DfPhfLJX5QE\ndJ6+HC771GAeOTZPci0Ob2aONhYdMbJKQe0zL95tkuIm1Y5Ru1bIvy2GjIgY\nhfOE7VY+wOXzHKVED+PDsUA15b6iZHmjGYggufDpbGq7/9i4WOJoCs5ASgzj\nt+p/EhVeLS81WSOuMl2KrVRDgUd1M9tB7wk7bwk7t1kyMro1pXKC2AOPer4i\nx1QmLRy/poj8FmBqC6aYslIkbK/E3LuYHNy9dd42L7DBDwDld48uaxiG96Gm\nrancCI/HRc1uboBsv7BSfCocqORiTv8ODJNmbPanoRbiqWNIy1gwrRxuWYrI\nHpKUBl6O3FQnv8rKfo0AO/3FzKGL6NdYz95EuiZINdtRgob4MOetMJ1UrXBs\n0fZJ4TwcakB+xm935ciWA+cfgC3XUOvuOG9yTCokhwhY35jz7akKSpTI/qrV\ntX6MAt2fJo/4tnIVHdAdGz34dCS05RHiqa43tua4gTTqQt4+LvA6graNvTUj\nm2q0UBAUtL6RnGRLLSL98XRC6MN5WbEHz1QucY/OMYoxxXrijxGQjQGlHLkt\nzHb7m8a06r+rfECuVpncElDmOpFYfVEZrUlplEUruzq39lF6n4KpU6qmr2Wo\nh5Tr\r\n=zx8n\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"d7564f8d20c9dbd4b8fc786f1d9967d7be6d6302","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.23.3+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.23.3","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.6"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.6.1_1613842401189_0.6134572822292215","host":"s3://npm-registry-packages"}},"4.6.2":{"name":"lockfile-lint","version":"4.6.2","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.6.2","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"ca4a896f702ea22b04d4084246ce0ecfb2b4ff74","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.6.2.tgz","fileCount":8,"integrity":"sha512-TvWN2Yfc/dvSy1GKdpy0wJ6GCvq/9Qj457D+QQtP+eYvsX4zNp3vaaB2LS1d+TK1lO/7I0VQ0qqRCRCOzSj2wQ==","signatures":[{"sig":"MEQCIB8E3ScZyKkEY8qf4ma5oiIzfpx9Ds1fTYQ1duhctBKTAiAXri4e1WcR8KURGKwJI1z+cgLep4Lf7mqrdXOS9KFBtw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48501,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOMmICRA9TVsSAnZWagAAxxAP/1Ugf0qTkIRDSyZPKKst\nXLYWO5fZWAn2WDbfGuML3x5Vu8jWpBocLzGnNiSoEq5wHwqiu24cq9zchkKN\nPVy2V/bJQJtDC2NqvYUO+NQmn8KzwgqGMVK7kOKHROrFyB+P+zqLnCooGv9D\nX5PUNJ0EnCDsOF9WP/o3bB3vm/zDe5ukUndqtrJ6mUhMaTs/joH0ckUPLVRL\nlsm5/6ddK9Axry7PR8m9jrdwD5aY1PM788YvH13Ca7J4WgKWMVSMi+HALL9E\nY/7BdYf02SI8h56rTUT/BHIbkAL1BFUeUiTfxlzmXnLG3vZaq94GMhBEoSss\nBVVRAzC35Sn6p/fto/CvWKnY/sgpgz52IvtjIPrQLgBMCiwXxvfHng0+Tr8f\n/5oIZVRKIkj4Ueino1xShzOqvbwzTmFZ2VMHrS1wlN/fddbseL4ECMzQY/Iq\nERmZ0pm0FDJ1wSME6o9A6up3dsXzUf1nec4S8o6XvAXD7CKB7KCv2NJRHblq\n3w4eSbHiIWfw3hnV4X2mHcrna2xxhGFCNFuEEiVgwJPer+B6S1Mf4Fq6wuog\nQVKYz7hzKyiWubfsTySk3T0YW48chYSjkK1vem7a9ih7b3YGz6LyDfcSwwx6\nwEKzw3yjv3eQjeHrfeBBfv/6PKwpGmVTpfIIQVN90WKhBB4AOUUduU5kR+oC\nzqfc\r\n=uEua\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"5a9baff8f5f48986aca6f26e354740159ce1546d","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.24.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.0","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.1.7"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.6.2_1614334344030_0.6390614050814405","host":"s3://npm-registry-packages"}},"4.7.3":{"name":"lockfile-lint","version":"4.7.3","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.7.3","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"c186b817e0cd11c02ed37eacbf88e850641e2d1e","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.7.3.tgz","fileCount":8,"integrity":"sha512-U+d9Z8tDQCUgjIRQpbKA3jj7J0OnAe/YEadojsIhXDUj62KuIGSRJEekrTp795NKIUhCTTMBvd3DevVgYEjHFg==","signatures":[{"sig":"MEQCIBH3JQfY6seFgBUKt6g2cuThRpRWFK82c4THX+D/uR/SAiAvbHlXRben8POHTaFURtxs1zrmi+yBF2zw7ap9SKW3Ng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKjc4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqt0Q/6A/gifOr2D3za1ScCExQmsg7UMriCIik5XnjkapMh1Sn1TAR0\r\nHJBZFBHh65Qve1c8oToLP98B7CSZPT1y3ufxRgJSAiZ00FPyN9UJIA1WUSOi\r\n3JCOo06hVyr5a5eAzb0obCKXnzqhXy6rFtU/hKRP+5PchgIid+iQKaesuzoM\r\naDItkjj6OpyhqLsgqhl42ILCCUdAVhTuVdg0g5BXSoauEN9xwlf+zQLI5KB7\r\nJgk9MlKsqTB6aktZnjqZnkF/3pVYciDsPeu3s8cLwUEDCs2P0LX2Ba1cnS0B\r\nPD53Sy8zxRzKO+NJjYJPgn82vOulqBaOWmju8VBCU+nBLXeQ8IDAcjk67Fhf\r\nM7tvc4Oha0egu8862WpEB9Qva2ciBSd45XVMefY5g4PTtHMR+o0vJc3vu/XB\r\nB0v1j/0nkn9sAe1ZCb4xY/RuMIufwMQGBtQoNOyfk3/SzO4Pp/Wmrblyclpy\r\nCZNbYFBIf2NhQHGnA4huKE5fhDGF//3n3NDnJHo70SyvsFRcbuC8DUSivlmp\r\nwFmEHHYEvSVnHazSy5JsU5Q7iI1plutqsd/dz33XlLz4BJH0w95OATe/SFEX\r\nndrZcnpRrGnRZdb09/dzUkSJM91bHV4fWk27lku1rLNRxoGzMfkPC7G3u+la\r\nYl+S6JmwzrA9aOUakyl8GJXglfu25ocHfkg=\r\n=/ARX\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"50d25a29513e366ab7d32254918bb5fd5d12fe51","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.2.3"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.7.3_1646933816143_0.271355781368783","host":"s3://npm-registry-packages"}},"4.7.4":{"name":"lockfile-lint","version":"4.7.4","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.7.4","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"6ff95453f973840583e64835402656ee597bf04a","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.7.4.tgz","fileCount":8,"integrity":"sha512-5IS+KqWDK0V7H3NiOh7sgO1fJ0t8RiuLCE+YFNlHBu5nVs1KagGbJ1eipEgQm9DtgzqBIR90X33RSKPOTAVczg==","signatures":[{"sig":"MEQCICUg79FTIoZE1ACssYVCSoZChliIBWV4QDjoBrghzZWPAiBPgZvNNKO+cKuO1xJyNhH4daBuwGgA14BaRoRt+DC7rg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLmCEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrzfQ/8CZVVYZoRpsvlBYwkcxOim4t1p3GpKHsBvgGqe4Wt7EvnYqRB\r\nC5lheN89v3I4UeKz0xsimp2JNJZxQxl26zJKe8Arxkyqnxfr6nvxllBkCe7e\r\nvqgDomxKKbusFFsQgvqCjwYlc4ybj2YgVkbsAoiv0rcUrF2VNfs+VXVfAm8w\r\ngRNWKDgY56Mmd4XYn7vzWalV2Gsd3Aqz5Nh3OQAX/gieXY5dX7k0Iq058dDt\r\nvcgK++I5ruk0Bf0jMAWAHuKq2X0NkeZYWCSCY5uk8Rw73YVKb3/ekL3qRojG\r\n8XEL+0gGVneBrnVbYfligb0P3LlgAnAf1V5vdWdfzemDLkU0h77yGC1kCtV/\r\nrZ56Y3GdxpYXlSqn/tKbLuhL4mqfmbsPqAoFn8y2TeHMijh8WXlORAvxTFdV\r\n+Nb+XbUCg6s7UKeuklAKUio/wGnr/+7m0gPR+FjM4tSyQKI1G2tJD3PlbVKQ\r\nd1HWe82R9NvrCsu3t7lmhwEnk66ZF0TtCss1LeGtg/GOOZPZ9aiSfhMBlass\r\nVkWXcmm+5iJlPUJhJCnBrf0Zpmwldie964qGO8WIcZb6AaRfWNGuoJz3QpKw\r\nH7Zq/+HYCgO/gS6938QomZ0qji/vpHLwmRkO7ymMtd2e180QI3U+KiG4peoT\r\nq+wOIhdta8v0xL/hZdyuqIc3uNXsfBwMdjQ=\r\n=bgIQ\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__/.*"]},"engines":{"node":">=8.0.0"},"gitHead":"9b0b16715e4cfb77c7ec6ec180d9c1f1c8bcb8e6","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.2.4"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.7.4_1647206532309_0.9342041208750582","host":"s3://npm-registry-packages"}},"4.7.5":{"name":"lockfile-lint","version":"4.7.5","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.7.5","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"b544f7e6055b77716ee9819293c6b8c28641ef2b","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.7.5.tgz","fileCount":8,"integrity":"sha512-l6gEe+rCaM/A32VWwLVnxl0AV8w28k7t62VZV5nOj/TcYzWAs+R7hzkKagghX4lhURlKkLSbVWucCwUlUe+7uw==","signatures":[{"sig":"MEUCIE6HDfLYgQ/lxv+3WtpVdJnJjiDEQCyPF/TRfRP97KRvAiEAmfSW8Fi8Q7d62ZVwp26yLoEf22gp60mYAFSlawpRj50=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50887,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipPTSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqf7w/+JjPzPz2iM5si+uxDxGIs8QMGuNaD2EsYTIOBLJaiitSt4KNX\r\nwo4X2GtDwrR7R5lTKGb6zJhGblNTGlWpsYNliykjA7yh1JGuYDAcPI3MIBhh\r\ngw1hmRTafM11ta5CUtHUeuIjBsCTDS41I9oVF0WyIAuUXFTlOo6/j5F0HCTN\r\n1f8JzCQfSqtPly+BK58zVbkTwgZ4KrmEp4v5dCaEG1RCj8R98nu8iXaZfYOw\r\nuwiPVNCoFR848m6k/UcOEcX3kYH9dNibYCk3KjyeViSy+PDv1+27zZSwZrT5\r\nfRPCTLE8qJuBcR3bBTuXMY63Ld2szG0rdsymE1bCO/SGC3xaykS9Wx+CUoed\r\nT0PGPv5uvQa6/k2HmbHFQ7JQIlCInpO3u+8ZfDPqPduhPZts65URlyfdxY7s\r\nZF/ud7gBz+L+t5pLO7J/JS6XN01EZz3TEE7sqcMalTcje595kwABSXQuIdgG\r\n/accy8F+zfR9DAzw8CDxjI1CaMgvHskLmsBhEnTPP8+OilOg0ba/CZ0mTV9i\r\n7y84/k8hrZSOiwnsy8IqcXYTu+j1mIp1ezHQo9CRfScZiib9xdnNUOWJXO+k\r\nLCHB9nWPa8hNpFJ+LmO6nCmXE6tayVmQf+ss5chTcvNa4kKvImYPM4t9Wf5b\r\ng/LriTNAcQ/2tNzjKD3VNhhmDw9cyXR3Qd4=\r\n=K6RO\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"b0b1828cd9e758ca3c59a5efda9e3f49c89d05da","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.2.5"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.7.5_1654977746418_0.9810508872134567","host":"s3://npm-registry-packages"}},"4.7.6":{"name":"lockfile-lint","version":"4.7.6","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.7.6","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"97ebf8c70838404f1f1a4cfb6f08b98e6e847b18","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.7.6.tgz","fileCount":8,"integrity":"sha512-vk1EgNh+fkaFWvnrQ/wDMflbkBS0zHx/z0ZjbkMiYObR9rT29AhSHLH6cH52/QG7UqHqSCa64uu8j/nXYubmkQ==","signatures":[{"sig":"MEUCIQCR/3eSMw7tlt6+uZY4dRy1N2JE+4G9hYXDCoZLoEueGwIgSb9RVKT6ChV/5HRimLvJq0ghER//NoeNM7GVuwsEkR4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51135,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiwMeWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrmaw//cjKznetkxNOdCHf5PPcBVgS7LRW0W6ktNCvDr7SAp4s8Qfry\r\nCRaOHrUKOzNWq+yO5TT+8wSBoPWVOESpy/7F4ZWqqkWuqJAR9y/3kkx9ACBG\r\n2/xGphXSy1EAYGU5pQVGy+zZYJcxIqVT4eEUGm8aChnm3YtNnntsie9KwuBH\r\nR0mMy1WjBg/I1n4u9FOtqLDdMlRFm5XL+vuTcsCE1I5bS9vm4hlOW7gMWmvX\r\naHA9uvrcvGX5PloPEHkyt8IBcdak7iT9JdF/YplgA+i5GrcuobmaTR2qyzKG\r\nVHksuJL7GjdgVdCbWdKP6Gfgesp9c6Gt2kYa99WokrLrkW+v7uAbPF8OrBJY\r\n8t16cqnCDVi4QfPKdQk0PB/kE7iZiq3RWyzB0vSlqDIR4DUgtVrwZ0DRYBtU\r\nHTPBPzx/l4j2Nlz7Kc8w/QWcS/kJnOHTp07vUP0PGctu6eax8rglDEGJaa6w\r\nd/OVSQbX1kGpthInbauOJnzPg+s8hMIi+WuMrSoAfoRXWe9pyWIuJHRXIHyV\r\nB/9EE6HffmXLVGky1A26J+WWah7KUN7JTNOia22xZwuJ3ZboKSwcjlOJQ5FI\r\nOm1PkBKemQ+IahverN+kLbFdn2rVphvxw715IgKOs8uxVQZhd9EIwU0UtiH2\r\nQFeM/e2btJgbB0MTDxjHRoqlQAGxyzq5R7o=\r\n=QBom\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"39fa9f7919f4e4b366ed03e9d3c79309f1769369","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.2.6"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.7.6_1656801174509_0.1674040964971144","host":"s3://npm-registry-packages"}},"4.7.7":{"name":"lockfile-lint","version":"4.7.7","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.7.7","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"a064ad5031d9ebb7fede7b6562de3aac3d829427","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.7.7.tgz","fileCount":8,"integrity":"sha512-JRB9ChNc9AtrC1sRmcSdYgCr7nVioth73Ssyq8tx3ZnBKuFymADFJDSK/aTFDt4OSdymr02lBtBNGvYs2CRFtg==","signatures":[{"sig":"MEUCIQD+ZcWVyDV0gCRQuXXCJ5X5kWEYZpm4T/aq/higKMTkgQIgKlw/bs7bUIdu++SJhcBd9GQhnS0NaOeqYgyDyidY6HQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2tHsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphyA//R7M0UCPqZFm0SAbcaOYV9Ej79lOoVZJ4jQ9ERWYkaNmpDHlK\r\nN133Rdzsnijrv2yJ8SdaV2FsFiSH0CIQFpS7bADEeJkp2hGbzCJA6QjRSJeg\r\nsYJPNKNG4XcPx7TwI5gVr9dwv/DY80Be4Oh0lKrSFtUn8ip1Wx0tb9xs5oGG\r\nKY/TY3JbbQs04hf4/OgBO7N15/vALXNrf/iDyo5woSgKUgIEk27QfBxxMcvN\r\nX6+qbiqblywoYd3/vn0+KLFdklmM/b4X1roKMUBK7OK2yeUWDu8XHcYYfay/\r\nR9Y4CxdjKYirqr06bEaIpxjo9egRJldhFoWPJYrEwRsjz5qrll4n7QsXPRHP\r\n2gXNxSky4Y527ZTHX33B9pwLmB/dGL06bnhNaJ1PqYcIDAYlDW855pgRvPwP\r\nED7FSPM8DcFDye0XR8UQLCjkN10mb0PyzAQjOhV4vDt+cshus/cckKbf9V5t\r\nuF/Qppua7Snpby5KrckjaP3T9lEHGV28edaaJ+UhUtQ+XPFBGf+cTmLY5oZz\r\nNkDq+RxBy5iH2e81hyys/wsATSSMMJ4zXio50l/5yDsNYTBEbynnP9nyciIR\r\nmX8U5PkOoFaKNfLhRwhdx9VW1cgJ7jk03VZ5QkeXEJJ6crgKx2/jhxzdl8Y0\r\nIILcVgifsI3AQAqB5xzv5wdsa2Qc7vBB0Xk=\r\n=AL5h\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"a69c63cfe08af9b588f5cccae69be5e9c49e0584","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.2.7"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.7.7_1658507756690_0.37872756961012777","host":"s3://npm-registry-packages"}},"4.8.0":{"name":"lockfile-lint","version":"4.8.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.8.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"5d68172d81b24cc4159e693950c630b6b22a21d3","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.8.0.tgz","fileCount":8,"integrity":"sha512-GxrSSWdSE/2E0kjWKzA0G/Ni+SS+MQJp3pOgHj5npQRAZZiAtZTZdTtpmX7glXU/j2sZIzSxpVa8lFRILFveYA==","signatures":[{"sig":"MEYCIQC2X/uIeC6ZVu+3mz23BGz6WCUI2I5aL2j5MJCOLO1heQIhANl435c0XLQvlzCmbQM4i9OPUooXJEr9h4qj9a4x4dmg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi838yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZpg/+L8wkc/oovi9PyEysj8eYJw7NnQlNi+Xne3770TQzZstN7MIB\r\np7jo4rCPTXvRff8zmseo+e2mR355VRA8wFnZZKhWkdqrhSDSecPATcPGgEuq\r\nrf+tUl/ubNCn6swE2DqG3bqjbU1dVrXcJMkz9iwc/kO6zUeoxe63YXptlQmW\r\nd04Aiw3WbXxyELneewaPuvYzMwvcJTQry6u9sIvx5m7aPj/ZbqiwkBUg122e\r\ncaXOhjslBbj6itTPdjF+vsgp1KCdTJIqOf4eRGYN4KJHn6R3bmUsXpOP3XUF\r\nuAiQIfIvHnV4hhNTQQIPjdFlt3A/XMspPJIAMQUtbBHzz03nGfs1jNdf1cIm\r\nfBCZZfaKWutZPvl3HtugCb6PjPU41d3j+25Nrclm4P1+mtDFPBvkZtRwQp2N\r\nR6pSBefioU95C9Z5QGThMAQtH58vPJ2YuR/fmw3R4JnEJ+hTo4aUosIxhZJu\r\nPDnqcCTon5HoyE79ls5T0diUQzEmVtwMEvjc9h0Mjt4HKyE23H9/8vHuBzCn\r\ncXm8dMYoaeFzh+/mlGjVjkGkzFduPHPCLpz9ljBatLTBMuN/Ac0Zu+eG7AU2\r\njFsLl8GScVO7CcJ//2lYAfUw1HPPSPlYLrwvEF7AfMpbSvq5kdZQJVzyEOV+\r\ngr2i9Sv1TBeHDX6YbOj79ZgnDWCG6zAqfBM=\r\n=K/J2\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"af23496d9a1e94ec03441c25a27584edcc13b882","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.3.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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.8.0_1660124978117_0.9798966133774774","host":"s3://npm-registry-packages"}},"4.9.0":{"name":"lockfile-lint","version":"4.9.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.9.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"f213859d84c50ed276bd84c4e6a7dbfe6a59fd76","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.9.0.tgz","fileCount":8,"integrity":"sha512-Kk2cF1daJ9FSuQt4RNyV9ce59z/0iGoY4BQgpmLGRVBNgT5mtBXRrC3aJiKo4BiculzCzcNAg5WT3vKXZHZCdA==","signatures":[{"sig":"MEQCIB2VzaCGxoODQ6/75yncerx7qxOnVQj3cI3xijYY5Jl6AiBxsS5jurZ5HQt3tTdP/+Px1GpViBV8QQ3pgGE2yOdPxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53504,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMcQtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq11g//c3zC3fmUa1buPP8DUaHmePdvvlMTqopjcYrphpRJGd1rMdhB\r\n7M1Sh7gFboJObZSS1RXUSpJUROL2iAWxGTsZmInhfKVn7hiDKGboXk4CwKUq\r\n7qLnZisD35s0MPaT29ZqrqcZaA0Iv2VPlEb1JUTFEp08cpiXZoRQUKE+WB//\r\nbz5GLdpUd8mpNTjdLWaGyHx/U75MGyKl+tvCQ98dZjUJIZk63A5pefUZLas+\r\nbKiwgV7V8SX5382dyobM6wfCuwjyg3XBvLi/vL3GbZQMn9XeI1CUp4KZ5miM\r\nSUj56m+k7ckp7VrFCRqKXDdMm9G04+9g6XlTXXqMJvW1ic7VTcPa1si7y30E\r\nxeIMDpF+oaDKbCfHfxkdu5iylinNjtBuQDZqrd+tTzpkXoEV+pmTSdwpDH8z\r\nvYC9F/vdSMUK607KU9Uv1XG50K8iEjik2Le+UZVwOhP4rVVdmQtEANPi507M\r\n2LrNRrfjXmCFKTPVeA3uOwrV5n0rYqlNX2Cc594BYItawL0WSoiwnVjjzoHl\r\n2kTONoY74dODMRge9Ozhbr+6BbzM3rq0g9k2iW5IHsQ9EtO6UyQ174mMcnsf\r\n8eSDe1welYRWgQCFrI8mJhJ/CKrnFrDngDM7LDVe/17aQIbHZzg07FJQb4S1\r\nm7TqAYWvLYzWbgsAtRHCN5Z4WlegP5k1oBk=\r\n=MAdP\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"d917218406f195fa892e33bd8601ba336e586d90","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.4.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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.9.0_1664205868848_0.5663317712856957","host":"s3://npm-registry-packages"}},"4.9.1":{"name":"lockfile-lint","version":"4.9.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.9.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"3f85d5bc08a82f1fb04f90ef0d345a84e67be25b","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.9.1.tgz","fileCount":8,"integrity":"sha512-6Dx61hiP3ZpPxBq+7qgTQltXwkssGyhLjYKBUpyH8Mrg7jx2kfaFpOQNQSSharuBFIBiKI5BULTl720fZS76zw==","signatures":[{"sig":"MEYCIQDO6pW3p0YQhI5tCyVTpWQFKKl9yWTcKqtKqwygNouq0AIhALNGsFJ/WvWyjD2p7/tmzeg855TDpheEZrieSMbOKbW+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMdbNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+XQ/9Ex+nHi0lhO/QFTYkpRufkwzBK/F6sdRdLL9l0yPQCnDNaZRi\r\nZsrak+Up/BnIxAEQQ7KeyFNIRRviWitrlN9P1ikaQ6w8vPff6cjEI19GTtvG\r\n4DQBdlHqWz3gGNpCVicbhJiWLItItx2frXElJ0JqT94IBuLFGrh14/dqUjd6\r\npgReEwuSXjjeZ8A0CtCj3Tz6ZWzssxlYxJGAz3L9AqbbhKU7Esf1GdZPYfug\r\nfQTd8HvN/VcnCR8gamLRjO7jS/wvjtMupST9A0nk4yAMihGVTKyvBU7AYHfc\r\nBMRHvTEDdd68mHH92eIB2tSEahxBbeuGZH/GLBqqZoPjJY3QFlFC6Fk8mpm6\r\n9KDLPA8WKxG5zPDJMavVMox2DTfHXkTu9Byf1AA7ZKQjNrBfCPL/Irai2V17\r\nSz+EbBPRKcN0vNZ+SWkyzJdb1NFsPYXdaHXzJSyZ90xxLxAOyDUx9+UN+Sl0\r\niJMLEJwy7xu170hoTn0RZpGCBCMzyzbYeOtv/9TMhUM2B3S+UEUMAh98e45Y\r\n2NU81b+Cp2BUaYeBDePoeDzSCXSZmxTFoYaxUqNjhmMXEFa3nt+87i2+NVWV\r\nUhoBBus7WXCFMkkgDtZfbUsb8LIxgheW52fX9dLW5OCvcvH43iE8ZrCKTzIN\r\nQ6Q2zlqOSdH4oCbEp2NMLYPNlGh5sjUH9Cg=\r\n=FQHA\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"5676d823051be3abea6ad91583d5bd8ecf78ea8a","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.4.1"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.9.1_1664210637006_0.3330415796049795","host":"s3://npm-registry-packages"}},"4.9.2":{"name":"lockfile-lint","version":"4.9.2","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.9.2","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"d2950f9204cfe9cddc7c4b55ccd71ba2485d10c5","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.9.2.tgz","fileCount":8,"integrity":"sha512-Xe0hx1xyoytncvzQ2fMfdYtHnZ5MSQT8KxCYlFfpVzUDHse7J1sUsvvJdsa44lOB4DJzi7f7SRYqodSHiOB8aQ==","signatures":[{"sig":"MEYCIQCOb9pTU5TcDuIwTpZQZjz0Om3ocu5nroWk3iCdNDtxOAIhAIDU4Hc8is6yGryzSP5lxsdRNqhqCqxLDQjyjW9s4xnL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMdhjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp//RAAklde6yCG5xDzYyT+Giug8U0LjGud0BINOfnlzLt+lizNZH8x\r\nSNjTVwAegRDHAMAjbzr5VlabkO6eRQGyFYoR4i5o6pA+/QAe2gu8jEu42QxL\r\n3zQVxOryqrBNKvUvS9b+sbwORLMG6WRZLeLf/tCYRQGh5+42hTF8oIpGo8UT\r\njFn2y8PMc0Kdky5E/5zxaP/PZhKJlCeZzRVwKHrQN7nwUrkctgyEO9C0DqCw\r\nX46OsXVBgHOoSi9+AcM4q3jvmuIbge2Mi7ojeW4NKgz994PqENyxc8Gm8HwZ\r\nH0GzDFunW/o11KpM5H86HBIc7WWj3n+D23Q+P9fndiEt7zI2aVL2sFhfa8S7\r\n3CxGaeUlQNJoysjUVoNyd+4FZuMjx25lP4H4ZFrdQ46hxwYjbMlj2DVduG6y\r\nxFtuyVJC64IXdCAAC8+tGZgYq0CBy4AgUmP43P6qkRBR1PT5XylYICMERK1z\r\nltkBGi1xUc5wQjrC7p5OEyIHepfF/23jHi+p2LiU5BFRLpR6Zy3uXC2nXgRL\r\n/8j4SnnF5Vt4o9QqyZ9i/BHmj02H+1mjWzS81t2yrrC+d2ST9Gn5o63pBJoK\r\nckt1ewZBBFBO2+lBjgLfD5boxfF+w4a34zb+9WgSAB4e8Gw41rlegWNGpoeU\r\nwsEzz/yzq65jXQJBuKpIwtU1jPwhD+1HiIA=\r\n=7VlU\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"bc9ffec8b0604c8376ec1ea2056696243bf25bcb","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^6.0.0","lockfile-lint-api":"^5.4.2"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.9.2_1664211042768_0.2962373415943389","host":"s3://npm-registry-packages"}},"4.9.3":{"name":"lockfile-lint","version":"4.9.3","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.9.3","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"5e9d4a259e43c03285477f4d7b68a517d9441d40","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.9.3.tgz","fileCount":8,"integrity":"sha512-e7NlpRjeLdNm3ZWdevWyPQ0aODGPe6IhjgXlrDlVdkQd5I+h/BIs980i0btE9kOdHnsHt06uOCmN5lV/Ci+Y4g==","signatures":[{"sig":"MEUCIAYAR/9fTrsNUdVGzWvqQCG6fVVL5RbWRXWtsj/IUIkJAiEA/ZOvA+6XMzlOmq7GSKWhVgIGrQhKI7UyOz8L+xzKLdY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53872,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMd5eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2kg//UC8z7aSbiLLoS8n07+T/mrYMVhBhzvAlc2ikST2fDYQFrnDL\r\ntg25cyC3dMBeND5eMJCxFpjEmgWCGN/Au4ZSOVeOmGNTpQH1fpyTN2Z5DIPF\r\nNz+SLP7e/odwBlphagsdSrZsEAFwjSXDFwqTTdHX8bwlEKOoS6k26GdNcjJG\r\n0Rh6jlhf4ML3whagIb5RAd1Lt9UOr7c3o2vTSNSqUIzAukUYAuquZ7CSdUtf\r\nqZMgPpcgCOGeD2tAqWX9i3Z3oYck9ifLsODhVNPe/beBSjucBcP2d6X8/5SY\r\np2K8P13h5ndy5kOiAGwDljfmKvm+bylsuDW0BTrU1lPI9C6ubZe30vr3CJ6R\r\n1cKssWJrAJRvGU6vWJacx0x8O48yJuM/u1tX4OvKVErA6dKYtB3pXsPrArl1\r\nUv1sprjN1s24IcUR6GnQwSh7vJDt9aWZ1su0cdzW0M/y81MCEwXpP0OMRbDq\r\noN4SRI9rPbUa29Hz0+WxhW3eSb5igqV28FK6H1gDDnNE1fm8izd9vurNzGL8\r\nijLCMxp3cJb5Pxlv5DOOrQoGX/QJqGtg4LRoz2pPdi8quGCTyF78cJq1Cvms\r\nBN0CT7lzO6tNJFZIbVDM/+fpx8qRGndhKR1zuGlmGLKNqwxQgDKUEv2VMrrN\r\nbkgxj5UBVM2hOsc+SJHdv9acIKyeDhim3pg=\r\n=AAYI\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"aff1c57e9ac269baaf4ff45cede5c70fbdf29cd9","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^7.0.1","lockfile-lint-api":"^5.4.3"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.9.3_1664212574394_0.8563111649877908","host":"s3://npm-registry-packages"}},"4.9.4":{"name":"lockfile-lint","version":"4.9.4","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.9.4","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"bcc8dc72b9559c3af294ce753a89aeea3cd92817","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.9.4.tgz","fileCount":8,"integrity":"sha512-5w9VmEyXo9ig40B91lHM4MDKPKjC6gZd72io+jysG9p+LVacF9PfPDB+CAMxFjUyBlLcrL17Ba+eU/f1A8bQUw==","signatures":[{"sig":"MEYCIQDSKD3zlDyh+ekuNyfnimHQ+dOS9o9dFrP2SbT/zNz/EwIhAIC+3fI/XwsJEqZNy106sMlYbL9fWuuPUOgmH7IXtEYq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53997,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMsk4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9Sg/9F2b7jMBbaePfndFrb+9oXNTgqV8BbCV48/PXtO6k0O/hKKJz\r\nVIG9xC/7bRXDekHc/ockynGATeuf/x4oDIvCxh5fCr3NxmDHYIvLcNGSS8VX\r\nDFkSTP/7Bd+L1YCBC7ytnZZMAJN8ngJtqphfe+Sd2IzY97fe/1BG1bA7nISY\r\ng4hrqsEXSljaentU9HMwkZhsauJLQcqRmFPRL3k0GdbdI1CRnR5+4rjGNliQ\r\nsyRn2Lf8JWWHwKJo7yoSjiUCtwFEYWPVrg6Zq+Bcx/5Fgh6hNvsswZ1SSYfa\r\nATJZHrTAmDj2NrlISVGp3FeZKt+Y2U3KMx8uU7wa5q8+ODW2kDap1GasIhPl\r\neVaonqt2wOjeSuJibKHjPx8JzJ+vm0DILzaianlEIcA+0ZDXDtT1Gl0JhYzO\r\nF3Ne17Bp22hRX45z4PA6cn4FQZ4KmP6JCLEpqN5Muhh/Rtlzp/DTDIcO6NQt\r\nQlRfHz+6zM8uoQrHUlxXz6Db/X8akCDdoKhCNYrbKvb3y9SpplxdX58jqh4a\r\nGDwF0q3N3Id6VEn9KNv1u6Yqj5aa0ClE5t9rviCKE9QjoP+l0D7sdanIlA1d\r\nCQNo/tGOlaonxFbtWnfZ5u9jkFRMF7q/iHDb/5PCoL8W/hkQdaNZUPd5o2kz\r\ntnAop7I7WEe/kqDUd0zK7TdRj8ZXvG9JWZo=\r\n=lMb3\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"6d689bd463f3051c468e0d4a7091833c05fcfb40","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^7.0.1","lockfile-lint-api":"^5.4.4"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.9.4_1664272696816_0.532060620720864","host":"s3://npm-registry-packages"}},"4.9.5":{"name":"lockfile-lint","version":"4.9.5","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.9.5","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"bc8d62acc83e6a56cb0cab8e112884d181468ab0","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.9.5.tgz","fileCount":8,"integrity":"sha512-e68R3cATGvoi+aY4t7lTLvLSif34qBO/r6jwDdUxz4+hNiQIuZkrg6mMfasc/0AfIwaIhZBLW+pxjp1Vhm8uAA==","signatures":[{"sig":"MEUCIAf+jim2SFPca4ksYzrLjWvA01VogoJONIrbeyRi2JFjAiEA34uCef8YngBaFHy5L7hPq0uh8fKZNrJXeXkx4Q/0kp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNjV+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1Tg//VATvJzapBBYkDhEVFm5txEp64+tsvcaKRLbXoZ8MHIP/0TLf\r\nFMh9m6Grg6QXVak0mxwgwdYOL9kCRj8KCQsY0rrKRNgd3BVaY7HpgKnFxbNO\r\nhM/pObWZKHaaFyui6KFxgD03+LSHS+sgboo6AqNAk0RYBw47QmXze5SUvvOK\r\nTVoQVm9M0IST+Qq6RGJYb2wHt46PDeOsw+jsrsPtedvzwuD510FzIvh/XSeh\r\njzlz5fqnmJXyWBsZzyaJUw89RZBoB7kXybi7lYFaejUvd+WdBrt3sjjeqc39\r\nZ41QLx5EpwyzfvLRBQAA7/W0ytKtLzCBk6ONSOuc9tRw8CcmZ/jnZ/3gfwTp\r\nfUVWALZBoUrWav6/iO7/gZ1VEGn6BbLzVO32quDRdQgtIJiAxbNd01ESM6tV\r\nUDLkouEcStTeqC243LX11TpkL+pfhkCSqx3i/+QPorRPWyp6EaERNy97QiVU\r\nzXabrPmISdQk1pjZEjviwCiCyNdAmLNNhcapwEP9Rc5KkY1hKniEmUJkc9PV\r\n2ZVOA0dtcbuIPpPSFcnk0quLh3ioKGJkFq6XzfsVehoEeiOCHJLrNh9oyo/V\r\nZ2LGzCH0Va0qNBGYhHrGJf68CV/LzoBjzYmW4Tb2cRDm0n0LVOQM+j8/db2c\r\n8UjXEo7GOpX6Gf4Nwt2DBnsV49kCRIGawF4=\r\n=PW//\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"cb38c109e093f2b44e81ece0edaf2cb157492a4c","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^7.0.1","lockfile-lint-api":"^5.4.5"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.9.5_1664497021796_0.001093375072210634","host":"s3://npm-registry-packages"}},"4.9.6":{"name":"lockfile-lint","version":"4.9.6","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.9.6","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"e0204b7eb9767c96fe59672c3fbb53fe9a12ca49","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.9.6.tgz","fileCount":8,"integrity":"sha512-qPI3QcEflvGylCtXyxTh0anhi1oYxD12L3ZwQYaxLjxpWUI73+EbFMsl9esqcbgSKAh4wes5y6fbG8hbQTgjyg==","signatures":[{"sig":"MEUCIQDCI4e2m8EN0+lpG5ip0rRKbpSDZd4PI2iX1UhZLvoOFAIgaDIXrpQsN54ydvc+LU3XiRNz00rMecKBIwTPp9e/Toc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54467,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQTckACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSjQ/+JgYCDMeNJaaHMtYMM34IWvRuN2IDwTPUnQU1el7JY8xRUsE7\r\nFe8wGioYCgEW8NrKCH8jK8Yal4F3Lz/pW6zNkSjFGNI68U2aj1l8ZPt7gGkF\r\nPzYDCQiAu3F9MJHJCZ6qVHSZ3MuyrCjPjqbXLIiWo6X8g9eVN8fNEetQzOB4\r\n2x6ytt8TCBE6eSTsCI+yesrSIry9OHpFjXrUCylJd4wdIFm7huuPs0665WwJ\r\nOn6iV9k/QQcopqxMSjggKMmKyOtwUEJR1Hrg3uWTkN7nn2h+6t4tAzmUVWku\r\nf751Ub80k1hyMYm4aPD8ld0kpD8/MToRuREg3uU94/5/DpQu/6XBOsLlukkT\r\nsht62HJMiw1ruRkqFbXvhzqYAg/WhcuVfwxnq2/FMmIQs+5wRcKZVkIugs+b\r\nrdKmX/dtGf1pMrBxrIDQb+KeMFGkBdtRi7MLgNuiJ11m+DLzV0MBJ84Pu07H\r\nV4XGwDz3DH4AIuHS5/KfC8ba+UulKzgE42UGIDmKkM+49UW/7JN3DdDylLax\r\nwq/hQ+WLSxgheSX3IRPqgrDqtDYQJR0o5kOfapRCU7K2t8KajwLuGuQGXNLp\r\n+8ZD6/+XhZfkj2fTpUIc5Tfk4Z3dqR1+p2/yMrLpM5fE6ZAvDhGtORW4ITSH\r\nT+JOLkeym3Qe/0LgEwZFfitSs82P3qKGQ08=\r\n=r9WF\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"144dc5501f9714c20da1479277cb5c22cb1013e6","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^7.0.1","lockfile-lint-api":"^5.4.6"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.9.6_1665218340753_0.27008514921493987","host":"s3://npm-registry-packages"}},"4.10.0":{"name":"lockfile-lint","version":"4.10.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.10.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"388224241426dbfa6e632e96a539e4dfca088a6d","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.0.tgz","fileCount":8,"integrity":"sha512-OM11m0txImBLFzC8DVoNx+Oca11K8jXndwQV9WLwXgMeLDJtlXGbLwRBFINjyo1YQr/STrdsx3OBth3cee+41A==","signatures":[{"sig":"MEUCIG35hWYJT/sZbIU1mFqkRxuC+FckIga0dm6v6iDJS8hWAiEAiWZOu75l6goMoIgnIokkkF6UwdY4xQZBjcXHyf6pymw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqhzQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFJw/8DQJVvm4/MBCdrLlzddIEsa/1FH1u0+MmwOsSkPyC6lGjhNH5\r\nHz+iydTAq9rbXbnXNp80+Us9drfmGq4cqIpuD4GIGUdd9wKUqJzJU7OhDlYL\r\nAJU2NGoDQ7qf5nD+TDSzBSQO1575qyOHtD/bdkwBiOijYxToda3IQXdpdl9z\r\nQ88BaP3VY0H9F2krY7Mo8VS2QfMHIf+0qZD8j9yigUPPmW1k4t3dpqv3Xri8\r\nreAS6OofTp8emL4PMJjY8QnQf+Mkddd5xjDcZJNm0OzFpEc31RS2POqFS93d\r\nkrQh2G81Nu6lIniM9IoXerkWmBFJToFa0yS36Iv7ZmrcM6+G6uyx2I3xre9k\r\nwpxMPks7CqxNYNnLxL48z3TsfrDbXYj/jc9V+Dzzh/ufNjPm2kQhnRq/dId4\r\niXXRYZcF52clRuWYs9HOjS1aqhi3vNlGxjnCFjc6dErE/dVy8XQZ2DzfyKzm\r\nJjcOrUku+C7jrBKIkSKtWgha49PJdlQgP+akBoGbeCoQj21pHo96NoU8kZHC\r\n8cgUTUSLkeCuBHAkQvQaFrjPS742tXWSbCGqBk60/nUNor8oRejUu8qJDOC/\r\n9EiK/sA/IbRXAW+nuMb0sL17sTh6Arz3od8JzVM5CW7bpe98HvtoUxdVODhS\r\nlZuKVGYdu/UgIAicUjSVzvfs3fn7XuHuqw4=\r\n=lI8n\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"3ae9b8c75111526634223bfe8210d0a70debd73e","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^7.0.1","lockfile-lint-api":"^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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.10.0_1672092880666_0.18414085403578628","host":"s3://npm-registry-packages"}},"4.10.1":{"name":"lockfile-lint","version":"4.10.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.10.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"fce392bbbe68b90e045cebbf7267438d1a27e21b","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.1.tgz","fileCount":8,"integrity":"sha512-I45oGDBSKThsXiogy0hABI2T8TiR4Bk1cxpPrtA2J/MdqQYZIDl1k2+KqjD/fKRJtmaWfds70nK7Hl4K6r8veQ==","signatures":[{"sig":"MEQCIE3F7kI/12ltyw3oaNTucqFM/aV0PFCNEzDjwnmNYtswAiB8WnI5S8/RC7zTd7LZGKROD3H9qyi27RjHLTvTy3M6Uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6dkNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5kA/8DSlDIx7IC8r9dnuXTbOykU/d7QjKmVFO83XkkAYxDu4co17G\r\nn7f1aiY6L5dmgJI7MXBFc5SlSY3D/XBgeaTPt5c1FKWZhZQS3zn05QJ9M7cy\r\n7lXqXFmL+/WbGYU/APqtebCaDn26VF6rHOSN5As8yYSif9XZpVVOBHxa9fuh\r\nauYww4WHA0BU41kpGo9w102GrmQVWRFowt84t3Gh8ahPf1LJTSLxZJxcQfvD\r\neoC4btkhc8jDDWxoI7Lb81+pmCmZjmlxWk8LNGDj7hbrMdlTQQFaYmvhobvr\r\nWXHqwkWoXo/XVyJ8HZYMcZo3DZPFbXBrvTKz4MmT+wQaMusTxdCItaoE1www\r\nAFptsFPaRzwwUOLAxaTbp+uY+Gl4Y3nGBYplyMlNRpajmECCsS9YGk4SgUK9\r\n5LGtBQhkJ+DesqgQqpD/Yr+pJNzfaDEWoMOP9tqzWNoMyZnX7z0ukLN922z4\r\nWkvm+EXaScNrU6QbJXXMHsUSc8VW7HBwmhW8oVLi7oHy0t5DaoA3j9N7vQDo\r\ngGDDvOgS/1UPRdtpXNt9TuYL8hVtsCznN8iz6RKl7HTPXJJMfLlB6gVGD8X7\r\nu0DXyT9B82XJ78fwQI8zR23r6/lyjsZUxegHR5eVFGX4fzUx0CU3JeVbtnq6\r\n0OlciTn6PcioCI73Mq6007v0SNahTkbr8pg=\r\n=6Nao\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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"969ed058ed0037821ca5d681822e561dbe6d823c","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^7.0.1","lockfile-lint-api":"^5.5.1"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.10.1_1676269837352_0.22386672162952936","host":"s3://npm-registry-packages"}},"4.10.2":{"name":"lockfile-lint","version":"4.10.2","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.10.2","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"a3fd2d8f7986dd15eb4ab88ce701bbd7c2bad5b4","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.2.tgz","fileCount":8,"integrity":"sha512-SLIkWS3dTpZAU54lqeU4/K292uIGpghxiWsbAhlCy/KRmGcJnudPBAf6GMxqssLCn+FCUHPlWkVZjrtZYewWmw==","signatures":[{"sig":"MEUCIGoWdCq5Z0Ttodfr4fNgbcfRE5wQrRWLdgSoACBPa4vCAiEA0C5LrgNiv39jk+A1okQbNDQR3YxXgO16EobdmnH37lQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55050},"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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"774616275749d275086a8476d10314a5eb8b4263","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"lerna/3.14.1/node@v10.24.1+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"10.24.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^7.0.1","lockfile-lint-api":"^5.5.2"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.10.2_1684885947236_0.3668742855010292","host":"s3://npm-registry-packages"}},"4.10.3":{"name":"lockfile-lint","version":"4.10.3","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.10.3","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"3cd4be2e00651e82fdc7e0bc6672e29e16da314f","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.3.tgz","fileCount":8,"integrity":"sha512-Z/84AHrsdivsM2f2u1kvRVf3bfESKTfiHprCV/gNW7dZjO0MKimz8NXdmBvDa7Ma8lILgdpKP+n+zBGxdz9/NA==","signatures":[{"sig":"MEYCIQCFWrkuo2MOiU4Z/g7DNd3JziZVkBKFWiq54zaY7VS5jQIhAKeZqzNP7EApwTGboQTuSEs0/jwX9Olc57ARQ4nuyZYx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55133},"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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"76015f88583ac1a6cf698ef1f046041dcef2087e","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"lerna/3.14.1/node@v18.16.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.16.0","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^7.0.1","lockfile-lint-api":"^5.5.3"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.10.3_1684886768213_0.48243334534771587","host":"s3://npm-registry-packages"}},"4.10.4":{"name":"lockfile-lint","version":"4.10.4","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.10.4","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"46bd3dea65119a8832580d280546e20ddec89aba","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.4.tgz","fileCount":8,"integrity":"sha512-l1OKDUp1pAJGeEXh+yl1e2Qk+L9mMT4zTshqPV2kEufDxwFmtsExoRMd2crWwGynTUOUdufRJoSB+POKIpvtSA==","signatures":[{"sig":"MEUCIQDjG+957bufJqUUE8DufYsk0ZTu7ISnbdFnhWH+QuDc/QIgAYIqJvTzq58jPyvoVxMZYGjnG3KNLX7wlUXn3iu5/UI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55216},"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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"2e7eab8a48e6882fdeff05a7cdfa3d8e79c9ff30","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"lerna/3.14.1/node@v18.16.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.16.0","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^7.0.1","lockfile-lint-api":"^5.5.4"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.10.4_1684888378632_0.02235248976891624","host":"s3://npm-registry-packages"}},"4.10.5":{"name":"lockfile-lint","version":"4.10.5","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.10.5","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"./bin/lockfile-lint.js"},"dist":{"shasum":"336c1f18f3d31542c4ef532751d3e06dfbd01eed","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.5.tgz","fileCount":8,"integrity":"sha512-OMl5eKlTI14JYXDYC3yT+54C6gszU45emNA+1EUK2i54GKrP8aXqReSqdpZt0Rwa2Dy+mIpoaD+oUuW05HRtcA==","signatures":[{"sig":"MEYCIQD12owZJfKOu6N/pjt0wxP1WWJOteouZyd1HDFly2f8QQIhAKkJK77VyL36ngjpWFepAAwRV5f223ycZ9mo4SdpsQ/L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55475},"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__/.*"]},"engines":{"node":">=10.0.0"},"gitHead":"914ece489c48c8e7f3b584f784cce8f318c2e81e","release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"lerna/3.14.1/node@v18.16.0+x64 (linux)","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.16.0","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^7.0.1","lockfile-lint-api":"^5.5.5"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.10.5_1684959087689_0.07350577499746525","host":"s3://npm-registry-packages"}},"4.10.6":{"name":"lockfile-lint","version":"4.10.6","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.10.6","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"bin/lockfile-lint.js"},"dist":{"shasum":"8b410f7ba5c800a42736a193225f8286d24e96b6","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.6.tgz","fileCount":8,"integrity":"sha512-DDE09SZRW/DPTukxSbe2KEaWMuIJbu4hMMNxXsLqkalC0jVA42IKz5IaVqgmrYZqPYjfTFFCVxroDcZ+J03PqA==","signatures":[{"sig":"MEYCIQDX6H4qKPB7mU2Z9HmHmwIbdCTnoPBXOkUSkU96dD1HJwIhAOol+D5DoGf5/sV67fLgymW12RR5PHFRUqUst4Lf88Xd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55477},"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__/.*"]},"engines":{"node":">=10.0.0"},"release":{"branch":"master","analyzeCommits":{"preset":"angular","releaseRules":[{"type":"docs","release":"patch"},{"type":"refactor","release":"patch"},{"type":"style","release":"patch"}]}},"scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","semantic-release":"semantic-release"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"6.14.18","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.16.1","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^7.0.1","lockfile-lint-api":"^5.5.5"},"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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","semantic-release":"^15.3.2","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.10.6_1688241055384_0.323375078566811","host":"s3://npm-registry-packages"}},"4.11.0":{"name":"lockfile-lint","version":"4.11.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.11.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"bin/lockfile-lint.js"},"dist":{"shasum":"fbe5b6b31e8619442d11565ed356add39651bc32","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.11.0.tgz","fileCount":7,"integrity":"sha512-gemGZgkOkBy38l1PPZoQ8x8iHk0I2gfAGN6nQNMGf3w4wpbvjVhj6h4W3dCv99JLqvcGxgi+6rXbQBZewfNlZA==","signatures":[{"sig":"MEUCIQCvv77ELUUoHTt9ka8hS73ttyEyhNXKUS7IR10+ZK1kxgIgRxwo3oTmP4u3dXCmUNrPqN2t5VXcdkym9gVHrw8+7wU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36810},"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__/.*"]},"engines":{"node":">=16.0.0"},"gitHead":"4e5ecaa4ea2dfa19d4fd522d5d2e3d4e7a79eb82","scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"9.6.7","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.17.0","dependencies":{"debug":"^4.1.1","yargs":"^16.0.0","cosmiconfig":"^8.0.0","lockfile-lint-api":"^5.8.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","docco":"^0.8.0","doxdox":"3.0.0","eslint":"^5.10.0","open-cli":"^5.0.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.6.1","prettier-standard":"9.1.1","eslint-plugin-jest":"^22.1.2","eslint-plugin-node":"9.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.14.0","eslint-plugin-promise":"^4.0.1","eslint-config-standard":"^12.0.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^4.0.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.11.0_1690914012770_0.12693174410825048","host":"s3://npm-registry-packages"}},"4.12.0":{"name":"lockfile-lint","version":"4.12.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.12.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"bin/lockfile-lint.js"},"dist":{"shasum":"0ddd5d0fc517c9205dbfcc2213c783a84fa3bfdc","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.0.tgz","fileCount":7,"integrity":"sha512-ygE4KVagojmV9IIM4swoSP7Rilu1esYVq2dUpnDsMLy9v/mKrWULTDSYM7kqKsGf/C+/K0ONJsxitpEPXXhBVQ==","signatures":[{"sig":"MEYCIQDCRuI/EvjCqxmRPbx+ndXrqM9dbb0uWjMXaUgdVjtj5AIhAOryTThMFPrYQlVrpredhFtMgbGnxXupJtEAfdqjAryL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37296},"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__/.*"]},"engines":{"node":">=16.0.0"},"gitHead":"6da022dba201b721b55bbfeb2df45bac2e48a838","scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"9.6.7","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.17.0","dependencies":{"debug":"^4.3.4","yargs":"^17.7.2","fast-glob":"^3.3.1","cosmiconfig":"^8.2.0","lockfile-lint-api":"^5.8.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":"29.6.2","docco":"^0.9.1","doxdox":"3.0.0","eslint":"^8.46.0","open-cli":"^7.2.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.7.0","prettier-standard":"16.4.1","eslint-plugin-jest":"^27.2.3","eslint-plugin-node":"11.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.28.0","eslint-plugin-promise":"^6.1.1","eslint-config-standard":"^17.1.0","eslint-plugin-security":"^1.7.1","eslint-plugin-standard":"^4.1.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.12.0_1691003943766_0.5113326118412596","host":"s3://npm-registry-packages"}},"4.12.1":{"name":"lockfile-lint","version":"4.12.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.12.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"bin/lockfile-lint.js"},"dist":{"shasum":"1c5606b0aabab994c99c153622ece8ad24b5d8ea","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.1.tgz","fileCount":7,"integrity":"sha512-FBP7OA7sa45kzPgRNLYIcGGgDS86rpZNW3ptALp1vlzv+oHZsqFZdmHXM4N4FwiGXHzUOpSVvDLT4v7IiQXFtA==","signatures":[{"sig":"MEYCIQC65vGx7PvQxhxar5cKZtHoO3CUTLwG48Ppf46N3cUvGgIhANnJfUEbP69AdJBf5NZnHfMOsKunSbmcuQJN63fj7Lq1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37480},"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__/.*"]},"engines":{"node":">=16.0.0"},"gitHead":"7958b394339c9af12d319956373de75fe5599189","scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"9.6.7","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.17.1","dependencies":{"debug":"^4.3.4","yargs":"^17.7.2","fast-glob":"^3.3.1","cosmiconfig":"^8.2.0","lockfile-lint-api":"^5.8.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":"29.6.2","docco":"^0.9.1","doxdox":"3.0.0","eslint":"^8.46.0","semver":"^7.5.4","open-cli":"^7.2.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.7.0","prettier-standard":"16.4.1","eslint-plugin-jest":"^27.2.3","eslint-plugin-node":"11.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.28.0","eslint-plugin-promise":"^6.1.1","eslint-config-standard":"^17.1.0","eslint-plugin-security":"^1.7.1","eslint-plugin-standard":"^4.1.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.12.1_1693247145342_0.7631532741933589","host":"s3://npm-registry-packages"}},"4.13.0":{"name":"lockfile-lint","version":"4.13.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.13.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"bin/lockfile-lint.js"},"dist":{"shasum":"6b5f41f0a53b72fc38a5fdf2fa3c5822e61799b3","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.0.tgz","fileCount":7,"integrity":"sha512-8WI5oq3ZXxmFTINgXGRXdJ4J1sJ3ceTvn6KQ5Dww+C3a5NWbhynyAXYTjsPj5eBdeqdYmOsLRf0whcrEDyxSJQ==","signatures":[{"sig":"MEUCIQCrdGaFTQyGroeqPuQz7xnfA4P84MCf2/SoDqrIkuUXtAIgbnD+bQRWA7cJcIEWqvhFwGnrDWryuF1vBVsPYk6noXw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37659},"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__/.*"]},"engines":{"node":">=16.0.0"},"gitHead":"9c03af38deac004709871c7059c9ba6357cd70b5","scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"10.2.3","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.19.0","dependencies":{"debug":"^4.3.4","yargs":"^17.7.2","fast-glob":"^3.3.1","cosmiconfig":"^8.2.0","lockfile-lint-api":"^5.9.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":"29.6.2","docco":"^0.9.1","doxdox":"3.0.0","eslint":"^8.46.0","semver":"^7.5.4","open-cli":"^7.2.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.7.0","prettier-standard":"16.4.1","eslint-plugin-jest":"^27.2.3","eslint-plugin-node":"11.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.28.0","eslint-plugin-promise":"^6.1.1","eslint-config-standard":"^17.1.0","eslint-plugin-security":"^1.7.1","eslint-plugin-standard":"^4.1.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.13.0_1707645447850_0.41933753603800894","host":"s3://npm-registry-packages"}},"4.13.1":{"name":"lockfile-lint","version":"4.13.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.13.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"bin/lockfile-lint.js"},"dist":{"shasum":"f6cfdd494a9af3832de869c07a24307beefe5214","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.1.tgz","fileCount":7,"integrity":"sha512-JUOsgO2wUGSvo5UzVAj4z0IwQkRLgDY3OnsusnWy/uCUzpG9PDUJtMn718KjkSmnmmxwXqqWlc/Fvho1GaEFGg==","signatures":[{"sig":"MEQCIHFAm6W3LCUOa7pYOhrDt7AqNItly6x600fbByhPy230AiA+F8mbb3fOJaiwcY0GBHRiity+rrwof5pTbiaE7yYYpQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37659},"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__/.*"]},"engines":{"node":">=16.0.0"},"gitHead":"21349d8f541298535658306ea30239c88e0053d2","scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"10.2.3","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.19.0","dependencies":{"debug":"^4.3.4","yargs":"^17.7.2","fast-glob":"^3.3.1","cosmiconfig":"^8.2.0","lockfile-lint-api":"^5.9.1"},"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":"29.6.2","docco":"^0.9.1","doxdox":"3.0.0","eslint":"^8.46.0","semver":"^7.5.4","open-cli":"^7.2.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.7.0","prettier-standard":"16.4.1","eslint-plugin-jest":"^27.2.3","eslint-plugin-node":"11.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.28.0","eslint-plugin-promise":"^6.1.1","eslint-config-standard":"^17.1.0","eslint-plugin-security":"^1.7.1","eslint-plugin-standard":"^4.1.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.13.1_1707665485525_0.42153632318112577","host":"s3://npm-registry-packages"}},"4.13.2":{"name":"lockfile-lint","version":"4.13.2","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.13.2","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"bin/lockfile-lint.js"},"dist":{"shasum":"6c611076556df93c9cb4a6975d2812711de81985","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.2.tgz","fileCount":7,"integrity":"sha512-yeg0vJ3NjC6OVMZtC+nSLLavu/e8LE5FZp9u0Itqyt7I0gYYCgGxAsJV3TJ7WtaJd4PahineJvHqSk/4sqzU8w==","signatures":[{"sig":"MEUCIQC0pbotKl2k+/LAUOJKcsoYXdeClxAqwkVVKd61nYtpjwIgeUsM8RxkccBf87hTXx+BLG4Jg9qw+GNQWhHWomFu1Fg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37660},"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__/.*"]},"engines":{"node":">=16.0.0"},"gitHead":"5278050700971f18a59114c362bc234836d24f14","scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"10.2.4","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.19.1","dependencies":{"debug":"^4.3.4","yargs":"^17.7.2","fast-glob":"^3.3.1","cosmiconfig":"^8.2.0","lockfile-lint-api":"^5.9.1"},"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":"29.6.2","docco":"^0.9.1","doxdox":"3.0.0","eslint":"^8.46.0","semver":"^7.5.4","open-cli":"^7.2.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.7.0","prettier-standard":"16.4.1","eslint-plugin-jest":"^27.2.3","eslint-plugin-node":"11.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.28.0","eslint-plugin-promise":"^6.1.1","eslint-config-standard":"^17.1.0","eslint-plugin-security":"^1.7.1","eslint-plugin-standard":"^4.1.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.13.2_1708513669873_0.9013102016005816","host":"s3://npm-registry-packages"}},"4.14.0":{"name":"lockfile-lint","version":"4.14.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.14.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"bin/lockfile-lint.js"},"dist":{"shasum":"5e240442a19aaa218691661f58879f113294a414","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.14.0.tgz","fileCount":7,"integrity":"sha512-uyXZ8X4J6EsicG87p0y4SHorJBwABLcaXOpI/j3h8SO/OX4fKTJ6Cqqi+U3zjgU0fo+u/4KbB7fl8ZzTewd0Ow==","signatures":[{"sig":"MEYCIQCZann7XPbVVkShGnhy1W8LV0odtEccyvlZWNs/FIt20wIhAOmkXW5HTSTB3rYJyM0135IoHa2YPetr5J2WPejDhDIX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37660},"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__/.*"]},"engines":{"node":">=16.0.0"},"gitHead":"ad53fde2810ccc470dd4c0655920f6db5d509080","scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"10.7.0","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.20.3","dependencies":{"debug":"^4.3.4","yargs":"^17.7.2","fast-glob":"^3.3.2","cosmiconfig":"^9.0.0","lockfile-lint-api":"^5.9.1"},"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":"29.6.2","docco":"^0.9.1","doxdox":"3.0.0","eslint":"^8.46.0","semver":"^7.5.4","open-cli":"^7.2.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.7.0","prettier-standard":"16.4.1","eslint-plugin-jest":"^27.2.3","eslint-plugin-node":"11.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.28.0","eslint-plugin-promise":"^6.1.1","eslint-config-standard":"^17.1.0","eslint-plugin-security":"^1.7.1","eslint-plugin-standard":"^4.1.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.14.0_1718358832989_0.33005482414932863","host":"s3://npm-registry-packages"}},"4.14.1":{"name":"lockfile-lint","version":"4.14.1","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@4.14.1","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"bin/lockfile-lint.js"},"dist":{"shasum":"3391ea68cf50c1a478ce113913c4c778768a4b9e","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.14.1.tgz","fileCount":7,"integrity":"sha512-NW0Tk1qfldhbhJWQENYQWANdmlanXKxvTJYRYKn56INYjaP2M07Ua2SJYkUMS+ZbYwxDzul/C6pDsV/NEXrl+A==","signatures":[{"sig":"MEQCIBX1UckEYVyp7s1D7zmV9Yq20woNkGZ8Heh7tQuGJRQ3AiBmLFZGMghhJcERHKdL3Fm+E23gCPHx3jd3GI1ZhdIvrA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37989},"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__/.*"]},"engines":{"node":">=16.0.0"},"gitHead":"b3a5d0d640d47968ba3bf154179cbcf1e82a6cf6","scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html"},"_npmUser":{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"10.8.2","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"18.20.8","dependencies":{"debug":"^4.3.4","yargs":"^17.7.2","fast-glob":"^3.3.2","cosmiconfig":"^9.0.0","lockfile-lint-api":"^5.9.2"},"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":"29.6.2","docco":"^0.9.1","doxdox":"3.0.0","eslint":"^8.46.0","semver":"^7.5.4","open-cli":"^7.2.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.7.0","prettier-standard":"16.4.1","eslint-plugin-jest":"^27.2.3","eslint-plugin-node":"11.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.28.0","eslint-plugin-promise":"^6.1.1","eslint-config-standard":"^17.1.0","eslint-plugin-security":"^1.7.1","eslint-plugin-standard":"^4.1.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_4.14.1_1745773990024_0.3471712083376093","host":"s3://npm-registry-packages-npm-production"}},"5.0.0":{"name":"lockfile-lint","version":"5.0.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"author":{"url":"https://github.com/lirantal","name":"Liran Tal","email":"liran.tal@gmail.com"},"license":"Apache-2.0","_id":"lockfile-lint@5.0.0","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"bin":{"lockfile-lint":"bin/lockfile-lint.js"},"dist":{"shasum":"052a11c150e328bb5fb548b071ebcd2df70614bc","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-5.0.0.tgz","fileCount":7,"integrity":"sha512-QcVIVITLZAhWYHU2wbNSOMgwc6EN4Y2sy6mjgS5aikYyRzgDIfotXUsCrm38En+3fZpc58Yu7DF9dNeT/goi1A==","signatures":[{"sig":"MEQCIHKzlcg+EfUkRPkSQBPCk9T7HI6jtequ3m11IjOAjxBWAiBXUBc1H74CEsAJvdiiCmNGzwUWtEd8sSeT7IE9uekFFg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/lockfile-lint@5.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":39142},"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__/.*"]},"engines":{"node":">=16.0.0"},"gitHead":"09dabb4ff7ac74bb32136ac010502aa3be0e317d","scripts":{"docs":"yarn run docs:code && yarn run docs:api","lint":"eslint .","test":"jest","commit":"git-cz","format":"prettier-standard \"**/*.js\"","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","lint:fix":"eslint . --fix","docs:code":"docco *.js --output docs/code","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:f3593ccb-539a-4330-a9f1-0468819faec9"}},"standard":{"env":["jest"],"ignore":["**/out/"],"parser":"babel-eslint"},"repository":{"url":"git+https://github.com/lirantal/lockfile-lint.git","type":"git","directory":"packages/lockfile-lint"},"_npmVersion":"11.6.2","description":"A CLI to lint a lockfile for security policies","directories":{},"_nodeVersion":"24.13.0","dependencies":{"debug":"^4.3.4","yargs":"^17.7.2","fast-glob":"^3.3.2","cosmiconfig":"^9.0.0","lockfile-lint-api":"^5.9.2"},"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":false,"devDependencies":{"jest":"29.6.2","docco":"^0.9.1","doxdox":"3.0.0","eslint":"^8.46.0","semver":"^7.5.4","open-cli":"^7.2.0","babel-eslint":"^10.0.1","babel-preset-env":"^1.7.0","prettier-standard":"16.4.1","eslint-plugin-jest":"^27.2.3","eslint-plugin-node":"11.1.0","babel-preset-es2015":"^6.24.1","eslint-plugin-import":"^2.28.0","eslint-plugin-promise":"^6.1.1","eslint-config-standard":"^17.1.0","eslint-plugin-security":"^1.7.1","eslint-plugin-standard":"^4.1.0","babel-plugin-transform-regenerator":"^6.26.0","babel-plugin-syntax-async-functions":"^6.13.0"},"_npmOperationalInternal":{"tmp":"tmp/lockfile-lint_5.0.0_1769353963229_0.7093582510513778","host":"s3://npm-registry-packages-npm-production"}},"5.0.1":{"name":"lockfile-lint","version":"5.0.1","description":"A CLI to lint a lockfile for security policies","bin":{"lockfile-lint":"bin/lockfile-lint.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint .","lint:fix":"eslint . --fix","format":"prettier-standard \"**/*.js\"","test":"jest","test:watch":"jest --watch","coverage:view":"open-cli coverage/lcov-report/index.html","commit":"git-cz","docs":"yarn run docs:code && yarn run docs:api","docs:api":"doxdox *.js --layout bootstrap --output docs/index.html","docs:code":"docco *.js --output docs/code"},"author":{"name":"Liran Tal","email":"liran.tal@gmail.com","url":"https://github.com/lirantal"},"publishConfig":{"provenance":true,"access":"public"},"license":"Apache-2.0","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"repository":{"type":"git","url":"git+https://github.com/lirantal/lockfile-lint.git","directory":"packages/lockfile-lint"},"dependencies":{"cosmiconfig":"^9.0.0","debug":"^4.3.4","lockfile-lint-api":"^5.9.2","tinyglobby":"^0.2.15","yargs":"^17.7.2"},"devDependencies":{"babel-eslint":"^10.0.1","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-regenerator":"^6.26.0","babel-preset-env":"^1.7.0","babel-preset-es2015":"^6.24.1","docco":"^0.9.1","doxdox":"3.0.0","eslint":"^8.46.0","eslint-config-standard":"^17.1.0","eslint-plugin-import":"^2.28.0","eslint-plugin-jest":"^27.2.3","eslint-plugin-node":"11.1.0","eslint-plugin-promise":"^6.1.1","eslint-plugin-security":"^1.7.1","eslint-plugin-standard":"^4.1.0","jest":"29.6.2","open-cli":"^7.2.0","prettier-standard":"16.4.1","semver":"^7.5.4"},"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"]},"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}}},"gitHead":"3554c3444653a6efe7eeb883a39d798f58f0c210","_id":"lockfile-lint@5.0.1","_nodeVersion":"24.18.0","_npmVersion":"11.16.0","dist":{"integrity":"sha512-Ukjf5yGBQwfl7L2niV3in7bU5wEww3+4Dkw89JGTzOuq18tzS7jaszl2oO7M6u+jcim080MfX5E4Gokt1KhRHQ==","shasum":"bc783bc890233d16818cb5b5ecb3faa763d44c51","tarball":"https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-5.0.1.tgz","fileCount":7,"unpackedSize":39150,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/lockfile-lint@5.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCTnwb0ruyZgrpZL0UslKK6AbdibuAoJbPstnkziSHyVQIhAN2Jp84BxvGCUvU9mjh3CryaMFg4FN4rA1pA7N3gKEPW"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:f3593ccb-539a-4330-a9f1-0468819faec9"}},"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/lockfile-lint_5.0.1_1786639827828_0.2387454854451332"},"_hasShrinkwrap":false}},"time":{"created":"2019-06-18T18:03:55.454Z","modified":"2026-08-13T16:50:28.445Z","1.3.0":"2019-06-18T18:03:55.593Z","1.3.1":"2019-06-18T20:42:31.241Z","1.3.2":"2019-06-19T07:47:24.057Z","1.3.3":"2019-06-19T07:52:55.084Z","1.3.4":"2019-06-19T08:21:33.098Z","2.0.0":"2019-07-22T18:44:06.090Z","2.0.1":"2019-07-22T19:17:22.529Z","2.1.0":"2019-10-12T10:30:34.079Z","2.1.1":"2019-10-12T12:49:49.474Z","2.1.2":"2019-10-12T13:00:12.621Z","2.1.3":"2019-10-13T08:30:11.202Z","2.1.4":"2019-10-13T09:23:24.032Z","2.1.5":"2019-10-15T08:12:29.523Z","2.1.6":"2019-10-24T23:39:10.339Z","2.2.0":"2019-11-07T06:52:27.115Z","3.0.0":"2019-11-22T17:07:29.835Z","3.0.1":"2019-11-22T19:50:36.129Z","3.0.3":"2019-11-28T17:31:27.688Z","3.0.4":"2019-12-18T22:29:38.465Z","3.0.5":"2019-12-23T21:10:33.457Z","3.0.6":"2020-01-16T21:38:01.474Z","3.0.7":"2020-01-17T18:34:01.400Z","3.0.8":"2020-01-17T23:59:14.541Z","3.0.9":"2020-01-26T06:29:23.031Z","3.0.10":"2020-02-03T22:08:38.028Z","3.0.11":"2020-02-04T08:33:52.209Z","3.0.12":"2020-02-04T10:12:17.600Z","3.0.13":"2020-02-10T10:01:58.532Z","3.0.14":"2020-02-10T12:51:45.610Z","3.0.15":"2020-02-10T13:06:45.533Z","3.0.16":"2020-02-10T19:33:59.457Z","3.0.17":"2020-02-10T20:02:10.302Z","3.0.18":"2020-02-10T20:51:48.730Z","4.0.0":"2020-02-20T07:33:26.423Z","4.1.0":"2020-03-09T20:59:30.348Z","4.2.0":"2020-03-23T21:28:40.096Z","4.2.1":"2020-03-24T09:16:09.934Z","4.2.2":"2020-03-25T08:09:29.943Z","4.3.1":"2020-05-13T06:57:40.336Z","4.3.3":"2020-05-13T08:02:15.130Z","4.3.4":"2020-05-13T22:43:56.965Z","4.3.5":"2020-05-14T06:35:09.169Z","4.3.6":"2020-05-14T16:12:04.188Z","4.3.7":"2020-06-24T20:17:41.129Z","4.6.0":"2021-02-19T11:17:09.736Z","4.6.1":"2021-02-20T17:33:21.314Z","4.6.2":"2021-02-26T10:12:24.177Z","4.7.3":"2022-03-10T17:36:56.297Z","4.7.4":"2022-03-13T21:22:12.472Z","4.7.5":"2022-06-11T20:02:26.651Z","4.7.6":"2022-07-02T22:32:54.686Z","4.7.7":"2022-07-22T16:35:56.857Z","4.8.0":"2022-08-10T09:49:38.295Z","4.9.0":"2022-09-26T15:24:29.012Z","4.9.1":"2022-09-26T16:43:57.230Z","4.9.2":"2022-09-26T16:50:43.008Z","4.9.3":"2022-09-26T17:16:14.602Z","4.9.4":"2022-09-27T09:58:16.955Z","4.9.5":"2022-09-30T00:17:02.058Z","4.9.6":"2022-10-08T08:39:00.929Z","4.10.0":"2022-12-26T22:14:40.907Z","4.10.1":"2023-02-13T06:30:37.512Z","4.10.2":"2023-05-23T23:52:27.409Z","4.10.3":"2023-05-24T00:06:08.401Z","4.10.4":"2023-05-24T00:32:58.800Z","4.10.5":"2023-05-24T20:11:27.898Z","4.10.6":"2023-07-01T19:50:55.586Z","4.11.0":"2023-08-01T18:20:12.933Z","4.12.0":"2023-08-02T19:19:03.944Z","4.12.1":"2023-08-28T18:25:45.567Z","4.13.0":"2024-02-11T09:57:28.008Z","4.13.1":"2024-02-11T15:31:25.684Z","4.13.2":"2024-02-21T11:07:49.990Z","4.14.0":"2024-06-14T09:53:53.182Z","4.14.1":"2025-04-27T17:13:10.189Z","5.0.0":"2026-01-25T15:12:43.365Z","5.0.1":"2026-08-13T16:50:27.976Z"},"bugs":{"url":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint/issues"},"author":{"name":"Liran Tal","email":"liran.tal@gmail.com","url":"https://github.com/lirantal"},"license":"Apache-2.0","homepage":"https://github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint","keywords":["lockfile check","lockfile lint","lockfile","lock","lint","yarn","npm","linter","security","parse"],"repository":{"type":"git","url":"git+https://github.com/lirantal/lockfile-lint.git","directory":"packages/lockfile-lint"},"description":"A CLI to lint a lockfile for security policies","maintainers":[{"name":"lirantal","email":"liran.tal@gmail.com"},{"name":"lirantal_bot","email":"liran.tal+npm@gmail.com"}],"readme":"<p align=\"center\"><h1 align=\"center\">\nlockfile-lint\n\n</h1>\n\n<p align=\"center\">\n  A CLI to lint a lockfile for security policies\n</p>\n\n<p align=\"center\">\n<a href=\"https://www.npmjs.org/package/lockfile-lint\"><img src=\"https://badgen.net/npm/v/lockfile-lint\" alt=\"npm version\"/></a>\n  <a href=\"https://www.npmjs.org/package/lockfile-lint\"><img src=\"https://badgen.net/npm/license/lockfile-lint\" alt=\"license\"/></a>\n  <a href=\"https://www.npmjs.org/package/lockfile-lint\"><img src=\"https://badgen.net/npm/dt/lockfile-lint\" alt=\"downloads\"/></a>\n  <a href=\"https://travis-ci.org/lirantal/lockfile-lint\"><img src=\"https://badgen.net/travis/lirantal/lockfile-lint\" alt=\"build\"/></a>\n  <a href=\"https://codecov.io/gh/lirantal/lockfile-lint\"><img src=\"https://badgen.net/codecov/c/github/lirantal/lockfile-lint\" alt=\"codecov\"/></a>\n<a href=\"https://snyk.io/test/npm/lockfile-lint\"><img src=\"https://snyk.io/test/npm/lockfile-lint/badge.svg\" alt=\"Known Vulnerabilities\" data-canonical-src=\"https://snyk.io/test/npm/lockfile-lint\" style=\"max-width:100%;\"></a>\n  <a href=\"https://github.com/nodejs/security-wg/blob/main/processes/responsible_disclosure_template.md\"><img src=\"https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg\" alt=\"Security Responsible Disclosure\" /></a>\n</p>\n\n# About\n\nA CLI tool to lint a lockfile for security policies\n\n# Install\n\n```bash\nnpm install --save lockfile-lint\n```\n\n# Usage\n\n`lockfile-lint` can be installed per a project scope, or globally and exposes a `lockfile-lint` executable that should be practiced during builds, CIs, and general static code analysis procedures to ensure that lockfiles are kept up to date with pre-defined security and usage policies.\n\n```bash\nlockfile-lint --type <yarn|npm> --path <path-to-lockfile> --validate-https --allowed-hosts <host-to-match> --allowed-urls <urls-to-match>\n```\n\nSupported lockfiles:\n- npm's `package-lock.json` and `npm-shrinkwrap.json`\n- yarn's `yarn.lock`\n\n# Example\n\nAn example of running the linter with debug output for a yarn lockfile and asserting that all resources are using the official npm registry as source for packages:\n\n```bash\nDEBUG=* lockfile-lint --path yarn.lock --type yarn --allowed-hosts npm\n```\n\n**Example 2**: specify hostnames and enforce the use of HTTPS as a protocol\n\n```bash\nlockfile-lint --path yarn.lock --allowed-hosts registry.yarnpkg.com --validate-https\n```\n\n- `--type yarn` is ommitted since lockfile-lint can figure it out on it's own\n- `--allowed-hosts` explicitly set to match yarn's mirror host\n\n**Example 3**: allow the lockfile to contain packages served over github and so need to specify github.com as a host as well as the `git+https:` as a valid URI scheme\n\n```bash\nlockfile-lint --path yarn.lock --allowed-hosts yarn github.com --allowed-schemes \"https:\" \"git+https:\"\n```\n\n- `--allowed-hosts` explicitly set to match github.com as a host and specifies `yarn` as the alias for yarn's official mirror host\n- `--allowed-schemes` is used instead of `validate-https` and it explicitly allows both `https:` and `git+https:` as the [HTTP Scheme](https://tools.ietf.org/html/rfc3986#section-3.1) for the github URL. Note that `--allowed-schemes` and `--validate-https` are mutually exclusive.\n\n**Example 4**: allow the lockfile to contain a package which resolves to a specific URL specified by the `--allowed-urls` option while all other packages must resolve to yarn as specified by `--allowed-hosts`\n\n```bash\nlockfile-lint --path yarn.lock --allowed-hosts yarn --allowed-urls https://github.com/lirantal/lockfile-lint#d30ce73a3e5977dede29450df1c79b09f02779b2\n```\n\n- `--allowed-hosts` allows packages from yarn only\n- `--allowed-urls` overrides `allowed-hosts` and allows a specific Github URL to pass validation\n\n# CLI command options\n\n| command line argument            | description                                                                                                                                                                                                                                                                           | implemented   |\n|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|\n| `--path`, `-p`                   | path to the lockfile but you can also provide a glob matching pattern as long as it isn't expanded by a shell like bash or zsh. If that's the case, you can provide it as a string, for example: `-p '/Users/lirantal/repos/**/package-lock.json'` to match multiple lockfiles        | ✅            |\n| `--type`, `-t`                   | lockfile type, options are `npm` or `yarn`                                                                                                                                                                                                                                            | ✅            |\n| `--format`, `-f`                 | sets what type of report output is desired, one of [ `pretty`, `plain` ] with `plain` removing colors & status symbols from output                                                                                                                                                    | ✅            |\n| `--validate-https`, `-s`         | validates the use of HTTPS as protocol schema for all resources in the lockfile                                                                                                                                                                                                       | ✅            |\n| `--allowed-hosts`, `-a`          | validates a list of allowed hosts to be used for all resources in the lockfile. Supported short-hands aliases are `npm`, `yarn`, and `verdaccio` which will match URLs `https://registry.npmjs.org`, `https://registry.yarnpkg.com` and `https://registry.verdaccio.org` respectively | ✅            |\n| `--allowed-schemes`, `-o`        | allowed [URI schemes](https://tools.ietf.org/html/rfc2396#section-3.1) such as \"https:\", \"http\", \"git+ssh:\", or \"git+https:\"                                                                                                                                                          | ✅            |\n| `--allowed-urls`, `-u`           | allowed URLs (e.g. `https://github.com/some-org/some-repo#some-hash`)                                                                                                                                                                                                                 | ✅            |\n| `--empty-hostname`, `-e`         | allow empty hostnames, or set to false if you wish for a stricter policy                                                                                                                                                                                                              | ✅            |\n| `--validate-package-names`, `-n` | validates that the resolved URL matches the package name                                                                                                                                                                                                                              | ✅            |\n| `--validate-integrity`, `-i`     | validates the integrity field is a sha512 hash                                                                                                                                                                                                                                        | ✅            |\n| `--allowed-package-name-aliases`, `-l` | allow package name aliases to be used by specifying package name and their alias as pairs (e.g: `string-width-cjs:string-width`)                                                                                                                                                | ✅            |\n| `--integrity-exclude`            | exclude packages from the `--validate-integrity` check                                                                                                                                                                                                                                | ✅            |\n\n# File-Based Configuration\n\nLockfile-lint uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) for configuration file support. This means you can configure the above options via (in order of precedence):\n\n- A \"lockfile-lint\" key in your package.json file.\n- A .lockfile-lintrc file, written in JSON or YAML, with optional extensions: .json/.yaml/.yml (without extension takes precedence).\n- A .lockfile-lintrc.js, .lockfile-lintrc.cjs, or .lockfile-lintrc.mjs file that exports an object.\n- A lockfile-lint.config.js, lockfile-lint.config.cjs, or lockfile-lint.config.mjs file that exports an object.\n\nESM syntax is supported in `.mjs` files. For example:\n\n```javascript\nexport default {\n  path: 'yarn.lock',\n  type: 'yarn',\n  allowedHosts: ['npm', 'yarn'],\n  validateHttps: true\n}\n```\n\nThe configuration file will be resolved starting from the current working directory, and searching up the file tree until a config file is (or isn't) found. Command-line options take precedence over any file-based configuration.\n\nThe options accepted in the configuration file are the same as the options above in camelcase (e.g. \"path\", \"allowedHosts\").\n\n# References\n\n- [This package aliasing article](https://snyk.io/blog/exploring-extensions-of-dependency-confusion-attacks-via-npm-package-aliasing/) explains the rational for error reporting on package aliases in lockfiles.\n- [Why npm lockfiles can be a security blindspot for injecting malicious modules](https://snyk.io/blog/why-npm-lockfiles-can-be-a-security-blindspot-for-injecting-malicious-modules/)\n\n# Contributing\n\nPlease consult [CONTRIBUTING](../../CONTRIBUTING.md) for guidelines on contributing to this project.\n\n# Author\n\n**lockfile-lint** © [Liran Tal](https://github.com/lirantal), Released under the [Apache-2.0](./LICENSE) License.\n","readmeFilename":"README.md"}