{"versions":{"2.1.0":{"name":"addons-linter","version":"2.1.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.10.5","ajv":"6.12.3","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.52.0","es6-promisify":"6.1.1","eslint":"7.5.0","eslint-plugin-no-unsanitized":"3.1.2","eslint-visitor-keys":"1.3.0","espree":"7.2.0","esprima":"4.0.1","first-chunk-stream":"4.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.31","os-locale":"5.0.0","pino":"6.4.0","postcss":"7.0.32","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.1.0","yargs":"15.4.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.10.5","@babel/core":"7.10.5","@babel/plugin-proposal-class-properties":"7.10.4","@babel/plugin-proposal-decorators":"7.10.5","@babel/plugin-proposal-export-namespace-from":"7.10.4","@babel/plugin-proposal-function-sent":"7.10.4","@babel/plugin-proposal-numeric-separator":"7.10.4","@babel/plugin-proposal-throw-expressions":"7.10.4","@babel/plugin-transform-runtime":"7.10.5","@babel/polyfill":"7.10.4","@babel/preset-env":"7.10.4","@babel/register":"7.10.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.1.0","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.7.1","comment-json":"3.0.2","doctoc":"1.4.0","eslint-config-amo":"3.5.0","eslint-config-prettier":"6.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.18.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.1.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.0","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.0.5","pretty-quick":"2.0.1","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.2","tar":"6.0.2","tar-fs":"2.1.0","tmp-promise":"3.0.2","webpack":"4.43.0","webpack-cli":"3.3.12","webpack-node-externals":"2.5.0","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"f4a7e58f2a696e43effe60f45f461f9711ec6f92","_id":"addons-linter@2.1.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"12acfe12761835242418f369bb6bbd9b71b4b0e9","size":1164053,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.1.0_1595332499960_0.0852497000758059"},"_hasShrinkwrap":false,"publish_time":1595332500174,"_cnpm_publish_time":1595332500174,"contributors":[]},"2.0.1":{"name":"addons-linter","version":"2.0.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.10.3","ajv":"6.12.2","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.51.2","es6-promisify":"6.1.1","eslint":"7.3.1","eslint-plugin-no-unsanitized":"3.1.2","eslint-visitor-keys":"1.3.0","espree":"7.1.0","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.28","os-locale":"5.0.0","pino":"6.3.2","postcss":"7.0.32","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.1.0","yargs":"15.3.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.10.3","@babel/core":"7.10.3","@babel/plugin-proposal-class-properties":"7.10.1","@babel/plugin-proposal-decorators":"7.10.3","@babel/plugin-proposal-export-namespace-from":"7.10.1","@babel/plugin-proposal-function-sent":"7.10.1","@babel/plugin-proposal-numeric-separator":"7.10.1","@babel/plugin-proposal-throw-expressions":"7.10.1","@babel/plugin-transform-runtime":"7.10.3","@babel/polyfill":"7.10.1","@babel/preset-env":"7.10.3","@babel/register":"7.10.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.1.0","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.7.0","comment-json":"3.0.2","doctoc":"1.4.0","eslint-config-amo":"3.3.0","eslint-config-prettier":"6.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.17.1","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.1.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.0","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.0.5","pretty-quick":"2.0.1","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.2","tar":"6.0.2","tar-fs":"2.1.0","tmp-promise":"2.1.1","webpack":"4.43.0","webpack-cli":"3.3.12","webpack-node-externals":"1.7.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"3422876ff0836b5dbe60e25310bb774787ecc09d","_id":"addons-linter@2.0.1","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"15a6260592f8c3793eb25cc06c9c42c63fa47fc6","size":1168390,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.0.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.0.1_1593593054995_0.9247227328833851"},"_hasShrinkwrap":false,"publish_time":1593593055162,"_cnpm_publish_time":1593593055162,"contributors":[]},"2.0.0":{"name":"addons-linter","version":"2.0.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.10.3","ajv":"6.12.2","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.51.2","es6-promisify":"6.1.1","eslint":"7.3.1","eslint-plugin-no-unsanitized":"3.1.2","eslint-visitor-keys":"1.3.0","espree":"7.1.0","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.28","os-locale":"5.0.0","pino":"6.3.2","postcss":"7.0.32","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.1.0","yargs":"15.3.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.10.3","@babel/core":"7.10.3","@babel/plugin-proposal-class-properties":"7.10.1","@babel/plugin-proposal-decorators":"7.10.3","@babel/plugin-proposal-export-namespace-from":"7.10.1","@babel/plugin-proposal-function-sent":"7.10.1","@babel/plugin-proposal-numeric-separator":"7.10.1","@babel/plugin-proposal-throw-expressions":"7.10.1","@babel/plugin-transform-runtime":"7.10.3","@babel/polyfill":"7.10.1","@babel/preset-env":"7.10.3","@babel/register":"7.10.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.1.0","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.7.0","comment-json":"3.0.2","doctoc":"1.4.0","eslint-config-amo":"3.3.0","eslint-config-prettier":"6.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.17.1","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.1.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.0","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.0.5","pretty-quick":"2.0.1","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.2","tar":"6.0.2","tar-fs":"2.1.0","tmp-promise":"2.1.1","webpack":"4.43.0","webpack-cli":"3.3.12","webpack-node-externals":"1.7.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"2e23e4af9d1e2fb17522bed2e71e4fe93e98c2f2","_id":"addons-linter@2.0.0","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"shasum":"2457a7337085a807404bc6b597f60b75280d2cc1","size":1167172,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.0.0_1593508193320_0.8090031952033034"},"_hasShrinkwrap":false,"publish_time":1593508194231,"_cnpm_publish_time":1593508194231,"contributors":[]},"1.26.0":{"name":"addons-linter","version":"1.26.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.10.2","ajv":"6.12.2","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.51.2","es6-promisify":"6.1.1","eslint":"5.16.0","eslint-plugin-no-unsanitized":"3.1.2","eslint-visitor-keys":"1.2.0","espree":"6.2.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.25","os-locale":"5.0.0","pino":"6.3.2","postcss":"7.0.32","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.1.0","yargs":"15.3.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.10.1","@babel/core":"7.10.2","@babel/plugin-proposal-class-properties":"7.10.1","@babel/plugin-proposal-decorators":"7.10.1","@babel/plugin-proposal-export-namespace-from":"7.10.1","@babel/plugin-proposal-function-sent":"7.10.1","@babel/plugin-proposal-numeric-separator":"7.10.1","@babel/plugin-proposal-throw-expressions":"7.10.1","@babel/plugin-transform-runtime":"7.10.1","@babel/polyfill":"7.10.1","@babel/preset-env":"7.10.2","@babel/register":"7.10.1","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.0.1","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.7.0","comment-json":"3.0.2","doctoc":"1.4.0","eslint-config-amo":"3.2.0","eslint-config-prettier":"6.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.13.2","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.0.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.0","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.0.5","pretty-quick":"2.0.1","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.2","tar":"6.0.2","tar-fs":"2.1.0","tmp-promise":"2.1.1","webpack":"4.43.0","webpack-cli":"3.3.11","webpack-node-externals":"1.7.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"8d254e7532b48510254f1206ef1035bb94cfd6da","_id":"addons-linter@1.26.0","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"shasum":"85d2c37edcee2bff7192b45a4fc727656809ca83","size":347486,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.26.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.26.0_1592471301171_0.8256015872783322"},"_hasShrinkwrap":false,"publish_time":1592471301354,"_cnpm_publish_time":1592471301354,"contributors":[]},"1.25.0":{"name":"addons-linter","version":"1.25.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.9.6","ajv":"6.12.2","ajv-merge-patch":"4.1.0","chalk":"4.0.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.51.2","es6-promisify":"6.1.1","eslint":"5.16.0","eslint-plugin-no-unsanitized":"3.1.1","eslint-visitor-keys":"1.1.0","espree":"6.2.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.18","os-locale":"5.0.0","pino":"6.2.1","postcss":"7.0.31","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.1.0","yargs":"15.3.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.6","@babel/plugin-proposal-class-properties":"7.8.3","@babel/plugin-proposal-decorators":"7.8.3","@babel/plugin-proposal-export-namespace-from":"7.8.3","@babel/plugin-proposal-function-sent":"7.8.3","@babel/plugin-proposal-numeric-separator":"7.8.3","@babel/plugin-proposal-throw-expressions":"7.8.3","@babel/plugin-transform-runtime":"7.9.6","@babel/polyfill":"7.8.7","@babel/preset-env":"7.9.6","@babel/register":"7.9.0","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.0.1","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.7.0","comment-json":"3.0.2","doctoc":"1.4.0","eslint-config-amo":"2.1.0","eslint-config-prettier":"6.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.13.1","eslint-plugin-prettier":"3.1.3","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.0.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.0.5","pretty-quick":"2.0.1","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.2","tar":"6.0.2","tar-fs":"2.1.0","tmp-promise":"2.1.1","webpack":"4.43.0","webpack-cli":"3.3.11","webpack-node-externals":"1.7.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"12ae3e6b3a9561f8a257fd677f7419955f35d790","_id":"addons-linter@1.25.0","_nodeVersion":"12.17.0","_npmVersion":"6.14.4","dist":{"shasum":"8b08bbcdf085d7e062fb256b6343c99569015c75","size":346625,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.25.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.25.0_1591109205639_0.49247488656524663"},"_hasShrinkwrap":false,"publish_time":1591109205780,"_cnpm_publish_time":1591109205780,"contributors":[]},"1.24.0":{"name":"addons-linter","version":"1.24.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.9.2","ajv":"6.12.0","ajv-merge-patch":"4.1.0","chalk":"3.0.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.51.2","es6-promisify":"6.1.0","eslint":"5.16.0","eslint-plugin-no-unsanitized":"3.1.0","eslint-visitor-keys":"1.1.0","espree":"6.2.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.17","os-locale":"5.0.0","pino":"6.2.0","postcss":"7.0.27","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.1.3","source-map-support":"0.5.16","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.0.0","yargs":"15.3.1","yauzl":"2.10.0","fsevents":"2.1.2"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.0","@babel/plugin-proposal-class-properties":"7.8.3","@babel/plugin-proposal-decorators":"7.8.3","@babel/plugin-proposal-export-namespace-from":"7.8.3","@babel/plugin-proposal-function-sent":"7.8.3","@babel/plugin-proposal-numeric-separator":"7.8.3","@babel/plugin-proposal-throw-expressions":"7.8.3","@babel/plugin-transform-runtime":"7.9.0","@babel/polyfill":"7.8.7","@babel/preset-env":"7.9.5","@babel/register":"7.9.0","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"25.3.0","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.5","comment-json":"3.0.2","doctoc":"1.4.0","eslint-config-amo":"1.34.0","eslint-config-prettier":"6.10.1","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.8.2","eslint-plugin-prettier":"3.1.3","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.2.0","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"25.3.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.7","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.0.4","pretty-quick":"2.0.1","raw-loader":"4.0.0","shelljs":"0.8.3","sinon":"9.0.2","tar":"6.0.1","tar-fs":"2.0.1","tmp-promise":"2.0.2","webpack":"4.42.1","webpack-cli":"3.3.11","webpack-node-externals":"1.7.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.2"},"gitHead":"d0c6935907f3d5ed02ab73986ce048d64e59da1e","_id":"addons-linter@1.24.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"828f6a0f8fb7fa5ebcc1a93e0666b6cd45cb4501","size":343677,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.24.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.24.0_1587478373912_0.23495076593998565"},"_hasShrinkwrap":false,"publish_time":1587478374102,"_cnpm_publish_time":1587478374102,"contributors":[]},"1.23.0":{"name":"addons-linter","version":"1.23.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.9.2","ajv":"6.12.0","ajv-merge-patch":"4.1.0","chalk":"3.0.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.51.2","es6-promisify":"6.1.0","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.2.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.15","os-locale":"5.0.0","pino":"6.0.0","postcss":"7.0.27","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.1.3","source-map-support":"0.5.16","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.0.0","yargs":"15.3.1","yauzl":"2.10.0","fsevents":"2.1.2"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.0","@babel/plugin-proposal-class-properties":"7.8.3","@babel/plugin-proposal-decorators":"7.8.3","@babel/plugin-proposal-export-namespace-from":"7.8.3","@babel/plugin-proposal-function-sent":"7.8.3","@babel/plugin-proposal-numeric-separator":"7.8.3","@babel/plugin-proposal-throw-expressions":"7.8.3","@babel/plugin-transform-runtime":"7.9.0","@babel/polyfill":"7.8.7","@babel/preset-env":"7.9.0","@babel/register":"7.9.0","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"25.2.4","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.5","comment-json":"3.0.2","doctoc":"1.4.0","eslint-config-amo":"1.34.0","eslint-config-prettier":"6.10.1","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.8.2","eslint-plugin-prettier":"3.1.2","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.2.0","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"25.2.4","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.5","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.0.2","pretty-quick":"2.0.1","raw-loader":"4.0.0","shelljs":"0.8.3","sinon":"9.0.1","tar":"6.0.1","tar-fs":"2.0.1","tmp-promise":"2.0.2","webpack":"4.42.1","webpack-cli":"3.3.11","webpack-node-externals":"1.7.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.2"},"gitHead":"412f640d55f249c3598b7e19f6c901b6471c56d4","_id":"addons-linter@1.23.0","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"c887c6c91cabd373878b3da6a13292dd3ada78de","size":343315,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.23.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.23.0_1585654533968_0.9031495464405588"},"_hasShrinkwrap":false,"publish_time":1585654534147,"_cnpm_publish_time":1585654534147,"contributors":[]},"1.22.0":{"name":"addons-linter","version":"1.22.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.8.4","ajv":"6.12.0","ajv-merge-patch":"4.1.0","chalk":"3.0.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.50.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.2.0","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.10","os-locale":"4.0.0","pino":"5.17.0","postcss":"7.0.27","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.1.3","source-map-support":"0.5.16","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.0.0","yargs":"15.1.0","yauzl":"2.10.0","fsevents":"2.1.2"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.8.4","@babel/plugin-proposal-class-properties":"7.8.3","@babel/plugin-proposal-decorators":"7.8.3","@babel/plugin-proposal-export-namespace-from":"7.8.3","@babel/plugin-proposal-function-sent":"7.8.3","@babel/plugin-proposal-numeric-separator":"7.8.3","@babel/plugin-proposal-throw-expressions":"7.8.3","@babel/plugin-transform-runtime":"7.8.3","@babel/polyfill":"7.8.3","@babel/preset-env":"7.8.4","@babel/register":"7.8.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"25.1.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.5","comment-json":"3.0.2","doctoc":"1.4.0","eslint-config-amo":"1.33.0","eslint-config-prettier":"6.10.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.8.1","eslint-plugin-prettier":"3.1.2","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.2.0","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"25.1.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.5","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"1.19.1","pretty-quick":"2.0.1","raw-loader":"4.0.0","shelljs":"0.8.3","sinon":"9.0.0","tar":"6.0.1","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.42.0","webpack-cli":"3.3.11","webpack-node-externals":"1.7.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.2"},"gitHead":"896740f1a466ae625248d6f136aee877b14889c3","_id":"addons-linter@1.22.0","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"shasum":"319e3d2e9da7521b2d693b0ced4df08c8c8c6343","size":340690,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.22.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.22.0_1583409555874_0.8334512811329731"},"_hasShrinkwrap":false,"publish_time":1583409556047,"_cnpm_publish_time":1583409556047,"contributors":[]},"1.21.0":{"name":"addons-linter","version":"1.21.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"3.0.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.50.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.2","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.4","os-locale":"4.0.0","pino":"5.16.0","postcss":"7.0.26","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"7.1.1","source-map-support":"0.5.16","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.0.0","yargs":"15.1.0","yauzl":"2.10.0","fsevents":"2.1.2"},"devDependencies":{"@babel/cli":"7.8.3","@babel/core":"7.8.3","@babel/plugin-proposal-class-properties":"7.8.3","@babel/plugin-proposal-decorators":"7.8.3","@babel/plugin-proposal-export-namespace-from":"7.8.3","@babel/plugin-proposal-function-sent":"7.8.3","@babel/plugin-proposal-numeric-separator":"7.8.3","@babel/plugin-proposal-throw-expressions":"7.8.3","@babel/plugin-transform-runtime":"7.8.3","@babel/polyfill":"7.8.3","@babel/preset-env":"7.8.3","@babel/register":"7.8.3","@babel/runtime":"7.8.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.4.1","doctoc":"1.4.0","eslint-config-amo":"1.32.0","eslint-config-prettier":"6.9.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.6.0","eslint-plugin-prettier":"3.1.2","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.2.0","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.5","markdown-it-emoji":"1.4.0","prettier":"1.19.1","pretty-quick":"2.0.1","po2json":"0.4.5","raw-loader":"4.0.0","shelljs":"0.8.3","sinon":"8.0.4","tar":"5.0.5","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.5","webpack-cli":"3.3.10"},"optionalDependencies":{"fsevents":"2.1.2"},"gitHead":"0f713ec3af6f4c2e21177575e0e6a67239ec4a8e","_id":"addons-linter@1.21.0","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"1df291c5477cf51d104259a704a5f8ee7e714aca","size":344303,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.21.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.21.0_1579017830698_0.07389249881185367"},"_hasShrinkwrap":false,"publish_time":1579017830859,"_cnpm_publish_time":1579017830859,"contributors":[]},"1.20.0":{"name":"addons-linter","version":"1.20.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"3.0.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.49.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.2","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.3","os-locale":"4.0.0","pino":"5.15.0","postcss":"7.0.26","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"7.1.1","source-map-support":"0.5.16","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.0.0","yargs":"15.1.0","yauzl":"2.10.0","fsevents":"2.1.2"},"devDependencies":{"@babel/cli":"7.7.7","@babel/core":"7.7.7","@babel/plugin-proposal-class-properties":"7.7.4","@babel/plugin-proposal-decorators":"7.7.4","@babel/plugin-proposal-export-namespace-from":"7.7.4","@babel/plugin-proposal-function-sent":"7.7.4","@babel/plugin-proposal-numeric-separator":"7.7.4","@babel/plugin-proposal-throw-expressions":"7.7.4","@babel/plugin-transform-runtime":"7.7.6","@babel/polyfill":"7.7.0","@babel/preset-env":"7.7.7","@babel/register":"7.7.7","@babel/runtime":"7.7.7","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.3.1","doctoc":"1.4.0","eslint-config-amo":"1.31.0","eslint-config-prettier":"6.9.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.3.0","eslint-plugin-prettier":"3.1.2","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.5","markdown-it-emoji":"1.4.0","prettier":"1.19.1","pretty-quick":"2.0.1","po2json":"0.4.5","raw-loader":"4.0.0","shelljs":"0.8.3","sinon":"8.0.3","tar":"5.0.5","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.5","webpack-cli":"3.3.10"},"optionalDependencies":{"fsevents":"2.1.2"},"gitHead":"648644f53bf2e528b3c0ca70e5c30f5c80b033b5","_id":"addons-linter@1.20.0","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"e748d4c1f67ef82be39450864e9a13d6ad3e7b29","size":344326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.20.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.20.0_1578411387408_0.5009230594165166"},"_hasShrinkwrap":false,"publish_time":1578411387570,"_cnpm_publish_time":1578411387570,"contributors":[]},"1.19.0":{"name":"addons-linter","version":"1.19.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.48.1","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.2","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.1","os-locale":"4.0.0","pino":"5.14.0","postcss":"7.0.24","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.16","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.1.0","yargs":"14.0.0","yauzl":"2.10.0","fsevents":"2.1.2"},"devDependencies":{"@babel/cli":"7.7.5","@babel/core":"7.7.5","@babel/plugin-proposal-class-properties":"7.7.4","@babel/plugin-proposal-decorators":"7.7.4","@babel/plugin-proposal-export-namespace-from":"7.7.4","@babel/plugin-proposal-function-sent":"7.7.4","@babel/plugin-proposal-numeric-separator":"7.7.4","@babel/plugin-proposal-throw-expressions":"7.7.4","@babel/plugin-transform-runtime":"7.7.6","@babel/polyfill":"7.7.0","@babel/preset-env":"7.7.6","@babel/register":"7.7.4","@babel/runtime":"7.7.6","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.2.0","doctoc":"1.4.0","eslint-config-amo":"1.30.0","eslint-config-prettier":"6.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.1.1","eslint-plugin-prettier":"3.1.1","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.5","markdown-it-emoji":"1.4.0","prettier":"1.19.1","pretty-quick":"2.0.1","po2json":"0.4.5","raw-loader":"4.0.0","shelljs":"0.8.3","sinon":"7.5.0","tar":"5.0.5","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.2","webpack-cli":"3.3.10"},"optionalDependencies":{"fsevents":"2.1.2"},"gitHead":"aa091d4409654deec31f5babf310615ffae4b9d1","_id":"addons-linter@1.19.0","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"shasum":"cbb3683520833f771a5941335348b938fee486e1","size":343796,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.19.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.19.0_1575974055284_0.1769750919148223"},"_hasShrinkwrap":false,"publish_time":1575974055631,"_cnpm_publish_time":1575974055631,"contributors":[]},"1.18.0":{"name":"addons-linter","version":"1.18.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":"13.2.0"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.48.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.2","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.0","os-locale":"4.0.0","pino":"5.14.0","postcss":"7.0.23","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.16","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.1.0","yargs":"14.0.0","yauzl":"2.10.0","fsevents":"2.1.2"},"devDependencies":{"@babel/cli":"7.7.4","@babel/core":"7.7.4","@babel/plugin-proposal-class-properties":"7.7.4","@babel/plugin-proposal-decorators":"7.7.4","@babel/plugin-proposal-export-namespace-from":"7.7.4","@babel/plugin-proposal-function-sent":"7.7.4","@babel/plugin-proposal-numeric-separator":"7.7.4","@babel/plugin-proposal-throw-expressions":"7.7.4","@babel/plugin-transform-runtime":"7.7.4","@babel/polyfill":"7.7.0","@babel/preset-env":"7.7.4","@babel/register":"7.7.4","@babel/runtime":"7.7.4","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.2.0","doctoc":"1.4.0","eslint-config-amo":"1.29.0","eslint-config-prettier":"6.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.0.4","eslint-plugin-prettier":"3.1.1","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.5","markdown-it-emoji":"1.4.0","prettier":"1.19.1","pretty-quick":"2.0.1","po2json":"0.4.5","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.5.0","tar":"5.0.5","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.2","webpack-cli":"3.3.10"},"optionalDependencies":{"fsevents":"2.1.2"},"gitHead":"2e48d8a9ec5f8bb6607085c277d9a9bb5989a564","_id":"addons-linter@1.18.0","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"shasum":"88c412aa03a1b807978007e377156821d47fe337","size":342161,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.18.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.18.0_1575367507537_0.8507127197115629"},"_hasShrinkwrap":false,"publish_time":1575367507660,"_cnpm_publish_time":1575367507660,"contributors":[]},"1.17.0":{"name":"addons-linter","version":"1.17.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.47.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.2","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.98","os-locale":"4.0.0","pino":"5.13.6","postcss":"7.0.23","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.16","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.1.0","yargs":"14.0.0","yauzl":"2.10.0","fsevents":"2.1.2"},"devDependencies":{"@babel/cli":"7.7.0","@babel/core":"7.7.2","@babel/plugin-proposal-class-properties":"7.7.0","@babel/plugin-proposal-decorators":"7.7.0","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.7.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.6.2","@babel/polyfill":"7.7.0","@babel/preset-env":"7.7.1","@babel/register":"7.7.0","@babel/runtime":"7.7.2","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.2.0","doctoc":"1.4.0","eslint-config-amo":"1.28.0","eslint-config-prettier":"6.5.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.0.2","eslint-plugin-prettier":"3.1.1","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.5","markdown-it-emoji":"1.4.0","prettier":"1.19.1","pretty-quick":"2.0.1","po2json":"0.4.5","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.5.0","tar":"5.0.5","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.2","webpack-cli":"3.3.10"},"optionalDependencies":{"fsevents":"2.1.2"},"gitHead":"f16b592f1d9cb31e99ad0b116c96d376d6128bd9","_id":"addons-linter@1.17.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"05c1e588a879ff53da4c9cfdd4a8db816e55a342","size":341697,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.17.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.17.0_1574172932560_0.5075148913189784"},"_hasShrinkwrap":false,"publish_time":1574172932701,"_cnpm_publish_time":1574172932701,"contributors":[]},"1.16.0":{"name":"addons-linter","version":"1.16.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.45.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.2","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.5","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.98","os-locale":"4.0.0","pino":"5.13.5","postcss":"7.0.21","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.16","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.1.0","yargs":"14.0.0","yauzl":"2.10.0","fsevents":"2.1.1"},"devDependencies":{"@babel/cli":"7.6.4","@babel/core":"7.6.4","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.6.0","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.6.2","@babel/polyfill":"7.6.0","@babel/preset-env":"7.6.3","@babel/register":"7.6.2","@babel/runtime":"7.6.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.2.0","doctoc":"1.4.0","eslint-config-amo":"1.25.0","eslint-config-prettier":"6.5.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.0.2","eslint-plugin-prettier":"3.1.1","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.5","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"2.0.0","po2json":"0.4.5","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.5.0","tar":"5.0.5","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.2","webpack-cli":"3.3.10"},"optionalDependencies":{"fsevents":"2.1.1"},"gitHead":"6f581a547a7a532b43bc5099042b990a1972f2b5","_id":"addons-linter@1.16.0","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"a9e09709128252b0e0fdd0ee96ccff013c2cf45d","size":341968,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.16.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.16.0_1573477941563_0.9550448148028172"},"_hasShrinkwrap":false,"publish_time":1573477941731,"_cnpm_publish_time":1573477941731,"contributors":[]},"1.15.3":{"name":"addons-linter","version":"1.15.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.45.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.2","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.5","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.98","os-locale":"4.0.0","pino":"5.13.5","postcss":"7.0.21","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.15","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.1.0","yargs":"14.0.0","yauzl":"2.10.0","snyk":"1.239.3","fsevents":"2.1.1"},"devDependencies":{"@babel/cli":"7.6.4","@babel/core":"7.6.4","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.6.0","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.6.2","@babel/polyfill":"7.6.0","@babel/preset-env":"7.6.3","@babel/register":"7.6.2","@babel/runtime":"7.6.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.2.0","doctoc":"1.4.0","eslint-config-amo":"1.25.0","eslint-config-prettier":"6.5.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.0.2","eslint-plugin-prettier":"3.1.1","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.5","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"2.0.0","po2json":"0.4.5","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.5.0","tar":"5.0.5","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.2","webpack-cli":"3.3.9"},"optionalDependencies":{"fsevents":"2.1.1"},"snyk":true,"gitHead":"e6b1c5fcf1b988774db02999f16bf3bc23525d4e","_id":"addons-linter@1.15.3","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"d0d7ee34f2e844cc603f408d8ab271419d2a9a23","size":341182,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.15.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.15.3_1572363293544_0.7598009880693801"},"_hasShrinkwrap":false,"publish_time":1572363293762,"_cnpm_publish_time":1572363293762,"contributors":[]},"1.15.2":{"name":"addons-linter","version":"1.15.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.0","dispensary":"0.44.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.2","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.5","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.97","os-locale":"4.0.0","pino":"5.13.5","po2json":"0.4.5","postcss":"7.0.18","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.13","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.1.0","yargs":"14.0.0","yauzl":"2.10.0","snyk":"1.236.1","fsevents":"2.1.1"},"devDependencies":{"@babel/cli":"7.6.4","@babel/core":"7.6.4","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.6.0","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.6.2","@babel/polyfill":"7.6.0","@babel/preset-env":"7.6.3","@babel/register":"7.6.2","@babel/runtime":"7.6.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.2.0","doctoc":"1.4.0","eslint-config-amo":"1.24.0","eslint-config-prettier":"6.4.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.20.0","eslint-plugin-prettier":"3.1.1","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.5","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"2.0.0","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.5.0","snyk":"1.236.1","tar":"5.0.5","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.2","webpack-cli":"3.3.9"},"optionalDependencies":{"fsevents":"2.1.1"},"snyk":true,"gitHead":"100d203d8fc6edee6f7bdbcd6ba5397ed90ebfa0","_id":"addons-linter@1.15.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"368cb7cb85226c0ef64198f6e1203452764497c9","size":340660,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.15.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.15.2_1571748174914_0.5859535885458236"},"_hasShrinkwrap":false,"publish_time":1571748175082,"_cnpm_publish_time":1571748175082,"contributors":[]},"1.15.1":{"name":"addons-linter","version":"1.15.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.1.1","dispensary":"0.44.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.96","os-locale":"4.0.0","pino":"5.13.5","po2json":"0.4.5","postcss":"7.0.18","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.13","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.0.0","yargs":"14.0.0","yauzl":"2.10.0","snyk":"1.235.0","fsevents":"2.1.1"},"devDependencies":{"@babel/cli":"7.6.4","@babel/core":"7.6.4","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.6.0","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.6.2","@babel/polyfill":"7.6.0","@babel/preset-env":"7.6.3","@babel/register":"7.6.2","@babel/runtime":"7.6.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.2.0","doctoc":"1.4.0","eslint-config-amo":"1.24.0","eslint-config-prettier":"6.4.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.19.0","eslint-plugin-prettier":"3.1.1","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"2.0.0","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.5.0","snyk":"1.235.0","tar":"5.0.5","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.2","webpack-cli":"3.3.9"},"optionalDependencies":{"fsevents":"2.1.1"},"snyk":true,"gitHead":"9e1c816466a85fe2cb226548cf9d03ce7b31cea4","_id":"addons-linter@1.15.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"115cb4acf756c72bf7924a8550a157a1293117be","size":340659,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.15.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.15.1_1571153385192_0.5084650232456709"},"_hasShrinkwrap":false,"publish_time":1571153385438,"_cnpm_publish_time":1571153385438,"contributors":[]},"1.14.3":{"name":"addons-linter","version":"1.14.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.1.1","dispensary":"0.44.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.96","os-locale":"4.0.0","pino":"5.13.5","po2json":"0.4.5","postcss":"7.0.18","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.13","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.0.0","yargs":"14.0.0","yauzl":"2.10.0","snyk":"1.235.0","fsevents":"2.1.1"},"devDependencies":{"@babel/cli":"7.6.4","@babel/core":"7.6.4","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.6.0","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.6.2","@babel/polyfill":"7.6.0","@babel/preset-env":"7.6.3","@babel/register":"7.6.2","@babel/runtime":"7.6.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.2.0","doctoc":"1.4.0","eslint-config-amo":"1.24.0","eslint-config-prettier":"6.4.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.19.0","eslint-plugin-prettier":"3.1.1","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"2.0.0","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.5.0","snyk":"1.235.0","tar":"5.0.5","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.1","webpack-cli":"3.3.9"},"optionalDependencies":{"fsevents":"2.1.1"},"snyk":true,"gitHead":"94b1b98fdfb1b468b3603a1e4051edacb78cca8a","_id":"addons-linter@1.14.3","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"bcbeba52ba8ca8c07570d74c5c964ed85d6ac7ad","size":340661,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.14.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.14.3_1571150812799_0.5174092825246319"},"_hasShrinkwrap":false,"publish_time":1571150812918,"_cnpm_publish_time":1571150812918,"contributors":[]},"1.15.0":{"name":"addons-linter","version":"1.15.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.1.0","dispensary":"0.43.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.95","os-locale":"4.0.0","pino":"5.13.4","po2json":"0.4.5","postcss":"7.0.18","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.13","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.0.0","yargs":"14.0.0","yauzl":"2.10.0","snyk":"^1.230.5","fsevents":"2.1.0"},"devDependencies":{"@babel/cli":"7.6.2","@babel/core":"7.6.2","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.6.0","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.6.2","@babel/polyfill":"7.6.0","@babel/preset-env":"7.6.2","@babel/register":"7.6.2","@babel/runtime":"7.6.2","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.2.0","doctoc":"1.4.0","eslint-config-amo":"1.23.0","eslint-config-prettier":"6.4.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.17.0","eslint-plugin-prettier":"3.1.1","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"1.11.1","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.5.0","snyk":"1.232.0","tar":"5.0.5","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.0","webpack-cli":"3.3.9"},"optionalDependencies":{"fsevents":"2.1.0"},"snyk":true,"gitHead":"f398fd5a288cc429252b7c09aa317316733b7047","_id":"addons-linter@1.15.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"2125f33ab5e4fedc0f37268e4ff414135ffc5dd0","size":340377,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.15.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.15.0_1570529875801_0.02473415093896425"},"_hasShrinkwrap":false,"publish_time":1570529875954,"_cnpm_publish_time":1570529875954,"contributors":[]},"1.14.2":{"name":"addons-linter","version":"1.14.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.0.0","dispensary":"0.42.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.94","os-locale":"4.0.0","pino":"5.13.4","po2json":"0.4.5","postcss":"7.0.18","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.13","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.0.0","yargs":"14.0.0","yauzl":"2.10.0","fsevents":"2.1.0"},"devDependencies":{"@babel/cli":"7.6.2","@babel/core":"7.6.2","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.6.0","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.6.2","@babel/polyfill":"7.6.0","@babel/preset-env":"7.6.2","@babel/register":"7.6.2","@babel/runtime":"7.6.2","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.6.1","comment-json":"2.2.0","doctoc":"1.4.0","eslint-config-amo":"1.22.0","eslint-config-prettier":"6.3.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.17.0","eslint-plugin-prettier":"3.1.1","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"1.11.1","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.5.0","snyk":"1.230.2","tar":"5.0.2","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.41.0","webpack-cli":"3.3.9"},"optionalDependencies":{"fsevents":"2.1.0"},"snyk":true,"gitHead":"e26bb6bbdfb7a224307f0ea94a8ccd6d6e31a9e6","_id":"addons-linter@1.14.2","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"80ea6d71d06b91c5b76189185489fb100357e8b3","size":339896,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.14.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.14.2_1569947330640_0.5473024895452134"},"_hasShrinkwrap":false,"publish_time":1569947330793,"_cnpm_publish_time":1569947330793,"contributors":[]},"1.14.0":{"name":"addons-linter","version":"1.14.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.0.0","dispensary":"0.40.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.94","os-locale":"4.0.0","pino":"5.13.3","po2json":"0.4.5","postcss":"7.0.18","probe-image-size":"5.0.0","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.13","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.0.0","yargs":"14.0.0","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.6.0","@babel/core":"7.6.0","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.6.0","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.6.0","@babel/polyfill":"7.6.0","@babel/preset-env":"7.6.0","@babel/register":"7.6.0","@babel/runtime":"7.6.0","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.5.0","comment-json":"2.1.0","doctoc":"1.4.0","eslint-config-amo":"1.21.0","eslint-config-prettier":"6.3.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.17.0","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"1.11.1","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.4.2","snyk":"1.228.0","tar":"4.4.10","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.40.2","webpack-cli":"3.3.9"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"d4b0d76a20fb8e3291142af59252ed3130b9f320","_id":"addons-linter@1.14.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"611f8d9e8c4cc84646ebd0b61c016f758225bf13","size":339887,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.14.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.14.0_1568724597535_0.23936299988550447"},"_hasShrinkwrap":false,"publish_time":1568724597715,"_cnpm_publish_time":1568724597715,"contributors":[]},"1.13.0":{"name":"addons-linter","version":"1.13.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.0.0","dispensary":"0.39.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.94","os-locale":"4.0.0","pino":"5.13.2","po2json":"0.4.5","postcss":"7.0.18","probe-image-size":"4.1.1","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.13","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.0.0","yargs":"14.0.0","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.6.0","@babel/core":"7.6.0","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.6.0","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.6.0","@babel/polyfill":"7.6.0","@babel/preset-env":"7.6.0","@babel/register":"7.6.0","@babel/runtime":"7.6.0","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.5.0","comment-json":"2.1.0","doctoc":"1.4.0","eslint-config-amo":"1.20.0","eslint-config-prettier":"6.3.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.17.0","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"10.0.0","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"1.11.1","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.4.2","snyk":"1.226.2","tar":"4.4.10","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.40.1","webpack-cli":"3.3.8"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"a747ef133ae87c0731315583977f2e4988b10c20","_id":"addons-linter@1.13.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"f0b519f73e27aafbbf956d50d4c22cb720c4dfd3","size":339841,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.13.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.13.0_1568374604067_0.6388311835108902"},"_hasShrinkwrap":false,"publish_time":1568374604288,"_cnpm_publish_time":1568374604288,"contributors":[]},"1.12.2":{"name":"addons-linter","version":"1.12.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.0.0","dispensary":"0.39.0","es6-promisify":"6.0.2","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.1.0","espree":"6.1.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.93","os-locale":"4.0.0","pino":"5.13.2","po2json":"0.4.5","postcss":"7.0.18","probe-image-size":"4.1.1","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.13","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"7.0.0","yargs":"14.0.0","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.6.0","@babel/core":"7.6.0","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.6.0","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.6.0","@babel/polyfill":"7.6.0","@babel/preset-env":"7.6.0","@babel/register":"7.6.0","@babel/runtime":"7.6.0","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.3","babel-gettext-extractor":"4.1.3","babel-jest":"24.9.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.5.0","comment-json":"2.1.0","doctoc":"1.4.0","eslint-config-amo":"1.20.0","eslint-config-prettier":"6.2.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.17.0","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.9.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"9.1.0","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"1.11.1","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.4.2","snyk":"1.226.1","tar":"4.4.10","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.39.3","webpack-cli":"3.3.8"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"f27e16e7a2e2bb1523d87f344eb6b7c2e6a324c8","_id":"addons-linter@1.12.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"f72744f3595a61a20b1d4b53da193a1fdf305040","size":337968,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.12.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.12.2_1568119325283_0.20919393954657894"},"_hasShrinkwrap":false,"publish_time":1568119325443,"_cnpm_publish_time":1568119325443,"contributors":[]},"1.12.1":{"name":"addons-linter","version":"1.12.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.0.0","dispensary":"0.39.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"6.0.0","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.89","os-locale":"4.0.0","pino":"5.13.2","po2json":"0.4.5","postcss":"7.0.17","probe-image-size":"4.1.1","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.13","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","yargs":"13.3.0","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.5.5","@babel/core":"7.5.5","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.4.4","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.5.5","@babel/polyfill":"7.4.4","@babel/preset-env":"7.5.5","@babel/register":"7.5.5","@babel/runtime":"7.5.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.2","babel-gettext-extractor":"4.1.3","babel-jest":"24.8.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"2.1.0","coveralls":"3.0.6","doctoc":"1.4.0","eslint-config-amo":"1.18.0","eslint-config-prettier":"6.0.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.15.0","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.8.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"9.1.0","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"1.11.1","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.4.1","snyk":"1.216.0","tar":"4.4.10","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.39.1","webpack-cli":"3.3.6"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"fbb805938c668dd2c638b10fc5871f55d6654f55","_id":"addons-linter@1.12.1","_nodeVersion":"10.16.2","_npmVersion":"6.9.0","dist":{"shasum":"69b958ce0dea690403edc84f46c8e5b49d5f9b9a","size":331940,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.12.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.12.1_1565637156365_0.08048284495319025"},"_hasShrinkwrap":false,"publish_time":1565637156526,"_cnpm_publish_time":1565637156526,"contributors":[]},"1.12.0":{"name":"addons-linter","version":"1.12.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.0.0","dispensary":"0.39.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"6.0.0","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.89","os-locale":"4.0.0","pino":"5.13.2","po2json":"0.4.5","postcss":"7.0.17","probe-image-size":"4.1.1","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.3.0","source-map-support":"0.5.13","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","yargs":"13.3.0","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.5.5","@babel/core":"7.5.5","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.4.4","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.5.5","@babel/polyfill":"7.4.4","@babel/preset-env":"7.5.5","@babel/register":"7.5.5","@babel/runtime":"7.5.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.2","babel-gettext-extractor":"4.1.3","babel-jest":"24.8.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"2.1.0","coveralls":"3.0.6","doctoc":"1.4.0","eslint-config-amo":"1.18.0","eslint-config-prettier":"6.0.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.15.0","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.1.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.8.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"9.1.0","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"1.11.1","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.4.1","snyk":"1.216.0","tar":"4.4.10","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.39.1","webpack-cli":"3.3.6"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"a9a831ba6fd6b3bc651ce99e00f07a1ab374dd96","_id":"addons-linter@1.12.0","_nodeVersion":"10.16.2","_npmVersion":"6.9.0","dist":{"shasum":"b0187f3f367963840aafda7ba19919df0519f0c0","size":353034,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.12.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.12.0_1565628788562_0.613213876473373"},"_hasShrinkwrap":false,"publish_time":1565628788710,"_cnpm_publish_time":1565628788710,"contributors":[]},"1.11.1":{"name":"addons-linter","version":"1.11.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.0.0","dispensary":"0.38.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"6.0.0","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.87","os-locale":"4.0.0","pino":"5.13.0","po2json":"0.4.5","postcss":"7.0.17","probe-image-size":"4.1.1","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.2.0","source-map-support":"0.5.12","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","yargs":"13.3.0","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.5.5","@babel/core":"7.5.5","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.4.4","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.5.5","@babel/polyfill":"7.4.4","@babel/preset-env":"7.5.5","@babel/register":"7.5.5","@babel/runtime":"7.5.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.8.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"2.1.0","coveralls":"3.0.5","doctoc":"1.4.0","eslint-config-amo":"1.17.0","eslint-config-prettier":"6.0.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.13.0","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.8.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"9.0.1","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"1.11.1","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.3.2","snyk":"1.196.0","tar":"4.4.10","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.36.1","webpack-cli":"3.3.6"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"aa6a13fc9df8579e1b9b16eadf70bde5a88a7a0d","_id":"addons-linter@1.11.1","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"271e4d64114ccb4e99b87746315f71a1b3350210","size":320638,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.11.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.11.1_1563905156400_0.35167177233751645"},"_hasShrinkwrap":false,"publish_time":1563905156529,"_cnpm_publish_time":1563905156529,"contributors":[]},"1.11.0":{"name":"addons-linter","version":"1.11.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.0.0","dispensary":"0.38.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"6.0.0","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"0.0.87","os-locale":"4.0.0","pino":"5.13.0","po2json":"0.4.5","postcss":"7.0.17","probe-image-size":"4.1.1","regenerator-runtime":"0.13.3","relaxed-json":"1.0.3","semver":"6.2.0","source-map-support":"0.5.12","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","yargs":"13.3.0","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.5.5","@babel/core":"7.5.5","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-proposal-decorators":"7.4.4","@babel/plugin-proposal-export-namespace-from":"7.5.2","@babel/plugin-proposal-function-sent":"7.5.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.5.5","@babel/polyfill":"7.4.4","@babel/preset-env":"7.5.5","@babel/register":"7.5.5","@babel/runtime":"7.5.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.8.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"2.1.0","coveralls":"3.0.5","doctoc":"1.4.0","eslint-config-amo":"1.17.0","eslint-config-prettier":"6.0.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.13.0","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.8.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"9.0.1","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.18.2","pretty-quick":"1.11.1","raw-loader":"3.1.0","shelljs":"0.8.3","sinon":"7.3.2","snyk":"1.196.0","tar":"4.4.10","tar-fs":"2.0.0","tmp-promise":"2.0.2","webpack":"4.36.1","webpack-cli":"3.3.6"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"814473396d20eb0895c033113262ae96483cf689","_id":"addons-linter@1.11.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"8e9895fa6eed9ede3cef9633ffd92603ac78d1f9","size":320620,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.11.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.11.0_1563873035429_0.04036015166826501"},"_hasShrinkwrap":false,"publish_time":1563873035547,"_cnpm_publish_time":1563873035547,"contributors":[]},"1.10.1":{"name":"addons-linter","version":"1.10.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"3.3.0","dispensary":"0.38.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"6.0.0","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.84","os-locale":"4.0.0","pino":"5.12.6","po2json":"0.4.5","postcss":"7.0.17","probe-image-size":"4.0.0","regenerator-runtime":"0.13.2","relaxed-json":"1.0.3","semver":"6.1.2","source-map-support":"0.5.12","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","yargs":"13.2.4","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.4.4","@babel/core":"7.4.5","@babel/plugin-proposal-class-properties":"7.4.4","@babel/plugin-proposal-decorators":"7.4.4","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.4.4","@babel/polyfill":"7.4.4","@babel/preset-env":"7.4.5","@babel/register":"7.4.4","@babel/runtime":"7.4.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.8.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"2.1.0","coveralls":"3.0.4","doctoc":"1.4.0","eslint-config-amo":"1.14.0","eslint-config-prettier":"6.0.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.7.1","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.8.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.17.1","pretty-quick":"1.11.1","raw-loader":"3.0.0","shelljs":"0.8.3","sinon":"7.3.2","snyk":"1.187.1","tar":"4.4.10","tar-fs":"2.0.0","tmp-promise":"1.1.0","webpack":"4.35.0","webpack-cli":"3.3.5"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"e356c51fd5e052cd9651b4a3c41bbba577b8539d","_id":"addons-linter@1.10.1","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"b924c5701ab3d06c41355071db035a9360d3cbad","size":316089,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.10.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.10.1_1562145429896_0.8890456230294153"},"_hasShrinkwrap":false,"publish_time":1562145430055,"_cnpm_publish_time":1562145430055,"contributors":[]},"1.10.0":{"name":"addons-linter","version":"1.10.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.37.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.82","os-locale":"3.1.0","pino":"5.12.6","po2json":"0.4.5","postcss":"7.0.16","probe-image-size":"4.0.0","regenerator-runtime":"0.13.2","relaxed-json":"1.0.3","semver":"6.1.1","source-map-support":"0.5.12","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","yargs":"13.2.4","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.4.4","@babel/core":"7.4.5","@babel/plugin-proposal-class-properties":"7.4.4","@babel/plugin-proposal-decorators":"7.4.4","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.4.4","@babel/polyfill":"7.4.4","@babel/preset-env":"7.4.5","@babel/register":"7.4.4","@babel/runtime":"7.4.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.8.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.13.0","eslint-config-prettier":"4.3.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.6.4","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.1.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.8.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.2.4","markdown-it-emoji":"1.4.0","prettier":"1.17.1","pretty-quick":"1.11.0","raw-loader":"2.0.0","shelljs":"0.8.3","sinon":"7.3.2","snyk":"1.171.1","tar":"4.4.9","tar-fs":"2.0.0","tmp-promise":"1.1.0","webpack":"4.32.2","webpack-cli":"3.3.2"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"bf762188413ee7db1ef66b12ed2e60bd4344261f","_id":"addons-linter@1.10.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"4b079647c860161602ff5772c1510bb63ec644ec","size":315391,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.10.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.10.0_1559661523508_0.06925208157592211"},"_hasShrinkwrap":false,"publish_time":1559661523799,"_cnpm_publish_time":1559661523799,"contributors":[]},"1.9.7":{"name":"addons-linter","version":"1.9.7","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.37.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.80","os-locale":"3.1.0","pino":"5.12.6","po2json":"0.4.5","postcss":"7.0.16","probe-image-size":"4.0.0","regenerator-runtime":"0.13.2","relaxed-json":"1.0.3","semver":"6.1.0","source-map-support":"0.5.12","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","yargs":"13.2.4","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.4.4","@babel/core":"7.4.5","@babel/plugin-proposal-class-properties":"7.4.4","@babel/plugin-proposal-decorators":"7.4.4","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.4.4","@babel/polyfill":"7.4.4","@babel/preset-env":"7.4.5","@babel/register":"7.4.4","@babel/runtime":"7.4.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.8.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.13.0","eslint-config-prettier":"4.3.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.6.4","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.1.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.8.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.17.1","pretty-quick":"1.11.0","raw-loader":"2.0.0","shelljs":"0.8.3","sinon":"7.3.2","snyk":"1.165.1","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.1.0","webpack":"4.32.2","webpack-cli":"3.3.2"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"75b8fc9248d2bfa6ad109d6b00a7c965a03b7f03","_id":"addons-linter@1.9.7","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"c42521f42154dd1705d9d867296cca24f080a1a2","size":315216,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.9.7.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.9.7_1559132440460_0.05486587005725707"},"_hasShrinkwrap":false,"publish_time":1559132440711,"_cnpm_publish_time":1559132440711,"contributors":[]},"1.9.6":{"name":"addons-linter","version":"1.9.6","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.37.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.80","os-locale":"3.1.0","pino":"5.12.6","po2json":"0.4.5","postcss":"7.0.16","probe-image-size":"4.0.0","regenerator-runtime":"0.13.2","relaxed-json":"1.0.3","semver":"6.1.0","source-map-support":"0.5.12","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","yargs":"13.2.4","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.4.4","@babel/core":"7.4.5","@babel/plugin-proposal-class-properties":"7.4.4","@babel/plugin-proposal-decorators":"7.4.4","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.4.4","@babel/polyfill":"7.4.4","@babel/preset-env":"7.4.5","@babel/register":"7.4.4","@babel/runtime":"7.4.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.8.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.13.0","eslint-config-prettier":"4.3.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.6.4","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.1.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.8.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.17.1","pretty-quick":"1.11.0","raw-loader":"2.0.0","shelljs":"0.8.3","sinon":"7.3.2","snyk":"1.165.1","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.1.0","webpack":"4.32.2","webpack-cli":"3.3.2"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"45ec20dbeb7986230e5a8b8a6dd54a1a42cb3dcf","_id":"addons-linter@1.9.6","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"00f3b07992a32247a4239975f675c67f0c140b09","size":315196,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.9.6.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.9.6_1559060742395_0.11260543689677616"},"_hasShrinkwrap":false,"publish_time":1559060742635,"_cnpm_publish_time":1559060742635,"contributors":[]},"1.9.4":{"name":"addons-linter","version":"1.9.4","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.37.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"4.0.1","first-chunk-stream":"3.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.80","os-locale":"3.1.0","pino":"5.12.5","po2json":"0.4.5","postcss":"7.0.16","probe-image-size":"4.0.0","regenerator-runtime":"0.13.2","relaxed-json":"1.0.3","semver":"6.0.0","source-map-support":"0.5.12","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","yargs":"13.2.4","yauzl":"2.10.0","fsevents":"2.0.7"},"devDependencies":{"@babel/cli":"7.4.4","@babel/core":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","@babel/plugin-proposal-decorators":"7.4.4","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.4.4","@babel/polyfill":"7.4.4","@babel/preset-env":"7.4.4","@babel/register":"7.4.4","@babel/runtime":"7.4.4","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.8.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.12.0","eslint-config-prettier":"4.3.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.5.1","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.1.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","jest":"24.8.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.17.1","pretty-quick":"1.11.0","raw-loader":"2.0.0","shelljs":"0.8.3","sinon":"7.3.2","snyk":"1.165.1","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.1.0","webpack":"4.32.0","webpack-cli":"3.3.2"},"optionalDependencies":{"fsevents":"2.0.7"},"snyk":true,"gitHead":"d5c4e843d84457dcac69be7765193e3e21067f1f","_id":"addons-linter@1.9.4","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"ba9204919af7795fef4d5961750a2a19f9ad0a6d","size":314627,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.9.4.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.9.4_1558450665174_0.4180763318540446"},"_hasShrinkwrap":false,"publish_time":1558450665325,"_cnpm_publish_time":1558450665325,"contributors":[]},"1.9.3":{"name":"addons-linter","version":"1.9.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.36.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"4.0.1","first-chunk-stream":"2.0.0","fluent-syntax":"0.13.0","glob":"7.1.4","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.79","os-locale":"3.1.0","pino":"5.12.3","po2json":"0.4.5","postcss":"7.0.16","probe-image-size":"4.0.0","regenerator-runtime":"0.13.2","relaxed-json":"1.0.3","semver":"6.0.0","source-map-support":"0.5.12","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"13.2.4","yauzl":"2.10.0","fsevents":"2.0.6"},"devDependencies":{"@babel/cli":"7.4.4","@babel/core":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","@babel/plugin-proposal-decorators":"7.4.4","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.4.4","@babel/polyfill":"7.4.4","@babel/preset-env":"7.4.4","@babel/register":"7.4.4","@babel/runtime":"7.4.4","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.8.0","babel-loader":"8.0.6","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.12.0","eslint-config-prettier":"4.2.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.5.1","eslint-plugin-prettier":"3.1.0","eslint-plugin-promise":"4.1.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.8.0","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.17.1","pretty-quick":"1.10.0","raw-loader":"2.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.3.2","snyk":"1.163.3","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"2.0.0","webpack":"4.31.0","webpack-cli":"3.3.2"},"optionalDependencies":{"fsevents":"2.0.6"},"snyk":true,"gitHead":"6753b88c0a2371d4206b2d9f26b1767a4aedf334","_id":"addons-linter@1.9.3","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"58cdf7ab309a2e7ce550f7cefbf7407aaceb69c3","size":317213,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.9.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.9.3_1557840460891_0.6937894687508637"},"_hasShrinkwrap":false,"publish_time":1557840461083,"_cnpm_publish_time":1557840461083,"contributors":[]},"1.9.2":{"name":"addons-linter","version":"1.9.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.36.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"4.0.1","first-chunk-stream":"2.0.0","fluent-syntax":"0.13.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.78","os-locale":"3.1.0","pino":"5.12.3","po2json":"0.4.5","postcss":"7.0.16","probe-image-size":"4.0.0","regenerator-runtime":"0.13.2","relaxed-json":"1.0.3","semver":"6.0.0","source-map-support":"0.5.12","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"13.2.2","yauzl":"2.10.0","fsevents":"2.0.6"},"devDependencies":{"@babel/cli":"7.4.4","@babel/core":"7.4.4","@babel/plugin-proposal-class-properties":"7.4.4","@babel/plugin-proposal-decorators":"7.4.4","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.4.4","@babel/polyfill":"7.4.4","@babel/preset-env":"7.4.4","@babel/register":"7.4.4","@babel/runtime":"7.4.4","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.8.0","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.12.0","eslint-config-prettier":"4.2.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.5.1","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.1.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.8.0","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.17.0","pretty-quick":"1.10.0","raw-loader":"2.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.3.2","snyk":"1.161.1","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.0.5","webpack":"4.30.0","webpack-cli":"3.3.2"},"optionalDependencies":{"fsevents":"2.0.6"},"snyk":true,"gitHead":"8e067ec3e93e574b26531d4428ed370afba3d860","_id":"addons-linter@1.9.2","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"f2845a4f8124bafe6ea47b3f064f85c66773013b","size":317220,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.9.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.9.2_1557143522207_0.2761567009135879"},"_hasShrinkwrap":false,"publish_time":1557143522456,"_cnpm_publish_time":1557143522456,"contributors":[]},"1.9.1":{"name":"addons-linter","version":"1.9.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.34.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"4.0.1","first-chunk-stream":"2.0.0","fluent-syntax":"0.13.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.76","os-locale":"3.1.0","pino":"5.12.2","po2json":"0.4.5","postcss":"7.0.14","probe-image-size":"4.0.0","regenerator-runtime":"0.13.2","relaxed-json":"1.0.3","semver":"6.0.0","source-map-support":"0.5.12","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"13.2.2","yauzl":"2.10.0","fsevents":"2.0.6"},"devDependencies":{"@babel/cli":"7.4.3","@babel/core":"7.4.3","@babel/plugin-proposal-class-properties":"7.4.0","@babel/plugin-proposal-decorators":"7.4.0","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.4.3","@babel/polyfill":"7.4.3","@babel/preset-env":"7.4.3","@babel/register":"7.4.0","@babel/runtime":"7.4.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.7.1","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.12.0","eslint-config-prettier":"4.1.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.4.1","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.1.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.7.1","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.17.0","pretty-quick":"1.10.0","raw-loader":"2.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.3.2","snyk":"1.153.0","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.0.5","webpack":"4.30.0","webpack-cli":"3.3.1"},"optionalDependencies":{"fsevents":"2.0.6"},"snyk":true,"gitHead":"064e4a77879e6b9af26fb75e8fd701bbcbf3d620","_id":"addons-linter@1.9.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"c335e840c75da235cc8d6537b8d3e65d8ee7b308","size":317234,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.9.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.9.1_1556015035035_0.29651337110556697"},"_hasShrinkwrap":false,"publish_time":1556015035372,"_cnpm_publish_time":1556015035372,"contributors":[]},"1.9.0":{"name":"addons-linter","version":"1.9.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.34.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"4.0.1","first-chunk-stream":"2.0.0","fluent-syntax":"0.12.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.75","os-locale":"3.1.0","pino":"5.12.2","po2json":"0.4.5","postcss":"7.0.14","probe-image-size":"4.0.0","regenerator-runtime":"0.13.2","relaxed-json":"1.0.3","semver":"6.0.0","source-map-support":"0.5.12","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"13.2.2","yauzl":"2.10.0","fsevents":"2.0.3"},"devDependencies":{"@babel/cli":"7.4.3","@babel/core":"7.4.3","@babel/plugin-proposal-class-properties":"7.4.0","@babel/plugin-proposal-decorators":"7.4.0","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.4.3","@babel/polyfill":"7.4.3","@babel/preset-env":"7.4.3","@babel/register":"7.4.0","@babel/runtime":"7.4.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.7.1","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.12.0","eslint-config-prettier":"4.1.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.4.1","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.1.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.7.1","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.17.0","pretty-quick":"1.10.0","raw-loader":"2.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.3.1","snyk":"1.151.0","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.0.5","webpack":"4.30.0","webpack-cli":"3.3.0"},"optionalDependencies":{"fsevents":"2.0.3"},"snyk":true,"gitHead":"377b0bd729e085831b7c5112f737feb5603ccefc","_id":"addons-linter@1.9.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"8dce61175201294a2a32dc2f188a416f1ae87a87","size":317080,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.9.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.9.0_1555410123286_0.6231557713251852"},"_hasShrinkwrap":false,"publish_time":1555410123459,"_cnpm_publish_time":1555410123459,"contributors":[]},"1.8.0":{"name":"addons-linter","version":"1.8.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.33.0","es6-promisify":"6.0.1","eslint":"5.16.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"4.0.1","first-chunk-stream":"2.0.0","fluent-syntax":"0.12.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.73","os-locale":"3.1.0","pino":"5.12.0","po2json":"0.4.5","postcss":"7.0.14","probe-image-size":"4.0.0","regenerator-runtime":"0.13.2","relaxed-json":"1.0.3","semver":"6.0.0","source-map-support":"0.5.11","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"13.2.2","yauzl":"2.10.0","fsevents":"2.0.3"},"devDependencies":{"@babel/cli":"7.2.3","@babel/core":"7.4.0","@babel/plugin-proposal-class-properties":"7.4.0","@babel/plugin-proposal-decorators":"7.4.0","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.4.0","@babel/polyfill":"7.4.0","@babel/preset-env":"7.4.2","@babel/register":"7.4.0","@babel/runtime":"7.4.2","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.6.0","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.12.0","eslint-config-prettier":"4.1.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.4.1","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.1.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.6.0","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.16.4","pretty-quick":"1.10.0","raw-loader":"2.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.3.1","snyk":"1.147.0","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.0.5","webpack":"4.29.6","webpack-cli":"3.3.0"},"optionalDependencies":{"fsevents":"2.0.3"},"snyk":true,"gitHead":"169a7f73fa739d74f1f3834cb56f8eb80a9f947c","_id":"addons-linter@1.8.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"45f794b8affa6b68015bf50621d9eeeed167a99c","size":317043,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.8.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.8.0_1554220360282_0.09909731445731107"},"_hasShrinkwrap":false,"publish_time":1554220360440,"_cnpm_publish_time":1554220360440,"contributors":[]},"1.7.0":{"name":"addons-linter","version":"1.7.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.32.0","es6-promisify":"6.0.1","eslint":"5.15.3","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"4.0.1","first-chunk-stream":"2.0.0","fluent-syntax":"0.10.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.72","os-locale":"3.1.0","pino":"5.11.3","po2json":"0.4.5","postcss":"7.0.14","probe-image-size":"4.0.0","regenerator-runtime":"0.13.2","relaxed-json":"1.0.3","semver":"5.6.0","source-map-support":"0.5.11","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.2","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"13.2.2","yauzl":"2.10.0","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.2.3","@babel/core":"7.4.0","@babel/plugin-proposal-class-properties":"7.4.0","@babel/plugin-proposal-decorators":"7.4.0","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.4.0","@babel/polyfill":"7.4.0","@babel/preset-env":"7.4.2","@babel/register":"7.4.0","@babel/runtime":"7.4.2","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.5.0","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.11.0","eslint-config-prettier":"4.1.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.4.1","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.5.0","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.16.4","pretty-quick":"1.10.0","raw-loader":"2.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.3.0","snyk":"1.143.1","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.0.5","webpack":"4.29.6","webpack-cli":"3.3.0"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"5cfb8eb0098a74eda706412f153344e58653bd0d","_id":"addons-linter@1.7.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"98766a45341b660c2d0d24f16944aa493098aaf5","size":317056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.7.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.7.0_1553522361318_0.5832159202522571"},"_hasShrinkwrap":false,"publish_time":1553522361552,"_cnpm_publish_time":1553522361552,"contributors":[]},"1.6.4":{"name":"addons-linter","version":"1.6.4","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.32.0","es6-promisify":"6.0.1","eslint":"5.15.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.10.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.70","os-locale":"3.1.0","pino":"5.11.1","po2json":"0.4.5","postcss":"7.0.14","probe-image-size":"4.0.0","regenerator-runtime":"0.13.1","relaxed-json":"1.0.3","semver":"5.6.0","source-map-support":"0.5.11","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.1","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"13.2.2","yauzl":"2.10.0","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.2.3","@babel/core":"7.3.4","@babel/plugin-proposal-class-properties":"7.3.4","@babel/plugin-proposal-decorators":"7.3.0","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.3.4","@babel/polyfill":"7.2.5","@babel/preset-env":"7.3.4","@babel/register":"7.0.0","@babel/runtime":"7.3.4","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.4.0","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.11.0","eslint-config-prettier":"4.1.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.3.1","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.4.0","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.16.4","pretty-quick":"1.10.0","raw-loader":"1.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.2.7","snyk":"1.136.1","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.0.5","webpack":"4.29.6","webpack-cli":"3.2.3"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"9b1f1631262b9d49bc3ed484ee5a629a4951ecb3","_id":"addons-linter@1.6.4","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"b67bdade51e377433134f60bbfb15a0a2f6f1027","size":315381,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.6.4.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.6.4_1552404815938_0.02741670646312766"},"_hasShrinkwrap":false,"publish_time":1552404816171,"_cnpm_publish_time":1552404816171,"contributors":[]},"1.6.3":{"name":"addons-linter","version":"1.6.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.10.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.31.0","es6-promisify":"6.0.1","eslint":"5.15.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.10.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.69","os-locale":"3.1.0","pino":"5.11.1","po2json":"0.4.5","postcss":"7.0.14","probe-image-size":"4.0.0","regenerator-runtime":"0.13.1","relaxed-json":"1.0.3","semver":"5.6.0","source-map-support":"0.5.10","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"13.2.1","yauzl":"2.10.0","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.2.3","@babel/core":"7.3.4","@babel/plugin-proposal-class-properties":"7.3.4","@babel/plugin-proposal-decorators":"7.3.0","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.3.4","@babel/polyfill":"7.2.5","@babel/preset-env":"7.3.4","@babel/register":"7.0.0","@babel/runtime":"7.3.4","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.1.0","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.11.0","eslint-config-prettier":"4.1.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.3.0","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.1.0","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.16.4","pretty-quick":"1.10.0","raw-loader":"1.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.2.7","snyk":"1.135.1","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.0.5","webpack":"4.29.6","webpack-cli":"3.2.3"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"f028211b734cfd6b722da988059d14c9e29d35fe","_id":"addons-linter@1.6.3","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"dc78570536975824f499224892bfab85e25f8741","size":313772,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.6.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.6.3_1551861953667_0.24396403394681365"},"_hasShrinkwrap":false,"publish_time":1551861953832,"_cnpm_publish_time":1551861953832,"contributors":[]},"1.6.2":{"name":"addons-linter","version":"1.6.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.9.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.2.0","dispensary":"0.31.0","es6-promisify":"6.0.1","eslint":"5.14.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.1","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.10.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.68","os-locale":"3.1.0","pino":"5.11.1","po2json":"0.4.5","postcss":"7.0.14","probe-image-size":"4.0.0","regenerator-runtime":"0.13.1","relaxed-json":"1.0.1","semver":"5.6.0","source-map-support":"0.5.10","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"13.2.1","yauzl":"2.10.0","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.2.3","@babel/core":"7.3.4","@babel/plugin-proposal-class-properties":"7.3.4","@babel/plugin-proposal-decorators":"7.3.0","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.3.4","@babel/polyfill":"7.2.5","@babel/preset-env":"7.3.4","@babel/register":"7.0.0","@babel/runtime":"7.3.4","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.1.0","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"1.11.0","eslint-config-prettier":"4.0.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.3.0","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.1.0","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.16.4","pretty-quick":"1.10.0","raw-loader":"1.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.2.4","snyk":"1.134.2","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.0.5","webpack":"4.29.5","webpack-cli":"3.2.3"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"2bf37ba6627bf413cb3750d377f7420c4a4fecfc","_id":"addons-linter@1.6.2","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"07f4bd7810f629c843aaf26dbe14d487669609fe","size":312679,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.6.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.6.2_1551157900308_0.4323212015593234"},"_hasShrinkwrap":false,"publish_time":1551157900476,"_cnpm_publish_time":1551157900476,"contributors":[]},"1.6.1":{"name":"addons-linter","version":"1.6.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.9.1","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.1.0","dispensary":"0.30.0","es6-promisify":"6.0.1","eslint":"5.13.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.10.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.66","os-locale":"3.1.0","pino":"5.11.1","po2json":"0.4.5","postcss":"7.0.14","probe-image-size":"4.0.0","regenerator-runtime":"0.13.1","relaxed-json":"1.0.1","semver":"5.6.0","source-map-support":"0.5.10","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"13.1.0","yauzl":"2.10.0","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.2.3","@babel/core":"7.2.2","@babel/plugin-proposal-class-properties":"7.3.0","@babel/plugin-proposal-decorators":"7.3.0","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.2.0","@babel/polyfill":"7.2.5","@babel/preset-env":"7.3.1","@babel/register":"7.0.0","@babel/runtime":"7.3.1","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.1.0","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.2","doctoc":"1.4.0","eslint-config-amo":"1.11.0","eslint-config-prettier":"4.0.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.2.2","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.1.0","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.16.4","pretty-quick":"1.10.0","raw-loader":"1.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.2.3","snyk":"1.126.0","tar":"4.4.8","tar-fs":"2.0.0","tmp-promise":"1.0.5","webpack":"4.29.3","webpack-cli":"3.2.3"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"f37e230a5dbef6a721f2f60180ce14f27610c24f","_id":"addons-linter@1.6.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"c357fbb463f7191943c37718ee9bbc57a6f77644","size":312654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.6.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.6.1_1549997681155_0.08553176586751121"},"_hasShrinkwrap":false,"publish_time":1549997681263,"_cnpm_publish_time":1549997681263,"contributors":[]},"1.6.0":{"name":"addons-linter","version":"1.6.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.7.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.1.0","dispensary":"0.29.0","es6-promisify":"6.0.1","eslint":"5.13.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.10.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.65","os-locale":"3.1.0","pino":"5.11.1","po2json":"0.4.5","postcss":"7.0.14","probe-image-size":"4.0.0","regenerator-runtime":"0.13.1","relaxed-json":"1.0.1","semver":"5.6.0","source-map-support":"0.5.10","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.5","yauzl":"2.10.0","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.2.3","@babel/core":"7.2.2","@babel/plugin-proposal-class-properties":"7.3.0","@babel/plugin-proposal-decorators":"7.3.0","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.2.0","@babel/polyfill":"7.2.5","@babel/preset-env":"7.3.1","@babel/register":"7.0.0","@babel/runtime":"7.3.1","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.1","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"24.0.0","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.2","doctoc":"1.4.0","eslint-config-amo":"1.11.0","eslint-config-prettier":"4.0.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.2.2","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.0.0","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.16.4","pretty-quick":"1.10.0","raw-loader":"1.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.2.3","snyk":"1.124.1","tar":"4.4.8","tar-fs":"1.16.0","tmp-promise":"1.0.5","webpack":"4.29.0","webpack-cli":"3.2.1"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"06893979ec2bedacfac94714db13cc414b9a3e2b","_id":"addons-linter@1.6.0","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"3861bf68a8460750421911fd188bad90fc4fbbdc","size":312614,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.6.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.6.0_1549379943857_0.5912792181070807"},"_hasShrinkwrap":false,"publish_time":1549379944114,"_cnpm_publish_time":1549379944114,"contributors":[]},"1.5.4":{"name":"addons-linter","version":"1.5.4","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.7.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.1.0","dispensary":"0.29.0","es6-promisify":"5.0.0","eslint":"5.12.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.10.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.64","os-locale":"3.1.0","pino":"5.11.1","po2json":"0.4.5","postcss":"7.0.14","probe-image-size":"4.0.0","regenerator-runtime":"0.11.1","relaxed-json":"1.0.1","semver":"5.6.0","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.2","yauzl":"2.9.2","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.2.3","@babel/core":"7.2.2","@babel/plugin-proposal-class-properties":"7.2.3","@babel/plugin-proposal-decorators":"7.2.3","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.2.0","@babel/polyfill":"7.2.5","@babel/preset-env":"7.2.3","@babel/register":"7.0.0","@babel/runtime":"7.2.0","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.4.0","eslint-config-amo":"1.10.0","eslint-config-prettier":"4.0.0","eslint-plugin-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.1.3","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"24.0.0","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.16.1","pretty-quick":"1.10.0","raw-loader":"1.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"7.2.3","snyk":"1.123.0","tar":"4.4.8","tar-fs":"1.16.0","tmp-promise":"1.0.4","webpack":"4.29.0","webpack-cli":"3.2.0"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"319b93073a2e2e2f34b58bb1d2b221ef86d2a03b","_id":"addons-linter@1.5.4","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"2cf97a9aa33ace407fe1681bfa9e05b11d615f38","size":312450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.5.4.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.5.4_1548782430644_0.15634728460198288"},"_hasShrinkwrap":false,"publish_time":1548782430811,"_cnpm_publish_time":1548782430811,"contributors":[]},"1.5.3":{"name":"addons-linter","version":"1.5.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.7.0","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.1.0","dispensary":"0.28.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.10.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.63","os-locale":"3.1.0","pino":"5.10.7","po2json":"0.4.5","postcss":"7.0.12","probe-image-size":"4.0.0","regenerator-runtime":"0.11.1","relaxed-json":"1.0.1","semver":"5.6.0","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.2","yauzl":"2.9.2","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.2.3","@babel/core":"7.2.2","@babel/plugin-proposal-class-properties":"7.2.3","@babel/plugin-proposal-decorators":"7.2.3","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.2.0","@babel/polyfill":"7.2.5","@babel/preset-env":"7.2.3","@babel/register":"7.0.0","@babel/runtime":"7.2.0","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.4.0","eslint-config-amo":"1.10.0","eslint-config-prettier":"3.5.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.1.3","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.15.3","pretty-quick":"1.10.0","raw-loader":"1.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"6.0.1","snyk":"1.120.1","tar":"4.4.8","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.28.4","webpack-cli":"3.2.0"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"5160e6064b2bfc38188df64d7eafd1f130f848b8","_id":"addons-linter@1.5.3","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"a2fa85eafb94671f4e2bc315f925b11d99ae0220","size":312134,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.5.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.5.3_1547814225596_0.0106963717708497"},"_hasShrinkwrap":false,"publish_time":1547814225794,"_cnpm_publish_time":1547814225794,"contributors":[]},"1.5.2":{"name":"addons-linter","version":"1.5.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.6.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.0.0","dispensary":"0.28.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.62","os-locale":"3.1.0","pino":"5.10.6","po2json":"0.4.5","postcss":"7.0.11","probe-image-size":"4.0.0","regenerator-runtime":"0.11.1","relaxed-json":"1.0.1","semver":"5.6.0","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.2","yauzl":"2.9.2","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.2.3","@babel/core":"7.2.2","@babel/plugin-proposal-class-properties":"7.2.3","@babel/plugin-proposal-decorators":"7.2.3","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.2.0","@babel/polyfill":"7.2.5","@babel/preset-env":"7.2.3","@babel/register":"7.0.0","@babel/runtime":"7.2.0","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.4.0","eslint-config-amo":"1.10.0","eslint-config-prettier":"3.4.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.1.3","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.15.3","pretty-quick":"1.8.0","raw-loader":"1.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"6.0.1","snyk":"1.120.1","tar":"4.4.8","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.28.4","webpack-cli":"3.2.0"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"66dc5e70169069c5cd310cd0c99d533f5cc9a97b","_id":"addons-linter@1.5.2","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"ef628f2f8e9ea2bf604e18e9fae63b47bc49cbc3","size":312196,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.5.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.5.2_1547567494112_0.12336239964109907"},"_hasShrinkwrap":false,"publish_time":1547567494252,"_cnpm_publish_time":1547567494252,"contributors":[]},"1.5.1":{"name":"addons-linter","version":"1.5.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.6.2","ajv-merge-patch":"4.1.0","chalk":"2.4.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.0.0","dispensary":"0.27.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.61","os-locale":"3.1.0","pino":"5.10.6","po2json":"0.4.5","postcss":"7.0.7","probe-image-size":"4.0.0","regenerator-runtime":"0.11.1","relaxed-json":"1.0.1","semver":"5.6.0","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.2","yauzl":"2.9.2","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.2.3","@babel/core":"7.2.2","@babel/plugin-proposal-class-properties":"7.2.3","@babel/plugin-proposal-decorators":"7.2.3","@babel/plugin-proposal-export-namespace-from":"7.2.0","@babel/plugin-proposal-function-sent":"7.2.0","@babel/plugin-proposal-numeric-separator":"7.2.0","@babel/plugin-proposal-throw-expressions":"7.2.0","@babel/plugin-transform-runtime":"7.2.0","@babel/polyfill":"7.2.5","@babel/preset-env":"7.2.3","@babel/register":"7.0.0","@babel/runtime":"7.2.0","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.5","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.4.0","eslint-config-amo":"1.10.0","eslint-config-prettier":"3.3.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.1.0","eslint-plugin-prettier":"3.0.1","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.1","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.15.3","pretty-quick":"1.8.0","raw-loader":"1.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"6.0.1","snyk":"1.120.1","tar":"4.4.8","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.28.3","webpack-cli":"3.2.0"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"1d27345056b030cf3071a3e9b8296b89910355ad","_id":"addons-linter@1.5.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"ed74ae43f6a120ad7eb0aa13ce357a837c2b344b","size":312199,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.5.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.5.1_1546945820855_0.08432348963630676"},"_hasShrinkwrap":false,"publish_time":1546945821093,"_cnpm_publish_time":1546945821093,"contributors":[]},"1.5.0":{"name":"addons-linter","version":"1.5.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.6.0","ajv-merge-patch":"4.1.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.0.0","dispensary":"0.27.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.60","os-locale":"3.0.1","pino":"5.10.1","po2json":"0.4.5","postcss":"7.0.6","probe-image-size":"4.0.0","regenerator-runtime":"0.11.1","relaxed-json":"1.0.1","semver":"5.6.0","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.2","yauzl":"2.9.2","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.1.5","@babel/core":"7.1.6","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-proposal-decorators":"7.1.6","@babel/plugin-proposal-export-namespace-from":"7.0.0","@babel/plugin-proposal-function-sent":"7.1.0","@babel/plugin-proposal-numeric-separator":"7.0.0","@babel/plugin-proposal-throw-expressions":"7.0.0","@babel/plugin-transform-runtime":"7.1.0","@babel/polyfill":"7.0.0","@babel/preset-env":"7.1.6","@babel/register":"7.0.0","@babel/runtime":"7.1.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.2","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.4.0","eslint-config-amo":"1.9.0","eslint-config-prettier":"3.3.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.1.0","eslint-plugin-prettier":"3.0.0","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.15.3","pretty-quick":"1.8.0","raw-loader":"1.0.0","request":"2.88.0","shelljs":"0.8.3","sinon":"6.0.1","snyk":"1.117.0","tar":"4.4.8","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.26.1","webpack-cli":"3.1.2"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"ab63d29520e382a4e0eab96e64189c721f9d4a23","_id":"addons-linter@1.5.0","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"cd22c2e5ad833384e6c12d988a183b4cac51e8fb","size":310695,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.5.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.5.0_1544814180325_0.9127840381288943"},"_hasShrinkwrap":false,"publish_time":1544814180503,"_cnpm_publish_time":1544814180503,"contributors":[]},"1.4.2":{"name":"addons-linter","version":"1.4.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.6.0","ajv-merge-patch":"4.1.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"3.0.0","dispensary":"0.27.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"5.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","mdn-browser-compat-data":"0.0.58","os-locale":"3.0.1","pino":"5.9.0","po2json":"0.4.5","postcss":"7.0.6","probe-image-size":"4.0.0","regenerator-runtime":"0.11.1","relaxed-json":"1.0.1","semver":"5.6.0","shelljs":"0.8.3","snyk":"1.116.4","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.2","yauzl":"2.9.2","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.1.5","@babel/core":"7.1.6","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-proposal-decorators":"7.1.6","@babel/plugin-proposal-export-namespace-from":"7.0.0","@babel/plugin-proposal-function-sent":"7.1.0","@babel/plugin-proposal-numeric-separator":"7.0.0","@babel/plugin-proposal-throw-expressions":"7.0.0","@babel/plugin-transform-runtime":"7.1.0","@babel/polyfill":"7.0.0","@babel/preset-env":"7.1.6","@babel/register":"7.0.0","@babel/runtime":"7.1.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.2","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.4.0","eslint-config-amo":"1.9.0","eslint-config-prettier":"3.3.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.1.0","eslint-plugin-prettier":"3.0.0","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.15.3","pretty-quick":"1.8.0","raw-loader":"1.0.0","request":"2.88.0","sinon":"6.0.1","tar":"4.4.8","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.26.1","webpack-cli":"3.1.2"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"b5debda9c779de4fb64a49fca76e5a3d77ff9c28","_id":"addons-linter@1.4.2","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"f92ac05db7cd3e9f3b3efc1641ca3224e6f860ff","size":309692,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.4.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.4.2_1544524645777_0.3923514002945181"},"_hasShrinkwrap":false,"publish_time":1544524646007,"_cnpm_publish_time":1544524646007,"contributors":[]},"1.4.1":{"name":"addons-linter","version":"1.4.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/polyfill":"7.0.0","@babel/register":"7.0.0","ajv":"6.5.5","ajv-merge-patch":"4.1.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.2.1","dispensary":"0.27.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"4.1.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"3.0.1","pino":"5.9.0","po2json":"0.4.5","postcss":"7.0.6","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.6.0","shelljs":"0.8.3","snyk":"1.110.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.2","yauzl":"2.9.2","fsevents":"2.0.1"},"devDependencies":{"@babel/cli":"7.1.5","@babel/core":"7.1.6","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-proposal-decorators":"7.1.6","@babel/plugin-proposal-export-namespace-from":"7.0.0","@babel/plugin-proposal-function-sent":"7.1.0","@babel/plugin-proposal-numeric-separator":"7.0.0","@babel/plugin-proposal-throw-expressions":"7.0.0","@babel/plugin-transform-runtime":"7.1.0","@babel/preset-env":"7.1.6","@babel/register":"7.0.0","@babel/runtime":"7.1.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.2","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.4.0","eslint-config-amo":"1.9.0","eslint-config-prettier":"3.3.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"22.1.0","eslint-plugin-prettier":"3.0.0","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.15.2","pretty-quick":"1.8.0","raw-loader":"0.5.1","request":"2.88.0","sinon":"6.0.1","tar":"4.4.8","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.26.1","webpack-cli":"3.1.2"},"optionalDependencies":{"fsevents":"2.0.1"},"snyk":true,"gitHead":"a8feb79a0883e4edf4d9887dea874d13a728a820","_id":"addons-linter@1.4.1","_npmVersion":"6.4.1","_nodeVersion":"8.13.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"5ca06f2c27ddedc0b51ac8d1688e1a0e434bdf94","size":303104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.4.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.4.1_1543336510043_0.8240580272339981"},"_hasShrinkwrap":false,"publish_time":1543336510245,"_cnpm_publish_time":1543336510245,"contributors":[]},"1.4.0":{"name":"addons-linter","version":"1.4.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/polyfill":"7.0.0","@babel/register":"7.0.0","ajv":"6.5.4","ajv-merge-patch":"4.1.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.2.1","dispensary":"0.26.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"4.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"3.0.1","pino":"5.5.0","po2json":"0.4.5","postcss":"7.0.5","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.6.0","shelljs":"0.8.2","snyk":"1.103.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.2","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"@babel/cli":"7.1.2","@babel/core":"7.1.2","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-proposal-decorators":"7.1.2","@babel/plugin-proposal-export-namespace-from":"7.0.0","@babel/plugin-proposal-function-sent":"7.1.0","@babel/plugin-proposal-numeric-separator":"7.0.0","@babel/plugin-proposal-throw-expressions":"7.0.0","@babel/plugin-transform-runtime":"7.1.0","@babel/preset-env":"7.1.0","@babel/register":"7.0.0","@babel/runtime":"7.1.2","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.2","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.8.3","eslint-config-prettier":"3.1.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.24.1","eslint-plugin-prettier":"3.0.0","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.14.3","pretty-quick":"1.8.0","raw-loader":"0.5.1","request":"2.88.0","sinon":"6.0.1","tar":"4.4.6","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.21.0","webpack-cli":"3.1.2"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"2b87ead2f1f8e9912627efb95c1dc23ee7996a5d","_id":"addons-linter@1.4.0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"66cbb6e326cabe3db220bc31f4758a7df80f0b67","size":302976,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.4.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.4.0_1542221034381_0.2795655955289513"},"_hasShrinkwrap":false,"publish_time":1542221034523,"_cnpm_publish_time":1542221034523,"contributors":[]},"1.3.8":{"name":"addons-linter","version":"1.3.8","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/polyfill":"7.0.0","@babel/register":"7.0.0","ajv":"6.5.4","ajv-merge-patch":"4.1.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.2.1","dispensary":"0.26.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"4.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"3.0.1","pino":"5.5.0","po2json":"0.4.5","postcss":"7.0.5","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.6.0","shelljs":"0.8.2","snyk":"1.103.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.2","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"@babel/cli":"7.1.2","@babel/core":"7.1.2","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-proposal-decorators":"7.1.2","@babel/plugin-proposal-export-namespace-from":"7.0.0","@babel/plugin-proposal-function-sent":"7.1.0","@babel/plugin-proposal-numeric-separator":"7.0.0","@babel/plugin-proposal-throw-expressions":"7.0.0","@babel/plugin-transform-runtime":"7.1.0","@babel/preset-env":"7.1.0","@babel/register":"7.0.0","@babel/runtime":"7.1.2","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.2","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.8.3","eslint-config-prettier":"3.1.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.24.1","eslint-plugin-prettier":"3.0.0","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.14.3","pretty-quick":"1.8.0","raw-loader":"0.5.1","request":"2.88.0","sinon":"6.0.1","tar":"4.4.6","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.21.0","webpack-cli":"3.1.2"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"d17cd9d8d65d076d61ad1de1518f2d5495d152b0","_id":"addons-linter@1.3.8","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"b07b210a254b4a9541f944c5e478e7f2ec508c4c","size":299438,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.3.8.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.3.8_1541426129733_0.23220999481403815"},"_hasShrinkwrap":false,"publish_time":1541426129937,"_cnpm_publish_time":1541426129937,"contributors":[]},"1.3.7":{"name":"addons-linter","version":"1.3.7","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/polyfill":"7.0.0","@babel/register":"7.0.0","ajv":"6.5.4","ajv-merge-patch":"4.1.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.2.1","dispensary":"0.25.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"4.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"3.0.1","pino":"5.5.0","po2json":"0.4.5","postcss":"7.0.5","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.6.0","shelljs":"0.8.2","snyk":"1.103.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.2","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"@babel/cli":"7.1.2","@babel/core":"7.1.2","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-proposal-decorators":"7.1.2","@babel/plugin-proposal-export-namespace-from":"7.0.0","@babel/plugin-proposal-function-sent":"7.1.0","@babel/plugin-proposal-numeric-separator":"7.0.0","@babel/plugin-proposal-throw-expressions":"7.0.0","@babel/plugin-transform-runtime":"7.1.0","@babel/preset-env":"7.1.0","@babel/register":"7.0.0","@babel/runtime":"7.1.2","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.2","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.8.3","eslint-config-prettier":"3.1.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.24.1","eslint-plugin-prettier":"3.0.0","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.14.3","pretty-quick":"1.8.0","raw-loader":"0.5.1","request":"2.88.0","sinon":"6.0.1","tar":"4.4.6","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.21.0","webpack-cli":"3.1.2"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"7d1e086d3f8686477b301a06185bb378d8614760","_id":"addons-linter@1.3.7","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"2a9dcfb2a4c6ba084771f9b1a7af132ed48075a8","size":299437,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.3.7.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.3.7_1540925640397_0.5850289061305631"},"_hasShrinkwrap":false,"publish_time":1540925640552,"_cnpm_publish_time":1540925640552,"contributors":[]},"1.3.6":{"name":"addons-linter","version":"1.3.6","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/polyfill":"7.0.0","@babel/register":"7.0.0","ajv":"6.5.4","ajv-merge-patch":"4.1.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.2.1","dispensary":"0.25.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"4.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"3.0.1","pino":"5.5.0","po2json":"0.4.5","postcss":"7.0.5","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.6.0","shelljs":"0.8.2","snyk":"1.103.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.2","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"@babel/cli":"7.1.2","@babel/core":"7.1.2","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-proposal-decorators":"7.1.2","@babel/plugin-proposal-export-namespace-from":"7.0.0","@babel/plugin-proposal-function-sent":"7.1.0","@babel/plugin-proposal-numeric-separator":"7.0.0","@babel/plugin-proposal-throw-expressions":"7.0.0","@babel/plugin-transform-runtime":"7.1.0","@babel/preset-env":"7.1.0","@babel/register":"7.0.0","@babel/runtime":"7.1.2","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.2","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.8.3","eslint-config-prettier":"3.1.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.24.1","eslint-plugin-prettier":"3.0.0","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.14.3","pretty-quick":"1.8.0","raw-loader":"0.5.1","request":"2.88.0","sinon":"6.0.1","tar":"4.4.6","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.20.2","webpack-cli":"3.1.2"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"25eab2f147fbf5585bdc8548e9abfa2c8923df35","_id":"addons-linter@1.3.6","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"03da708daa65b2290747b79182512e0db28fdd8d","size":297306,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.3.6.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.3.6_1539791741966_0.8698665801016618"},"_hasShrinkwrap":false,"publish_time":1539791742610,"_cnpm_publish_time":1539791742610,"contributors":[]},"1.3.5":{"name":"addons-linter","version":"1.3.5","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/polyfill":"7.0.0","@babel/register":"7.0.0","ajv":"6.5.4","ajv-merge-patch":"4.1.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.2.0","dispensary":"0.25.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"4.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"3.0.1","pino":"5.5.0","po2json":"0.4.5","postcss":"7.0.5","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.1","shelljs":"0.8.2","snyk":"^1.100.1","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.1","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"@babel/cli":"7.1.2","@babel/core":"7.1.2","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-proposal-decorators":"7.1.2","@babel/plugin-proposal-export-namespace-from":"7.0.0","@babel/plugin-proposal-function-sent":"7.1.0","@babel/plugin-proposal-numeric-separator":"7.0.0","@babel/plugin-proposal-throw-expressions":"7.0.0","@babel/plugin-transform-runtime":"7.1.0","@babel/preset-env":"7.1.0","@babel/register":"7.0.0","@babel/runtime":"7.1.2","babel-core":"7.0.0-bridge.0","babel-eslint":"10.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.2","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.8.3","eslint-config-prettier":"3.1.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.24.1","eslint-plugin-prettier":"3.0.0","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.1","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.14.3","pretty-quick":"1.7.0","raw-loader":"0.5.1","request":"2.88.0","sinon":"6.0.1","tar":"4.4.6","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.20.2","webpack-cli":"3.1.2"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"a62ed798c55bf100b6bb06862dd64097c6740cef","_id":"addons-linter@1.3.5","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"e36094587780266e64f813efbcc27bd2cba26d2e","size":291831,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.3.5.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.3.5_1539099665623_0.6207416034645394"},"_hasShrinkwrap":false,"publish_time":1539099665820,"_cnpm_publish_time":1539099665820,"contributors":[]},"1.3.4":{"name":"addons-linter","version":"1.3.4","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/polyfill":"7.0.0","@babel/register":"7.0.0","ajv":"6.5.4","ajv-merge-patch":"4.1.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.24.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"4.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"3.0.1","pino":"5.5.0","po2json":"0.4.5","postcss":"6.0.23","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.1","shelljs":"0.8.2","snyk":"^1.88.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.1","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"@babel/cli":"7.1.0","@babel/core":"7.1.0","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-proposal-decorators":"7.1.0","@babel/plugin-proposal-export-namespace-from":"7.0.0","@babel/plugin-proposal-function-sent":"7.1.0","@babel/plugin-proposal-numeric-separator":"7.0.0","@babel/plugin-proposal-throw-expressions":"7.0.0","@babel/plugin-transform-runtime":"7.1.0","@babel/preset-env":"7.1.0","@babel/register":"7.0.0","@babel/runtime":"7.0.0","babel-core":"7.0.0-bridge.0","babel-eslint":"9.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.2","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.8.3","eslint-config-prettier":"3.1.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.22.1","eslint-plugin-prettier":"2.6.2","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.0","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.14.3","pretty-quick":"1.7.0","raw-loader":"0.5.1","request":"2.88.0","sinon":"6.0.1","tar":"4.4.6","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.20.0","webpack-cli":"3.1.1"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"a8235b226b3bbb89847545cd2a3d2c0e46320495","_id":"addons-linter@1.3.4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"73d145b6365e5761ebec881656577e3bd41fe746","size":291218,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.3.4.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.3.4_1537881669923_0.6976468054711198"},"_hasShrinkwrap":false,"publish_time":1537881670111,"_cnpm_publish_time":1537881670111,"contributors":[]},"1.3.3":{"name":"addons-linter","version":"1.3.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/polyfill":"7.0.0","@babel/register":"7.0.0","ajv":"6.5.4","ajv-merge-patch":"4.1.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.23.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"4.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"3.0.1","pino":"5.5.0","po2json":"0.4.5","postcss":"6.0.23","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.1","shelljs":"0.8.2","snyk":"^1.88.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.1","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"@babel/cli":"7.1.0","@babel/core":"7.1.0","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-proposal-decorators":"7.1.0","@babel/plugin-proposal-export-namespace-from":"7.0.0","@babel/plugin-proposal-function-sent":"7.1.0","@babel/plugin-proposal-numeric-separator":"7.0.0","@babel/plugin-proposal-throw-expressions":"7.0.0","@babel/plugin-transform-runtime":"7.1.0","@babel/preset-env":"7.1.0","@babel/register":"7.0.0","@babel/runtime":"7.0.0","babel-core":"7.0.0-bridge.0","babel-eslint":"9.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"8.0.2","babel-plugin-syntax-async-functions":"6.13.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.8.3","eslint-config-prettier":"3.1.0","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.22.1","eslint-plugin-prettier":"2.6.2","eslint-plugin-promise":"4.0.1","gfm.css":"1.1.2","gh-pages":"2.0.0","gunzip-maybe":"1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.14.3","pretty-quick":"1.7.0","raw-loader":"0.5.1","request":"2.88.0","sinon":"6.0.1","tar":"4.4.6","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.17.2","webpack-cli":"3.1.1"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"a1cec407bd668f9cfbde687bc788245bfa6cf4e5","_id":"addons-linter@1.3.3","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"3146cc1e62b57488971f26cad53f97b7247dac43","size":291162,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.3.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.3.3_1537867469180_0.15665666143320234"},"_hasShrinkwrap":false,"publish_time":1537867469367,"_cnpm_publish_time":1537867469367,"contributors":[]},"1.3.2":{"name":"addons-linter","version":"1.3.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-dev":"pretty-quick --branch master","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.5.3","ajv-merge-patch":"4.1.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.23.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"4.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.3","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"3.0.1","pino":"5.4.1","po2json":"0.4.5","postcss":"6.0.23","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.1","shelljs":"0.8.2","snyk":"^1.88.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"7.0.0","xmldom":"0.1.27","yargs":"12.0.1","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"@babel/register":"7.0.0","babel-core":"6.26.0","babel-eslint":"9.0.0","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.5","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.8.3","eslint-config-prettier":"3.0.1","eslint-plugin-amo":"^1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.22.0","eslint-plugin-prettier":"2.6.2","eslint-plugin-promise":"4.0.0","gfm.css":"1.1.2","gh-pages":"^1.2.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","prettier":"1.14.2","pretty-quick":"1.6.0","raw-loader":"0.5.1","request":"2.88.0","sinon":"6.0.1","tar":"4.4.6","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.17.2","webpack-cli":"3.1.0"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"5453d7e58e0116f0a62f1aeedf1ccf39f1c4c246","_id":"addons-linter@1.3.2","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"ff1d49e31201094eed3e8457ddd7d5a0b29bd742","size":328572,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.3.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.3.2_1536076267145_0.11569049086738015"},"_hasShrinkwrap":false,"publish_time":1536076267267,"_cnpm_publish_time":1536076267267,"contributors":[]},"1.3.1":{"name":"addons-linter","version":"1.3.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.5.2","ajv-merge-patch":"4.1.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.22.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"4.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"3.0.0","pino":"5.0.4","po2json":"0.4.5","postcss":"6.0.23","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"6.5.0","xmldom":"0.1.27","yargs":"12.0.1","yauzl":"2.9.2","snyk":"^1.88.2","fsevents":"1.2.4"},"devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.6","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.5","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.21.0","eslint-plugin-promise":"3.8.0","gfm.css":"1.1.2","gh-pages":"^1.2.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.88.0","sinon":"6.0.1","tar":"4.4.6","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.16.4","webpack-cli":"3.1.0"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"096215323ace7329d896073871f33bc26c43a62d","_id":"addons-linter@1.3.1","_npmVersion":"6.2.0","_nodeVersion":"10.8.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"7dab925d805fb8abb39480cdac929e7fc5587501","size":325634,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.3.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.3.1_1534156948088_0.5461290861684149"},"_hasShrinkwrap":false,"publish_time":1534156948215,"_cnpm_publish_time":1534156948215,"contributors":[]},"1.3.0":{"name":"addons-linter","version":"1.3.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.5.2","ajv-merge-patch":"4.1.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.21.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","eslint-visitor-keys":"1.0.0","espree":"4.0.0","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"3.0.0","pino":"5.0.0","po2json":"0.4.5","postcss":"6.0.23","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"6.5.0","xmldom":"0.1.27","yargs":"12.0.1","yauzl":"2.9.2","snyk":"^1.88.2","fsevents":"1.2.4"},"devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.6","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.5","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.18.0","eslint-plugin-promise":"3.8.0","gfm.css":"1.1.2","gh-pages":"^1.2.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.87.0","sinon":"6.0.1","tar":"4.4.6","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.16.4","webpack-cli":"3.1.0"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"c8d68ac19634aabed787585ee13fc8df9b25b414","_id":"addons-linter@1.3.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"dcdcaf4dfcb74c336ee1f524e6d44da140ebdefc","size":324828,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.3.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.3.0_1533672255247_0.7141289937878541"},"_hasShrinkwrap":false,"publish_time":1533672255473,"_cnpm_publish_time":1533672255473,"contributors":[]},"1.2.7":{"name":"addons-linter","version":"1.2.7","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.5.2","ajv-merge-patch":"4.1.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.21.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"5.0.0-rc.4","po2json":"0.4.5","postcss":"6.0.23","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"6.5.0","xmldom":"0.1.27","yargs":"12.0.1","yauzl":"2.9.2","snyk":"^1.88.2","fsevents":"1.2.4"},"devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.6","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.5","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.18.0","eslint-plugin-promise":"3.8.0","gfm.css":"1.1.2","gh-pages":"^1.2.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.87.0","sinon":"6.0.1","tar":"4.4.6","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.15.0","webpack-cli":"3.1.0"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"c9b1e8a54fa5dfbc0db99a188a8333bda4527eb6","_id":"addons-linter@1.2.7","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"4f789c920dbd9f68b4987d336248e8c63cec591b","size":321548,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.2.7.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.2.7_1533553780710_0.5682463422842483"},"_hasShrinkwrap":false,"publish_time":1533553780859,"_cnpm_publish_time":1533553780859,"contributors":[]},"1.2.6":{"name":"addons-linter","version":"1.2.6","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.5.2","ajv-merge-patch":"4.1.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.21.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"5.0.0-rc.4","po2json":"0.4.5","postcss":"6.0.23","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"6.5.0","xmldom":"0.1.27","yargs":"12.0.1","yauzl":"2.9.2","snyk":"^1.88.2","fsevents":"1.2.4"},"devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.6","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.5","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.18.0","eslint-plugin-promise":"3.8.0","gfm.css":"1.1.2","gh-pages":"^1.2.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.87.0","sinon":"6.0.1","tar":"4.4.4","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.15.0","webpack-cli":"3.1.0"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"10e4ba9a50736a94bb78c8139f9a381c952cdcd3","_id":"addons-linter@1.2.6","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"6bc4bbe37a750978d7e79a15c3dfc61223e3873e","size":319436,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.2.6.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.2.6_1533043655872_0.038338935210998626"},"_hasShrinkwrap":false,"publish_time":1533043655955,"_cnpm_publish_time":1533043655955,"contributors":[]},"1.2.5":{"name":"addons-linter","version":"1.2.5","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.5.2","ajv-merge-patch":"4.1.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.20.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"5.0.0-rc.4","po2json":"0.4.5","postcss":"6.0.23","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"6.5.0","xmldom":"0.1.27","yargs":"12.0.1","yauzl":"2.9.2","snyk":"^1.88.2","fsevents":"1.2.4"},"devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.6","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.5","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.18.0","eslint-plugin-promise":"3.8.0","gfm.css":"1.1.2","gh-pages":"^1.2.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.2","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.87.0","sinon":"6.0.1","tar":"4.4.4","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.15.0","webpack-cli":"3.1.0"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"0535de81686f069f113a6de991e77d4e4205edb3","_id":"addons-linter@1.2.5","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"94e5221c40db2764cbff4730e715717217b31661","size":319439,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.2.5.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.2.5_1533040434116_0.2582297894427723"},"_hasShrinkwrap":false,"publish_time":1533040434437,"_cnpm_publish_time":1533040434437,"contributors":[]},"1.2.4":{"name":"addons-linter","version":"1.2.4","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.5.2","ajv-merge-patch":"4.1.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.20.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"5.0.0-rc.4","po2json":"0.4.5","postcss":"6.0.23","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"6.5.0","xmldom":"0.1.27","yargs":"12.0.1","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.3","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.5","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.17.0","eslint-plugin-promise":"3.8.0","gfm.css":"1.1.2","gh-pages":"^1.2.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.87.0","sinon":"6.0.1","snyk":"^1.78.1","tar":"4.4.4","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.15.0","webpack-cli":"3.0.3"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"f646194006c883ca38e6740a5f4d74859ecd49cf","_id":"addons-linter@1.2.4","_npmVersion":"6.1.0","_nodeVersion":"10.6.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"f63e33ef13b4359afd76dabeaace79a2efe38757","size":317745,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.2.4.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.2.4_1531225782367_0.44017800866832"},"_hasShrinkwrap":false,"publish_time":1531225782803,"_cnpm_publish_time":1531225782803,"contributors":[]},"1.2.3":{"name":"addons-linter","version":"1.2.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublishOnly":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.5.2","ajv-merge-patch":"4.1.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.20.0","es6-promisify":"5.0.0","eslint":"5.0.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"5.0.0-rc.4","po2json":"0.4.5","postcss":"6.0.23","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.2","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"6.5.0","xmldom":"0.1.27","yargs":"12.0.1","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.3","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.5","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.17.0","eslint-plugin-promise":"3.8.0","gfm.css":"1.1.2","gh-pages":"^1.2.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.1.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.87.0","sinon":"6.0.1","snyk":"^1.78.1","tar":"4.4.4","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.15.0","webpack-cli":"3.0.3"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"dcfedf9eb24b99f48cb4652bc541dd95c53511a4","_id":"addons-linter@1.2.3","_npmVersion":"6.1.0","_nodeVersion":"10.6.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"f51b9b5b4968b11f77856fbf12261302efcfbeac","size":317745,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.2.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.2.3_1531220333027_0.9402371056362677"},"_hasShrinkwrap":false,"publish_time":1531220333126,"_cnpm_publish_time":1531220333126,"contributors":[]},"1.2.2":{"name":"addons-linter","version":"1.2.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublish":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.5.1","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.19.0","es6-promisify":"5.0.0","eslint":"4.19.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"5.0.0-rc.4","po2json":"0.4.5","postcss":"6.0.19","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"6.5.0","xmldom":"0.1.27","yargs":"11.0.0","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.4","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.15.2","eslint-plugin-promise":"3.8.0","gfm.css":"1.1.2","gh-pages":"^1.2.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.87.0","sinon":"6.0.0","snyk":"^1.78.1","tar":"4.4.4","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.12.0","webpack-cli":"3.0.3"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"421b589423e47e380b5b895ca7c3bc7211cb308a","_id":"addons-linter@1.2.2","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"afbdc5241a8c50ade2053f1a3649e7d5cdffb7b5","size":315008,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.2.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.2.2_1529425705680_0.5306444444961647"},"_hasShrinkwrap":false,"publish_time":1529425705791,"_cnpm_publish_time":1529425705791,"contributors":[]},"1.2.1":{"name":"addons-linter","version":"1.2.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublish":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.5.1","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.19.0","es6-promisify":"5.0.0","eslint":"4.19.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"5.0.0-rc.4","po2json":"0.4.5","postcss":"6.0.19","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"6.5.0","xmldom":"0.1.27","yargs":"11.0.0","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.4","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.15.2","eslint-plugin-promise":"3.8.0","gfm.css":"1.1.2","gh-pages":"^1.2.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.87.0","sinon":"6.0.0","snyk":"^1.78.1","tar":"4.4.4","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.12.0","webpack-cli":"3.0.3"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"93eb6a78ddbde3efa3a48ebe3eaea01d542a30ac","_id":"addons-linter@1.2.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"784506a8ef2f4aeb459067abf8c2db5d8757f482","size":315016,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.2.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.2.1_1529425497534_0.014441838703039167"},"_hasShrinkwrap":false,"publish_time":1529425497658,"_cnpm_publish_time":1529425497658,"contributors":[]},"1.2.0":{"name":"addons-linter","version":"1.2.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"bin/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && bin/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublish":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"ajv":"6.5.0","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.19.0","es6-promisify":"5.0.0","eslint":"4.19.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"4.17.3","po2json":"0.4.5","postcss":"6.0.19","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"6.4.1","xmldom":"0.1.27","yargs":"11.0.0","yauzl":"2.9.2","fsevents":"1.2.4"},"devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.4","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","doctoc":"1.3.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.15.2","eslint-plugin-promise":"3.8.0","gfm.css":"1.1.2","gh-pages":"^1.2.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"5.0.2","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.87.0","sinon":"6.0.0","snyk":"^1.78.1","tar":"4.4.4","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.12.0","webpack-cli":"3.0.3"},"optionalDependencies":{"fsevents":"1.2.4"},"snyk":true,"gitHead":"bfdf42f0a7f2998d9b774be1f9de93a380f971e0","_id":"addons-linter@1.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"918128f76eda5e53a85e29105e10ab4fc48c72e4","size":315009,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.2.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.2.0_1529425224943_0.02233817875848909"},"_hasShrinkwrap":false,"publish_time":1529425225018,"_cnpm_publish_time":1529425225018,"contributors":[]},"1.1.0":{"name":"addons-linter","version":"1.1.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublish":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"23.0.1","babel-loader":"7.1.4","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.15.2","eslint-plugin-promise":"3.8.0","gfm.css":"1.1.2","grunt":"1.0.2","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.87.0","sinon":"5.0.6","tar":"4.4.4","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.9.2","webpack-cli":"2.1.4"},"dependencies":{"ajv":"6.5.0","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.8.0","crx-parser":"0.1.2","deepmerge":"2.1.1","dispensary":"0.19.0","doctoc":"1.3.1","es6-promisify":"5.0.0","eslint":"4.19.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"4.17.0","po2json":"0.4.5","postcss":"6.0.19","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","snyk":"^1.78.1","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.1.0","whatwg-url":"6.4.1","xmldom":"0.1.27","yargs":"11.0.0","yauzl":"2.9.1"},"snyk":true,"gitHead":"5893bbdf5ec41675bacb9acf0f4717fb3379b105","_id":"addons-linter@1.1.0","_npmVersion":"5.6.0","_nodeVersion":"10.2.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"b6b0893200fd7f9db7a27032b7a7d751da348a68","size":311117,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.1.0_1527601901301_0.19334522872730542"},"_hasShrinkwrap":false,"publish_time":1527601901498,"_cnpm_publish_time":1527601901498,"contributors":[]},"1.0.0":{"name":"addons-linter","version":"1.0.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublish":"npm run snyk-protect","prepare":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"22.4.1","babel-loader":"7.1.4","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.1","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.15.1","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.2","grunt":"1.0.2","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","gunzip-maybe":"^1.4.1","hashish":"0.0.4","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"5.0.6","tar":"4.4.2","tar-fs":"^1.16.0","tmp-promise":"^1.0.4","webpack":"4.8.2","webpack-cli":"2.1.3"},"dependencies":{"ajv":"6.5.0","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.4.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","deepmerge":"2.1.0","dispensary":"0.18.0","doctoc":"1.3.1","es6-promisify":"5.0.0","eslint":"4.19.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.7.0","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"4.16.1","po2json":"0.4.5","postcss":"6.0.19","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","snyk":"^1.78.1","source-map-support":"0.5.6","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.5","whatwg-url":"6.4.1","xmldom":"0.1.27","yargs":"11.0.0","yauzl":"2.9.1"},"snyk":true,"gitHead":"c4a814776456ee57b67e1a1c6b9c58c83c589153","_id":"addons-linter@1.0.0","_npmVersion":"5.6.0","_nodeVersion":"10.1.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"909bba25c8c58b8b699ebf39266655b1d64e8cc2","size":309888,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-1.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_1.0.0_1526394932895_0.9915667634487688"},"_hasShrinkwrap":false,"publish_time":1526394933092,"_cnpm_publish_time":1526394933092,"contributors":[]},"0.41.0":{"name":"addons-linter","version":"0.41.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublish":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"22.4.1","babel-loader":"7.1.4","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.15.0","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.2","grunt":"1.0.2","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","hashish":"0.0.4","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.4.6","tar":"4.4.1","webpack":"3.10.0"},"dependencies":{"ajv":"6.3.0","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.3.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","deepmerge":"2.1.0","dispensary":"0.16.0","doctoc":"1.3.1","es6-promisify":"5.0.0","eslint":"4.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.6.5","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"4.14.0","po2json":"0.4.5","postcss":"6.0.19","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","snyk":"^1.70.1","source-map-support":"0.5.4","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.4","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"11.0.0","yauzl":"2.9.1"},"snyk":true,"_id":"addons-linter@0.41.0","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"e6def07ee72e7e8bed06583feefa4701ea64744d","size":428994,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.41.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_0.41.0_1522170606415_0.8171625339602897"},"_hasShrinkwrap":false,"publish_time":1522170606605,"_cnpm_publish_time":1522170606605,"contributors":[]},"0.40.0":{"name":"addons-linter","version":"0.40.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublish":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"22.4.1","babel-loader":"7.1.4","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","eslint-config-amo":"1.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.15.0","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.2","grunt":"1.0.2","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","hashish":"0.0.4","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.4.6","tar":"4.4.1","webpack":"3.10.0"},"dependencies":{"ajv":"6.3.0","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.3.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","deepmerge":"2.1.0","dispensary":"0.16.0","doctoc":"1.3.1","es6-promisify":"5.0.0","eslint":"4.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.6.5","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"4.14.0","po2json":"0.4.5","postcss":"6.0.19","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","snyk":"^1.70.1","source-map-support":"0.5.4","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.4","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"11.0.0","yauzl":"2.9.1"},"snyk":true,"_id":"addons-linter@0.40.0","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"0312114d0906e51aa4d7326b3683c758ead092d6","size":426879,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.40.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_0.40.0_1521636050730_0.6081750877443795"},"_hasShrinkwrap":false,"publish_time":1521636051175,"_cnpm_publish_time":1521636051175,"contributors":[]},"0.39.1":{"name":"addons-linter","version":"0.39.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublish":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"22.4.1","babel-loader":"7.1.4","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","eslint-config-amo":"1.6.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.14.0","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.2","grunt":"1.0.2","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","hashish":"0.0.4","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.4.2","tar":"4.4.0","webpack":"3.10.0"},"dependencies":{"ajv":"6.2.1","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.3.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","deepmerge":"2.1.0","dispensary":"0.15.1","doctoc":"1.3.1","es6-promisify":"5.0.0","eslint":"4.18.2","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.6.5","glob":"7.1.2","is-mergeable-object":"1.1.0","jed":"1.1.1","os-locale":"2.1.0","pino":"4.13.0","po2json":"0.4.5","postcss":"6.0.19","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","snyk":"^1.69.9","source-map-support":"0.5.3","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.4","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"11.0.0","yauzl":"2.9.1"},"snyk":true,"_id":"addons-linter@0.39.1","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"f6c8ebf29eec1cfbc795632c6886c69613e6011b","size":424235,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.39.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_0.39.1_1520971276624_0.690603696975878"},"_hasShrinkwrap":false,"publish_time":1520971276744,"_cnpm_publish_time":1520971276744,"contributors":[]},"0.39.0":{"name":"addons-linter","version":"0.39.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublish":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"22.4.1","babel-loader":"7.1.4","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.1.0","eslint-config-amo":"1.6.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.14.0","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.2","grunt":"1.0.2","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.4.2","tar":"4.4.0","webpack":"3.10.0"},"dependencies":{"ajv":"6.2.1","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.3.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","dispensary":"0.15.1","doctoc":"1.3.1","es6-promisify":"5.0.0","eslint":"4.18.2","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent-syntax":"^0.6.5","glob":"7.1.2","jed":"1.1.1","os-locale":"2.1.0","pino":"4.13.0","po2json":"0.4.5","postcss":"6.0.19","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","snyk":"^1.69.9","source-map-support":"0.5.3","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.4","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"11.0.0","yauzl":"2.9.1"},"snyk":true,"gitHead":"c57c2fd74e41e6f4c652cdbb4c3fe42c43d280ed","_id":"addons-linter@0.39.0","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"c5959a3f238cfb054896311a218613e236aed75d","size":472388,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.39.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_0.39.0_1520964684248_0.12097285373032829"},"_hasShrinkwrap":false,"publish_time":1520964684391,"_cnpm_publish_time":1520964684391,"contributors":[]},"0.38.0":{"name":"addons-linter","version":"0.38.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md","snyk-protect":"snyk protect","prepublish":"npm run snyk-protect"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.2.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"22.4.1","babel-loader":"7.1.4","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.1.0","eslint-config-amo":"1.6.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.12.3","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.2","grunt":"1.0.2","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.4.2","tar":"4.4.0","webpack":"3.10.0"},"dependencies":{"ajv":"6.2.1","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.3.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","dispensary":"0.15.1","doctoc":"1.3.1","es6-promisify":"5.0.0","eslint":"4.18.2","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent":"0.4.1","glob":"7.1.2","jed":"1.1.1","os-locale":"2.1.0","pino":"4.13.0","po2json":"0.4.5","postcss":"6.0.19","probe-image-size":"4.0.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","snyk":"^1.69.9","source-map-support":"0.5.3","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.4","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"11.0.0","yauzl":"2.9.1"},"snyk":true,"gitHead":"256ce2a08c4849b98c2bced7c233d897adda6790","_id":"addons-linter@0.38.0","_shasum":"fde0576a3ad6393179ea824cb4e6093dfa3dbb82","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.13.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"fde0576a3ad6393179ea824cb4e6093dfa3dbb82","size":468456,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.38.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_0.38.0_1520876070549_0.6172263340895507"},"_hasShrinkwrap":false,"publish_time":1520876070661,"_cnpm_publish_time":1520876070661,"contributors":[]},"0.37.0":{"name":"addons-linter","version":"0.37.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"22.2.2","babel-loader":"7.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.0.1","eslint-config-amo":"1.5.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.9.0","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.1","grunt":"1.0.2","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.2.2","tar":"4.3.3","webpack":"3.10.0","webpack-dev-server":"2.11.1"},"dependencies":{"ajv":"5.5.2","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.3.1","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","dispensary":"0.15.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.17.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","extract-text-webpack-plugin":"3.0.2","first-chunk-stream":"2.0.0","fluent":"0.4.1","glob":"7.1.2","jed":"1.1.1","pino":"4.10.4","po2json":"0.4.5","postcss":"6.0.17","probe-image-size":"3.2.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","source-map-support":"0.5.3","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.2","webpack":"3.10.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"11.0.0","yauzl":"2.9.1"},"gitHead":"f60ffddd881cb3a9d6bb2bf898c28111a4b7b239","_id":"addons-linter@0.37.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"f73aaf9fb8c2ed4b0f35ff520262131562af9eed","size":481888,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.37.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_0.37.0_1518540167419_0.4455984712780017"},"_hasShrinkwrap":false,"publish_time":1518540168768,"_cnpm_publish_time":1518540168768,"contributors":[]},"0.36.1":{"name":"addons-linter","version":"0.36.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"22.0.3","babel-loader":"7.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.0.1","eslint-config-amo":"1.5.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.7.0","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.2.2","tar":"4.3.0","webpack":"3.10.0","webpack-dev-server":"2.11.1"},"dependencies":{"ajv":"5.5.2","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.3.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","dispensary":"0.14.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.15.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","extract-text-webpack-plugin":"3.0.2","first-chunk-stream":"2.0.0","fluent":"0.4.1","glob":"7.1.2","jed":"1.1.1","pino":"4.10.4","po2json":"0.4.5","postcss":"6.0.14","probe-image-size":"3.2.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","source-map-support":"0.5.1","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.2","webpack":"3.10.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"10.0.3","yauzl":"2.9.1"},"gitHead":"54ae7c71b5593d1fa4b76501f975658f056c4179","_id":"addons-linter@0.36.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"c07e0bfdfc9079edba78c3a675afd6e056af68d3","size":476565,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.36.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.36.1.tgz_1517931341405_0.05747558921575546"},"directories":{},"publish_time":1517931342776,"_hasShrinkwrap":false,"_cnpm_publish_time":1517931342776,"contributors":[]},"0.36.0":{"name":"addons-linter","version":"0.36.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"22.0.3","babel-loader":"7.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.0.1","eslint-config-amo":"1.5.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.7.0","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.2.2","tar":"4.3.0","webpack":"3.10.0","webpack-dev-server":"2.11.1"},"dependencies":{"ajv":"5.5.2","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.3.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","dispensary":"0.12.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.15.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","extract-text-webpack-plugin":"3.0.2","first-chunk-stream":"2.0.0","fluent":"0.4.1","glob":"7.1.2","jed":"1.1.1","pino":"4.10.4","po2json":"0.4.5","postcss":"6.0.14","probe-image-size":"3.2.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","source-map-support":"0.5.1","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.2","webpack":"3.10.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"10.0.3","yauzl":"2.9.1"},"gitHead":"4a175fabc2f7b6d6327a3006896328d4f031b89f","_id":"addons-linter@0.36.0","_shasum":"79ee5492e3ad97e763606a1e4e5281edf7dec4ed","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.12.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"79ee5492e3ad97e763606a1e4e5281edf7dec4ed","size":475749,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.36.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.36.0.tgz_1517926614982_0.9487995868548751"},"directories":{},"publish_time":1517926616626,"_hasShrinkwrap":false,"_cnpm_publish_time":1517926616626,"contributors":[]},"0.35.0":{"name":"addons-linter","version":"0.35.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"22.0.3","babel-loader":"7.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.0.1","eslint-config-amo":"1.5.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.7.0","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.2.2","tar":"4.3.0","webpack":"3.10.0","webpack-dev-server":"2.11.1"},"dependencies":{"ajv":"5.5.2","ajv-merge-patch":"3.0.0","babel-register":"6.26.0","chalk":"2.3.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","dispensary":"0.12.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.15.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","extract-text-webpack-plugin":"3.0.2","first-chunk-stream":"2.0.0","fluent":"0.4.1","glob":"7.1.2","jed":"1.1.1","pino":"4.10.3","po2json":"0.4.5","postcss":"6.0.14","probe-image-size":"3.2.0","relaxed-json":"1.0.1","semver":"5.5.0","shelljs":"0.8.1","source-map-support":"0.5.1","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.2","webpack":"3.10.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"10.0.3","yauzl":"2.9.1"},"gitHead":"933416a98baf6ca9cf125d7ee13eb3167f3cdbf4","_id":"addons-linter@0.35.0","_shasum":"85872cce58983ff339ced297dbff486c02ecd336","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.12.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"85872cce58983ff339ced297dbff486c02ecd336","size":462041,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.35.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.35.0.tgz_1517378906829_0.875446897931397"},"directories":{},"publish_time":1517378908402,"_hasShrinkwrap":false,"_cnpm_publish_time":1517378908402,"contributors":[]},"0.34.0":{"name":"addons-linter","version":"0.34.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-gettext-extractor":"git+https://github.com/muffinresearch/babel-gettext-extractor.git#0d39d3882bc846e7dcb6c9ff6463896c96920ce6","babel-jest":"22.0.3","babel-loader":"7.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.0.1","eslint-config-amo":"1.5.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.7.0","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"22.1.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.2.1","tar":"4.3.0","webpack":"3.10.0","webpack-dev-server":"2.11.1"},"dependencies":{"ajv":"5.5.2","babel-register":"6.26.0","chalk":"2.3.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","dispensary":"0.12.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.15.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","extract-text-webpack-plugin":"3.0.2","first-chunk-stream":"2.0.0","fluent":"0.4.1","glob":"7.1.2","jed":"1.1.1","pino":"4.10.3","po2json":"0.4.5","postcss":"6.0.14","probe-image-size":"3.2.0","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.5.1","shelljs":"0.8.1","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.2","webpack":"3.10.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"10.0.3","yauzl":"2.9.1"},"gitHead":"03912625bde4e520c44ba705ab8df315132fdddc","_id":"addons-linter@0.34.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"49e38236379813d90701b671f23de95f38cf90e5","size":449685,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.34.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.34.0.tgz_1517311402148_0.3042781741824001"},"directories":{},"publish_time":1517311402363,"_hasShrinkwrap":false,"_cnpm_publish_time":1517311402363,"contributors":[]},"0.33.0":{"name":"addons-linter","version":"0.33.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-jest":"22.1.0","babel-loader":"7.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.0.1","eslint-config-amo":"1.1.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.7.0","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"22.1.1","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.1.6","tar":"4.2.0","webpack":"3.10.0","webpack-dev-server":"2.11.0"},"dependencies":{"ajv":"5.5.2","babel-register":"6.26.0","chalk":"2.3.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.7.2","crx-parser":"0.1.2","dispensary":"0.12.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.15.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent":"0.4.1","glob":"7.1.2","jed":"1.1.1","pino":"4.10.3","po2json":"0.4.5","postcss":"6.0.14","probe-image-size":"3.2.0","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.5.1","shelljs":"0.8.0","strip-bom-stream":"3.0.0","tosource":"1.0.0","upath":"1.0.2","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"10.0.3","yauzl":"2.9.1"},"gitHead":"4f5e5834abc068b15d220002820432a5fa04a5b0","_id":"addons-linter@0.33.0","_shasum":"0b2a75a6650e743fe22a34ec7cfd4647fd062efc","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.12.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"0b2a75a6650e743fe22a34ec7cfd4647fd062efc","size":415704,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.33.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.33.0.tgz_1516214695736_0.5686916816048324"},"directories":{},"publish_time":1516214697295,"_hasShrinkwrap":false,"_cnpm_publish_time":1516214697295,"contributors":[]},"0.32.0":{"name":"addons-linter","version":"0.32.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-jest":"22.0.3","babel-loader":"7.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","babel-runtime":"6.26.0","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.0.1","eslint-config-amo":"1.0.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"21.3.2","eslint-plugin-promise":"3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"22.0.4","jest-raw-loader":"1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"0.5.1","request":"2.83.0","sinon":"4.1.3","tar":"4.2.0","webpack":"3.10.0","webpack-dev-server":"2.10.0"},"dependencies":{"ajv":"5.5.2","babel-register":"6.26.0","chalk":"2.3.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.6.0","crx-parser":"0.1.2","dispensary":"0.12.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.15.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent":"0.4.1","jed":"1.1.1","pino":"4.10.3","postcss":"6.0.14","probe-image-size":"3.2.0","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.18","strip-bom-stream":"3.0.0","upath":"1.0.2","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"10.0.3","yauzl":"2.9.1"},"gitHead":"422fb970cdbad3c2a617725c0a3d03dafc6f62d3","_id":"addons-linter@0.32.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"0c273bae8b6e06312f830d6f3d5a40a665b63f83","size":413119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.32.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.32.0.tgz_1515411010285_0.3591375327669084"},"directories":{},"publish_time":1515411011926,"_hasShrinkwrap":false,"_cnpm_publish_time":1515411011926,"contributors":[]},"0.31.0":{"name":"addons-linter","version":"0.31.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-jest":"22.0.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.0.1","eslint-config-amo":"1.0.0","eslint-plugin-jest":"21.3.2","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"22.0.1","jest-raw-loader":"^1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"^0.5.1","request":"2.83.0","sinon":"4.1.3","tar":"4.1.0","webpack":"3.10.0","webpack-dev-server":"2.9.6"},"dependencies":{"ajv":"5.5.2","babel-register":"6.26.0","chalk":"2.3.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.5.1","crx-parser":"0.1.2","dispensary":"0.12.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.12.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent":"^0.4.1","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.14","probe-image-size":"3.2.0","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.18","strip-bom-stream":"3.0.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"10.0.3","yauzl":"2.9.1"},"gitHead":"a62031c492785198ede2caada3ceae19c1c0f7cb","_id":"addons-linter@0.31.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"d9c9e6f2632367fdf334e688c50ece89b88a0053","size":363546,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.31.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.31.0.tgz_1513697017489_0.9725691459607333"},"directories":{},"publish_time":1513697019165,"_hasShrinkwrap":false,"_cnpm_publish_time":1513697019165,"contributors":[]},"0.30.0":{"name":"addons-linter","version":"0.30.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-jest":"21.2.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.0.1","eslint-config-amo":"1.0.0","eslint-plugin-jest":"21.3.2","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"21.2.1","jest-raw-loader":"^1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"^0.5.1","request":"2.83.0","sinon":"4.1.2","tar":"4.1.0","webpack":"3.10.0","webpack-dev-server":"2.9.5"},"dependencies":{"ajv":"5.5.1","babel-register":"6.26.0","chalk":"2.3.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.5.1","crx-parser":"0.1.2","dispensary":"0.12.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.12.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent":"^0.4.1","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.14","probe-image-size":"3.2.0","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.18","strip-bom-stream":"3.0.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"10.0.3","yauzl":"2.9.1"},"gitHead":"9ecbb53cdde0384911627ab742c4dc1e847e34a1","_id":"addons-linter@0.30.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"9a409f59ebd38f02b30aee40095c6ed533730b90","size":361276,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.30.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.30.0.tgz_1512654251002_0.6658499187324196"},"directories":{},"publish_time":1512654251140,"_hasShrinkwrap":false,"_cnpm_publish_time":1512654251140,"contributors":[]},"0.29.1":{"name":"addons-linter","version":"0.29.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-jest":"21.2.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.0.1","eslint-config-amo":"0.2.0","eslint-plugin-jest":"21.3.2","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"21.2.1","jest-raw-loader":"^1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"^0.5.1","request":"2.83.0","sinon":"4.1.2","tar":"4.0.2","webpack":"3.8.1","webpack-dev-server":"2.9.4"},"dependencies":{"ajv":"5.5.0","babel-register":"6.26.0","chalk":"2.3.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.5.1","crx-parser":"0.1.2","dispensary":"0.12.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.12.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent":"^0.4.1","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.14","relaxed-json":"1.0.1","semver":"5.4.1","sharp":"0.18.1","source-map-support":"0.4.18","strip-bom-stream":"3.0.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"10.0.3","yauzl":"2.9.1"},"gitHead":"bc02a9f2fdb50c6cb7905ac09b2b79da09eb3385","_id":"addons-linter@0.29.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"ff2946aa6640cf21c6882830d0a12ec1b185c5de","size":359282,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.29.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.29.1.tgz_1511888373198_0.5500691714696586"},"directories":{},"publish_time":1511888374654,"_cnpm_publish_time":1511888374654,"_hasShrinkwrap":false,"contributors":[]},"0.29.0":{"name":"addons-linter","version":"0.29.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-jest":"21.2.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"2.0.1","eslint-config-amo":"0.2.0","eslint-plugin-jest":"21.3.2","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","is-mergeable-object":"1.1.0","isparta":"4.0.0","jest":"21.2.1","jest-raw-loader":"^1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"^0.5.1","request":"2.83.0","sinon":"4.1.2","tar":"4.0.2","webpack":"3.8.1","webpack-dev-server":"2.9.4"},"dependencies":{"ajv":"5.2.5","babel-register":"6.26.0","chalk":"2.2.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.4.0","crx-parser":"0.1.2","dispensary":"0.11.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.11.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent":"^0.4.1","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.14","relaxed-json":"1.0.1","semver":"5.4.1","sharp":"0.18.1","source-map-support":"0.4.18","strip-bom-stream":"3.0.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"9.0.1","yauzl":"2.9.1"},"gitHead":"c3127e013f48cacf189931f8f9fea08325a4457b","_id":"addons-linter@0.29.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"ec02cf4645845b0fdaa187751c2a8395afbbdd87","size":359136,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.29.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.29.0.tgz_1511457276137_0.7690168230328709"},"directories":{},"publish_time":1511457277686,"_cnpm_publish_time":1511457277686,"_hasShrinkwrap":false,"contributors":[]},"0.28.3":{"name":"addons-linter","version":"0.28.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.2","babel-jest":"21.2.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"1.5.2","eslint-config-amo":"0.2.0","eslint-plugin-jest":"21.3.2","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"21.2.1","jest-raw-loader":"^1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"^0.5.1","request":"2.83.0","sinon":"4.1.2","tar":"4.0.2","webpack":"3.8.1","webpack-dev-server":"2.9.4"},"dependencies":{"ajv":"5.2.5","babel-register":"6.26.0","chalk":"2.2.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.4.0","crx-parser":"0.1.2","dispensary":"0.11.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.11.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent":"^0.4.1","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.14","relaxed-json":"1.0.1","semver":"5.4.1","sharp":"0.18.1","source-map-support":"0.4.18","strip-bom-stream":"3.0.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"9.0.1","yauzl":"2.9.1"},"gitHead":"308c286178eb4423c6643249e11dea9ed0c3427f","_id":"addons-linter@0.28.3","_shasum":"58201975e05dd246a1f35f49de3162404f792dc2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"58201975e05dd246a1f35f49de3162404f792dc2","size":354535,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.28.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.28.3.tgz_1511265476666_0.261628337437287"},"directories":{},"publish_time":1511265476776,"_cnpm_publish_time":1511265476776,"_hasShrinkwrap":false,"contributors":[]},"0.28.2":{"name":"addons-linter","version":"0.28.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"1.5.2","eslint-config-amo":"0.2.0","eslint-plugin-jest":"21.2.0","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"21.2.1","jest-raw-loader":"^1.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","raw-loader":"^0.5.1","request":"2.83.0","sinon":"4.0.2","tar":"4.0.2","webpack":"3.8.1","webpack-dev-server":"2.9.4"},"dependencies":{"ajv":"5.2.5","babel-register":"6.26.0","chalk":"2.2.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.4.0","crx-parser":"0.1.2","dispensary":"0.11.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.11.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent":"^0.4.1","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.13","relaxed-json":"1.0.1","semver":"5.4.1","sharp":"0.18.1","source-map-support":"0.4.18","strip-bom-stream":"3.0.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"9.0.1","yauzl":"2.9.1"},"gitHead":"eadabf426b96c08fc4b894129f938ac54ec566b3","_id":"addons-linter@0.28.2","_shasum":"87b374654ed914440e63bc3a20c1bd3ec90edf95","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"87b374654ed914440e63bc3a20c1bd3ec90edf95","size":354453,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.28.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.28.2.tgz_1510679240291_0.4360635532066226"},"directories":{},"publish_time":1510679241750,"_cnpm_publish_time":1510679241750,"_hasShrinkwrap":false,"contributors":[]},"0.28.1":{"name":"addons-linter","version":"0.28.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"1.5.2","eslint-config-amo":"0.2.0","eslint-plugin-jest":"21.2.0","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"21.2.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.83.0","sinon":"4.0.2","tar":"4.0.2","webpack":"3.8.1","webpack-dev-server":"2.9.3"},"dependencies":{"ajv":"5.2.5","babel-register":"6.26.0","chalk":"2.2.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.4.0","crx-parser":"0.1.2","dispensary":"0.11.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.10.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent":"^0.4.1","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.13","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.18","sharp":"0.18.1","strip-bom-stream":"3.0.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"9.0.1","yauzl":"2.9.1"},"gitHead":"4c522247161eea30e8f64ed65422009be72387fb","_id":"addons-linter@0.28.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"2e7c018f6c7fbf2f547a033684c3188fcb15148a","size":353544,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.28.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.28.1.tgz_1509624431108_0.410023256437853"},"directories":{},"publish_time":1509624432738,"_cnpm_publish_time":1509624432738,"_hasShrinkwrap":false,"contributors":[]},"0.28.0":{"name":"addons-linter","version":"0.28.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"1.5.2","eslint-config-amo":"0.2.0","eslint-plugin-jest":"21.2.0","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"21.2.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.83.0","sinon":"4.0.2","tar":"4.0.2","webpack":"3.8.1","webpack-dev-server":"2.9.3"},"dependencies":{"ajv":"5.2.5","babel-register":"6.26.0","chalk":"2.2.2","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.4.0","crx-parser":"0.1.2","dispensary":"0.11.0","doctoc":"1.3.0","es6-promisify":"5.0.0","eslint":"4.9.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","fluent":"^0.4.1","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.13","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.18","sharp":"0.18.1","strip-bom-stream":"3.0.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"9.0.1","yauzl":"2.8.0"},"gitHead":"36295b782ba858faf33257bf102157a1731f6ad7","_id":"addons-linter@0.28.0","_npmVersion":"5.4.2","_nodeVersion":"8.8.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"aca1316704282056b283c5156dee922455d1add4","size":352450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.28.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.28.0.tgz_1509168999466_0.2495298464782536"},"directories":{},"publish_time":1509169000825,"_cnpm_publish_time":1509169000825,"_hasShrinkwrap":false,"contributors":[]},"0.27.1":{"name":"addons-linter","version":"0.27.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.0","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"1.5.2","eslint-config-amo":"0.2.0","eslint-plugin-jest":"21.2.0","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"21.2.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.83.0","sinon":"4.0.1","tar":"4.0.1","webpack":"3.8.0","webpack-dev-server":"2.9.2"},"dependencies":{"ajv":"5.2.3","babel-register":"6.26.0","chalk":"2.1.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.4.0","crx-parser":"0.1.2","doctoc":"1.3.0","dispensary":"0.11.0","es6-promisify":"5.0.0","eslint":"4.9.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.13","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.5.0","strip-bom-stream":"3.0.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"9.0.1","yauzl":"2.8.0"},"gitHead":"81ec9f08f3117a032c0a36aa1bcb74d3c0dba8b5","_id":"addons-linter@0.27.1","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"91946dd1a5002f8c153d7d9c5495b29b6b388c72","size":343723,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.27.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.27.1.tgz_1508254980550_0.08079821849241853"},"directories":{},"publish_time":1508254982093,"_cnpm_publish_time":1508254982093,"_hasShrinkwrap":false,"contributors":[]},"0.27.0":{"name":"addons-linter","version":"0.27.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls","gen-contributing-toc":"doctoc CONTRIBUTING.md"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.0","babel-jest":"21.0.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.0","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"3.0.0","deepmerge":"1.5.2","eslint-config-amo":"0.2.0","eslint-plugin-jest":"21.2.0","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"21.2.0","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.83.0","sinon":"4.0.1","tar":"4.0.1","webpack":"3.6.0","webpack-dev-server":"2.9.0"},"dependencies":{"ajv":"5.2.3","babel-register":"6.26.0","chalk":"2.1.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","common-tags":"1.4.0","crx-parser":"0.1.2","doctoc":"1.3.0","dispensary":"0.10.19","es6-promisify":"5.0.0","eslint":"4.8.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.11","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.5.0","strip-bom-stream":"3.0.0","whatwg-url":"6.3.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"a3fc5edf25deb1b07647f45e667487539c6694c9","_id":"addons-linter@0.27.0","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"153a669710cb4dca1b9fcd24a37ebbecb64ba3c9","size":353016,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.27.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.27.0.tgz_1507554019950_0.505822628038004"},"directories":{},"publish_time":1507554021446,"_hasShrinkwrap":false,"_cnpm_publish_time":1507554021446,"contributors":[]},"0.26.1":{"name":"addons-linter","version":"0.26.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.0","babel-jest":"21.0.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.0","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.5.1","eslint-config-amo":"0.2.0","eslint-plugin-jest":"21.1.0","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"21.1.0","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"3.2.1","tar":"4.0.1","webpack":"3.6.0","webpack-dev-server":"2.8.2"},"dependencies":{"ajv":"5.2.2","babel-register":"6.26.0","chalk":"2.1.0","cheerio":"1.0.0-rc.2","common-tags":"1.4.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.18","es6-promisify":"5.0.0","eslint":"4.7.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.11","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.18","strip-bom-stream":"3.0.0","whatwg-url":"6.2.1","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"738b55625dc6162197f0fd32b1cf9f1dc5dd03f6","_id":"addons-linter@0.26.1","_shasum":"5b08fffb94da792cfb51ce8b31f7e7b75c030486","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"5b08fffb94da792cfb51ce8b31f7e7b75c030486","size":343838,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.26.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.26.1.tgz_1505837245957_0.17555974563583732"},"directories":{},"publish_time":1505837247740,"_cnpm_publish_time":1505837247740,"_hasShrinkwrap":false,"contributors":[]},"0.26.0":{"name":"addons-linter","version":"0.26.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint bin/* .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"8.0.0","babel-jest":"21.0.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.0","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.5.1","eslint-config-amo":"0.2.0","eslint-plugin-jest":"21.1.0","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"21.1.0","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"3.2.1","tar":"4.0.1","webpack":"3.6.0","webpack-dev-server":"2.8.2"},"dependencies":{"ajv":"5.2.2","babel-register":"6.26.0","chalk":"2.1.0","cheerio":"1.0.0-rc.2","common-tags":"1.4.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.18","es6-promisify":"5.0.0","eslint":"4.7.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.11","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.18","strip-bom-stream":"3.0.0","whatwg-url":"6.2.1","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"6dfc7261edf96438d3d93d378dff0a3478d56d3f","_id":"addons-linter@0.26.0","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"56419239b75b2a72e904a34c1b01051eed62d574","size":343830,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.26.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.26.0.tgz_1505711440427_0.11994338734075427"},"directories":{},"publish_time":1505711441854,"_cnpm_publish_time":1505711441854,"_hasShrinkwrap":false,"contributors":[]},"0.25.2":{"name":"addons-linter","version":"0.25.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"7.2.3","babel-jest":"21.0.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.0","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.5.1","eslint-config-amo":"0.2.0","eslint-plugin-jest":"21.0.2","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"21.0.2","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"3.2.1","tar":"4.0.1","webpack":"3.5.6","webpack-dev-server":"2.7.1"},"dependencies":{"ajv":"5.2.2","chalk":"2.1.0","cheerio":"1.0.0-rc.2","common-tags":"1.4.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.18","es6-promisify":"5.0.0","eslint":"4.6.1","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.11","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.18","strip-bom-stream":"3.0.0","whatwg-url":"6.1.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"9d2c6da5d1a8c9eae7aca712ead7073328b60ccd","_id":"addons-linter@0.25.2","_shasum":"682c944d9947652c99304a24eab9c81f9665251c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"682c944d9947652c99304a24eab9c81f9665251c","size":326392,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.25.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.25.2.tgz_1505227020052_0.8716716759372503"},"directories":{},"publish_time":1505227021483,"_cnpm_publish_time":1505227021483,"_hasShrinkwrap":false,"contributors":[]},"0.25.1":{"name":"addons-linter","version":"0.25.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"7.2.3","babel-jest":"21.0.0","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.0","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.5.1","eslint-config-amo":"0.1.1","eslint-plugin-jest":"21.0.0","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"21.0.1","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"3.2.1","tar":"4.0.1","webpack":"3.5.5","webpack-dev-server":"2.7.1"},"dependencies":{"ajv":"5.2.2","chalk":"2.1.0","cheerio":"1.0.0-rc.2","common-tags":"1.4.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.18","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.10","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.17","strip-bom-stream":"3.0.0","whatwg-url":"6.1.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"d3705b4f6895b7deafa78603e6ed9f123607b1ad","_id":"addons-linter@0.25.1","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"e2be17c0885a90b020ce259d40067b7fa1fe6a6c","size":324426,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.25.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.25.1.tgz_1504625108324_0.6139465642627329"},"directories":{},"publish_time":1504625109915,"_cnpm_publish_time":1504625109915,"_hasShrinkwrap":false,"contributors":[]},"0.25.0":{"name":"addons-linter","version":"0.25.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.1.2","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.0","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.5.1","eslint-config-amo":"^0.1.1","eslint-plugin-jest":"20.0.3","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.4.0","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"3.2.1","tar":"4.0.1","webpack":"3.5.5","webpack-dev-server":"2.7.1"},"dependencies":{"ajv":"5.2.2","chalk":"2.1.0","cheerio":"1.0.0-rc.2","common-tags":"1.4.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.18","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.10","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.16","strip-bom-stream":"3.0.0","whatwg-url":"6.1.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"bfcc11403c0ec39d9b88e9577a2387412b872f3f","_id":"addons-linter@0.25.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"984fb41ff3f32f59ef334f8ed1c5d0419b31284a","size":337033,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.25.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.25.0.tgz_1503991381737_0.7596491377335042"},"directories":{},"publish_time":1503991383516,"_cnpm_publish_time":1503991383516,"_hasShrinkwrap":false,"contributors":[]},"0.24.0":{"name":"addons-linter","version":"0.24.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.1.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.0","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.5.1","eslint-config-amo":"^0.1.1","eslint-plugin-jest":"20.0.3","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.2","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"3.2.1","tar":"3.2.0","webpack":"3.5.5","webpack-dev-server":"2.7.1"},"dependencies":{"ajv":"5.2.2","chalk":"2.1.0","cheerio":"1.0.0-rc.2","common-tags":"1.4.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.17","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.9","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.16","strip-bom-stream":"3.0.0","whatwg-url":"6.1.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"16fbc209b4c9435e83780d92d958537c7e4b1d5c","_id":"addons-linter@0.24.0","_shasum":"2aad23abf12b33012f348a40d53dd40e39ea770f","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"2aad23abf12b33012f348a40d53dd40e39ea770f","size":332981,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.24.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.24.0.tgz_1503417254223_0.634276989614591"},"directories":{},"publish_time":1503417255733,"_cnpm_publish_time":1503417255733,"_hasShrinkwrap":false,"contributors":[]},"0.23.0":{"name":"addons-linter","version":"0.23.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --watch","test-coverage":"jest tests/ --runInBand --coverage --watch","test-once":"jest tests/ --runInBand","test-coverage-once":"jest tests/ --runInBand --coverage","test-ci":"npm run test-coverage-once && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.26.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.1.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-preset-env":"1.6.0","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.5.1","eslint-config-amo":"^0.1.1","eslint-plugin-jest":"20.0.3","eslint-plugin-promise":"^3.5.0","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.2","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"3.2.1","tar":"3.2.0","webpack":"3.5.5","webpack-dev-server":"2.7.1"},"dependencies":{"ajv":"5.2.2","chalk":"2.1.0","cheerio":"1.0.0-rc.2","common-tags":"1.4.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.14","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.9","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.16","strip-bom-stream":"3.0.0","whatwg-url":"6.1.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"260c8fd4e869cc1920766c9818c172a3f9268f3c","_id":"addons-linter@0.23.0","_shasum":"c4ce12812fb862f38dc2b5d4b4d4ae2213ba9ea2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"c4ce12812fb862f38dc2b5d4b4d4ae2213ba9ea2","size":336339,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.23.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.23.0.tgz_1503401870696_0.9827979942783713"},"directories":{},"publish_time":1503401872065,"_cnpm_publish_time":1503401872065,"_hasShrinkwrap":false,"contributors":[]},"0.22.8":{"name":"addons-linter","version":"0.22.8","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --coverage","test-no-coverage":"jest tests/ --runInBand","test-ci":"npm run test && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.25.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.1.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-env":"1.6.0","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.5.0","eslint-plugin-jest":"20.0.3","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.2","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"2.4.1","tar":"3.1.9","webpack":"3.5.2","webpack-dev-server":"2.6.1"},"dependencies":{"ajv":"5.2.2","chalk":"2.1.0","cheerio":"1.0.0-rc.2","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.13","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.8","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","whatwg-url":"6.1.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"b0e5a683fa8c571ad248f7256d97f8b2199cac20","_id":"addons-linter@0.22.8","_shasum":"65b69d65343ae71154ba397abc189d3c2d01df07","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"65b69d65343ae71154ba397abc189d3c2d01df07","size":328564,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.22.8.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.22.8.tgz_1502397255877_0.9075618784409016"},"directories":{},"publish_time":1502397257713,"_cnpm_publish_time":1502397257713,"_hasShrinkwrap":false,"contributors":[]},"0.22.7":{"name":"addons-linter","version":"0.22.7","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --coverage","test-no-coverage":"jest tests/ --runInBand","test-ci":"npm run test && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.25.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.1.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-env":"1.6.0","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.5.0","eslint-plugin-jest":"20.0.3","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.2","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.7","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"2.4.1","tar":"3.1.8","webpack":"3.4.1","webpack-dev-server":"2.6.1"},"dependencies":{"ajv":"5.2.2","chalk":"2.0.1","cheerio":"1.0.0-rc.2","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.12","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.8","relaxed-json":"1.0.1","semver":"5.4.1","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","whatwg-url":"6.1.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"d391847157af8324b234889426cb1e1df9840953","_id":"addons-linter@0.22.7","_shasum":"626331333563e980caa3e7a9d1ebbb627e3c2ae4","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"626331333563e980caa3e7a9d1ebbb627e3c2ae4","size":326476,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.22.7.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.22.7.tgz_1501680039747_0.6898331656120718"},"directories":{},"publish_time":1501680041694,"_hasShrinkwrap":false,"_cnpm_publish_time":1501680041694,"contributors":[]},"0.22.6":{"name":"addons-linter","version":"0.22.6","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --coverage","test-no-coverage":"jest tests/ --runInBand","test-ci":"npm run test && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.25.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.1.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-env":"1.5.2","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.4.4","eslint-plugin-jest":"20.0.3","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.0","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"2.3.5","tar":"3.1.5","webpack":"3.0.0","webpack-dev-server":"2.5.0"},"dependencies":{"ajv":"5.2.0","chalk":"1.1.3","cheerio":"1.0.0-rc.2","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.12","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.5","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","whatwg-url":"6.1.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"52815f8d4c3b68e787263b70b646dcf336c7ff17","_id":"addons-linter@0.22.6","_shasum":"55c93df01c41e7b540004a59356dc011add001c5","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"55c93df01c41e7b540004a59356dc011add001c5","size":325481,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.22.6.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.22.6.tgz_1499175381966_0.8631451861001551"},"directories":{},"publish_time":1499175383402,"_hasShrinkwrap":false,"_cnpm_publish_time":1499175383402,"contributors":[]},"0.22.5":{"name":"addons-linter","version":"0.22.5","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --coverage","test-no-coverage":"jest tests/ --runInBand","test-ci":"npm run test && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.25.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.1.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-env":"1.5.2","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.4.4","eslint-plugin-jest":"20.0.3","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.0","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"2.3.5","tar":"3.1.5","webpack":"3.0.0","webpack-dev-server":"2.5.0"},"dependencies":{"ajv":"5.2.0","chalk":"1.1.3","cheerio":"1.0.0-rc.2","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.11","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.2","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","whatwg-url":"6.1.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"48216c91715543670f3bedf01bd585402fcf69ec","_id":"addons-linter@0.22.5","_shasum":"3a3955a8cf8a5d51a4b3ab714910228c55bf3984","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"3a3955a8cf8a5d51a4b3ab714910228c55bf3984","size":325257,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.22.5.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.22.5.tgz_1499089498640_0.9161076389718801"},"directories":{},"publish_time":1499089500207,"_hasShrinkwrap":false,"_cnpm_publish_time":1499089500207,"contributors":[]},"0.22.4":{"name":"addons-linter","version":"0.22.4","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --coverage","test-no-coverage":"jest tests/ --runInBand","test-ci":"npm run test && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.25.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.1.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-env":"1.5.2","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.4.4","eslint-plugin-jest":"20.0.3","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.0","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"2.3.5","tar":"3.1.5","webpack":"3.0.0","webpack-dev-server":"2.5.0"},"dependencies":{"ajv":"5.2.0","chalk":"1.1.3","cheerio":"1.0.0-rc.2","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.11","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.2","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","whatwg-url":"6.1.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"e051d82d5bd46f24b3ebd9d6b1f023e4a123fa3c","_id":"addons-linter@0.22.4","_shasum":"077c4dc735cf3ea00a4759fea33bb2d1e1f82793","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"077c4dc735cf3ea00a4759fea33bb2d1e1f82793","size":325265,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.22.4.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.22.4.tgz_1499088147543_0.6363694195169955"},"directories":{},"publish_time":1499088149009,"_cnpm_publish_time":1499088149009,"_hasShrinkwrap":false,"contributors":[]},"0.22.3":{"name":"addons-linter","version":"0.22.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --coverage","test-no-coverage":"jest tests/ --runInBand","test-ci":"npm run test && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.25.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.1.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-env":"1.5.2","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.4.4","eslint-plugin-jest":"20.0.3","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.0","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.4.0","request":"2.81.0","sinon":"2.3.5","tar":"3.1.5","webpack":"3.0.0","webpack-dev-server":"2.5.0"},"dependencies":{"ajv":"5.2.0","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.10","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.2","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","whatwg-url":"5.0.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"0396f52819f91c42031dcbc89158d369dfff0723","_id":"addons-linter@0.22.3","_shasum":"c954a32c569afd68281c37acb263c65374c6f5ad","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"c954a32c569afd68281c37acb263c65374c6f5ad","size":324584,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.22.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.22.3.tgz_1498598929246_0.45276817260310054"},"directories":{},"publish_time":1498598930798,"_cnpm_publish_time":1498598930798,"_hasShrinkwrap":false,"contributors":[]},"0.22.2":{"name":"addons-linter","version":"0.22.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --coverage","test-no-coverage":"jest tests/ --runInBand","test-ci":"npm run test && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.25.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-env":"1.5.2","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.4.4","eslint-plugin-jest":"20.0.3","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.0","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.3.0","request":"2.81.0","sinon":"2.3.4","tar":"3.1.5","webpack":"3.0.0","webpack-dev-server":"2.4.5"},"dependencies":{"ajv":"5.2.0","babel-polyfill":"6.23.0","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.10","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.2","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","whatwg-url":"5.0.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"97359e667c037b8487c6a88ef0468e8936a7a37f","_id":"addons-linter@0.22.2","_shasum":"2a74eb7ca88f4c87657b779e76a08d2a97117324","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"2a74eb7ca88f4c87657b779e76a08d2a97117324","size":265186,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.22.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.22.2.tgz_1497954073597_0.9211033429019153"},"directories":{},"publish_time":1497954075137,"_cnpm_publish_time":1497954075137,"_hasShrinkwrap":false,"contributors":[]},"0.22.1":{"name":"addons-linter","version":"0.22.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --coverage","test-no-coverage":"jest tests/ --runInBand","test-ci":"npm run test && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.25.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-env":"1.5.2","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.4.4","eslint-plugin-jest":"20.0.3","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.0","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.3.0","request":"2.81.0","sinon":"2.3.4","tar":"3.1.5","webpack":"3.0.0","webpack-dev-server":"2.4.5"},"dependencies":{"ajv":"5.2.0","babel-polyfill":"6.23.0","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.10","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.2","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","whatwg-url":"5.0.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"07a4f4368046b50f5036ae396fbe6f5cfd4330b7","_id":"addons-linter@0.22.1","_shasum":"89becea62e10407022f1ee306415a74d654015f2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"89becea62e10407022f1ee306415a74d654015f2","size":11651,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.22.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.22.1.tgz_1497949475703_0.9340875134803355"},"directories":{},"publish_time":1497949476765,"_hasShrinkwrap":false,"_cnpm_publish_time":1497949476765,"contributors":[]},"0.22.0":{"name":"addons-linter","version":"0.22.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","eslint":"eslint .","test":"jest tests/ --runInBand --coverage","test-no-coverage":"jest tests/ --runInBand","test-ci":"npm run test && cat ./coverage/lcov.info | coveralls","lint":"npm run eslint","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.25.0","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-loader":"7.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-env":"1.5.2","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.4.4","eslint-plugin-jest":"20.0.3","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-gh-pages":"2.0.0","grunt-newer":"1.3.0","grunt-webpack":"3.0.0","hashish":"0.0.4","isparta":"4.0.0","jest":"20.0.4","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.3.0","request":"2.81.0","sinon":"2.3.4","tar":"3.1.5","webpack":"2.6.1","webpack-dev-server":"2.4.5"},"dependencies":{"ajv":"5.2.0","babel-polyfill":"6.23.0","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.10","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","jed":"1.1.1","pino":"^4.6.0","postcss":"6.0.2","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","whatwg-url":"5.0.0","xmldom":"0.1.27","yargs":"8.0.2","yauzl":"2.8.0"},"gitHead":"c3927b925fc5e5131d698c4baefc2b8cc73732bc","_id":"addons-linter@0.22.0","_shasum":"c78d1d4d96d876fe89e7dd0b8a5ee21f9681a1fe","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"c78d1d4d96d876fe89e7dd0b8a5ee21f9681a1fe","size":11654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.22.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.22.0.tgz_1497914474296_0.8782887703273445"},"directories":{},"publish_time":1497914475328,"_hasShrinkwrap":false,"_cnpm_publish_time":1497914475328,"contributors":[]},"0.21.0":{"name":"addons-linter","version":"0.21.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.24.1","babel-eslint":"7.2.3","babel-istanbul":"0.12.2","babel-istanbul-loader":"0.1.0","babel-loader":"7.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-preset-env":"1.5.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","chai":"4.0.1","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.3.2","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.3.0","grunt-webpack":"3.0.0","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.3.0","mocha":"3.4.2","mocha-multi":"0.11.0","request":"2.81.0","shelljs":"0.7.7","sinon":"2.3.2","webpack":"2.6.1","webpack-dev-server":"2.4.5","tar":"3.1.5"},"dependencies":{"ajv":"5.0.1","babel-polyfill":"6.23.0","bunyan":"1.8.10","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.8","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"6.0.1","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","url-parse":"1.1.9","xmldom":"0.1.27","yargs":"8.0.1","yauzl":"2.8.0"},"gitHead":"cdcccf126bd60d2d133a6c279c617e3e14b73c32","_id":"addons-linter@0.21.0","_shasum":"4e0093306789325d04fd2bb898d32cdf21baae5e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"4e0093306789325d04fd2bb898d32cdf21baae5e","size":253628,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.21.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.21.0.tgz_1496750701411_0.9152419369202107"},"directories":{},"publish_time":1496750702785,"_cnpm_publish_time":1496750702785,"_hasShrinkwrap":false,"contributors":[]},"0.20.0":{"name":"addons-linter","version":"0.20.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.24.1","babel-eslint":"7.2.3","babel-istanbul":"0.12.2","babel-istanbul-loader":"0.1.0","babel-loader":"7.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-preset-env":"1.4.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","chai":"3.5.0","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.3.2","fstream":"1.0.11","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.3.0","grunt-webpack":"3.0.0","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.3.0","mocha":"3.3.0","mocha-multi":"0.11.0","request":"2.81.0","shelljs":"0.7.7","sinon":"2.3.1","webpack":"2.6.1","webpack-dev-server":"2.4.5","tar":"2.2.1"},"dependencies":{"ajv":"5.0.1","babel-polyfill":"6.23.0","bunyan":"1.8.10","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.7","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"6.0.1","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","url-parse":"1.1.9","xmldom":"0.1.27","yargs":"8.0.1","yauzl":"2.8.0"},"gitHead":"0bed228e24efd9d5d3541cf1541a6809bacd5358","_id":"addons-linter@0.20.0","_shasum":"af6995d426ba701b9f26c65128bc9812ca0b4bbb","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"af6995d426ba701b9f26c65128bc9812ca0b4bbb","size":253644,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.20.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter-0.20.0.tgz_1496135886994_0.4127585843671113"},"directories":{},"publish_time":1496135888308,"_cnpm_publish_time":1496135888308,"_hasShrinkwrap":false,"contributors":[]},"0.19.2":{"name":"addons-linter","version":"0.19.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.24.1","babel-eslint":"7.2.3","babel-istanbul":"0.12.2","babel-istanbul-loader":"0.1.0","babel-loader":"7.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-preset-env":"1.4.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-es2015":"6.24.1","babel-preset-stage-2":"6.24.1","chai":"3.5.0","comment-json":"1.1.3","coveralls":"2.13.1","deepmerge":"1.3.2","fstream":"1.0.11","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.3.0","grunt-webpack":"3.0.0","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"4.0.0","markdown-it-emoji":"1.3.0","mocha":"3.3.0","mocha-multi":"0.11.0","request":"2.81.0","shelljs":"0.7.7","sinon":"2.2.0","webpack":"2.5.1","webpack-dev-server":"2.4.5","tar":"2.2.1"},"dependencies":{"ajv":"5.0.1","babel-polyfill":"6.23.0","bunyan":"1.8.10","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.7","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"1.0.16","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"6.0.1","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.15","strip-bom-stream":"3.0.0","url-parse":"1.1.9","xmldom":"0.1.27","yargs":"8.0.1","yauzl":"2.8.0"},"gitHead":"a5918952bd95155e01669276660b950e90207cf8","_id":"addons-linter@0.19.2","_shasum":"8cd7215a16f2104c033710dc064b4c30fc33d540","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"8cd7215a16f2104c033710dc064b4c30fc33d540","size":264702,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.19.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.19.2.tgz_1494339073116_0.8106976186390966"},"directories":{},"publish_time":1494339074154,"_cnpm_publish_time":1494339074154,"_hasShrinkwrap":false,"contributors":[]},"0.19.1":{"name":"addons-linter","version":"0.19.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.24.1","babel-eslint":"7.2.2","babel-istanbul":"0.12.2","babel-istanbul-loader":"0.1.0","babel-loader":"6.4.1","babel-plugin-transform-class-properties":"6.18.0","babel-preset-env":"1.4.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-es2015":"6.24.0","babel-preset-stage-2":"6.24.1","chai":"3.5.0","comment-json":"1.1.3","coveralls":"2.13.0","deepmerge":"1.3.2","fstream":"1.0.11","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.3.0","grunt-webpack":"2.0.1","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"3.0.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.11.0","request":"2.81.0","shelljs":"0.7.7","sinon":"2.1.0","webpack":"2.4.1","webpack-dev-server":"2.4.2","tar":"2.2.1"},"dependencies":{"ajv":"4.11.6","babel-polyfill":"6.20.0","bunyan":"1.8.10","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.5","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"github:entequak/eslint-plugin-no-unsafe-innerhtml#4b6b606d50","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"5.2.17","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.13","strip-bom-stream":"3.0.0","url-parse":"1.1.8","xmldom":"0.1.22","yargs":"7.1.0","yauzl":"2.7.0"},"gitHead":"f1014b6eb82a1e88b6286d6b4976a791c44d59a9","_id":"addons-linter@0.19.1","_shasum":"10ad7e652371a461397040249528a75262a9af55","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"10ad7e652371a461397040249528a75262a9af55","size":265160,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.19.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.19.1.tgz_1493070807094_0.49862517486326396"},"directories":{},"publish_time":1493070807714,"_cnpm_publish_time":1493070807714,"_hasShrinkwrap":false,"contributors":[]},"0.19.0":{"name":"addons-linter","version":"0.19.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.24.1","babel-eslint":"7.2.2","babel-istanbul":"0.12.2","babel-istanbul-loader":"0.1.0","babel-loader":"6.4.1","babel-plugin-transform-class-properties":"6.18.0","babel-preset-env":"1.4.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-es2015":"6.24.0","babel-preset-stage-2":"6.24.1","chai":"3.5.0","comment-json":"1.1.3","coveralls":"2.13.0","deepmerge":"1.3.2","fstream":"1.0.11","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.3.0","grunt-webpack":"2.0.1","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"3.0.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.11.0","request":"2.81.0","shelljs":"0.7.7","sinon":"2.1.0","webpack":"2.4.1","webpack-dev-server":"2.4.2","tar":"2.2.1"},"dependencies":{"ajv":"4.11.6","babel-polyfill":"6.20.0","bunyan":"1.8.10","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.5","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"github:entequak/eslint-plugin-no-unsafe-innerhtml#4b6b606d50","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"5.2.17","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.13","strip-bom-stream":"3.0.0","url-parse":"1.1.8","xmldom":"0.1.22","yargs":"7.1.0","yauzl":"2.7.0"},"gitHead":"9584171565a3a4fbe926af04a9d12739886b513c","_id":"addons-linter@0.19.0","_shasum":"5d5c88d3b15eb1eb0029ed2400a1031acf9242af","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"5d5c88d3b15eb1eb0029ed2400a1031acf9242af","size":265843,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.19.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.19.0.tgz_1492798419758_0.6658347777556628"},"directories":{},"publish_time":1492798422148,"_cnpm_publish_time":1492798422148,"_hasShrinkwrap":false,"contributors":[]},"0.18.2":{"name":"addons-linter","version":"0.18.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.24.1","babel-eslint":"7.2.2","babel-istanbul":"0.12.2","babel-istanbul-loader":"0.1.0","babel-loader":"6.4.1","babel-plugin-transform-class-properties":"6.18.0","babel-preset-env":"1.4.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-es2015":"6.24.0","babel-preset-stage-2":"6.24.1","chai":"3.5.0","comment-json":"1.1.3","coveralls":"2.13.0","deepmerge":"1.3.2","fstream":"1.0.11","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.1.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.3.0","grunt-webpack":"2.0.1","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"3.0.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.11.0","request":"2.81.0","shelljs":"0.7.7","sinon":"2.1.0","webpack":"2.4.1","webpack-dev-server":"2.4.2","tar":"2.2.1"},"dependencies":{"ajv":"4.11.6","babel-polyfill":"6.20.0","bunyan":"1.8.10","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.5","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"github:entequak/eslint-plugin-no-unsafe-innerhtml#4b6b606d50","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"5.2.17","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.13","strip-bom-stream":"3.0.0","url-parse":"1.1.8","xmldom":"0.1.22","yargs":"7.1.0","yauzl":"2.7.0"},"gitHead":"fcf0e201c276c9572bfeb0950dc3f653724a8339","_id":"addons-linter@0.18.2","_shasum":"4e7ce569903834fbd61d937997a7a9990a748ed6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"4e7ce569903834fbd61d937997a7a9990a748ed6","size":268056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.18.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.18.2.tgz_1492520872489_0.6617488444317132"},"directories":{},"publish_time":1492520873304,"_cnpm_publish_time":1492520873304,"_hasShrinkwrap":false,"contributors":[]},"0.18.1":{"name":"addons-linter","version":"0.18.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.24.1","babel-eslint":"7.2.0","babel-istanbul":"0.12.2","babel-istanbul-loader":"0.1.0","babel-loader":"6.4.1","babel-plugin-transform-class-properties":"6.18.0","babel-preset-env":"1.3.3","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-preset-es2015":"6.24.0","babel-preset-stage-2":"6.24.1","chai":"3.5.0","comment-json":"1.1.3","coveralls":"2.13.0","deepmerge":"1.3.2","fstream":"1.0.11","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"2.0.1","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"3.0.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.10.0","request":"2.81.0","shelljs":"0.7.7","sinon":"2.1.0","webpack":"2.3.3","webpack-dev-server":"2.4.2","tar":"2.2.1"},"dependencies":{"ajv":"4.11.6","babel-polyfill":"6.20.0","bunyan":"1.8.10","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.4","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"github:entequak/eslint-plugin-no-unsafe-innerhtml#4b6b606d50","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"5.2.15","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.13","strip-bom-stream":"3.0.0","url-parse":"1.1.8","xmldom":"0.1.22","yargs":"7.0.1","yauzl":"2.7.0"},"gitHead":"34470b3f9e6e5bc93ddc827cfda8c25e8d2b2e85","_id":"addons-linter@0.18.1","_shasum":"e400c58f6a97d1d79f365bf6c334dbc7df719da0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"e400c58f6a97d1d79f365bf6c334dbc7df719da0","size":268055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.18.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.18.1.tgz_1491911832782_0.10765904397703707"},"directories":{},"publish_time":1491911835070,"_cnpm_publish_time":1491911835070,"_hasShrinkwrap":false,"contributors":[]},"0.18.0":{"name":"addons-linter","version":"0.18.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.24.0","babel-eslint":"7.2.0","babel-istanbul":"0.12.2","babel-istanbul-loader":"0.1.0","babel-loader":"6.4.1","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-preset-es2015":"6.24.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","comment-json":"1.1.3","coveralls":"2.13.0","deepmerge":"^1.3.2","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"8.3.1","markdown-it-anchor":"3.0.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.10.0","shelljs":"0.7.7","sinon":"2.1.0","webpack":"1.14.0","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.11.4","babel-polyfill":"6.20.0","bunyan":"1.8.10","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.3","es6-promisify":"5.0.0","eslint":"3.19.0","eslint-plugin-no-unsafe-innerhtml":"github:entequak/eslint-plugin-no-unsafe-innerhtml#4b6b606d50","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"5.2.15","relaxed-json":"1.0.1","semver":"5.3.0","source-map-support":"0.4.13","strip-bom-stream":"3.0.0","url-parse":"1.1.8","xmldom":"0.1.22","yargs":"7.0.1","yauzl":"2.7.0"},"gitHead":"20a41d7dfbb627262c2a6d82c08bbafdeeabf39b","_id":"addons-linter@0.18.0","_shasum":"4b68a684b3f4d3f18d0973b0e6965e724ef5d124","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"4b68a684b3f4d3f18d0973b0e6965e724ef5d124","size":139028,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.18.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.18.0.tgz_1491548293953_0.8868621191941202"},"directories":{},"publish_time":1491548296700,"_cnpm_publish_time":1491548296700,"_hasShrinkwrap":false,"contributors":[]},"0.17.0":{"name":"addons-linter","version":"0.17.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.23.1","babel-eslint":"7.1.0","babel-istanbul":"0.12.2","babel-istanbul-loader":"0.1.0","babel-loader":"6.3.2","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-preset-es2015":"6.22.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","comment-json":"1.1.3","coveralls":"2.11.16","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.3.0","markdown-it-anchor":"3.0.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.10.0","shelljs":"0.7.5","sinon":"1.17.7","webpack":"1.14.0","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.11.3","babel-polyfill":"6.20.0","bunyan":"1.8.5","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.3","es6-promisify":"5.0.0","eslint":"3.16.1","eslint-plugin-no-unsafe-innerhtml":"github:entequak/eslint-plugin-no-unsafe-innerhtml#4b6b606d50","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"5.2.15","relaxed-json":"1.0.0","semver":"5.3.0","source-map-support":"0.4.11","strip-bom-stream":"3.0.0","url-parse":"1.1.8","xmldom":"0.1.22","yargs":"6.6.0","yauzl":"2.7.0"},"gitHead":"50510469ceb592d04566885f72d3bfd9a429a474","_id":"addons-linter@0.17.0","_shasum":"ab30dee40f1b05034d4b09ca213c29b5f4fb9138","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"ab30dee40f1b05034d4b09ca213c29b5f4fb9138","size":127501,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.17.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.17.0.tgz_1488562821168_0.5094289812259376"},"directories":{},"publish_time":1488562821910,"_cnpm_publish_time":1488562821910,"_hasShrinkwrap":false,"contributors":[]},"0.16.0":{"name":"addons-linter","version":"0.16.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.23.1","babel-eslint":"7.1.0","babel-istanbul":"0.12.1","babel-istanbul-loader":"0.1.0","babel-loader":"6.3.2","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-preset-es2015":"6.22.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","coveralls":"2.11.16","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.3.0","markdown-it-anchor":"3.0.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.10.0","shelljs":"0.7.5","sinon":"1.17.7","webpack":"1.14.0","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.11.3","babel-polyfill":"6.20.0","bunyan":"1.8.5","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.3","es6-promisify":"5.0.0","eslint":"3.16.1","eslint-plugin-no-unsafe-innerhtml":"github:entequak/eslint-plugin-no-unsafe-innerhtml#4b6b606d50","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"5.2.15","relaxed-json":"1.0.0","semver":"5.3.0","source-map-support":"0.4.11","strip-bom-stream":"3.0.0","url-parse":"1.1.8","xmldom":"0.1.22","yargs":"6.6.0","yauzl":"2.7.0"},"gitHead":"0e035f909ba874325009c7514438d5fe3316740f","_id":"addons-linter@0.16.0","_shasum":"61147ada1e8739566c9f4fa0c0e4baf16453eb06","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"61147ada1e8739566c9f4fa0c0e4baf16453eb06","size":126847,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.16.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.16.0.tgz_1488288897995_0.6757180800195783"},"directories":{},"publish_time":1488288899974,"_cnpm_publish_time":1488288899974,"_hasShrinkwrap":false,"contributors":[]},"0.15.15":{"name":"addons-linter","version":"0.15.15","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.21.0","babel-eslint":"7.1.0","babel-istanbul":"0.12.1","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.10","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-preset-es2015":"6.18.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","coveralls":"2.11.15","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.2.2","markdown-it-anchor":"2.6.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.10.0","shelljs":"0.7.5","sinon":"1.17.7","webpack":"1.14.0","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.10.4","babel-polyfill":"6.20.0","bunyan":"1.8.5","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.3","es6-promisify":"5.0.0","eslint":"3.13.1","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"5.2.10","relaxed-json":"1.0.0","semver":"5.3.0","source-map-support":"0.4.7","strip-bom-stream":"2.0.0","url-parse":"1.1.7","xmldom":"0.1.22","yargs":"6.6.0","yauzl":"2.7.0"},"gitHead":"27478bceb3d5fca24be4ef0e43aab8425fe45166","_id":"addons-linter@0.15.15","_shasum":"02aef6cefdc852628b970bbcd9c3ed384f1a1312","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"02aef6cefdc852628b970bbcd9c3ed384f1a1312","size":124416,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.15.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.15.tgz_1484326546546_0.8722790086176246"},"directories":{},"publish_time":1484326547153,"_cnpm_publish_time":1484326547153,"_hasShrinkwrap":false,"contributors":[]},"0.15.14":{"name":"addons-linter","version":"0.15.14","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.21.0","babel-eslint":"7.1.0","babel-istanbul":"0.12.1","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.10","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-preset-es2015":"6.18.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","coveralls":"2.11.15","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.2.2","markdown-it-anchor":"2.6.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.9.1","shelljs":"0.7.5","sinon":"1.17.7","webpack":"1.14.0","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.10.1","babel-polyfill":"6.20.0","bunyan":"1.8.5","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.3","es6-promisify":"5.0.0","eslint":"3.12.2","esprima":"3.1.3","first-chunk-stream":"2.0.0","postcss":"5.2.8","relaxed-json":"1.0.0","semver":"5.3.0","source-map-support":"0.4.7","strip-bom-stream":"2.0.0","url-parse":"1.1.7","xmldom":"0.1.22","yargs":"6.6.0","yauzl":"2.7.0"},"gitHead":"c91bb18a1e954fbaa18c7bbe472cba10a8933db5","_id":"addons-linter@0.15.14","_shasum":"21806ac158eef4ddda4238ef525d5ee9d3b6f936","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.3","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"21806ac158eef4ddda4238ef525d5ee9d3b6f936","size":124371,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.14.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.14.tgz_1483526948791_0.497980666346848"},"directories":{},"publish_time":1483526949500,"_cnpm_publish_time":1483526949500,"_hasShrinkwrap":false,"contributors":[]},"0.15.13":{"name":"addons-linter","version":"0.15.13","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.20.0","babel-eslint":"7.1.0","babel-istanbul":"0.12.1","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.9","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-preset-es2015":"6.18.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","coveralls":"2.11.15","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.2.2","markdown-it-anchor":"2.6.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.9.1","shelljs":"0.7.5","sinon":"1.17.6","webpack":"1.14.0","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.10.0","babel-polyfill":"6.20.0","bunyan":"1.8.5","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.3","es6-promisify":"5.0.0","eslint":"3.12.2","esprima":"3.1.1","first-chunk-stream":"2.0.0","postcss":"5.2.5","relaxed-json":"1.0.0","semver":"5.3.0","source-map-support":"0.4.6","strip-bom-stream":"2.0.0","url-parse":"1.1.7","xmldom":"0.1.22","yargs":"6.5.0","yauzl":"2.7.0"},"gitHead":"6d80a18bee1f2a98a0749834fa468d9c13b47136","_id":"addons-linter@0.15.13","_shasum":"6f805ce6b4a9f4a1817ddda3604feba01752ab59","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"6f805ce6b4a9f4a1817ddda3604feba01752ab59","size":124293,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.13.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.13.tgz_1481897170628_0.3200246309861541"},"directories":{},"publish_time":1481897171315,"_cnpm_publish_time":1481897171315,"_hasShrinkwrap":false,"contributors":[]},"0.15.12":{"name":"addons-linter","version":"0.15.12","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.18.2","babel-eslint":"7.1.0","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.7","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.16.0","babel-preset-es2015":"6.16.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","coveralls":"2.11.14","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.1.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.9.1","shelljs":"0.7.5","sinon":"1.17.6","webpack":"1.13.3","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.8.2","babel-polyfill":"6.16.0","bunyan":"1.8.4","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.3","es6-promisify":"5.0.0","eslint":"3.8.1","esprima":"3.1.1","first-chunk-stream":"2.0.0","postcss":"5.2.5","relaxed-json":"1.0.0","semver":"5.3.0","source-map-support":"0.4.6","strip-bom-stream":"2.0.0","url-parse":"1.1.7","xmldom":"0.1.22","yargs":"6.3.0","yauzl":"2.7.0"},"gitHead":"aa87266f6cde6c8a1e816f8541f20b8f537b9604","_id":"addons-linter@0.15.12","_shasum":"25eaf7fed4da07c3f51dfee40bd61ce9dc8970a3","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"25eaf7fed4da07c3f51dfee40bd61ce9dc8970a3","size":122398,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.12.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.12.tgz_1480429049785_0.9281908045522869"},"directories":{},"publish_time":1480429050470,"_cnpm_publish_time":1480429050470,"_hasShrinkwrap":false,"contributors":[]},"0.15.11":{"name":"addons-linter","version":"0.15.11","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.18.2","babel-eslint":"7.1.0","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.7","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.16.0","babel-preset-es2015":"6.16.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","coveralls":"2.11.14","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.1.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.9.1","shelljs":"0.7.5","sinon":"1.17.6","webpack":"1.13.3","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.8.2","babel-polyfill":"6.16.0","bunyan":"1.8.4","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.2","es6-promisify":"5.0.0","eslint":"3.8.1","esprima":"3.1.1","first-chunk-stream":"2.0.0","postcss":"5.2.5","relaxed-json":"1.0.0","semver":"5.3.0","source-map-support":"0.4.6","strip-bom-stream":"2.0.0","url-parse":"1.1.7","xmldom":"0.1.22","yargs":"6.3.0","yauzl":"2.7.0"},"gitHead":"af9159f50b91e93daa39fedeb45cb4e9be7e9b3c","_id":"addons-linter@0.15.11","_shasum":"729df92def85fb5cd7460ebda7b099b5d52b97df","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"729df92def85fb5cd7460ebda7b099b5d52b97df","size":122160,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.11.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.11.tgz_1479207309837_0.2917778471019119"},"directories":{},"publish_time":1479207310528,"_cnpm_publish_time":1479207310528,"_hasShrinkwrap":false,"contributors":[]},"0.15.10":{"name":"addons-linter","version":"0.15.10","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.18.2","babel-eslint":"7.1.0","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.7","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.16.0","babel-preset-es2015":"6.16.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","coveralls":"2.11.14","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.1.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.9.1","shelljs":"0.7.5","sinon":"1.17.6","webpack":"1.13.3","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.8.2","babel-polyfill":"6.16.0","bunyan":"1.8.4","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.1","es6-promisify":"5.0.0","eslint":"3.8.1","esprima":"3.1.1","first-chunk-stream":"2.0.0","postcss":"5.2.5","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.6","strip-bom-stream":"2.0.0","url-parse":"1.1.7","xmldom":"0.1.22","yargs":"6.3.0","yauzl":"2.7.0"},"gitHead":"6d001c2880fd7a1b239a62dce9e9fd1c276d52c0","_id":"addons-linter@0.15.10","_shasum":"cd0ff7d649b36b73566b25c0aa6e5ce7678c8051","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"cd0ff7d649b36b73566b25c0aa6e5ce7678c8051","size":122177,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.10.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.10.tgz_1478598263567_0.3353143746498972"},"directories":{},"publish_time":1478598265831,"_cnpm_publish_time":1478598265831,"_hasShrinkwrap":false,"contributors":[]},"0.15.9":{"name":"addons-linter","version":"0.15.9","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.18.0","babel-eslint":"7.1.0","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.7","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.16.0","babel-preset-es2015":"6.16.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","coveralls":"2.11.14","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.9.1","shelljs":"0.7.5","sinon":"1.17.6","webpack":"1.13.3","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.8.2","babel-polyfill":"6.16.0","bunyan":"1.8.4","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.1","es6-promisify":"5.0.0","eslint":"3.8.1","esprima":"3.1.0","first-chunk-stream":"2.0.0","postcss":"5.2.5","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.6","strip-bom-stream":"2.0.0","url-parse":"1.1.6","xmldom":"0.1.22","yargs":"6.3.0","yauzl":"2.7.0"},"gitHead":"fc83829bf8d3ff9882ba5cbbbe6853ec030b873c","_id":"addons-linter@0.15.9","_shasum":"e044c06a171f9ddc5d784ec9b08765ff4e23ad7f","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"e044c06a171f9ddc5d784ec9b08765ff4e23ad7f","size":122000,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.9.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.9.tgz_1477913679005_0.21659140521660447"},"directories":{},"publish_time":1477913679636,"_cnpm_publish_time":1477913679636,"_hasShrinkwrap":false,"contributors":[]},"0.15.8":{"name":"addons-linter","version":"0.15.8","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.18.0","babel-eslint":"7.1.0","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.6","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.16.0","babel-preset-es2015":"6.16.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","coveralls":"2.11.14","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.9.1","shelljs":"0.7.5","sinon":"1.17.6","webpack":"1.13.3","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.8.2","babel-polyfill":"6.16.0","bunyan":"1.8.4","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.1","es6-promisify":"5.0.0","eslint":"3.8.1","esprima":"3.1.0","first-chunk-stream":"2.0.0","postcss":"5.2.5","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.5","strip-bom-stream":"2.0.0","url-parse":"1.1.6","xmldom":"0.1.22","yargs":"6.3.0","yauzl":"2.7.0"},"gitHead":"acc8d0d177e3119230afebc5afadc81c52d43df8","_id":"addons-linter@0.15.8","_shasum":"c1eb5abc842e5792aafa1acce9eed8825947dffd","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"c1eb5abc842e5792aafa1acce9eed8825947dffd","size":121704,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.8.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.8.tgz_1477573005424_0.5094891774933785"},"directories":{},"publish_time":1477573007790,"_cnpm_publish_time":1477573007790,"_hasShrinkwrap":false,"contributors":[]},"0.15.7":{"name":"addons-linter","version":"0.15.7","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.18.0","babel-eslint":"7.0.0","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.5","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-modules-commonjs":"6.16.0","babel-preset-es2015":"6.16.0","babel-preset-stage-2":"6.18.0","chai":"3.5.0","coveralls":"2.11.14","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.9.1","shelljs":"0.7.4","sinon":"1.17.6","webpack":"1.13.2","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.8.2","babel-polyfill":"6.16.0","bunyan":"1.8.2","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.10.0","es6-promisify":"5.0.0","eslint":"3.8.1","esprima":"3.1.0","first-chunk-stream":"2.0.0","postcss":"5.2.5","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.5","strip-bom-stream":"2.0.0","url-parse":"1.1.6","xmldom":"0.1.22","yargs":"6.3.0","yauzl":"2.7.0"},"gitHead":"e99a637a6c2786885e2ce11fe8a39741d17841a5","_id":"addons-linter@0.15.7","_shasum":"9ce9f33d253d61bf27f9ee048a079d29d04da0e2","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"9ce9f33d253d61bf27f9ee048a079d29d04da0e2","size":121777,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.7.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.7.tgz_1477400192909_0.7597064878791571"},"directories":{},"publish_time":1477400195115,"_cnpm_publish_time":1477400195115,"_hasShrinkwrap":false,"contributors":[]},"0.15.6":{"name":"addons-linter","version":"0.15.6","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.17.0","babel-eslint":"7.0.0","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.5","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-es2015-modules-commonjs":"6.16.0","babel-preset-es2015":"6.16.0","babel-preset-stage-2":"6.17.0","chai":"3.5.0","coveralls":"2.11.14","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.9.1","shelljs":"0.7.4","sinon":"1.17.6","webpack":"1.13.2","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.8.0","babel-polyfill":"6.16.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.9.0","es6-promisify":"5.0.0","eslint":"3.8.1","esprima":"3.1.0","first-chunk-stream":"2.0.0","postcss":"5.2.4","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.4","strip-bom-stream":"2.0.0","url-parse":"1.1.6","xmldom":"0.1.22","yargs":"6.2.0","yauzl":"2.6.0"},"gitHead":"b48cef243c920c56b775e25800f168c4c81816f3","_id":"addons-linter@0.15.6","_shasum":"43fde31234b3368f5e5bf4e3cef51eb4dd38533c","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"43fde31234b3368f5e5bf4e3cef51eb4dd38533c","size":121801,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.6.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.6.tgz_1477145211453_0.33271317067556083"},"directories":{},"publish_time":1477145213642,"_cnpm_publish_time":1477145213642,"_hasShrinkwrap":false,"contributors":[]},"0.15.5":{"name":"addons-linter","version":"0.15.5","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.17.0","babel-eslint":"7.0.0","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.5","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-es2015-modules-commonjs":"6.16.0","babel-preset-es2015":"6.16.0","babel-preset-stage-2":"6.17.0","chai":"3.5.0","coveralls":"2.11.14","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.18","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.3.0","mocha":"3.1.2","mocha-multi":"0.9.1","shelljs":"0.7.4","sinon":"1.17.6","webpack":"1.13.2","webpack-dev-server":"1.16.2"},"dependencies":{"ajv":"4.7.7","babel-polyfill":"6.16.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.9.0","es6-promisify":"5.0.0","eslint":"3.7.1","esprima":"3.1.0","first-chunk-stream":"2.0.0","postcss":"5.2.4","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.3","strip-bom-stream":"2.0.0","url-parse":"1.1.6","xmldom":"0.1.22","yargs":"6.0.0","yauzl":"2.6.0"},"gitHead":"0936823982782a69bb2ef0337411ccb96667d8c6","_id":"addons-linter@0.15.5","_shasum":"f167b2a7cced34876b062266e3ed7f919f3b24a6","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"f167b2a7cced34876b062266e3ed7f919f3b24a6","size":121770,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.5.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.5.tgz_1476199113111_0.48202280839905143"},"directories":{},"publish_time":1476199113818,"_cnpm_publish_time":1476199113818,"_hasShrinkwrap":false,"contributors":[]},"0.15.4":{"name":"addons-linter","version":"0.15.4","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.16.0","babel-eslint":"7.0.0","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.5","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-es2015-modules-commonjs":"6.16.0","babel-preset-es2015":"6.16.0","babel-preset-stage-2":"6.16.0","chai":"3.5.0","coveralls":"2.11.14","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.13.2","grunt-newer":"1.2.0","grunt-webpack":"1.0.15","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"8.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"3.1.0","mocha-multi":"0.9.1","shelljs":"0.7.4","sinon":"1.17.6","webpack":"1.13.2","webpack-dev-server":"1.16.1"},"dependencies":{"ajv":"4.7.5","babel-polyfill":"6.16.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.8.0","es6-promisify":"5.0.0","eslint":"3.6.1","esprima":"3.0.0","first-chunk-stream":"2.0.0","postcss":"5.2.4","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.3","strip-bom-stream":"2.0.0","url-parse":"1.1.3","xmldom":"0.1.22","yargs":"5.0.0","yauzl":"2.6.0"},"gitHead":"bc07ff7dddffe5a30a428646ac7de2a3f47fd91f","_id":"addons-linter@0.15.4","_shasum":"4a71471c750b6ab84e83048af36d9e80f827e044","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"4a71471c750b6ab84e83048af36d9e80f827e044","size":121751,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.4.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.4.tgz_1475252109515_0.48221992468461394"},"directories":{},"publish_time":1475252110825,"_cnpm_publish_time":1475252110825,"_hasShrinkwrap":false,"contributors":[]},"0.15.3":{"name":"addons-linter","version":"0.15.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.13.2","babel-eslint":"6.1.2","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.5","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-es2015-modules-commonjs":"6.11.5","babel-preset-es2015":"6.13.2","babel-preset-stage-2":"6.13.0","chai":"3.5.0","coveralls":"2.11.12","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.14","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"7.0.1","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"3.0.2","mocha-multi":"0.9.1","shelljs":"0.7.3","sinon":"1.17.5","webpack":"1.13.2","webpack-dev-server":"1.15.1"},"dependencies":{"ajv":"4.6.1","babel-polyfill":"6.13.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.22.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.8.0","es6-promisify":"4.1.0","eslint":"3.3.1","esprima":"2.7.3","first-chunk-stream":"2.0.0","postcss":"5.1.2","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.2","strip-bom-stream":"2.0.0","url-parse":"1.1.3","xmldom":"0.1.22","yargs":"5.0.0","yauzl":"2.6.0"},"gitHead":"4d829186293a41fcbe3ba2fb9199cedc0d52a10d","_id":"addons-linter@0.15.3","_shasum":"479ee9cdac94d96ffd77235deafe1ee46a666574","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"479ee9cdac94d96ffd77235deafe1ee46a666574","size":121607,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.3.tgz_1472830560954_0.1455130879767239"},"directories":{},"publish_time":1472830563011,"_cnpm_publish_time":1472830563011,"_hasShrinkwrap":false,"contributors":[]},"0.15.2":{"name":"addons-linter","version":"0.15.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.13.2","babel-eslint":"6.1.2","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.5","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-es2015-modules-commonjs":"6.11.5","babel-preset-es2015":"6.13.2","babel-preset-stage-2":"6.13.0","chai":"3.5.0","coveralls":"2.11.12","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.14","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.2","lodash.clonedeep":"4.5.0","markdown-it":"7.0.1","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"3.0.2","mocha-multi":"0.9.1","shelljs":"0.7.3","sinon":"1.17.5","webpack":"1.13.2","webpack-dev-server":"1.15.0"},"dependencies":{"ajv":"4.5.0","babel-polyfill":"6.13.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.8.0","es6-promisify":"4.1.0","eslint":"3.3.1","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.1.2","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.2","strip-bom-stream":"2.0.0","url-parse":"1.1.3","xmldom":"0.1.22","yargs":"5.0.0","yauzl":"2.6.0"},"gitHead":"de18cac712a53de407fe45c40baac344c8e9d7ca","_id":"addons-linter@0.15.2","_shasum":"77821c8fd11f7e4e302812e56970d30678f64913","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"77821c8fd11f7e4e302812e56970d30678f64913","size":112533,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.2.tgz_1471897526322_0.6480065784417093"},"directories":{},"publish_time":1471897528348,"_cnpm_publish_time":1471897528348,"_hasShrinkwrap":false,"contributors":[]},"0.15.1":{"name":"addons-linter","version":"0.15.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.13.2","babel-eslint":"6.1.2","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-es2015-modules-commonjs":"6.11.5","babel-preset-es2015":"6.13.2","babel-preset-stage-2":"6.13.0","chai":"3.5.0","coveralls":"2.11.12","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.14","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","lodash.clonedeep":"4.4.1","markdown-it":"7.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"3.0.2","mocha-multi":"0.9.1","shelljs":"0.7.3","sinon":"1.17.5","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"ajv":"4.4.0","babel-polyfill":"6.13.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.7.0","es6-promisify":"4.1.0","eslint":"3.2.2","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.1.2","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.2","strip-bom-stream":"2.0.0","url-parse":"1.1.1","xmldom":"0.1.22","yargs":"4.8.1","yauzl":"2.6.0"},"gitHead":"d5395afbec3e15ea6e2eb2ad6d2415542c5358d1","_id":"addons-linter@0.15.1","_shasum":"88f8c7a65db6f4c33774a7ce4b5f21680fdad5f9","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"88f8c7a65db6f4c33774a7ce4b5f21680fdad5f9","size":111165,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.1.tgz_1470858716456_0.32690629409626126"},"directories":{},"publish_time":1470858718523,"_cnpm_publish_time":1470858718523,"_hasShrinkwrap":false,"contributors":[]},"0.15.0":{"name":"addons-linter","version":"0.15.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.13.2","babel-eslint":"6.1.2","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-es2015-modules-commonjs":"6.11.5","babel-preset-es2015":"6.13.2","babel-preset-stage-2":"6.13.0","chai":"3.5.0","coveralls":"2.11.12","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"2.0.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.14","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","lodash.clonedeep":"4.4.1","markdown-it":"7.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"3.0.2","mocha-multi":"0.9.1","shelljs":"0.7.3","sinon":"1.17.5","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"ajv":"4.4.0","babel-polyfill":"6.13.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.7.0","es6-promisify":"4.1.0","eslint":"3.2.2","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.1.2","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.2","strip-bom-stream":"2.0.0","url-parse":"1.1.1","xmldom":"0.1.22","yargs":"4.8.1","yauzl":"2.6.0"},"gitHead":"b645d1aed2dc05f16b75cd8bdc6e6f4d8db5471c","_id":"addons-linter@0.15.0","_shasum":"174d15e8b531e88d84a08559aaad104279f5a977","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"174d15e8b531e88d84a08559aaad104279f5a977","size":111153,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.15.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.15.0.tgz_1470760582781_0.4479781712871045"},"directories":{},"publish_time":1470760585572,"_cnpm_publish_time":1470760585572,"_hasShrinkwrap":false,"contributors":[]},"0.14.4":{"name":"addons-linter","version":"0.14.4","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.10.4","babel-eslint":"6.1.2","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-es2015-modules-commonjs":"6.11.5","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.11.0","chai":"3.5.0","coveralls":"2.11.12","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.14","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","lodash.clonedeep":"4.4.1","markdown-it":"7.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"3.0.1","mocha-multi":"0.9.1","shelljs":"0.7.3","sinon":"1.17.5","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"ajv":"4.3.0","babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.7.0","es6-promisify":"4.1.0","eslint":"3.2.2","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.1.1","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.2","strip-bom-stream":"2.0.0","url-parse":"1.1.1","xmldom":"0.1.22","yargs":"4.8.1","yauzl":"2.6.0"},"gitHead":"dd0bcd9185bdb8c53d58eba6522c46113774715f","_id":"addons-linter@0.14.4","_shasum":"61f2156b586f737e8ecd06339dabf7bc8038988e","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"61f2156b586f737e8ecd06339dabf7bc8038988e","size":110268,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.14.4.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.14.4.tgz_1470335119928_0.8696018722839653"},"directories":{},"publish_time":1470335122181,"_cnpm_publish_time":1470335122181,"_hasShrinkwrap":false,"contributors":[]},"0.14.3":{"name":"addons-linter","version":"0.14.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.10.4","babel-eslint":"6.1.2","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-es2015-modules-commonjs":"6.11.5","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.11.0","chai":"3.5.0","coveralls":"2.11.11","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","lodash.clonedeep":"4.4.0","markdown-it":"7.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.2","sinon":"1.17.5","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"ajv":"4.2.0","babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.7.0","es6-promisify":"4.1.0","eslint":"3.1.1","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.1.1","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.2","strip-bom-stream":"2.0.0","url-parse":"1.1.1","xmldom":"0.1.22","yargs":"4.8.1","yauzl":"2.6.0"},"gitHead":"eff08f34fd292371c32178f7aa427ede5d1d5fed","_id":"addons-linter@0.14.3","_shasum":"11c69ce55080452c03101c256ac155163bd7b9dc","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"11c69ce55080452c03101c256ac155163bd7b9dc","size":109166,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.14.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.14.3.tgz_1470158994330_0.7610717273782939"},"directories":{},"publish_time":1470158996469,"_cnpm_publish_time":1470158996469,"_hasShrinkwrap":false,"contributors":[]},"0.14.2":{"name":"addons-linter","version":"0.14.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.10.4","babel-eslint":"6.1.2","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-es2015-modules-commonjs":"6.11.5","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.11.0","chai":"3.5.0","coveralls":"2.11.11","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","lodash.clonedeep":"4.4.0","markdown-it":"7.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.2","sinon":"1.17.5","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"ajv":"4.2.0","babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.6.0","es6-promisify":"4.1.0","eslint":"3.1.1","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.1.1","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.2","strip-bom-stream":"2.0.0","url-parse":"1.1.1","xmldom":"0.1.22","yargs":"4.8.1","yauzl":"2.6.0"},"gitHead":"d6f2e74761f17e92f94baecc6ea8f62677db8da0","_id":"addons-linter@0.14.2","_shasum":"ce6b915e83d5d0cef2ad22b041e06221d19c5d5b","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"ce6b915e83d5d0cef2ad22b041e06221d19c5d5b","size":109139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.14.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.14.2.tgz_1469541628794_0.7903294034767896"},"directories":{},"publish_time":1469541631320,"_cnpm_publish_time":1469541631320,"_hasShrinkwrap":false,"contributors":[]},"0.14.1":{"name":"addons-linter","version":"0.14.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.10.4","babel-eslint":"6.1.2","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-modules-commonjs":"6.10.3","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.11.0","chai":"3.5.0","coveralls":"2.11.11","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","lodash.clonedeep":"4.3.2","markdown-it":"7.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"ajv":"4.1.7","babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.6.0","es6-promisify":"4.1.0","eslint":"3.1.1","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.1.0","relaxed-json":"1.0.0","semver":"5.3.0","sha.js":"2.4.5","source-map-support":"0.4.2","strip-bom-stream":"2.0.0","url-parse":"1.1.1","xmldom":"0.1.22","yargs":"4.8.1","yauzl":"2.6.0"},"gitHead":"d8e830cfa0c2bad3044af6fdebbf4e919e9cc65a","_id":"addons-linter@0.14.1","_shasum":"9e4a9fc3fc03cb1529fc5b4c95b2dce9304a30cf","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"9e4a9fc3fc03cb1529fc5b4c95b2dce9304a30cf","size":106856,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.14.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.14.1.tgz_1468947882103_0.23710560146719217"},"directories":{},"publish_time":1468947883315,"_cnpm_publish_time":1468947883315,"_hasShrinkwrap":false,"contributors":[]},"0.14.0":{"name":"addons-linter","version":"0.14.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.10.4","babel-eslint":"6.1.0","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-modules-commonjs":"6.10.3","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.11.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","lodash.clonedeep":"4.3.2","markdown-it":"7.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"ajv":"4.1.5","babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.5.2","es6-promisify":"4.1.0","eslint":"3.0.0","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.0.21","relaxed-json":"1.0.0","semver":"5.2.0","sha.js":"2.4.5","source-map-support":"0.4.1","strip-bom-stream":"2.0.0","url-parse":"1.1.1","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.6.0"},"gitHead":"f6a57d80bb4a2e17b018071dbb534d3fac25af57","_id":"addons-linter@0.14.0","_shasum":"5573ebebcfd433bf7a87685ed7a243a22e1e47f5","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"5573ebebcfd433bf7a87685ed7a243a22e1e47f5","size":106807,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.14.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.14.0.tgz_1467718665373_0.7795396405272186"},"directories":{},"publish_time":1467718667766,"_cnpm_publish_time":1467718667766,"_hasShrinkwrap":false,"contributors":[]},"0.13.0":{"name":"addons-linter","version":"0.13.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.10.4","babel-eslint":"6.1.0","babel-istanbul":"0.11.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-modules-commonjs":"6.10.3","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.11.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"19.0.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","lodash.clonedeep":"4.3.2","markdown-it":"7.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"ajv":"4.1.5","babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.5.2","es6-promisify":"4.1.0","eslint":"3.0.0","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.0.21","relaxed-json":"1.0.0","semver":"5.2.0","sha.js":"2.4.5","source-map-support":"0.4.1","strip-bom-stream":"2.0.0","url-parse":"1.1.1","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.6.0"},"gitHead":"ba6bd9b69aa61647d34dce7dc27ba9c4205af592","_id":"addons-linter@0.13.0","_shasum":"41f8b012fd8c5bb632a71a12dc850207ca1e17bb","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"41f8b012fd8c5bb632a71a12dc850207ca1e17bb","size":106513,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.13.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.13.0.tgz_1467705318953_0.02148213516920805"},"directories":{},"publish_time":1467705321197,"_cnpm_publish_time":1467705321197,"_hasShrinkwrap":false,"contributors":[]},"0.12.3":{"name":"addons-linter","version":"0.12.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.10.4","babel-eslint":"6.1.0","babel-istanbul":"0.8.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-modules-commonjs":"6.10.3","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.11.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","lodash.clonedeep":"4.3.2","markdown-it":"7.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"ajv":"4.1.4","babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.5.2","es6-promisify":"4.1.0","eslint":"2.13.1","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.0.21","semver":"5.1.1","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","url-parse":"1.1.1","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.6.0"},"gitHead":"77d275fcfbdc4d6b52641488ceb4224cddee2c9d","_id":"addons-linter@0.12.3","_shasum":"d70876fc05589bd1f58875cd1e83cd64f8ba5fb1","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"d70876fc05589bd1f58875cd1e83cd64f8ba5fb1","size":106273,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.12.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.12.3.tgz_1467136528051_0.7472428632900119"},"directories":{},"publish_time":1467136529242,"_cnpm_publish_time":1467136529242,"_hasShrinkwrap":false,"contributors":[]},"0.12.2":{"name":"addons-linter","version":"0.12.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.10.4","babel-eslint":"6.1.0","babel-istanbul":"0.8.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-modules-commonjs":"6.10.3","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.11.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","lodash.clonedeep":"4.3.2","markdown-it":"7.0.0","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"ajv":"4.1.4","babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.5.2","es6-promisify":"4.1.0","eslint":"2.13.1","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.0.21","semver":"5.1.1","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","url-parse":"1.1.1","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.6.0"},"gitHead":"1f1e2a6d2b96bb245744c5b5e8530a2d93846b4f","_id":"addons-linter@0.12.2","_shasum":"4ade14fb5981b99bd451ff1a7591a26e582ab0a4","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"4ade14fb5981b99bd451ff1a7591a26e582ab0a4","size":105699,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.12.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.12.2.tgz_1467051786126_0.525481851072982"},"directories":{},"publish_time":1467051789014,"_cnpm_publish_time":1467051789014,"_hasShrinkwrap":false,"contributors":[]},"0.12.1":{"name":"addons-linter","version":"0.12.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.9.1","babel-eslint":"6.0.4","babel-istanbul":"0.8.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","lodash.clonedeep":"4.3.2","markdown-it":"6.0.4","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"ajv":"4.1.3","babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.5.1","es6-promisify":"4.1.0","eslint":"2.13.0","esprima":"2.7.2","first-chunk-stream":"2.0.0","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","url-parse":"1.1.1","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.6.0"},"gitHead":"14c60040e55b26ced0723b2ac62ae008534129d5","_id":"addons-linter@0.12.1","_shasum":"b6149d61d662e1dbf33b269391bb69b59a411e81","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"b6149d61d662e1dbf33b269391bb69b59a411e81","size":104713,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.12.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.12.1.tgz_1466631468411_0.129177589667961"},"directories":{},"publish_time":1466631471255,"_cnpm_publish_time":1466631471255,"_hasShrinkwrap":false,"contributors":[]},"0.11.2":{"name":"addons-linter","version":"0.11.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.9.1","babel-eslint":"6.0.4","babel-istanbul":"0.8.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.4","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.5.1","es6-promisify":"4.1.0","eslint":"2.13.0","esprima":"2.7.2","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.5.3","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.6.0"},"gitHead":"dbd327be62ad461cf416211dd7c88617e1b0ac1f","_id":"addons-linter@0.11.2","_shasum":"15534516f0b4ff0cc7b066dced85ffe7175a0c4a","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"15534516f0b4ff0cc7b066dced85ffe7175a0c4a","size":100875,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.11.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.11.2.tgz_1466518642948_0.5922959458548576"},"directories":{},"publish_time":1466518645558,"_cnpm_publish_time":1466518645558,"_hasShrinkwrap":false,"contributors":[]},"0.11.1":{"name":"addons-linter","version":"0.11.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.9.1","babel-eslint":"6.0.4","babel-istanbul":"0.8.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.9.1","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.4","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.5.1","es6-promisify":"4.1.0","eslint":"2.11.1","esprima":"2.7.2","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.5.3","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.5.0"},"gitHead":"a22813a89f8b7561ce75108ea5473fa03f2b079e","_id":"addons-linter@0.11.1","_shasum":"e060741a34d93a6a2018f1a11724674e5c878e0b","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"e060741a34d93a6a2018f1a11724674e5c878e0b","size":100676,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.11.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.11.1.tgz_1465483413410_0.7470186210703105"},"directories":{},"publish_time":1465483416186,"_cnpm_publish_time":1465483416186,"_hasShrinkwrap":false,"contributors":[]},"0.11.0":{"name":"addons-linter","version":"0.11.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.9.1","babel-eslint":"6.0.4","babel-istanbul":"0.8.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.9.1","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.4","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","crx-parser":"0.1.2","dispensary":"0.5.0","es6-promisify":"4.1.0","eslint":"2.11.1","esprima":"2.7.2","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.5.3","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.5.0"},"gitHead":"fc649aa9a076ef280bd420c37116467e147f9a45","_id":"addons-linter@0.11.0","_shasum":"96ab5a158aef43c2983de9430827b9aabf2a0b3d","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"96ab5a158aef43c2983de9430827b9aabf2a0b3d","size":100653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.11.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.11.0.tgz_1465401333547_0.20094640948809683"},"directories":{},"publish_time":1465401335778,"_cnpm_publish_time":1465401335778,"_hasShrinkwrap":false,"contributors":[]},"0.10.0":{"name":"addons-linter","version":"0.10.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules","publish-coverage":"grunt coveralls"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.9.1","babel-eslint":"6.0.4","babel-istanbul":"0.8.0","babel-istanbul-loader":"0.1.0","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.9.1","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-coveralls":"1.0.1","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.4","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","mocha-multi":"0.9.0","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.5.0","es6-promisify":"4.1.0","eslint":"2.11.1","esprima":"2.7.2","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.5.3","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.4.3"},"gitHead":"1a046ca5ef11abf11e12676bbb0837fe2766934b","_id":"addons-linter@0.10.0","_shasum":"a0a7bc3708953cda0c648078a4d3d94afd62a69d","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"a0a7bc3708953cda0c648078a4d3d94afd62a69d","size":97884,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.10.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.10.0.tgz_1465299869192_0.14967632479965687"},"directories":{},"publish_time":1465299871925,"_cnpm_publish_time":1465299871925,"_hasShrinkwrap":false,"contributors":[]},"0.9.0":{"name":"addons-linter","version":"0.9.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.9.1","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.9.1","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.4","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.5.0","es6-promisify":"4.1.0","eslint":"2.11.1","esprima":"2.7.2","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.5.3","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.4.2"},"gitHead":"fea27f708dba4a555fb2707200625bef70804339","_id":"addons-linter@0.9.0","_shasum":"3953a396aee3ad4398bb40c88025ed6bd339574a","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"3953a396aee3ad4398bb40c88025ed6bd339574a","size":97221,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.9.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.9.0.tgz_1464953653910_0.32575743296183646"},"directories":{},"publish_time":1464953655347,"_cnpm_publish_time":1464953655347,"_hasShrinkwrap":false,"contributors":[]},"0.8.0":{"name":"addons-linter","version":"0.8.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.9.1","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.9.1","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.4","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.5.0","es6-promisify":"4.1.0","eslint":"2.11.1","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.5.3","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.4.2"},"gitHead":"fe1ff47c6b2487cc8c47e1a85d4d0bfee68fd3c6","_id":"addons-linter@0.8.0","_shasum":"2fc80bb3c77539962b4a4882e89d1e78f42fa208","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"2fc80bb3c77539962b4a4882e89d1e78f42fa208","size":95111,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.8.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.8.0.tgz_1464706294707_0.6979684352409095"},"directories":{},"publish_time":1464706297145,"_cnpm_publish_time":1464706297145,"_hasShrinkwrap":false,"contributors":[]},"0.7.0":{"name":"addons-linter","version":"0.7.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.9.1","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.9.1","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.4","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.2.0","mocha":"2.5.3","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.9.1","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.5.0","es6-promisify":"4.1.0","eslint":"2.11.0","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.5.0","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.4.2"},"gitHead":"990adca9d3de64e3dbda2f5e40a1f52ce712be63","_id":"addons-linter@0.7.0","_shasum":"65b93a4ac78cc85ae46a1246eb2a02261f7ad41e","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"65b93a4ac78cc85ae46a1246eb2a02261f7ad41e","size":95100,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.7.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.7.0.tgz_1464632629835_0.7355873275082558"},"directories":{},"publish_time":1464632632311,"_cnpm_publish_time":1464632632311,"_hasShrinkwrap":false,"contributors":[]},"0.6.0":{"name":"addons-linter","version":"0.6.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.9.0","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.9.0","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.2","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.1.1","mocha":"2.5.3","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.9.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.5.0","es6-promisify":"4.1.0","eslint":"2.10.2","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.4.0","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.4.2"},"gitHead":"567c13fdeed664457fb29d72be4c40fcc9afe8eb","_id":"addons-linter@0.6.0","_shasum":"c4250308fc839999b3c21afc964f7e397549df68","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"c4250308fc839999b3c21afc964f7e397549df68","size":95099,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.6.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.6.0.tgz_1464368548758_0.40142952487803996"},"directories":{},"publish_time":1464368551203,"_cnpm_publish_time":1464368551203,"_hasShrinkwrap":false,"contributors":[]},"0.5.0":{"name":"addons-linter","version":"0.5.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"grunt start","build":"grunt build","test":"grunt test","test-no-coverage":"grunt test-no-coverage","publish-rules":"grunt copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.9.0","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.9.0","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.9.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"1.0.1","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.2","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.1.1","mocha":"2.5.3","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.1","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.9.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.5.0","es6-promisify":"4.1.0","eslint":"2.10.2","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.3.0","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.4.2"},"gitHead":"c1b67485846b5a95ceaa8f8639f5deaeb04e3257","_id":"addons-linter@0.5.0","_shasum":"276bf22e4696f565da23da203aed38a47c062565","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"276bf22e4696f565da23da203aed38a47c062565","size":95102,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.5.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.5.0.tgz_1464278329984_0.859266665764153"},"directories":{},"publish_time":1464278332758,"_cnpm_publish_time":1464278332758,"_hasShrinkwrap":false,"contributors":[]},"0.4.0":{"name":"addons-linter","version":"0.4.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","test-no-coverage":"node -e \"require('grunt').cli()\" null test-no-coverage","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.8.0","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.5.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.2","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.1.1","mocha":"2.4.5","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.0","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.8.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.4.0","es6-promisify":"4.0.0","eslint":"2.9.0","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.3.0","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.1","yauzl":"2.4.2"},"gitHead":"48e34a3e6f20883fb9cc137bfdf960650d446d62","_id":"addons-linter@0.4.0","_shasum":"dee7c68704cd0846ac58e8933e8c92c7ea97872f","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"dee7c68704cd0846ac58e8933e8c92c7ea97872f","size":92781,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.4.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.4.0.tgz_1463487273121_0.2573951545637101"},"directories":{},"publish_time":1463487275610,"_cnpm_publish_time":1463487275610,"_hasShrinkwrap":false,"contributors":[]},"0.3.3":{"name":"addons-linter","version":"0.3.3","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","test-no-coverage":"node -e \"require('grunt').cli()\" null test-no-coverage","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.8.0","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.5.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.1","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.1.1","mocha":"2.4.5","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.0","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.8.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.3.0","es6-promisify":"4.0.0","eslint":"2.9.0","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.3.0","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.0","yauzl":"2.4.2"},"gitHead":"ecff0b352266b760927841d54448c159c62ad8eb","_id":"addons-linter@0.3.3","_shasum":"b05a80d7fa40bfbb2be43641e3834ee473a7a0dc","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"b05a80d7fa40bfbb2be43641e3834ee473a7a0dc","size":91265,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.3.3.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.3.3.tgz_1462985361367_0.558585656573996"},"directories":{},"publish_time":1462985362841,"_cnpm_publish_time":1462985362841,"_hasShrinkwrap":false,"contributors":[]},"0.3.2":{"name":"addons-linter","version":"0.3.2","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","test-no-coverage":"node -e \"require('grunt').cli()\" null test-no-coverage","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.8.0","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.5.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.1","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.1.1","mocha":"2.4.5","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.0","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.8.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.3.0","es6-promisify":"4.0.0","eslint":"2.9.0","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.2.0","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.0","yauzl":"2.4.1"},"gitHead":"f833d97d59af5e952d7c7708dcb2e5298fa33338","_id":"addons-linter@0.3.2","_shasum":"7b762784976fe128ebbf52ab55cd7a6dfffed8d7","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"7b762784976fe128ebbf52ab55cd7a6dfffed8d7","size":91257,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.3.2.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.3.2.tgz_1462891380827_0.04939523455686867"},"directories":{},"publish_time":1462891382062,"_cnpm_publish_time":1462891382062,"_hasShrinkwrap":false,"contributors":[]},"0.3.1":{"name":"addons-linter","version":"0.3.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","test-no-coverage":"node -e \"require('grunt').cli()\" null test-no-coverage","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.8.0","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.5.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.1","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.1.1","mocha":"2.4.5","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.0","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.8.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.3.0","es6-promisify":"4.0.0","eslint":"2.9.0","first-chunk-stream":"2.0.0","mozilla-web-extension-manifest-schema":"0.2.0","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.0","yauzl":"2.4.1"},"gitHead":"667920f13898b87e89d307a75d088d485619984d","_id":"addons-linter@0.3.1","_shasum":"e754f9019430c1522d9a82c935a57948ec5834cc","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"e754f9019430c1522d9a82c935a57948ec5834cc","size":91251,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.3.1.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.3.1.tgz_1462545348866_0.5987862534821033"},"directories":{},"publish_time":1462545350430,"_cnpm_publish_time":1462545350430,"_hasShrinkwrap":false,"contributors":[]},"0.3.0":{"name":"addons-linter","version":"0.3.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","test-no-coverage":"node -e \"require('grunt').cli()\" null test-no-coverage","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.8.0","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.8.0","babel-preset-es2015":"6.5.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","first-chunk-stream":"2.0.0","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.1","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.1.1","mocha":"2.4.5","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.0","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.8.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.3.0","es6-promisify":"4.0.0","eslint":"2.9.0","mozilla-web-extension-manifest-schema":"0.2.0","postcss":"5.0.21","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.7.0","yauzl":"2.4.1"},"gitHead":"174a8b2a1307889e2ccd561ae207575b75acb210","_id":"addons-linter@0.3.0","_shasum":"568d5bfd83ee7d9ee32409aefda45b7837ade5d7","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"568d5bfd83ee7d9ee32409aefda45b7837ade5d7","size":91241,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.3.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.3.0.tgz_1462532064486_0.2999976498540491"},"directories":{},"publish_time":1462532067393,"_cnpm_publish_time":1462532067393,"deprecated":"Missing dep first-chunk-stream","_hasShrinkwrap":false,"contributors":[]},"0.2.0":{"name":"addons-linter","version":"0.2.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","test-no-coverage":"node -e \"require('grunt').cli()\" null test-no-coverage","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.8.0","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.5.2","babel-plugin-transform-es2015-modules-commonjs":"6.7.7","babel-preset-es2015":"6.5.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","first-chunk-stream":"2.0.0","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"1.0.0","load-grunt-tasks":"3.5.0","markdown-it":"6.0.1","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.1.1","mocha":"2.4.5","shelljs":"0.7.0","sinon":"1.17.4","webpack":"1.13.0","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.8.0","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.3.0","es6-promisify":"4.0.0","eslint":"2.9.0","mozilla-web-extension-manifest-schema":"0.2.0","postcss":"5.0.20","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.6.0","yauzl":"2.4.1"},"gitHead":"8fc7d9b947dc2dd87d848a2ca0f4ae2c312b4562","_id":"addons-linter@0.2.0","_shasum":"c14afd76cb0e2087783245ae3d7f5e9e088aa1c8","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"c14afd76cb0e2087783245ae3d7f5e9e088aa1c8","size":89052,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.2.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.2.0.tgz_1462267752739_0.3487952360883355"},"directories":{},"publish_time":1462267755192,"_cnpm_publish_time":1462267755192,"_hasShrinkwrap":false,"contributors":[]},"0.1.0":{"name":"addons-linter","version":"0.1.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","test-no-coverage":"node -e \"require('grunt').cli()\" null test-no-coverage","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.7.7","babel-eslint":"6.0.4","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.5.2","babel-plugin-transform-es2015-modules-commonjs":"6.7.7","babel-preset-es2015":"6.5.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.9","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.1.0","grunt-gh-pages":"1.1.0","grunt-istanbul":"0.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.2.0","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"0.4.3","load-grunt-tasks":"3.5.0","markdown-it":"6.0.1","markdown-it-anchor":"2.5.0","markdown-it-emoji":"1.1.1","mocha":"2.4.5","shelljs":"0.7.0","sinon":"1.17.3","webpack":"1.13.0","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.7.4","bunyan":"1.8.1","chalk":"1.1.3","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.3.0","es6-promisify":"4.0.0","eslint":"2.8.0","mozilla-web-extension-manifest-schema":"0.1.0","postcss":"5.0.19","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","strip-bom-stream":"2.0.0","xmldom":"0.1.22","yargs":"4.6.0","yauzl":"2.4.1"},"gitHead":"4f56b9e8108badb5e6a8a6b71c86c0fa479ccf4e","_id":"addons-linter@0.1.0","_shasum":"bf22e11f29f8ff6b22d26cfddf9362c67522584d","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"bf22e11f29f8ff6b22d26cfddf9362c67522584d","size":86956,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.1.0.tgz_1461758181692_0.6863087581004947"},"directories":{},"publish_time":1461758184064,"_cnpm_publish_time":1461758184064,"_hasShrinkwrap":false,"contributors":[]},"0.0.15":{"name":"addons-linter","version":"0.0.15","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","test-no-coverage":"node -e \"require('grunt').cli()\" null test-no-coverage","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.7.2","babel-eslint":"6.0.0-beta.5","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.5.2","babel-plugin-transform-es2015-modules-commonjs":"6.7.0","babel-preset-es2015":"6.5.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.8","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.0.0","grunt-gh-pages":"0.10.0","grunt-istanbul":"0.7.0","grunt-jscs":"2.8.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.1.2","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"0.4.3","load-grunt-tasks":"3.4.1","markdown-it":"6.0.0","markdown-it-anchor":"2.4.0","markdown-it-emoji":"1.1.0","mocha":"2.4.5","shelljs":"0.6.0","sinon":"1.17.3","webpack":"1.12.14","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.7.2","bunyan":"1.7.1","chalk":"1.1.1","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.3.0","es6-promisify":"3.0.0","eslint":"2.2.0","mozilla-web-extension-manifest-schema":"0.0.6","postcss":"5.0.19","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","xmldom":"0.1.22","yargs":"4.3.1","yauzl":"2.4.1"},"gitHead":"ec718282fa40e931d894f4141dd700e437d5c9b4","_id":"addons-linter@0.0.15","_shasum":"ad8edd22c05baeee347ee6c54a0d7b2bcd5dfd8f","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"ad8edd22c05baeee347ee6c54a0d7b2bcd5dfd8f","size":86232,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.0.15.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.0.15.tgz_1458145435536_0.804385510738939"},"directories":{},"publish_time":1458145438010,"_cnpm_publish_time":1458145438010,"_hasShrinkwrap":false,"contributors":[]},"0.0.14":{"name":"addons-linter","version":"0.0.14","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","test-no-coverage":"node -e \"require('grunt').cli()\" null test-no-coverage","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.7.2","babel-eslint":"6.0.0-beta.5","babel-loader":"6.2.4","babel-plugin-transform-class-properties":"6.5.2","babel-plugin-transform-es2015-modules-commonjs":"6.7.0","babel-preset-es2015":"6.5.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.8","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"1.0.0","grunt-eslint":"18.0.0","grunt-gh-pages":"0.10.0","grunt-istanbul":"0.7.0","grunt-jscs":"2.8.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.1.2","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"0.4.3","load-grunt-tasks":"3.4.1","markdown-it":"6.0.0","markdown-it-anchor":"2.4.0","markdown-it-emoji":"1.1.0","mocha":"2.4.5","shelljs":"0.6.0","sinon":"1.17.3","webpack":"1.12.14","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.7.2","bunyan":"1.7.1","chalk":"1.1.1","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.3.0","es6-promisify":"3.0.0","eslint":"2.2.0","mozilla-web-extension-manifest-schema":"0.0.6","postcss":"5.0.19","semver":"5.1.0","sha.js":"2.4.5","source-map-support":"0.4.0","xmldom":"0.1.22","yargs":"4.3.1","yauzl":"2.4.1"},"gitHead":"d7bf3aed0494a7c4f0ca30f6f76310ae4e05bded","_id":"addons-linter@0.0.14","_shasum":"8e40d086f305bd1df3b8d0b66b0feda4ef49da15","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"8e40d086f305bd1df3b8d0b66b0feda4ef49da15","size":85931,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.0.14.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.0.14.tgz_1458125340543_0.027628319803625345"},"directories":{},"publish_time":1458125342973,"_cnpm_publish_time":1458125342973,"_hasShrinkwrap":false,"contributors":[]},"0.0.13":{"name":"addons-linter","version":"0.0.13","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","test-no-coverage":"node -e \"require('grunt').cli()\" null test-no-coverage","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.5.2","babel-eslint":"5.0.0","babel-loader":"6.2.2","babel-plugin-transform-class-properties":"6.5.2","babel-plugin-transform-es2015-modules-commonjs":"6.5.0","babel-preset-es2015":"6.5.0","babel-preset-stage-2":"6.5.0","chai":"3.5.0","coveralls":"2.11.6","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"1.0.0","grunt-contrib-copy":"0.8.2","grunt-eslint":"18.0.0","grunt-gh-pages":"0.10.0","grunt-istanbul":"0.6.2","grunt-jscs":"2.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.1.2","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"0.4.3","load-grunt-tasks":"3.3.0","markdown-it":"6.0.0","markdown-it-anchor":"2.4.0","markdown-it-emoji":"1.1.0","mocha":"2.4.5","shelljs":"0.6.0","sinon":"1.17.3","webpack":"1.12.13","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.5.0","bunyan":"1.6.0","chalk":"1.1.1","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.3.0","es6-promisify":"3.0.0","eslint":"2.1.0","mozilla-web-extension-manifest-schema":"0.0.6","postcss":"5.0.16","semver":"5.1.0","sha.js":"2.4.4","source-map-support":"0.4.0","xmldom":"0.1.22","yargs":"3.32.0","yauzl":"2.4.1"},"gitHead":"fe6e9fb9e72c6c3e90195b057b71cbb318dc71c6","_id":"addons-linter@0.0.13","_shasum":"a0d9efc33a5186679d4af16c6f3a7df9ab20eb1c","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"a0d9efc33a5186679d4af16c6f3a7df9ab20eb1c","size":86465,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.0.13.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/addons-linter-0.0.13.tgz_1455712077613_0.6933620858471841"},"directories":{},"publish_time":1455712081886,"_cnpm_publish_time":1455712081886,"_hasShrinkwrap":false,"contributors":[]},"0.0.12":{"name":"addons-linter","version":"0.0.12","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","test-no-coverage":"node -e \"require('grunt').cli()\" null test-no-coverage","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.8","babel-loader":"6.2.2","babel-plugin-transform-class-properties":"6.4.0","babel-plugin-transform-es2015-modules-commonjs":"6.4.5","babel-preset-es2015":"6.1.2","babel-preset-stage-2":"6.1.2","chai":"3.5.0","coveralls":"2.11.6","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"0.7.0","grunt-contrib-copy":"0.8.2","grunt-eslint":"17.3.1","grunt-gh-pages":"0.10.0","grunt-istanbul":"0.6.1","grunt-jscs":"2.7.0","grunt-mocha-test":"0.12.7","grunt-newer":"1.1.1","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"0.4.3","load-grunt-tasks":"3.3.0","markdown-it":"5.1.0","markdown-it-anchor":"2.3.3","markdown-it-emoji":"1.1.0","mocha":"2.4.5","shelljs":"0.6.0","sinon":"1.17.3","webpack":"1.12.13","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.3.14","bunyan":"1.5.1","chalk":"1.1.1","cheerio":"0.20.0","columnify":"1.5.4","dispensary":"0.3.0","es6-promisify":"3.0.0","eslint":"1.10.3","postcss":"5.0.14","semver":"5.1.0","sha.js":"2.4.4","source-map-support":"0.4.0","xmldom":"0.1.22","yargs":"3.32.0","yauzl":"2.4.1"},"gitHead":"25f82e7a9bb1db9c5d150beb086cc34c25be45c9","_id":"addons-linter@0.0.12","_shasum":"b2b7d096565e991cd325a157b10624ef6b19f4f2","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"b2b7d096565e991cd325a157b10624ef6b19f4f2","size":86097,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.0.12.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/addons-linter-0.0.12.tgz_1454681381836_0.5694964148569852"},"directories":{},"publish_time":1454681382770,"_cnpm_publish_time":1454681382770,"_hasShrinkwrap":false,"contributors":[]},"0.0.11":{"name":"addons-linter","version":"0.0.11","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.3.17","babel-eslint":"4.1.6","babel-loader":"6.2.0","babel-plugin-transform-class-properties":"6.0.14","babel-plugin-transform-es2015-modules-commonjs":"6.1.3","babel-preset-es2015":"6.1.2","babel-preset-stage-2":"6.1.2","chai":"3.4.1","coveralls":"2.11.6","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"0.7.0","grunt-contrib-copy":"0.8.2","grunt-eslint":"17.3.1","grunt-gh-pages":"0.10.0","grunt-istanbul":"0.6.1","grunt-jscs":"2.5.0","grunt-mocha-test":"0.12.7","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"0.4.3","load-grunt-tasks":"3.3.0","markdown-it":"5.0.2","markdown-it-anchor":"2.3.2","markdown-it-emoji":"1.1.0","mocha":"2.3.4","sinon":"1.17.2","webpack":"1.12.9","webpack-dev-server":"1.14.0"},"dependencies":{"babel-polyfill":"6.3.14","bunyan":"1.5.1","chalk":"1.1.1","cheerio":"0.19.0","columnify":"1.5.2","es6-promisify":"3.0.0","eslint":"1.10.3","postcss":"5.0.12","semver":"5.1.0","sha.js":"2.4.4","source-map-support":"0.4.0","xmldom":"0.1.19","yargs":"3.31.0","yauzl":"2.3.1"},"gitHead":"6c1000b25cd27695e55a9d7ac4bd79fd9828ae8d","_id":"addons-linter@0.0.11","_shasum":"fdc859a3bdef48e3e307b522837d40ff4874d881","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"fdc859a3bdef48e3e307b522837d40ff4874d881","size":138404,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.0.11.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"publish_time":1450209521247,"_cnpm_publish_time":1450209521247,"_hasShrinkwrap":false,"contributors":[]},"0.0.10":{"name":"addons-linter","version":"0.0.10","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"6.3.17","babel-eslint":"4.1.6","babel-loader":"6.2.0","babel-plugin-transform-class-properties":"6.0.14","babel-plugin-transform-es2015-modules-commonjs":"6.1.3","babel-polyfill":"6.3.14","babel-preset-es2015":"6.1.2","babel-preset-stage-2":"6.1.2","chai":"3.4.1","coveralls":"2.11.6","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"0.7.0","grunt-contrib-copy":"0.8.2","grunt-eslint":"17.3.1","grunt-gh-pages":"0.10.0","grunt-istanbul":"0.6.1","grunt-jscs":"2.5.0","grunt-mocha-test":"0.12.7","grunt-webpack":"1.0.11","isparta":"4.0.0","json-loader":"0.5.4","load-grunt-configs":"0.4.3","load-grunt-tasks":"3.3.0","markdown-it":"5.0.2","markdown-it-anchor":"2.3.2","markdown-it-emoji":"1.1.0","mocha":"2.3.4","sinon":"1.17.2","webpack":"1.12.9","webpack-dev-server":"1.14.0"},"dependencies":{"bunyan":"1.5.1","chalk":"1.1.1","cheerio":"0.19.0","columnify":"1.5.2","es6-promisify":"3.0.0","eslint":"1.10.3","postcss":"5.0.12","semver":"5.1.0","sha.js":"2.4.4","source-map-support":"0.4.0","xmldom":"0.1.19","yargs":"3.31.0","yauzl":"2.3.1"},"gitHead":"5c698c6b0619259c4ee2a83212af72532a0c92b8","_id":"addons-linter@0.0.10","_shasum":"fc5bf80c32c3095fc2a8f8a66bcd5e2265b22191","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"fc5bf80c32c3095fc2a8f8a66bcd5e2265b22191","size":138395,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.0.10.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"publish_time":1450207269007,"_cnpm_publish_time":1450207269007,"_hasShrinkwrap":false,"contributors":[]},"0.0.9":{"name":"addons-linter","version":"0.0.9","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"scripts":{"start":"node -e \"require('grunt').cli()\" null start","build":"node -e \"require('grunt').cli()\" null build","test":"node -e \"require('grunt').cli()\" null test","publish-rules":"node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","devDependencies":{"babel-core":"5.8.34","babel-eslint":"4.1.6","babel-loader":"5.4.0","chai":"3.4.1","coveralls":"2.11.6","gfm.css":"1.1.1","grunt":"0.4.5","grunt-contrib-clean":"0.7.0","grunt-contrib-copy":"0.8.2","grunt-eslint":"17.3.1","grunt-gh-pages":"0.10.0","grunt-istanbul":"0.6.1","grunt-jscs":"2.5.0","grunt-mocha-test":"0.12.7","grunt-webpack":"1.0.11","isparta":"3.5.3","json-loader":"0.5.4","load-grunt-configs":"0.4.3","load-grunt-tasks":"3.3.0","markdown-it":"5.0.2","markdown-it-emoji":"1.1.0","markdown-it-anchor":"2.3.2","mocha":"2.3.4","sinon":"1.17.2","webpack":"1.12.9","webpack-dev-server":"1.14.0"},"dependencies":{"bunyan":"1.5.1","chalk":"1.1.1","cheerio":"0.19.0","columnify":"1.5.2","es6-promisify":"3.0.0","eslint":"1.10.3","postcss":"5.0.12","semver":"5.1.0","sha.js":"2.4.4","source-map-support":"0.4.0","xmldom":"0.1.19","yargs":"3.31.0","yauzl":"2.3.1"},"gitHead":"dc34c57484944287716172c90e8d2a9db92c1f33","_id":"addons-linter@0.0.9","_shasum":"415deb9bab09e26c97e63d862850a9da21b870fc","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"dist":{"shasum":"415deb9bab09e26c97e63d862850a9da21b870fc","size":167711,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-0.0.9.tgz"},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"directories":{},"publish_time":1450195999562,"_cnpm_publish_time":1450195999562,"_hasShrinkwrap":false,"contributors":[]},"4.8.0":{"name":"addons-linter","version":"4.8.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.5","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.2.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.8.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.2.0","espree":"9.3.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.6.5","postcss":"8.4.5","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.3.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.16.8","@babel/core":"7.16.12","@babel/eslint-parser":"7.16.5","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.16.7","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.11","@babel/register":"7.16.9","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.4.6","babel-loader":"8.2.3","comment-json":"4.1.1","doctoc":"2.1.0","eslint-config-amo":"5.4.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.4.7","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.3.2","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.5.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"13.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.67.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"f1f0b6158305f9c8ba5adb087f11a657444147cc","_id":"addons-linter@4.8.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-IpnqZzYjijgQV8CM9hRp/u56el1RPdfMQLPbKyoMZafAkNPc/9WYidAXDXP90JHBm6UXT0omDiH++3/SYm14Hw==","shasum":"bb707e505e43e8ee005eab6d7bd632723fbc7859","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.8.0.tgz","fileCount":64,"unpackedSize":2236860,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh975eCRA9TVsSAnZWagAAryYP/2jGkOaxXgFfriCK70LQ\nmlngFJ59Dt4eVIRYAvZis/uOQ3gxXRbDCYEOTfvuZLV6BUFP2sbjejqQC096\nsku0E3HmjTsovDWfsH3OyN3qCYTJf0JCMToiUE1eF1qBmlTeKoIKQ+eAjhX6\nc5XK+esddVElO/Gdv2bOMmFzuBkdIcBjWQ4LjM7xFXIrddBhl8tTacvdLJ7V\nUI0jnwF1mK1ME5/Ofd3B158ElNGkg4uT2K04jxIqGpOjA2q2sX+87q6v4Phj\nWn++OOI8e6j61Q+a7/E0bfuQDfkXyiEDwMCJl+50ONL0OIj4gW8SCMEy5cyw\n6BE0GKYySmmwmKNKIDLjTUMp8VrKGdLzPDBhce3mwPF47MQo25xIQD8ZMYXB\nR69ylMwg7KDAmKVfI0CUscIWD01OvyrmeG8ofH1nKel2XyOfLgpii83f6C9t\nbaTC7CzfdsHvvH4IWz0H6KONSSvTOyRY7xMKyFm/PSAiTCIK3YC4pIgYfNYb\nAVe0Ci3UMuc5X3FZx0p4gWUi9j44jO7obop61FBynPwHw1knshdC5LoFWDI8\nHNUXA5mDNEUzdBGSCzfCfDbcC/CiWUaX0Sph5YNWO7EXsIWvxfUi30SDsXqL\ntF/gET+q0VjeN41iz+BQ8HV+/+poZVApZ0Gu1RMcM44meYSgm//Ab0t2ch+l\nHXJE\r\n=fBlg\r\n-----END PGP SIGNATURE-----\r\n","size":456949},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.8.0_1643626078655_0.022323088346178244"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-31T10:48:06.994Z","contributors":[]},"4.6.0":{"name":"addons-linter","version":"4.6.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.2","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.2.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.6.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.1.0","espree":"9.3.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.6.3","postcss":"8.4.5","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.3.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.16.8","@babel/core":"7.16.7","@babel/eslint-parser":"7.16.5","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.16.7","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.8","@babel/register":"7.16.8","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.4.6","babel-loader":"8.2.3","comment-json":"4.1.1","doctoc":"2.1.0","eslint-config-amo":"5.3.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.4.7","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.3.2","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.6","po2json":"1.0.0-beta-3","prettier":"2.5.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"12.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.65.0","webpack-cli":"4.9.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"027922eb608c9e0d8791e3107f99c7a7ae2e57b2","_id":"addons-linter@4.6.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-XUqdgOUnzlZkBJxLKu7hKpgYNXS3p8jSllhRwEI+zFionjtC1WXz0zwAum6gT1kflyFlEaEcKJsH6tunpW94hA==","shasum":"ebdc01ccf7dc997e39dbf199e33ca9a3b099f388","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.6.0.tgz","fileCount":64,"unpackedSize":2248902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3YweCRA9TVsSAnZWagAA3NsP/iOTqruOWPjPzVRJreGD\nCZ4fjzUZvC0oCVseHKUjPlAJxDZ9wE0rXVG4inc3tSKyI0dDHybFAHDe7XTf\nDkA+vGQ1bNOK011Ix8NCgkzDoKp3ujR9EUoQLODB2qHm87qnDXYV9vDVMZ42\n19+zSyc+LCVylq2aXuBa5rp1hg4v32zWWXS4Foz6f7fUY+WLfjRY+j6AfBYz\n7RA2O9GCd1eE0MzG0ITY0QP65/xSCu/Z4N6/CIx0sH00UK4IMHx9OWmkm96m\nwTqBAHGG83O9NNm2jobNqsxRJwnYILxqR3qdCjxgaiZIUpbF8l5Mj2RaDwU8\njW6k/FNGr5B+XlMfE23pB4LWcRtsuxv0Ghwn8D1ERIlj34wlwoSmvDJ1tVRS\nPNKiXhzGp5kZuFXGuPjZ501Pc0eD4jEjorFCfft+cLtepxYJjUgEM/mUAQMk\npm5f+kceZFVgeU4dapp/CQTwlZHQLbBLEMA9cxa9oKCC8rsTMrc36WkSaY1s\nuIJSef5zMRP//FvGcLW8ruDVUDGKtMDGgtdACsg3ejXZGpiRUj7L2EYg8KUm\nYXrsTcvyq+HnwkM4qOgNDKVVqQVeYD+QvxwhoLvfK/SUev65ndQ9gZ9Xym2v\nXj1FxUABx0GSi8UXzsB+UsFoSTZZcs1bSd7LIvBaTqpcV5O+FU5zw+qFjWmO\nNPjS\r\n=ErYz\r\n-----END PGP SIGNATURE-----\r\n","size":459454},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.6.0_1641909278028_0.3890172220192145"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T13:54:58.061Z","contributors":[]},"2.2.0":{"name":"addons-linter","version":"2.2.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.11.2","ajv":"6.12.5","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.52.0","es6-promisify":"6.1.1","eslint":"7.8.1","eslint-plugin-no-unsanitized":"3.1.2","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","first-chunk-stream":"4.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.35","os-locale":"5.0.0","pino":"6.6.1","postcss":"7.0.32","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.2.2","yargs":"15.4.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.11.6","@babel/core":"7.11.6","@babel/plugin-proposal-class-properties":"7.10.4","@babel/plugin-proposal-decorators":"7.10.5","@babel/plugin-proposal-export-namespace-from":"7.10.4","@babel/plugin-proposal-function-sent":"7.10.4","@babel/plugin-proposal-numeric-separator":"7.10.4","@babel/plugin-proposal-throw-expressions":"7.10.4","@babel/plugin-transform-runtime":"7.11.5","@babel/polyfill":"7.11.5","@babel/preset-env":"7.11.5","@babel/register":"7.11.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.3.0","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.7.2","comment-json":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"3.6.0","eslint-config-prettier":"6.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.20.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.4.2","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.1","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.1.1","pretty-quick":"3.0.2","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.3","tar":"6.0.5","tar-fs":"2.1.0","tmp-promise":"3.0.2","webpack":"4.44.1","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"9da1455119f3dcf489290ebe3757125d30222835","_id":"addons-linter@2.2.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-nvCnDGQBnsY+oca2V+PO3O5doTMENiRYFStADTALEMtgM9XFwT8ooXVT3/9smkzw7x9WPsXmk+2H3HYcj+4NSw==","shasum":"432c9298112292c04fa237c20b184932ecac9a79","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.2.0.tgz","fileCount":86,"unpackedSize":5893766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYI5ICRA9TVsSAnZWagAASTUP/iVvgZCRklIW7vha/Z+j\n9MdJdnTPh28TXMH8R3C5sGiYI42QXfRlCCeGriHUYaR7uZBil00crBhLL8t5\ng7DK9ajgqVF0A7VKS+dnUj/Nu2tcxsXz92BlnxA4a2T82XC2toQQhKIu2cGG\noM0Ue54+Z4Fzy9a4GnR035Yr3pJyVBwahc1cz2iATRvoWq4izUD4ifsNTkhe\nbDfO+oQ4zzYrGAoJSldP0EE0cCD2cGOYpToi7ed+EUewp7qyEabpD1oUQas2\nzFZwyhaUm1eP2h9BpRGkaQhCJ4lRBMueyjrteHXvLxw3cV7pFcMqMsdO6x4R\nfic6hYfpti0B+TI3n5t3DbcP4dVbW6v63rmt9i57zQRNJjiSqsByuObBKypC\nl6YnR4EDKwWxSZUwa6SO/p3NJX1lUci2nyqRQ1WdCHkLLG4EEN16kdyFoqGJ\nceRcaHXAn+Y5032CbzKafMbbLCleV8GMAB8xRLkEnvOaCdqUQQq9w1lpQ7pq\nKhttIrF4csmQftk5OFhV5OmgS13g3FPwMhU0Y0HuZNuu0HCMrs6i/veCiQfT\nyvo0wDNBjSlPb0IkReaam2toc1Q52UUrszNHdYSv2/lLu3O+PNNBBXIlRwmQ\nk7bs6uBrTDpOzdxOTqQBbMP0NsbHNn2C6rP08UCwsZNMwaPgfLh42lMt8UcX\nae4j\r\n=wk22\r\n-----END PGP SIGNATURE-----\r\n","size":1169958},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.2.0_1600163399414_0.8765605114615196"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:39.661Z","contributors":[]},"2.3.0":{"name":"addons-linter","version":"2.3.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.11.2","ajv":"6.12.5","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.53.0","es6-promisify":"6.1.1","eslint":"7.8.1","eslint-plugin-no-unsanitized":"3.1.2","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","first-chunk-stream":"4.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.35","os-locale":"5.0.0","pino":"6.6.1","postcss":"7.0.32","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.2.2","yargs":"15.4.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.11.6","@babel/core":"7.11.6","@babel/plugin-proposal-class-properties":"7.10.4","@babel/plugin-proposal-decorators":"7.10.5","@babel/plugin-proposal-export-namespace-from":"7.10.4","@babel/plugin-proposal-function-sent":"7.10.4","@babel/plugin-proposal-numeric-separator":"7.10.4","@babel/plugin-proposal-throw-expressions":"7.10.4","@babel/plugin-transform-runtime":"7.11.5","@babel/polyfill":"7.11.5","@babel/preset-env":"7.11.5","@babel/register":"7.11.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.3.0","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.7.2","comment-json":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"3.6.0","eslint-config-prettier":"6.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.20.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.4.2","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.1","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.1.1","pretty-quick":"3.0.2","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.3","tar":"6.0.5","tar-fs":"2.1.0","tmp-promise":"3.0.2","webpack":"4.44.1","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"2141b02d3da3adce9398feeeee2b624fd3ca9694","_id":"addons-linter@2.3.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-jVDJM2ZCsTFV4jcwtRz6N2NgkeYExd25mAacgI7rDWXc81WGLwS+aQE1Ht5Jor8Y/iOpckLAG6/4VNJZhtLZ7w==","shasum":"14c9f6eb6d95c1e0c2b3b0a6a971c8f1150e0a4f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.3.0.tgz","fileCount":86,"unpackedSize":5898114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYOS6CRA9TVsSAnZWagAAxOQP/1zNY5QjJf2dHDGKA6wK\nBfGyAi4YbRDUSWexkvMWN+tptB0+pCBtZB2CCPbgN8F25MgY09i+GCTh1ndz\nnbITm7e+YX74NWcpMl1EApG6YYnlSTLbn0ipG768H8EQ4pk/NpbdUNCgI3gb\nBqYoKmP90GjTFJzgn+9wULjyfwK6/QQ+qvmvwWwhRDs3KE28lcl++pmfleKQ\nYLnH40SmNeusWtmWoPql2nol1+eInEaS99Sdd2AZH5wjECOqlistGi6inGp9\nPPiB8kkg//qpVp21og2N7pUWWhW7+7bS8rc8j21CuleAmMJs/tSs+32CASbG\nqsNlg+bqjvhLtcxj0n6Xn+UH/iKAc47B1bQxEDE9JK6vXhF/yBI/hBk+NjsR\nadJIKRveITTbMiWzgFyWeE0Fdqrjmv3wK6cCjE5pun0rrOve9P+w6Xb/jlBC\nmJKJpwE+fEdIZKAkWvnSRsnA9ypLxN5QvGaaFIXFJt/ihZfh/8dxJRrs5XQo\nAbaF5JjrwispXdEM/Nk63YrVMY53lBVDDgCz8FeTaWOLhlVoZjd8sNT69zMY\nror8QKIynscWsAE0171VO5Yx6d4q6BF0mqfz1D+DDwnHZdhgSZg4SbOPinP7\nx3r3kQUUZqDnyz3SOkVtE1w8FcN9mEGsXO1imQCP+Kn8pq/hA2QprBnSHzwe\nlKLR\r\n=gGq9\r\n-----END PGP SIGNATURE-----\r\n","size":1170683},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.3.0_1600185529860_0.6510493700968485"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:41.571Z","contributors":[]},"2.5.0":{"name":"addons-linter","version":"2.5.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.11.2","ajv":"6.12.5","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.55.0","es6-promisify":"6.1.1","eslint":"7.9.0","eslint-plugin-no-unsanitized":"3.1.2","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","first-chunk-stream":"4.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.35","os-locale":"5.0.0","pino":"6.6.1","postcss":"7.0.32","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.2.2","yargs":"15.4.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.11.6","@babel/core":"7.11.6","@babel/plugin-proposal-class-properties":"7.10.4","@babel/plugin-proposal-decorators":"7.10.5","@babel/plugin-proposal-export-namespace-from":"7.10.4","@babel/plugin-proposal-function-sent":"7.10.4","@babel/plugin-proposal-numeric-separator":"7.10.4","@babel/plugin-proposal-throw-expressions":"7.10.4","@babel/plugin-transform-runtime":"7.11.5","@babel/polyfill":"7.11.5","@babel/preset-env":"7.11.5","@babel/register":"7.11.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.3.0","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.7.2","comment-json":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"3.6.0","eslint-config-prettier":"6.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.20.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.4.2","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.1","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.1.1","pretty-quick":"3.0.2","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.3","tar":"6.0.5","tar-fs":"2.1.0","tmp-promise":"3.0.2","webpack":"4.44.1","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"2b7b1ee4d15e11ea3f8c8ed6164044aa16ec782c","_id":"addons-linter@2.5.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-d3GGf27ibN9ioxmjEiAFkGQRdyw5W+Gb2/9G55AZ6YygtBjtJDotTnSsE6Tz+mEFY4QKo/OaVs1XKjcZEl2fJA==","shasum":"4149b62e72889afad04bd1872f3b5e6b03d43aa2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.5.0.tgz","fileCount":86,"unpackedSize":5898442,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaHBoCRA9TVsSAnZWagAAswwQAI8pMLvknoMveJOPgs6/\nlX1iGwHkN2k+NkqMayC/G4nf6lFfakLjGW+stWVUJ3saWM4k98DoA6bEwGLB\nIFRxGV1li3vy4rb4Sk5DwptVVQN0dFInkAy5mD8iwPNcbiPwIiaKcteIq57s\nIdiGC3or3i2Z2Ga6395WOXmssqwuyXfn6mkT4RFZniBw51CmxwWqCiGfWgFw\nJpBuBVk3n8r+WHv9Edx4fdUYjAInDFtc+hvxxihiUtRp6MRU/YGGkwXwI52Z\nwSsfP4Rk5bCIi7xwyftatkIlyU/8Z/n5Vtwosw0//5ZGjwp1nIOUF7jMp19o\nqD2C/TKOexqxi6kv8ZFaplu4pWWc7QcsQ9y65sVsx8PmzXj2xc4zpFcxhTQh\nH78zlpHet0VjdzLjwnRIgAXWi0u/0OSHE7W5A81qQvJbAjv3KAOEjRRxtIPi\nFMDiEp1XcDe9D6v4rnXTUKMJKPZdY7bd4o4llOqCzGk6PWlQj3EisXi3dDlQ\n+lVWS5nmCo5fgOaQfC1kEe+7EhiETo1J64RmeXZKBZKq14VrR2YqDBY2bdje\naQSCoeZH8CYnbmcQd4EnGzcv/Ghz+JB9ymnK3tP0bTB84tFShehWxF3waiCn\nnWI8jYeqcQNQ/D3uoEuAa0pSndd36dLjeEv7O7A8Wlp96lPIiSeA2aHMgmZF\nPLc1\r\n=z/Op\r\n-----END PGP SIGNATURE-----\r\n","size":1170714},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.5.0_1600680039617_0.6068988989319368"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:43.430Z","contributors":[]},"2.4.0":{"name":"addons-linter","version":"2.4.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.11.2","ajv":"6.12.5","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.54.0","es6-promisify":"6.1.1","eslint":"7.9.0","eslint-plugin-no-unsanitized":"3.1.2","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","first-chunk-stream":"4.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.35","os-locale":"5.0.0","pino":"6.6.1","postcss":"7.0.32","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.2.2","yargs":"15.4.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.11.6","@babel/core":"7.11.6","@babel/plugin-proposal-class-properties":"7.10.4","@babel/plugin-proposal-decorators":"7.10.5","@babel/plugin-proposal-export-namespace-from":"7.10.4","@babel/plugin-proposal-function-sent":"7.10.4","@babel/plugin-proposal-numeric-separator":"7.10.4","@babel/plugin-proposal-throw-expressions":"7.10.4","@babel/plugin-transform-runtime":"7.11.5","@babel/polyfill":"7.11.5","@babel/preset-env":"7.11.5","@babel/register":"7.11.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.3.0","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.7.2","comment-json":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"3.6.0","eslint-config-prettier":"6.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.20.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.4.2","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.1","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.1.1","pretty-quick":"3.0.2","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.3","tar":"6.0.5","tar-fs":"2.1.0","tmp-promise":"3.0.2","webpack":"4.44.1","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"38ab9e0a41d62a7a718d69190b1edf479fbfdb87","_id":"addons-linter@2.4.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-3zhPw7oW73hBqWeXkJq3qtcnrd/J6oSkpWOYQB+dacukisu+Z0ht1h1L4k66kQpxZFR4eEx6Z/uKJxF+PrA36Q==","shasum":"392f8651c0f35346777a7edf29b116c044906546","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.4.0.tgz","fileCount":86,"unpackedSize":5898278,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaHUFCRA9TVsSAnZWagAAt+sP/RU5TSCeeIxCXsf4s25/\nkwwb7ApQDw46Ij30FFCrDHaG4ec1oQpB8Z1teV6SlYQWVJjh3+Hmc2VxT4od\n8nRAaHQZ6h2z0F6JpoSvvW7jor8QrvLbVqQ1O7crhtWNGVR6zPoT8DR1CcBF\np7BMffHXU9KCtM8oohEGUL6aEuPUs7oXtdfaDC6pU2H8BPNUyMz56ozedQlK\nLB+UjWI/Tu4iKCOLUyDmQq65rZ6dXQzYWAJxH0FpTtCJ3RwT6N1B2F0gY8wL\nWnJY7QhrxUaBa9RPv52eWARExYiWLNdv7LD3AaajkFJ7S3miLjEthJeH9cvt\ngH3wvRZWsoqMaqT+6oRvf4vKqmItarpDPh94H668HV3M6J9j7Q3he8i4S+W8\n3ca5fowUUh74+rwYB7aZ1kB1FadDN9z23SO79Fi8cKUvJcH4KUCQ1eGuUznG\n7HJoCmruXim+ZYnKrGj2PKUa05eHmRksGjux/aXXcS05DMcy7FWbmfzqgTZt\n8yYDeO1fTAFdJMY4cxITA7YKwzW7kdS7Mkzi/UcjQ8aRzhLwAlsDw/DpmkHz\nLa9yT0MVG2F6/5fje413rglcDoW7ZEKxBfYNy31lJF4PNteK3OAeKLeuFS2E\nrk7Kb2BCzqnFfi9S1xPQpndxyhntToDG5rSBkXg2kSIoMtj2dpfP1gqCXBOC\nJS0O\r\n=sDwJ\r\n-----END PGP SIGNATURE-----\r\n","size":1170701},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.4.0_1600681220391_0.5256187517070448"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:45.316Z","contributors":[]},"2.6.0":{"name":"addons-linter","version":"2.6.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --verbose --bail --display-error-details --progress --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.11.2","ajv":"6.12.5","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.56.0","es6-promisify":"6.1.1","eslint":"7.9.0","eslint-plugin-no-unsanitized":"3.1.2","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","first-chunk-stream":"4.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.35","os-locale":"5.0.0","pino":"6.6.1","postcss":"7.0.34","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.2.2","yargs":"15.4.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.11.6","@babel/core":"7.11.6","@babel/plugin-proposal-class-properties":"7.10.4","@babel/plugin-proposal-decorators":"7.10.5","@babel/plugin-proposal-export-namespace-from":"7.10.4","@babel/plugin-proposal-function-sent":"7.10.4","@babel/plugin-proposal-numeric-separator":"7.10.4","@babel/plugin-proposal-throw-expressions":"7.10.4","@babel/plugin-transform-runtime":"7.11.5","@babel/polyfill":"7.11.5","@babel/preset-env":"7.11.5","@babel/register":"7.11.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.3.0","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.7.2","comment-json":"3.0.3","doctoc":"1.4.0","eslint-config-amo":"3.6.0","eslint-config-prettier":"6.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"23.20.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.4.2","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.1","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.1.2","pretty-quick":"3.0.2","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.3","tar":"6.0.5","tar-fs":"2.1.0","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"984c2f11da18540bf26a6a2fa6ad8f1a46e1e885","_id":"addons-linter@2.6.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-ZoJHIOwJumaziCg+RN0m+mlYrTlzWc5siZ77guwm9ExD5Ys+jL7aW0KnD6pg1mbmF51x/CVOSWaFLPwcJfj3GQ==","shasum":"7f4e9dd4ee1f2e67a9b226e92392a5c314ed0028","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.6.0.tgz","fileCount":86,"unpackedSize":5898606,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbE1CCRA9TVsSAnZWagAA5cQQAJEfcHwnoY2F9XSog4G7\nU04h6q4cTi6u5v1bqOuRvKdDROCvm9GMp28+5MgjmnyV/kxkAI3I+Gxvohgc\n2vdjtxTspUSt00oZ7MUWifxehtwBF/YWzqp6BY2WmKDXnd6apxpeH66NBm37\nzsZU3zwK0GBbFdleaIfLsgH92kA8ReHX9ebjagw5t0f/nCdY8rVtXX2oTI8M\nfrWZqhGI6A6SB3u4AQ86idvhdpzDYSyFCWneLXDmCtRFEN974zB0Y+ajxmm/\ni6TW3qchkOlPIoHdqDAxgACZSFUKP+sAmLrqsh1WS1Gj4h4SywFxfrwFrcnm\natB+GKHWCpETOKUj+ilU0v/srvVmkN27IWfbSiU/fiOc0YtkqEpnBc7/3SNz\ntdQMe3sAw6SZ1iu/KR10n91XHrYKMNbApRfClgPt0dCC5tgOIH625hCEltLL\nZEYaKpSp1FqQW2/eZRl1JpyKJ1DSn3cKlKaeTXm3Ltw7U2c0w9mY8H2tWoOX\nu/hN3dyvphWnGBEdjSQtwIwdxG1Cp82c332Xt/FXGrFg13IYG9CG3OybXSpo\n1wX+HbYjFZ06crRCDPkGzIPVxJ72YoGJluGMfJjUqgbJ9QB5iFhq4zZRWMKj\ntzSC/rhG9TbuD3hb4rdmEboAMK1YfAFiOVPX/3sO1fHA5AIt2+p06jFa2p2p\ng+wn\r\n=IKXY\r\n-----END PGP SIGNATURE-----\r\n","size":1170731},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.6.0_1600933186202_0.3314035358152956"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:46.661Z","contributors":[]},"2.7.0":{"name":"addons-linter","version":"2.7.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.11.2","ajv":"6.12.5","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.57.0","es6-promisify":"6.1.1","eslint":"7.9.0","eslint-plugin-no-unsanitized":"3.1.2","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","first-chunk-stream":"4.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.39","os-locale":"5.0.0","pino":"6.6.1","postcss":"7.0.35","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.2.2","yargs":"15.4.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.11.6","@babel/core":"7.11.6","@babel/plugin-proposal-class-properties":"7.10.4","@babel/plugin-proposal-decorators":"7.10.5","@babel/plugin-proposal-export-namespace-from":"7.10.4","@babel/plugin-proposal-function-sent":"7.10.4","@babel/plugin-proposal-numeric-separator":"7.10.4","@babel/plugin-proposal-throw-expressions":"7.10.4","@babel/plugin-transform-runtime":"7.11.5","@babel/polyfill":"7.11.5","@babel/preset-env":"7.11.5","@babel/register":"7.11.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.3.0","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.7.2","comment-json":"4.0.6","doctoc":"1.4.0","eslint-config-amo":"3.7.0","eslint-config-prettier":"6.12.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-jest":"24.0.2","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.4.2","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.1","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.1.2","pretty-quick":"3.0.2","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.3","tar":"6.0.5","tar-fs":"2.1.0","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"d792a9f0a02675f76acd5fb64d7778478639205c","_id":"addons-linter@2.7.0","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"integrity":"sha512-kH+0fAKSc461PnCyYQ0/SeKcxEQ2zxCZwG2GB6xjvfkMiMAwwic87VP62Cffc8H/zHEfYuT8uFmy42ayH5mqEQ==","shasum":"86e4fddd7dce6231a14d50396716e0c565891446","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.7.0.tgz","fileCount":86,"unpackedSize":5898680,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfc2ErCRA9TVsSAnZWagAA+xgP/1A3f+U+/zrK/TLGZpsL\nC4ehfojEv/P/rPmJRulx2XVf6vxajwlPKoKxIA3m78s7wLRQnF+yIH16jbFF\nk3Z2CPbFwCdiXj5sgTk0Jp78z1uNK20Mui6QrnzA8PcGYovaFqBgynuq3frA\nIrr39AFWQ8z17IHYvh6ydblt7TlIQEIdHeolvOHL2n6VduLXK6YmWcytVP2i\nZ0rujmsqDZvTBs4MYlzQdnikn8dzyZkm/MeF3R/mvcaSxFTHxkRDAUSUbTYP\nmwvk4ND6Aur8w2kIjy2oL5bdlrlkihAGWNQZ/9I1BkSNYbiKGFOahsvTDOtf\nQjEVqPEzj+hZVmP4Lw1lHpnXy4xM3m8rYgyBcC5xUcgWfGzft27q74C0AqIo\nsMpOBKKNt4kY+5WYkSnLAC7XwrmZMZlYwEWdDumAt5YaCrg3e/4uq1UEfrir\nWtBQy6dzm3Q8UoXcw/IsuJsa8dvrwbFrL1OgxmhQRuXW2lfOGFv3Snlf7yKr\naxfqVYwLP0inKRCjjhf9pR8Q+IYHnNaLSZiyeZwk1qLPEVGy9s63t2bH70uP\nSdLZbbl1ebvCI17+vNYGX5GhTkYU/1cX5jaAcD19Q+hvM5lmQECSqapCwoap\n2pci0DKZO+4HHPJ2O6djCznzhtx31XRlbDhajIUjDQHZfIuRmuKmvDC+2zoF\np4An\r\n=pX6e\r\n-----END PGP SIGNATURE-----\r\n","size":1169591},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.7.0_1601397034946_0.4468437835829491"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:48.700Z","contributors":[]},"2.8.0":{"name":"addons-linter","version":"2.8.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.11.2","ajv":"6.12.5","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.57.0","es6-promisify":"6.1.1","eslint":"7.10.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","first-chunk-stream":"4.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.40","os-locale":"5.0.0","pino":"6.7.0","postcss":"8.1.1","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"1.2.0","whatwg-url":"8.3.0","yargs":"15.4.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.11.6","@babel/core":"7.11.6","@babel/plugin-proposal-class-properties":"7.10.4","@babel/plugin-proposal-decorators":"7.10.5","@babel/plugin-proposal-export-namespace-from":"7.10.4","@babel/plugin-proposal-function-sent":"7.10.4","@babel/plugin-proposal-numeric-separator":"7.10.4","@babel/plugin-proposal-throw-expressions":"7.10.4","@babel/plugin-transform-runtime":"7.11.5","@babel/polyfill":"7.11.5","@babel/preset-env":"7.11.5","@babel/register":"7.11.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.5.2","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.0","comment-json":"4.1.0","doctoc":"1.4.0","eslint-config-amo":"3.8.0","eslint-config-prettier":"6.12.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.5.2","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.1","markdown-it-anchor":"5.3.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.1.2","pretty-quick":"3.0.2","raw-loader":"4.0.1","shelljs":"0.8.4","sinon":"9.0.3","tar":"6.0.5","tar-fs":"2.1.0","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"ca4df370339e6b7748e4adb8d4af652b23777ccc","_id":"addons-linter@2.8.0","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-TCMnTgzHKu+rp3cdmOF3xufGPttDUuNsMDeQp4OvjPKJGa4O6GSsqGRaziAhHj2wVce2MvIXHweZq3maiI6y4g==","shasum":"d287cf46b1cc9cff76a410438770edd92df0db81","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.8.0.tgz","fileCount":86,"unpackedSize":5901662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffYYwCRA9TVsSAnZWagAAGCwP/jzAHI7M+R59Kco42p/j\nt+tYLiGRFzEuqMj0eZyY/TqdFjP6iidJhJwMSn2XKxpfb3ee1QXIkbj5R6IL\n8vEIchiTp/iMZq0kY26foju4uKP6xEVzrkDBL5R7acQvM65H42FHSzK2Iemq\n3yoJ+TZRfuNOaDlh6IEEGUPI7TSb/H7fE8UQNc7xixw3LFaqGGRq3tkPALPt\nhbSg4JPnFQzrEuSbfwokoq9qYfF1o7es3zeSVxlKB7hha2YhkneiUAmbSXei\nhAjw1rhCao2eyRO8KRK7uXghtqXGJBBmGdHsFYGRVF6MOkdiW4iefqn/tjc8\nAKlx+ie71LzBCBtjhxWjJWRP8xX6yPFTfhbASeMuULgvSJJYPpq8Fhq4o/SY\nKwEHWnFWdvGEMqaPns2UvrkEMdIC4GI4HmerGadVdPYHpmTuatr7nwWMw1bO\nkoxgXoC/1NQ+A8LdEZrvVYrTbqyGyU6vl59LpgNXf173IFJRg31ftbzm+SLr\nbZaZyaf5uwWKFlKRzF+OWDT4pAzjVjQ53VdxEY5W+c8ohwNDy4WbtFjEWH3V\nD17NMFotO7zqKiFRQJR5W1ipIiQJgdXR9/QqKecOt7R1h2PV+pNlZ832E2AQ\nzHB14Ew6THokPKS60ujR1XduUtjfrv90zcUVES570qoNFH419TE7GfU7uOLY\nZrQX\r\n=f8T0\r\n-----END PGP SIGNATURE-----\r\n","size":1170454},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.8.0_1602061871864_0.23497768983740186"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:50.601Z","contributors":[]},"2.9.0":{"name":"addons-linter","version":"2.9.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.11.2","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.57.0","es6-promisify":"6.1.1","eslint":"7.11.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","first-chunk-stream":"4.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","mdn-browser-compat-data":"1.0.40","os-locale":"5.0.0","pino":"6.7.0","postcss":"8.1.1","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"2.0.0","whatwg-url":"8.4.0","yargs":"15.4.1","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.11.6","@babel/core":"7.11.6","@babel/plugin-proposal-class-properties":"7.10.4","@babel/plugin-proposal-decorators":"7.10.5","@babel/plugin-proposal-export-namespace-from":"7.10.4","@babel/plugin-proposal-function-sent":"7.10.4","@babel/plugin-proposal-numeric-separator":"7.10.4","@babel/plugin-proposal-throw-expressions":"7.10.4","@babel/plugin-transform-runtime":"7.11.5","@babel/polyfill":"7.11.5","@babel/preset-env":"7.11.5","@babel/register":"7.11.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.5.2","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.0","comment-json":"4.1.0","doctoc":"1.4.0","eslint-config-amo":"3.8.0","eslint-config-prettier":"6.12.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.5.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"11.0.1","markdown-it-anchor":"6.0.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.1.2","pretty-quick":"3.0.2","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.0","tar":"6.0.5","tar-fs":"2.1.0","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"4abd0e02809762fe2c768628ad94aeba57e7c02b","_id":"addons-linter@2.9.0","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-OrkDQ9S/GAJzMe+izsFMFOtRq9geFFt3O5c7Fi6pehGi7RY2PSMpPmKjMK1j/rPa9jrG0e9zocptMrOi11uvug==","shasum":"e554732059e9f9fb94f3eeea97fc789b0a5696fe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.9.0.tgz","fileCount":87,"unpackedSize":5903086,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhaQOCRA9TVsSAnZWagAAxPoP/3j2BMeO9DScSWvyaHbw\nIA+WueUbfKQd8Unk3BwBpETxbrMpEdeeJ/Jqq3OJmcopNrIvc1OJ+csHKqLS\n5C+67YTlUZAhl7sOjJdmRukfFQKtwVyo+4Dwuz2fa24QO8Tn9FWsmNjYVJv4\nbWzO1NVkMMt/LysGQkhL4sqCWa1ZuJ37PpvTZmgzgCHovPP6E+SGawdZACUG\nhrtG28Wxm85afUzccUSIE9S5MB2PnsjvFENgMi4kTf/v4N8pPg6u87F8G/Im\n5oEFKbuSiYDQtl5tkqRkEgcht76zailf2Lecc8L63ErD3bmNZaOdXX2sEhad\nw0rlEqrQVOW6YKBOFLH2hc8a2oVx8SGiYVhslC87MVU17YdMRTMSNJCpQsIu\njkk40gQuJk4efwZOU4LNP9bA2n3ZsVADZqUZvc5qORjHGWU2GdDhvAs2gPS6\nZC26iG+RN7UtvRLGDzmSMRSRET+r4bSYxeT62L506XUgqRz8OcX9e/1/A6WB\nDFiewVAB9QhbUkHDitWd4MSKo2SVeVs670zWp0vjxL4geLs7lM8FkIXsHPV5\n6uqghsGZwTFVNMy2ThiCLhHwt9UvpuFTm0TMx8JmcFD/QHHnw8UFfTkpeUFo\nqlkrgFviKNCW2sSntwAo1SU/+4wZoeD6jf/x/8ktGJBBFMx8sSFrvotdbWPJ\nacx/\r\n=wd0k\r\n-----END PGP SIGNATURE-----\r\n","size":1170977},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.9.0_1602593805641_0.5704001661536293"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:52.462Z","contributors":[]},"2.10.0":{"name":"addons-linter","version":"2.10.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.1","@mdn/browser-compat-data":"2.0.3","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.58.1","es6-promisify":"6.1.1","eslint":"7.11.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","first-chunk-stream":"4.0.0","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.7.0","postcss":"8.1.4","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","strip-bom-stream":"4.0.0","tosource":"1.0.0","upath":"2.0.0","whatwg-url":"8.4.0","yargs":"16.1.0","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.12.1","@babel/core":"7.12.3","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-proposal-decorators":"7.12.1","@babel/plugin-proposal-export-namespace-from":"7.12.1","@babel/plugin-proposal-function-sent":"7.12.1","@babel/plugin-proposal-numeric-separator":"7.12.1","@babel/plugin-proposal-throw-expressions":"7.12.1","@babel/plugin-transform-runtime":"7.12.1","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.1","@babel/register":"7.12.1","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.1","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.0","comment-json":"4.1.0","doctoc":"1.4.0","eslint-config-amo":"3.9.0","eslint-config-prettier":"6.14.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.2","markdown-it-anchor":"6.0.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.1.2","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.0","tar":"6.0.5","tar-fs":"2.1.0","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"ab124e835dfba772f67341b5e4d7107a7095c644","_id":"addons-linter@2.10.0","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-31NLiQTrO1PNcnte/sBMnS/cMX7Ek1nK1LFNdrfR1S1CWuTUOLIgmMz3xBCrTbi7uE8wlamDFiJfudFGLX1e9w==","shasum":"59ce820c27f10e198e8f138c68b4eda242478191","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.10.0.tgz","fileCount":87,"unpackedSize":5910014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmCS2CRA9TVsSAnZWagAAnD4P/1sxf42TbvViVaw9UdDi\n6Tlrf2VA5IiIsDLK+wzbMpt0L/FPpANZcEEak04k90p96VlHDAHrXIJFTDwm\nelpobZt8I/Ris0sytVt88IBADiIyDNHvPW9J6NcN2dr/OimgnnC65K6kzeVP\nnFLGjnJuh+AOIcgSTIR2selF8L1zrEbEyEehx0G0KdGvc/rpiFXRZ/uS2cDd\nKsCL9nzw2CuSXQiQbOkOr+fu/y3m6GtDWV7L2+1rsqC4vd9tm7FtWvC8Y7jY\nzdO5eZPJdqFGQU3vDvYfAQWELEAJHw9jKBVor17t6J0fggVx47jnXAwl8Jl7\nCZq63OyldOO9u7KwG6iEA33VQHk4hQzKD7tYS/f58hkPgcuSJ0J+L0N7SBnG\ni7AZhtn2gaduxnqw3XHH62zL0MYzYkWckpolgi4rgOnjeoi21/UsloNpsRTB\n18RCjyLY9lzN4VzajzZDJr1BBlubpZGFCU9zV5uaLbglRTx0fPYUU6F9hvJI\nDlJi1EMCO+f7hWtaFLd7Gdy+OU7mz62640ZWxISPg2lVMcob5LleHbrEW7+y\nKYXS1bpyy7JwtqzNT/5zf+USloB+5LLFMK3OnamMYV1kCK1PETJWmN6uHUQh\ndZmbbljjY38QFKtXYkyTtshylIz2/UzOULHP9z1+uzMi0dcGaTZ5f7grYSZ8\nM4P8\r\n=Ma7M\r\n-----END PGP SIGNATURE-----\r\n","size":1171634},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.10.0_1603806390443_0.8335092717992327"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:54.346Z","contributors":[]},"2.11.0":{"name":"addons-linter","version":"2.11.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.1","@mdn/browser-compat-data":"2.0.4","addons-scanner-utils":"3.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.59.0","eslint":"7.12.1","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.7.0","postcss":"8.1.4","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.0","whatwg-url":"8.4.0","yargs":"16.1.0","yauzl":"2.10.0","fsevents":"2.1.3"},"devDependencies":{"@babel/cli":"7.12.1","@babel/core":"7.12.3","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-proposal-decorators":"7.12.1","@babel/plugin-proposal-export-namespace-from":"7.12.1","@babel/plugin-proposal-function-sent":"7.12.1","@babel/plugin-proposal-numeric-separator":"7.12.1","@babel/plugin-proposal-throw-expressions":"7.12.1","@babel/plugin-transform-runtime":"7.12.1","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.1","@babel/register":"7.12.1","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.2","babel-loader":"8.1.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"1.4.0","eslint-config-amo":"3.9.0","eslint-config-prettier":"6.15.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.2","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.2","markdown-it-anchor":"6.0.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.1.2","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.1","tar":"6.0.5","tar-fs":"2.1.0","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.1.3"},"gitHead":"b8ebcfe91aee8cc6b4b80c1cb810736c6be5ecaa","_id":"addons-linter@2.11.0","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-RjAT7+4heoxnJL2VRiYVpPv19SwSTB4apbgq3SYqimSUj+OHuwS6OcaHuB+ttFUa4R5uQ/IQkm3VTXIQ653PzQ==","shasum":"3801d5b1ce8b2ecb078f516888bbc42849d5af87","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.11.0.tgz","fileCount":87,"unpackedSize":5839445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoYFjCRA9TVsSAnZWagAAqg0P/jlipmV0KYIhhrIxOyAC\nFVNOMsJ19QuJggt/eiVIY12ndy91dpvqHoAssTXeZ6AE+afCan/LASdcgLP6\nXrhUVXCNnJz3ALv2GJ+lu+wsPhqKLyJ7uySfXFBrQxUvKIvn1qQN70ijafC2\nIdFcs86VNaSAM8Aml57UAheYbBjASg6rmFbHPcytZJzpjU17f4yxn+LmA40s\nSBma9OvomuAmPIG1xvssooOnssnQtJiawUcBy7rAxXy9+s0S8DKc8uBcCCyY\n1r1nzXXQ1vYUz9U5QAELPv99CWcec4kLYrIsv2NBXCuK0ErfOQq6s8Z39q4Y\nVMHUKF4GSmkCz/gicTa5XF1qugskkzLczAhT1ZxQVTLEO/Yesw2TzWM1lGLv\n2mncsC0KIr1YYI4ePZiNDtAdvdNEQOAJ1CL79mZBE+h8h4cB18vhrfxZIEgF\n4Bd7IS78IMkGWwV6nxC0chWSwIKY4C0SeYA/6BP2hTWRqfZvi3VBEjZYzuFi\nwb2qQ/deowKQxqTF58FpsBJenugqajhnML4C1eLXRRNP8KZm39TDRCsC/8HK\nvep/p5BiHUannhR+k0hd5vLdJ6KL15ysk7Cg8+9qoUKKjaK0EaowFLTqHoCj\n7LhfMPbE3RcAyCFAWUgwkv4RXXup7r1Mk1O201KRzh8Nx0CQk0i5QjzHA+N/\nSPT/\r\n=pLpG\r\n-----END PGP SIGNATURE-----\r\n","size":1157211},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.11.0_1604419938826_0.2585481144364068"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:56.242Z","contributors":[]},"2.12.0":{"name":"addons-linter","version":"2.12.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.5","@mdn/browser-compat-data":"2.0.5","addons-scanner-utils":"3.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.59.0","eslint":"7.13.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.7.0","postcss":"8.1.7","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","whatwg-url":"8.4.0","yargs":"16.1.0","yauzl":"2.10.0","fsevents":"2.2.1"},"devDependencies":{"@babel/cli":"7.12.1","@babel/core":"7.12.3","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-proposal-decorators":"7.12.1","@babel/plugin-proposal-export-namespace-from":"7.12.1","@babel/plugin-proposal-function-sent":"7.12.1","@babel/plugin-proposal-numeric-separator":"7.12.5","@babel/plugin-proposal-throw-expressions":"7.12.1","@babel/plugin-transform-runtime":"7.12.1","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.1","@babel/register":"7.12.1","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.0","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"1.4.0","eslint-config-amo":"3.9.0","eslint-config-prettier":"6.15.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.2","markdown-it-anchor":"6.0.0","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.1.2","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.1","tar":"6.0.5","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.2.1"},"gitHead":"2ccc961d5dbad9ad2d35897c54363e0d21f3764d","_id":"addons-linter@2.12.0","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-Kv2Joa81UfxCWHYK13G9ZNKb/z5cJP1TlshCh9vA2dBH55szabIN+yIxujgNCIg2/k/wDya3OihBmyFNkFmFkw==","shasum":"6bda70f084f37e1fea6c7c76d7af76b115378058","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.12.0.tgz","fileCount":87,"unpackedSize":5839445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqs+TCRA9TVsSAnZWagAAvcUP/0gOkvSIPy92zXmIP7IW\nD98OrJQIbEJxZkcp04XuNEBPrKbXeLx8Xk5zSowRBN/1igNu05o9ZRy8JD7a\ncXHW4CMvc5HrWEqN1gF7uwVD9HV/P/C/Toi+8EkFU4X4TPzLHmQbHUtB/6Sa\nQXL4fRoAsJso4bHFK+BDjD7GaNyKdRH/Dy2WJD0DisouZnb6uWohmUJJsCU/\n7bHxqBEetGLbVRShuv6ZLawdnCA29HCX63wPDHnTyBk/G1HXPEM9+H1lSilT\n+i4LxPwKlMPT3cwOaOAQuOWDmK8UoHBy58mXfjyBRv8GQFi3fHTsokctSHNM\nVzfku4wg1p41d7+EkZihIEPInBFzmgM0MjXfMu4OO4vlETXLNGs7l+P/DpdT\nL45mpCNzgJC1DIeTzkHQfHNNRqZmMonM3qCoHIYDZBQF3Dk0xqdRPImpZGSr\nnYnacdj3LJGFJAsDMq3G/ETAYznDzy5BzOeodwr6DEyDg7I//pc3ILuKp+zQ\nACMAobQaL+msC8XOUvRi9Obl2cCGt5aqsXUcsS6Y97b9mzgEPK0Ab2QDsYsH\njvCKDVrkbvQ1d7OFuaj0id9l264rRTL4h//IJibzeIF0Bf78b5gPH/rrdmWE\n7Vq9NMWSyubRj6BxksYCtcoH+vo8immjrU2l+3/WqoYila+2g1QJtECPEsZZ\nj0q6\r\n=FW7+\r\n-----END PGP SIGNATURE-----\r\n","size":1157214},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.12.0_1605029778113_0.03734769231299406"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:58.129Z","contributors":[]},"2.13.0":{"name":"addons-linter","version":"2.13.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.5","@mdn/browser-compat-data":"2.0.7","addons-scanner-utils":"3.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.59.0","eslint":"7.14.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.7.0","postcss":"8.1.10","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","whatwg-url":"8.4.0","yargs":"16.1.1","yauzl":"2.10.0","fsevents":"2.2.1"},"devDependencies":{"@babel/cli":"7.12.1","@babel/core":"7.12.3","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-proposal-decorators":"7.12.1","@babel/plugin-proposal-export-namespace-from":"7.12.1","@babel/plugin-proposal-function-sent":"7.12.1","@babel/plugin-proposal-numeric-separator":"7.12.5","@babel/plugin-proposal-throw-expressions":"7.12.1","@babel/plugin-transform-runtime":"7.12.1","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.1","@babel/register":"7.12.1","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.1","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"1.4.0","eslint-config-amo":"3.9.0","eslint-config-prettier":"6.15.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.2","markdown-it-anchor":"6.0.1","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.1","tar":"6.0.5","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.2.1"},"gitHead":"bf45932ac152cafa45ae99dcac584d7ed4659237","_id":"addons-linter@2.13.0","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-Pukhhg1wlsmUaO0xnoS4pG+mYCYhMuZwu6dZklVX24wEKnLHkD4kY082utkue6Zcydv+OHBqW8oOjX7f+10xcA==","shasum":"2a0878fdbab76e225d0b2235debe6d8fe70c705a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.13.0.tgz","fileCount":87,"unpackedSize":5855875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxm4UCRA9TVsSAnZWagAAr38QAJZ1oeNraM9vryA8EgzT\nt0v4dCI900dNJYkgd/1jFZgSiDUJsnmAYT9LSq8Cc6UKl4f0KcC+SYXR1jHJ\np/GuN1MFFoC8WNB/Z89voF/7wao3d4XjigNbsuScSICKZ6Lh3IiWNal8AXkS\nW57QO8MiuG70tuKBOKnqkAqdhM0I4rjoIf4NLG00UocTtacHflDzFrTvj5mz\nhONojkCNvMdja7zn4ks7kMFmO0HLTUMEniic6wJmDBeiTUJ01n2Q198NNZjK\nvDCHXY/2mBrwDEIjljhlQwURPRTkTZ7mzJTjcEjtsJTgazL9CP9joukpr6dU\nQt5kE97SOLjzkLrqXRvS8O/qDgaQExnNPrIaXcYvghsjFSAJSOzctLssrULo\nKaseGaiawG/AyR2ADJ9tzTerU4uFEqyJJlXvD4WtMLR42RPLuBQf42P+H0Lj\nUE4oDy2FnPd9LWgDHpqdB5eYMaDhVTpitBj4MBmqubt6iMQ/a22+ulUxbDBf\nFb721q/QHmDLp47k5unAp2+1EgNDDaqgSMIDn1vaiCQaTdZeVCbi4ElhUsaj\nlIbcmnd4sXW3sDHUyVb5samgeKD+k8GdpvPujPbmRbYhe+e7urZizGjNG8Kz\nqE0N8X1dbmoI53+wPYE1Cus2np+8Cb48hMoA2MsrgueiddAvAbMymPvQex5v\nMc6p\r\n=OEPP\r\n-----END PGP SIGNATURE-----\r\n","size":1161687},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.13.0_1606839828156_0.8166326111768445"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:40:59.980Z","contributors":[]},"2.13.1":{"name":"addons-linter","version":"2.13.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.5","@mdn/browser-compat-data":"2.0.7","addons-scanner-utils":"4.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.59.0","eslint":"7.14.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.7.0","postcss":"8.1.10","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.2","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","whatwg-url":"8.4.0","yargs":"16.1.1","yauzl":"2.10.0","fsevents":"2.2.1"},"devDependencies":{"@babel/cli":"7.12.1","@babel/core":"7.12.3","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-proposal-decorators":"7.12.1","@babel/plugin-proposal-export-namespace-from":"7.12.1","@babel/plugin-proposal-function-sent":"7.12.1","@babel/plugin-proposal-numeric-separator":"7.12.5","@babel/plugin-proposal-throw-expressions":"7.12.1","@babel/plugin-transform-runtime":"7.12.1","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.1","@babel/register":"7.12.1","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.1","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"1.4.0","eslint-config-amo":"3.9.0","eslint-config-prettier":"6.15.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.2","markdown-it-anchor":"6.0.1","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.1","tar":"6.0.5","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.2.1"},"gitHead":"5340b312c04eb6d907c0ec105b5fc995393a8cb3","_id":"addons-linter@2.13.1","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-OWMuABpZRNeru38oOjn7QYOF0JOXJQXG9c3r4ILTRwTBeSu3LtfgCh9/7zLVgTYPbTs7Qy6h23u4Sel65uSnUQ==","shasum":"2bfda386a61aaa9434676a4cec1ec8b610f070e8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.13.1.tgz","fileCount":87,"unpackedSize":5855875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyRjoCRA9TVsSAnZWagAATuIP/iAz6VYoVRW6imiNWmvA\nHx9DMwkUkDbGQEilo697aexzjPErdu3mmSmmE7y4NQumpMLfN0v1G2Us5urm\nfJHbezuo3kSK+e/IRFAWJ6SZ4CjkdX6wOuS4qOkz8tjQ0oQQ0jDMq6y1c+92\nWPRwn4xWCh2n5KNkQ/Sqr71lYDBKZtl9fOb+43rV6tkKjuWmwJRVHvHnreio\nINNN3ywIu8HrsLPdPOlzn8GfmSDOjSiKb2AyBn9Afyxeza5I+SMB3neTHkT5\nry0kZnpM1pIZNuz/ohRq27m66h4mTlWi3KuGoczpTBZNg7Ah95nbYEj5oNcE\nNnY5IB3S4iUX6CKZfzDhkF5UjCOMgca5HN0TltceWe2uXK3cbMWkDieMpViL\n6PIs0vk4AIZ7qNNfyZhmtpMuQ/YTTEInXsYAsK1EH2Upi6VXX+FstyKYF2dK\nryjU7qb1hIZUmWx8MNGE2mvgeZLc11u6otnFsrBDfm949pnaXutoB1Uw+s3P\n5AEM6eCivJhbGj6lk6gxFEEZ4acBdOKfpi20Q3QYnvGXwqdptOFWKZGDKmEh\niW4sMwGrbAbiMYX0NWB87e1gQxDYHHgDgm9aTvBPUs7KiCx95LSgleeiojo/\nt5lHqoeLWCOv/rhsSqzXC0/TZzy2N/l4bai+N05bFiwm8XTk6FNF9hUKDK3e\nNQDd\r\n=dcNF\r\n-----END PGP SIGNATURE-----\r\n","size":1161687},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.13.1_1607014631726_0.8868651702135251"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:01.868Z","contributors":[]},"2.14.0":{"name":"addons-linter","version":"2.14.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.5","@mdn/browser-compat-data":"2.0.7","addons-scanner-utils":"4.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.3","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.60.0","eslint":"7.15.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.7.0","postcss":"8.1.10","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.4","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","whatwg-url":"8.4.0","yargs":"16.2.0","yauzl":"2.10.0","fsevents":"2.2.1"},"devDependencies":{"@babel/cli":"7.12.8","@babel/core":"7.12.9","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-proposal-decorators":"7.12.1","@babel/plugin-proposal-export-namespace-from":"7.12.1","@babel/plugin-proposal-function-sent":"7.12.1","@babel/plugin-proposal-numeric-separator":"7.12.7","@babel/plugin-proposal-throw-expressions":"7.12.1","@babel/plugin-transform-runtime":"7.12.1","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.7","@babel/register":"7.12.1","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"1.4.0","eslint-config-amo":"3.9.0","eslint-config-prettier":"6.15.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-prettier":"3.2.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.3","markdown-it-anchor":"6.0.1","markdown-it-emoji":"1.4.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.1","tar":"6.0.5","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.2.1"},"gitHead":"de8a6a413e7e8d677100382f24be049744d63b90","_id":"addons-linter@2.14.0","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-jB3GgZ7Rwc7ZwhioZW68XGc6qF2q9EalUUuiMCzfE9cQjmX/sgMP/UZMP46a/g3oDY25JPvGvr9Q/5b/YgfOwg==","shasum":"ea99501ee7fafab2a114fc4ee7436277236eef57","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.14.0.tgz","fileCount":87,"unpackedSize":5856035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfz5vtCRA9TVsSAnZWagAAG/gP/Ax7AyHUyiQmyXnWaqbV\nffbghOEWexMYZ53/mFrebtJq0MJ+xZT/nITVT3Tc7ixFrpbOjMg0APBp6oAA\ncpkkzirzgLeLEjZUBZ4UWuFhgfe/+RCvibwK5YHtjj56sFs1+KNWVf2z7XkA\nGDPm5UbgkWMGpqgdH6CLF2LkJzuAU/Cd3/lgFOOILDIlC+mdWnqpM1XLB+Uo\nH+19lzn+lJa++Cc5FN8KbRrJPQSDKPPRNVa0VSdAYdUa1+BWBwnZkoJvYL3M\noCmWXY6KFLtEFDsb2pI8a2rYlhiV0BhHPH9jdpqWVn3gXGNsdM62SogivT5I\nvX1BFlbS8QvqhIMeQ4RG4TCO3gaS/43MHhNLQjw+gEpqWCBTj2Z2XIChbOvR\nPZdM/sRGasNHzF/8dX/IWKgbo1h2b84pJC/2HCosOym6yLKNS/V+4tIKzZpn\nwuJR4G3hjzBMw+gMsCVZ04DH+XaCR4ybF7fhb5dgM3KZuC59O7D9P7nIQV4u\nXmDBh6GLuMnbJUgHF+o/OZluwmf/qY7XNFNztWQg+ewUEp6ES42ESLbXctdL\n71k27INSxaQhL/Wfj8HhNjq07vBADwb+NLg8x0ra9V5HE/bfQcUPuquaWP9K\nA+5WG4b5L3wifK6EzXvq5dXveB7dxeQtcz04/srR9ZcwC5OA97xBPgTYXmOq\nhqcn\r\n=g6vD\r\n-----END PGP SIGNATURE-----\r\n","size":1161716},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.14.0_1607441389124_0.02429330228657922"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:03.761Z","contributors":[]},"2.15.0":{"name":"addons-linter","version":"2.15.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.5","@mdn/browser-compat-data":"2.0.7","addons-scanner-utils":"4.0.1","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.5","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.61.0","eslint":"7.17.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.9.0","postcss":"8.2.2","probe-image-size":"5.0.0","relaxed-json":"1.0.3","semver":"7.3.4","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","whatwg-url":"8.4.0","yargs":"16.2.0","yauzl":"2.10.0","fsevents":"2.2.1"},"devDependencies":{"@babel/cli":"7.12.10","@babel/core":"7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-proposal-decorators":"7.12.12","@babel/plugin-proposal-export-namespace-from":"7.12.1","@babel/plugin-proposal-function-sent":"7.12.1","@babel/plugin-proposal-numeric-separator":"7.12.7","@babel/plugin-proposal-throw-expressions":"7.12.1","@babel/plugin-transform-runtime":"7.12.10","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.11","@babel/register":"7.12.10","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.0.1","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.4","markdown-it-anchor":"6.0.1","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.2","tar":"6.0.5","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.2.1"},"gitHead":"914be4bbb5dbaef8df6058e6c04834b01bc51c92","_id":"addons-linter@2.15.0","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-MkrsntR82pT/+78hMBhAF8YVl3FMxNUC/S2vUewXEgdfpW3N/DMsCfTqLMLO/Y4CV+FyCnk/dc4ifpY78a03DQ==","shasum":"63be727d6ecdb128aabafdf4789ab13198228ddd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.15.0.tgz","fileCount":87,"unpackedSize":5856320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9GH+CRA9TVsSAnZWagAAkbwP/25jBQgzSzZ6oHE0m5Yl\n094cXtpsodFvgRlllCxinnV7cyKKWLw7WSA8jcU8t1wB+l1ADiowLgmbtLRz\nPV1+wSjlNJWX8CUt3FjdikMKE8WNolxfVPUJkMbiwthLWs+cD1hX5Foj4AO1\nYv95WW0eaYBiftjZZO+svgES1VklEPwA7u9cuaaxAbkIrny5Cq/JvnmL1tAJ\nkSs/mvWQjc5r2e/qU0c1siz+oxkbcSF0lvvBpsXQ+2uXMKo40Gj2K11xZ6He\nIcyC/3fVcoJL9Q3sEs6gT3RD+5vg+VHSqk6ViN8ea2ZF/x20F6XPCsbN5UWH\niSpv3xXu6JLCtA9gwvY0CNZsqXGl9rR2qKk5+IW8VTf4SzWavkJpEkeHWem7\nP1xpR0LaFyvlq44Fe62zKm3CVVP+Mh3aSZnVBXfL/1hRICiTxk8ph4s0QWSw\naIac+h36Z7AKfpQSmIVl8N9owZ82anBrhitP489PvQ3VdO6UWfSMWDqw94lH\n6C9a4+aHj4SHvnOxEsb9TxkZbFjQ/l17z3wGDBeRIO4sVep3GAQk0KvO9aTO\n/eVgGxuFdJsaM6AUMvOAqGRXIWsqc8poj4vwkpecZuQqXbZZGaA5Z980nJ7D\nRlalfrQUZWyMncfG13w+d0MvwvT3wUQQslEfDnF1F+qrqmBtu1zurMxdXrHr\nsEmT\r\n=tDIZ\r\n-----END PGP SIGNATURE-----\r\n","size":1161761},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.15.0_1609851389860_0.16132705556289562"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:05.615Z","contributors":[]},"2.16.0":{"name":"addons-linter","version":"2.16.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.5","@mdn/browser-compat-data":"2.0.7","addons-scanner-utils":"4.0.1","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.5","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.61.0","eslint":"7.17.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.10.0","postcss":"8.2.2","probe-image-size":"6.0.0","relaxed-json":"1.0.3","semver":"7.3.4","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","whatwg-url":"8.4.0","yargs":"16.2.0","yauzl":"2.10.0","fsevents":"2.3.1"},"devDependencies":{"@babel/cli":"7.12.10","@babel/core":"7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-proposal-decorators":"7.12.12","@babel/plugin-proposal-export-namespace-from":"7.12.1","@babel/plugin-proposal-function-sent":"7.12.1","@babel/plugin-proposal-numeric-separator":"7.12.7","@babel/plugin-proposal-throw-expressions":"7.12.1","@babel/plugin-transform-runtime":"7.12.10","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.11","@babel/register":"7.12.10","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.0.1","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.4","markdown-it-anchor":"7.0.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.3","tar":"6.0.5","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"4.44.2","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.3.1"},"gitHead":"46d197cc5dd0b1414c528d039047cd0847874489","_id":"addons-linter@2.16.0","_nodeVersion":"12.20.1","_npmVersion":"6.14.10","dist":{"integrity":"sha512-+z5tHzCt3bKROD8bi76wRYSCT+1cVz/+YopvKqHfMWIQQ4ndfP+nUIFEG5lNSGkkveA7UP6HRBeyqRsYID5UKA==","shasum":"7f0865932d939d45d843ae5c69885fbca79a9dc8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.16.0.tgz","fileCount":87,"unpackedSize":5859139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/WelCRA9TVsSAnZWagAAStcP+wb8SXRzGd85uuAF2SwK\nK++K+onwguYHIt8U8NemuCVVAhMMM9DXpcdBc6Chcy95b8eYNxZtW7ecZIRb\np7Uc4G50XkzcHaizoiSUwPDGhYH+9Y9kn8fik6CVttj0jzDKvNct920Rv2fy\nPkb9m6ppcRm1+b7yXTFGKigpRyWJHpgIyH61DXUmhWY2+UorQAi759yagSu9\nxAS5YewxwskhsOxy4S8MouRYY4fu1YFu5TDua4BWFSP//1stBziHI6x+CKdK\n2gmPt2xfK/PFT5+gF54ID/dFziel+NnIbKnz0WVZC+MalkTWivYY1VUg0B+3\nbAbFdYdvFiR6ZeFwA/1EXKWUXyUKuF/6sdGdukchuuiwmVMERBGH1dKjyNUE\nSkvQK599lgeULq3fmvPanu9aiMh4Z1Dxj6DuQsa+x3TFlN9k8ncTdG3lijtV\nj77/D/+njuLaIpZisuNao2nZuH3xZXlQE73eIrcKPaDB291eioAVH5CvKwhf\n9ciBhZ24r2D2cMZsWEnypAAgAnl7zYinfKbwljLNZhXTxsqfMVi3l+4ns7Tn\nCE46JPcmCOugFDKxdzIbnLNF663BkyxH+eB7GCW90rZ5yYetzv7DIWVmP00x\nbYJumTIJmnaZvuJCR+wS5usBR7kt51hKS/OSa2hJpJD7AyUpxREm2m9LobQI\nrlGt\r\n=sNmo\r\n-----END PGP SIGNATURE-----\r\n","size":1162316},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.16.0_1610442660645_0.9244957570405303"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:07.470Z","contributors":[]},"2.17.0":{"name":"addons-linter","version":"2.17.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.5","@mdn/browser-compat-data":"2.0.7","addons-scanner-utils":"4.0.1","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.5","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.61.0","eslint":"7.18.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.0","postcss":"8.2.4","probe-image-size":"6.0.0","relaxed-json":"1.0.3","semver":"7.3.4","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0","fsevents":"2.3.1"},"devDependencies":{"@babel/cli":"7.12.10","@babel/core":"7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-proposal-decorators":"7.12.12","@babel/plugin-proposal-export-namespace-from":"7.12.1","@babel/plugin-proposal-function-sent":"7.12.1","@babel/plugin-proposal-numeric-separator":"7.12.7","@babel/plugin-proposal-throw-expressions":"7.12.1","@babel/plugin-transform-runtime":"7.12.10","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.11","@babel/register":"7.12.10","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.0.1","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.4","markdown-it-anchor":"7.0.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.3","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"4.46.0","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.3.1"},"gitHead":"3fc7a2e601fb56d908b7a55ca921a4be2c56e2d7","_id":"addons-linter@2.17.0","_nodeVersion":"12.20.1","_npmVersion":"6.14.10","dist":{"integrity":"sha512-T4oofDmVlIYvzl4LSVWQaLoMiFxsFxEpbKI8XO58NQCOs0cC18LYiv0e27u1gzgFuHQcW5kpdkk8ctu0CZ8OrA==","shasum":"1fba532a5ac00779c8db9ed7c6e7c71267b8624c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.17.0.tgz","fileCount":87,"unpackedSize":5855948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBwqXCRA9TVsSAnZWagAACnYP/izHUOl892o4/4A/jmMy\nIVXc81MugJaqSfSLdP+cCq8LoVnF8j0kQ5XfCzaMgPgPvHSe3h2LfbfNb5sF\nyXJjvEcWhq4Zab08StBf4ypCZIJmEvSCS3w52Ze2IOE6mj0gc2GwTv+r7dxe\nwFHLGw0PyPBU8LwpaQgCVQXFLx80Q7kLJG9RCc+NSViKkzuSGXQAhW2CCtOE\nMZncGVAZL+AQ3y3kigl3G6gjos/x8m4AaJOGfWiiw0xfuEaaq/IWBTgNSq5f\nSXPCg9WkXR6LPv6Tgn2dsOdbvW//52fY+B1adcaHEhKVeiKg79mwe5gobwv2\nyhzvHKFAsWEzhxt6rRz3kEP05CHT+nf59Pp2IZpjGVCNTjr7LUBAEoI50bwG\ncoclH/weHO79jCGyHInJqocLQXBj3m26PVbZB30oNPU6k0EmNBVRqCWTSqJU\nQ8xTjgqX6afQvXA93uLsJNaTKqMc+i8UQCgc93FcmXdpgFphMUt+OFXVfpm2\nQl7aI3pH6cKBxWQhnSBG75jELOh39QkKKmJkBAeTwmzU/q1UH79z9CGj6a20\nN2MuEqy4HZpsR4N2Rotb0zGG5XD5ohD+wVGOEelbIVz9aGwoXiHjBqNN+0ST\nyrEmhtaaCJYReHTSfN6tV7y/dJy8l7tGB2/zLJa+dwcjNe/VpJNV9QflUhGX\nGwkX\r\n=naZ2\r\n-----END PGP SIGNATURE-----\r\n","size":1161750},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.17.0_1611074199121_0.6867729925876376"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:09.355Z","contributors":[]},"2.18.0":{"name":"addons-linter","version":"2.18.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.13","@mdn/browser-compat-data":"3.0.6","addons-scanner-utils":"4.0.1","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.5","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.61.0","eslint":"7.19.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.0","postcss":"8.2.4","probe-image-size":"6.0.0","relaxed-json":"1.0.3","semver":"7.3.4","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0","fsevents":"2.3.2"},"devDependencies":{"@babel/cli":"7.12.13","@babel/core":"7.12.13","@babel/plugin-proposal-class-properties":"7.12.13","@babel/plugin-proposal-decorators":"7.12.13","@babel/plugin-proposal-export-namespace-from":"7.12.13","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.12.13","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/plugin-transform-runtime":"7.12.15","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.13","@babel/register":"7.12.13","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.1.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"4.2.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.4","markdown-it-anchor":"7.0.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.4","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"4.46.0","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.3.2"},"gitHead":"208d5aec359bede005e87ba00a52987fe85e30f9","_id":"addons-linter@2.18.0","_nodeVersion":"12.20.1","_npmVersion":"6.14.10","dist":{"integrity":"sha512-2FWrZVWZOAxD31+PL5V3Jk3vhHdqBXe1D+MR4iaXflBFpMDUy8E60I3+UDkkp4fHNNpRj0sSMpbXDxemkSZKSQ==","shasum":"d68df099dc35b22f88ebda9aa9a5a9f76e4899f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.18.0.tgz","fileCount":87,"unpackedSize":5829541,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIqWeCRA9TVsSAnZWagAA4PYP/1w7iUf5TLDBxRoc5tpB\nbaa4nRoGfvuNbdb7FPAYaqI3U36LpLNtas0HGEfAyf4ex48UmcGmrPzCNX6y\nITkUN08amICNTb50YN6E6YfGgsN10u5wJ1CTWg1cRPU2kcnktPJ49jXruiXJ\nrOi3+xhw+ujEp4SO1/n7rUTnL2LWqF5tejHj7l2cPVqVM6iW0dWuG24l8PP7\nKhE2lIW2tJid18CiZSB0vBTs0P5D0ldcLK+rvBEwl9Lcwrtfoj17fdlaCYay\nvK49gXJLV9LEcQGi6XMW32/m3VxD7ZcDXEXdig4kX64Di5vHpwR2yXkTuchQ\nHqY+hb9VaCGVvCEFoMfeYZTXColmejDNWU/H29w1AqpnA6UaR4XqFyyoxI0r\nmoHcfiob5nYYrZ1wrNz0hAfJ28RIxZ0c31RRznttC3phwo7ufKxTdldrYxgx\ncm/wL4iZIk63GKdPVWVf+fuIEpAksU0UAUQAbg5S0/Up92xrNihQD7FVmO4D\nv2PEzAG0sMEusTxNEZ2+oQ4fA7i7vOCHa1Xp7hvvllqspkmMOzuG5Os0IbNi\nKi5hi1gQiRnTjyRp4U6CRNw0ihuLhzpewdRmeR0461TT1qbnNfv8TyGPSAPI\n0Qvjqv+a6zGSN/ZoJOXIH5zAbyDFUSHNGdyUtVvieg33Gc5E7Q0W0vdOBxUY\nK8l0\r\n=Qcta\r\n-----END PGP SIGNATURE-----\r\n","size":1163712},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.18.0_1612883357807_0.9289816390986232"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:11.224Z","contributors":[]},"2.19.0":{"name":"addons-linter","version":"2.19.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.13","@mdn/browser-compat-data":"3.1.0","addons-scanner-utils":"4.1.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.5","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.61.0","eslint":"7.20.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.1","postcss":"8.2.6","probe-image-size":"6.0.0","relaxed-json":"1.0.3","semver":"7.3.4","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0","fsevents":"2.3.2"},"devDependencies":{"@babel/cli":"7.12.16","@babel/core":"7.12.16","@babel/plugin-proposal-class-properties":"7.12.13","@babel/plugin-proposal-decorators":"7.12.13","@babel/plugin-proposal-export-namespace-from":"7.12.13","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.12.13","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/plugin-transform-runtime":"7.12.15","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.16","@babel/register":"7.12.13","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.2.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"4.3.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.4","markdown-it-anchor":"7.0.2","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.4","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"4.46.0","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.3.2"},"gitHead":"5793e4efaa1433ed2bca4eaaecce15228a6d0df2","_id":"addons-linter@2.19.0","_nodeVersion":"12.20.2","_npmVersion":"6.14.11","dist":{"integrity":"sha512-qvzpco0zQbM3xTIamY6/KzgQXDfockaXvPdH9VW4KoeKK3xCoJXhcWNbBvw9xpbveEi/FzLoTebotlGtTO0ddg==","shasum":"67d73cb8121ef09987f9f7cdffedcb6de8af19b7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.19.0.tgz","fileCount":87,"unpackedSize":5829639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLS1+CRA9TVsSAnZWagAAHXIQAIqmOA84lsRVMWGNHpps\nLfXO6WwBxETR3vtaEzd/GeHi4+Tt4WctYGB/35B3hX+bPfBVX20jQLdrT3qq\nrVe9WLFZ1inIAvH885VYyj+/4Iy3/r2C9khoeRADRKgxVNW7va35Zmks1we+\nvBTVBRb1vi5LE7Nv3QbE57oAy5/Gw+4/1FMsGVxlGZ9usVe94OPQ0SoOAsla\nn9mvi8EcQ4aI6KtSg4VVWD3fCs4dpa8BlyilzLx32R+Fac9qzAcy9zKvV1c0\nwV5KvjR+zoaXg+kDBl83GYGESxIoWoOvWVXHGa0cmz+cZwafzoiU6P3P5ktt\nBdN+FN5fhDTU0JZ5ClYKHVZcKvxg65FUIEBkhQdkt26FgdvGZWgiSVR8vHjf\nPBXKyULJB5amNFaBkjoGheYRF13AjKq2KfI3LHAFJWPu0mfc5dhB7VkP0zuZ\nHLcOdKAmlbv3f7HbTw5jUY/e08UkgN6SrhbtQr52C880fSmJwNoiQ97vqaSg\nMAa5UaJZAtxdYjqJCLTTZTRNF5tR2/IGoHCohJpBe1rYt7PHAd4TWaN3Spzg\nrqJHdWcR9BJuNKlpOI1vIfyLqCBubK5FmqtbFvS5uaxmRuY1lKHhlZLujrNr\n+D5fe8n8LOAyFtcGNya8zJF732PEXwoGUQG0r+1lLIk7tLIlDhrSOBLMes2i\nIQEj\r\n=Ed9G\r\n-----END PGP SIGNATURE-----\r\n","size":1163707},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.19.0_1613573502130_0.6202036148156866"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:13.107Z","contributors":[]},"2.20.0":{"name":"addons-linter","version":"2.20.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --display-error-details --colors --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --display-error-details --colors --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.12.18","@mdn/browser-compat-data":"3.1.2","addons-scanner-utils":"4.2.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.5","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.61.0","eslint":"7.21.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.1","postcss":"8.2.6","probe-image-size":"6.0.0","relaxed-json":"1.0.3","semver":"7.3.4","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0","fsevents":"2.3.2"},"devDependencies":{"@babel/cli":"7.12.17","@babel/core":"7.12.17","@babel/plugin-proposal-class-properties":"7.12.13","@babel/plugin-proposal-decorators":"7.12.13","@babel/plugin-proposal-export-namespace-from":"7.12.13","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.12.13","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/plugin-transform-runtime":"7.12.17","@babel/polyfill":"7.12.1","@babel/preset-env":"7.12.17","@babel/register":"7.12.13","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.2.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"4.3.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.4","markdown-it-anchor":"7.0.2","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.4","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"4.46.0","webpack-cli":"3.3.12","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.3.2"},"gitHead":"5facf4f768e23d60b5fbacc8b0788d8a122910ae","_id":"addons-linter@2.20.0","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-Qc+ZXq7O0yov24gn0RSLbX5Y8WX/oaI7N3ytibmTJhIONdISHgLC25Ni6c6hx21tfViw/WqGMFVTsqOx7KodOQ==","shasum":"53c4e40e45f4d2642f4f54fe8e7470c833f374b0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.20.0.tgz","fileCount":87,"unpackedSize":5829784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPmjCCRA9TVsSAnZWagAAJusQAKFMUW+orVxwZjpC6fvz\nXWC2b92qYmDlMSCLtHrUn4iPMM5TEzs6e9m63I6eQMemseTZUDysGJpNGv+U\nvuT1c4Uee15oI2DkRfIv3sA0/GXCIE4GDK2wbyttQ/N8nhWpvrPukYSEb/jq\nfNkTDkO7YYaciQcXECfOFGPJgaPGfzxRfHXUTWe6z37cREmgvietbnAhQ9aP\nBpjV+G7tCo1SdO2G8SDCh2Zr8FuC2Bk1NVVG1pMS+sLBkOMfhRDiEHUFvz3Z\nWiRIbg3OYEp1tO5WLdPFKyPnlgL5zuD/dHD6Q74PskTkR8eWZW+hcfWby//F\nIzEwAt1371qtaAyF3bnz+q+9AP3uDnn2VSDI6ucDqZk9eV5QQf6i3E7BVdWl\nJHMyJXEkepv63vHqFA2FJLaHHDFP/2TlSk+nbxnsYpkHrRTpuvSL9GQ2bLjo\nRHiqmN2sOOLDXyNX9I1aqaSNIq+LXCLeX0UQOkflAC9bSR1jYPPa4JgEjG+5\nhRA/C+eBctvT1E7MkCoyh7VTaALuHw7CfF6sVDIu/S9x0dwDbDSwn1y59mkm\nOxlI3Vix5TWCUEH4KLE9XQZraJZ+QBwWf9BJoZOb4A6c/Ee79Mi2vekTNUPP\nkkLZRm6v4op69+y9CGLCTV+Mp74NFtRNHgvwKpC4W7HZsAL+nBaCKw6cjXBy\nsXIu\r\n=Q6Ud\r\n-----END PGP SIGNATURE-----\r\n","size":1163744},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.20.0_1614702785201_0.37042166441050894"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:14.981Z","contributors":[]},"2.21.0":{"name":"addons-linter","version":"2.21.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=10.13"},"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@babel/runtime":"7.13.9","@mdn/browser-compat-data":"3.1.3","addons-scanner-utils":"4.2.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.5","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.61.0","eslint":"7.21.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.1","postcss":"8.2.7","probe-image-size":"6.0.0","relaxed-json":"1.0.3","semver":"7.3.4","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0","fsevents":"2.3.2"},"devDependencies":{"@babel/cli":"7.13.0","@babel/core":"7.13.8","@babel/plugin-proposal-class-properties":"7.13.0","@babel/plugin-proposal-decorators":"7.13.5","@babel/plugin-proposal-export-namespace-from":"7.12.13","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.12.13","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/plugin-transform-runtime":"7.13.9","@babel/polyfill":"7.12.1","@babel/preset-env":"7.13.9","@babel/register":"7.13.8","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","babel-plugin-syntax-async-functions":"6.13.0","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.2.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"4.3.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.4","markdown-it-anchor":"7.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.4","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.24.4","webpack-cli":"4.5.0","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"optionalDependencies":{"fsevents":"2.3.2"},"gitHead":"4506dbe6e383a431eb89d96f6feeddd5c1b7df8f","_id":"addons-linter@2.21.0","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-1XfqeVbvaEpjRlWJq/Ti0W6bH3RszaIDPeKl+4ZmXCx+C8ovRqy4CJmitqNffLr+2KpY4h5ei2eRygbvJYDyrw==","shasum":"dedf58477c63ccd2a8a53cfedbbbba302b7491f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-2.21.0.tgz","fileCount":87,"unpackedSize":5528493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR4eVCRA9TVsSAnZWagAA944P+gOnHaw28lvvo30DUiUa\nEG3uHLzj/blinoG4NxnaNT8KKwIrjDMrOA/CujXm/YHQP2yGH8zhaNzfZSe5\n10DF4PId9b0V1LUtWtqXUN5LFqIWjwDKX5NH0mMybNpYipGvCs6MDPDq8a+9\nYGsGxp/+5aytANiYJ+vKpRILPebECGIvsaOwDUpu2NwDdlE2SNP9VYY7dzvC\nCtY+BnsK/nK+WMSBmkmEuQ52vb1FF0uj2LttZpPuCcZTXImPlK3Lwp8hHizc\njY1dDGN3WAIjrtqth70f7vRgv9c02D3fd39f6ezClQS/RZv/H/bFn10/Vrcx\ncPTiy0/wI5hzpOcAIIzHjzrhAriMVXsmYbH64wA63fZotMlsg1A/aMTN0pjs\nlmw8Y5KlrTdJtsUjFsEL+GcWMPWws+DDheWNzc7xl74ma/lC5gdZKt05lnTk\nwBA4ZVr9TmYNBSs/i8cZq5TBewsxYCOkZ6JE597Opel846fIhaPSO4BSpAb1\nbZoBTA8Yhw/3tUD1nXh2D+dIiHOIPJHidHn/MEnoMb7ZaA+rQXDbiMVUI8d4\n6KvERi6nOX4nJAqzYOO+U6tZx39jLb6GYRGY26JJeNBKngFlJyJeMgSm+Okw\n2IXD6Qg1+aYiouP64zESU/aOmIBzVq8OUXFN5Sg8oNaj5snXmFCrswuxob+h\nvoiZ\r\n=T01r\r\n-----END PGP SIGNATURE-----\r\n","size":1138181},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_2.21.0_1615300501041_0.8118728604117527"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:15.137Z","contributors":[]},"3.0.0":{"name":"addons-linter","version":"3.0.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.2.0","addons-scanner-utils":"4.3.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.5","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.22.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","image-size":"0.9.7","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.2","postcss":"8.2.8","relaxed-json":"1.0.3","semver":"7.3.4","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.13.10","@babel/core":"7.13.10","@babel/plugin-proposal-class-properties":"7.13.0","@babel/plugin-proposal-decorators":"7.13.5","@babel/plugin-proposal-export-namespace-from":"7.12.13","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.12.13","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/preset-env":"7.13.10","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.3.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"4.3.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.4","markdown-it-anchor":"7.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.4","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.26.0","webpack-cli":"4.5.0","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"gitHead":"e761084475ddb3b64a7aff90899cfe073df6da8b","_id":"addons-linter@3.0.0","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-TyglacEfo2pj1xclCv97ePVt6PA5nVEWflk/iZkTg+u6XVJWu6ASgTf2GKKcDwqlM0EEwAhgED54Ls58SKevbA==","shasum":"e33f5d9693f70ed2e704570167cb8f64489d9b78","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.0.0.tgz","fileCount":87,"unpackedSize":5327143,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgT7mOCRA9TVsSAnZWagAAl+QP/inlsi24XrO6yKC6UsHO\nUwfO01fbslmVhWGRW+wnW66KJz9IQtWgiVYQQUhtDrJkpUIvzM7h9tyRhocE\nWDFoOvIA8VBgAQY+Ip/xzSMFL4xrm3MYNRKoWDNWEEt5ldo5IUZtVrWNZV3A\n/NK/a6NgZiGkN2mMMo+xAKGGtKZ3Nshv6i9XyN6/zuRIYbiIcqUhT9Vyi6q0\n+CPwjHZcmXJwIbZ1KO/n+9/8ILgUlhF0TEW/DiOJAyq6xJDEnk+UW+bImJrN\nARY5dEXYsRobXWytOErA/GdckACH+W9ydJF37MFJ59tbVSXp1OMKTEpYbMp+\nu81z4Ty91kmt3nQQbEKOIIGStiQ57VjRzTp3pVo4dSW9GAPxyKBiQcfKo7i4\nOGpTIoI72NwUFJ0FiHmqIFLE5mCaLASA9i4RDQZ21Xp+fSp+qPeIVnRh3Bva\nCmTSD0MJugHGxCa5/UKy852O1ETR5gZAHccv2zhRTSD2yX1ncm2jvuuA+jlw\nd4WVf1nx+LEIrlaUFMnOHQ+BP6GUO7umA9+hn9T74efH80WH1JKtSVDslD3T\nYoGjXI7uRNyG76h6HOnAnFo3Xow//7eO8uTMSuw0qae+gQYt4nX/hjtfNfRT\nvbzgxbsScUC1qboP3lo2sa/KSBuC8BCh1NK16IIWq3TPk/yZSjl2z7cXMHVd\na0KI\r\n=ciP6\r\n-----END PGP SIGNATURE-----\r\n","size":1104775},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.0.0_1615837581465_0.5081928371530442"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:17.335Z","contributors":[]},"3.1.0":{"name":"addons-linter","version":"3.1.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.2.1","addons-scanner-utils":"4.3.1","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.5","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.22.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","image-size":"0.9.7","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.2","postcss":"8.2.8","relaxed-json":"1.0.3","semver":"7.3.4","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.13.10","@babel/core":"7.13.10","@babel/plugin-proposal-class-properties":"7.13.0","@babel/plugin-proposal-decorators":"7.13.5","@babel/plugin-proposal-export-namespace-from":"7.12.13","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.12.13","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/preset-env":"7.13.12","@babel/register":"7.13.8","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.3.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"4.3.1","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.4","markdown-it-anchor":"7.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"9.2.4","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.26.0","webpack-cli":"4.5.0","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"gitHead":"1f537d256571cef00728481a2332d1dd63531446","_id":"addons-linter@3.1.0","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-q99uiRAeA1dBFKkKxqJ03daeiZcgcXNixx3tPtRrfnJe/jr7NgD2iIhvktftcP/hOITKCGZ30lxueDxxOMpMWA==","shasum":"6388b43f90ff96f6fd23a847b156b9fd79642912","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.1.0.tgz","fileCount":87,"unpackedSize":5327321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWMsrCRA9TVsSAnZWagAAthYP/jJwyAc77JKMOX157Agd\nGm3VFAZAtE5VabUpo3gJnv+iJW2r9o7qcRIpdCx/oRlpQ6zEgalD8PIvprRi\nZFjUemetRZmwY1JhhSt7dtDnpxr4iT7Jdh6dTY2S76McJyNiobLyzt+5ajB5\nlisao6zkompzcqeOMEMLSxZqErbnKf+1DKe/hYlUYnJqnMLBrtvnksCiLAYp\njz6j2dNooZysw4T+ca6uiOuI6bYEPclnOvUgFv3uP88U4JC0c3JGSHq8e1zj\nfIlh0S7tJjhUZtFLsbWXKorG8ndf5VE7ZAdAEaGSwkCzXYCQrrX1u8t7vdWi\n2b7TOS022wAsLpql91KnfGMZ3LmUdACbZXDRuoMsswvM8ND3QbNLmBEMxnyd\nWJzdr7dzvxPLLviBhEMyMzwKmFIVEHf6bdYblkZozDhA7JFC9DJzDpCbTJsd\nvGIycoVQNwLBrXQPDEef4+mUTQvB8IoO4sji+xF+FoxVEBzBRm2+ZRsO7zzZ\nF73gaHsE9KDI2wkOWuAsqY3sNri0+nbBQcDMATxV6HaByCr24wlhFSFUdaMB\nCfq9+e4l+3BzG7SrbTGodJBIP31HN9avcPdU1LaayAm46elMBatBFJlz3+nr\nP/ZhMFhe7UDEVEO/JnjCrKPn1h4AvqS67aMLO/4qiCExCveibq/PXwkaDtAU\nmzRH\r\n=UAMA\r\n-----END PGP SIGNATURE-----\r\n","size":1104833},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.1.0_1616431915207_0.3155818549825433"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:19.227Z","contributors":[]},"3.2.0":{"name":"addons-linter","version":"3.2.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.2.4","addons-scanner-utils":"4.4.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.0","cheerio":"1.0.0-rc.6","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.24.0","eslint-plugin-no-unsanitized":"3.1.4","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","image-size":"0.9.7","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.2","postcss":"8.2.10","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.13.14","@babel/core":"7.13.15","@babel/plugin-proposal-class-properties":"7.13.0","@babel/plugin-proposal-decorators":"7.13.15","@babel/plugin-proposal-export-namespace-from":"7.12.13","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.12.13","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/preset-env":"7.13.15","@babel/register":"7.13.14","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.4.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.4","markdown-it-anchor":"7.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"10.0.0","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.32.0","webpack-cli":"4.6.0","webpack-node-externals":"2.5.2","yazl":"2.5.1"},"gitHead":"34350991f491dd093a2d2bd5dda6aa847df13dc7","_id":"addons-linter@3.2.0","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-b6oViLOBgXWsld5L3DJiJSt77DYjVrk2Yam2/gD5e2bsj5xfNvavugwhlJP/MIF0j5yetYT/XFQDXY1Hs0flOA==","shasum":"017e3619b1cc0b006be91d868902cf4236ae291c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.2.0.tgz","fileCount":87,"unpackedSize":5328042,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdT0mCRA9TVsSAnZWagAAo6wP/1KfQFn/1HWn1OebpXZn\ntOBWw6WysIo3xIYR0dArDgp8ibH9iuYoeUBMHM/Ep0qWkITBUjocVuawoGnU\n1c+pke5ZjcnYM06bhkQB3jtXU8UPQ/l0OJXI5hA/5p6JglXlAg4OJqv4tcJL\n4H34j3csyCgeDkg/qbfxM+j+NyvMKVWoPBsa8Gig1nuhhl+R9R5+TAD0pjD3\nrrGJ+H+PTBQ7Q3LJdpxz0Vh4QcbRacS/2GgeqSbxGMXXzsQw3bVNGJp5//h8\nN+42G9hRjXsHfbcy8m4lM2QdcruPdm24eNtN4kNhmRo4jwVJFvKdYIwyVKNs\nSd8cq/U8WjF82htdTPtiBwCD8oHu/eqGWKrBWvH/0M4zNGM3tkv/95cgMrrn\nH+CKf0kkKny65C92/8ASYsoIrkFaDhnvIJe+EBAWVDxVWSG+iQnZW6gZC3Wb\n+cZWk49tucRKSY2D9KiNF/kqxGJdzDcAho0aOScF9XoGaOx6BI4GjvDY3D2j\n8+SI3g84w3KP1Uq8yqC9ozvfh8fz1748LUYZay2omoHc004s+U9KflCOFQCB\nbhXZdbziUwgOEiCviv4Zwum7N7QFw/RF0vosJv0FwdFxsDZxRiLlU2cRrgLB\n494C5ro0z8lUouxUV7W22LllHb5qFLkRIBB+dndoinE/PnfQTiEQEAvLcyXg\ngkES\r\n=50sW\r\n-----END PGP SIGNATURE-----\r\n","size":1105027},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.2.0_1618296101613_0.805241561316228"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:21.085Z","contributors":[]},"3.3.0":{"name":"addons-linter","version":"3.3.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.3.1","addons-scanner-utils":"4.5.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.1","cheerio":"1.0.0-rc.6","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.25.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"2.0.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.6","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.3","postcss":"8.2.13","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.13.16","@babel/core":"7.13.16","@babel/plugin-proposal-class-properties":"7.13.0","@babel/plugin-proposal-decorators":"7.13.15","@babel/plugin-proposal-export-namespace-from":"7.12.13","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.12.13","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/preset-env":"7.13.15","@babel/register":"7.13.16","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","codecov":"3.8.1","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.5.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.6","markdown-it-anchor":"7.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"10.0.0","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.35.1","webpack-cli":"4.6.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"a9267d13164205f607af8eb965012f667d63b11a","_id":"addons-linter@3.3.0","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-/uON9NKz8RfEbdL4MnTDTFuv3sZ3ik8qJmOd8mhpsAsG2w2OmMEz4xYyGSWRGmFjGtlTXDxIJn4c3n7ZWO1UXQ==","shasum":"bbf3538c004ffdf7f77c45169ed3a4dce76d0836","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.3.0.tgz","fileCount":87,"unpackedSize":5328334,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJghw4XCRA9TVsSAnZWagAA9ZkP/RHa7Dt9EljfN8zKfsol\nq2l7jqaXmmN19pYG44PBfZ5hlMWQkx/xQoX4HIo1eQ2D/V4Tzan5qaiEzD7N\n4a+qbn43H1mEy/tMceBksqBxNmm5jyIh6J8dPr4uAMB1r+01Ccupv6adOrSl\n8iakbWNulck8831XbSDcnqjUz1Fw+dZ/ct/gNuavCh6S80N075k7kHylI9sI\nRLuIvt1GrlE0Smw3NwgrVlvJ0+M+A9GMbI4rjEzcCpnYn+Y/N4g1CnBPWy9E\nbF7KdW7G4iPFuf1s7cQh6nzfitt81jxoF5guGkAXITgKC97lb/qa9GIQ1Rho\nMvKtSNU4mKs/p5oAEuJr/UTZnipC9diHpSGzepEZcP1DEhud1d7wdJ2+IwP2\n27hiKDFXZQaYuZLPsRPPIpviSiOYyHpSacKgH18a3TwyETmwOhXMj6aGkWh6\n57o5G6RXTifhl8jya5a3mKZXwlhgCUHc/0TGWuLI9T1ZzmQWI97PF0sd2+zY\na7DsUgaYYT+enwjWBzgyebNvhqDgFiNyNAvtHcNsO+ep7vj0TG28NFA5cYMb\nwYXdrY0K0LojlxrDWKWZ9e+r5tkqxJczmHiRQhOmvf63en3ZpCfhZyh0jBF+\nuz+aGYgBfaJqrEySLKgbASg9U0IN8jWP08QHRECO7ELFNxdSupY+au65clUR\nY4Ss\r\n=QqqS\r\n-----END PGP SIGNATURE-----\r\n","size":1105121},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.3.0_1619463702426_0.41792558166966765"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:23.621Z","contributors":[]},"3.4.0":{"name":"addons-linter","version":"3.4.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.3.3","addons-scanner-utils":"4.5.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.1","cheerio":"1.0.0-rc.9","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.25.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"2.1.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.3","postcss":"8.2.14","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.13.16","@babel/core":"7.14.0","@babel/plugin-proposal-class-properties":"7.13.0","@babel/plugin-proposal-decorators":"7.13.15","@babel/plugin-proposal-export-namespace-from":"7.12.13","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.12.13","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/preset-env":"7.14.1","@babel/register":"7.13.16","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","codecov":"3.8.2","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.5.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.6","markdown-it-anchor":"7.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.2.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"10.0.0","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.36.2","webpack-cli":"4.7.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"71cbcc75ed0ade9067e561896aa03e45ec62cad8","_id":"addons-linter@3.4.0","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-3Lk3J14rd0Mws3WMaMOXOR+wF3iI81R2svizYyPXhTRF1QT4FACq70NNfAIm96lKaM+qJBE3tY5dSmgH465ZcQ==","shasum":"e711ce13e8066dbb9a6329d0f3d569b7f89d507d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.4.0.tgz","fileCount":87,"unpackedSize":5331774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglOoZCRA9TVsSAnZWagAACFIP/Al/0KHBv0Hnbv7bViWX\nbEJla5EpzFVyyDF0KJ5gTntopkSP6vS2354cabruQSMrND23cwt0o9JiemAm\niEp5pNDrWc7Q3hxhVawBzpd1mr0ws6JkBcIdHsUQWWYbIIN6g4GvGBjF0QXR\n8DOXTr/NLmEpqyL55ITXkjrJeEAyZS4+ZJ19QZkyxdT/F4kkAfUbD1dfm7Rj\nKvAxdKwL/wIBMQETIcouolPOe212ktHJHfyuP8+i1LO9d2jp7SHwceKaPf2y\ncmg7jCWyE6uyeZMEtD20FpTilX48s2+H6enC4c43dnmMlSLBVNvhf3Sk94wd\nXA7vnkOPenyzmJfEZgPmk8ZuHCfT1Q7JdpgTd4cEKeG1gGinIz5csJEyGvx1\nsiZ464ZGiz1hAG82jBEACzyrOteLdErwzFtSkzKThDRf8CS1h5yKigSCcWiK\nFnvRHEzPtlOM52uDpxXs47hBVucFpy1via0C8mTalkObOzWqGvdV+d1nbjAQ\npQ6tPE7T4B69ZP6ALi5v2961gdKXJ40vkLWG0bM/gWnWs5LQrma5yquS9h/P\nteMptvjedi432yhZv9AzpNPoStC6aSCsOok8dfO66oY+r4aY6rf1JQ/By2A6\n68AYuLjtuDfgl5Mfe9Bfuckn5TkfnlNefFCd32O3qDa6l++67mB1h9sTM/l5\nKfAH\r\n=r50q\r\n-----END PGP SIGNATURE-----\r\n","size":1105537},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.4.0_1620371992757_0.016334842243659775"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:26.606Z","contributors":[]},"3.5.0":{"name":"addons-linter","version":"3.5.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.3.3","addons-scanner-utils":"4.5.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.1","cheerio":"1.0.0-rc.9","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.26.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"2.1.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.3","postcss":"8.2.14","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.13.16","@babel/core":"7.14.0","@babel/plugin-proposal-class-properties":"7.13.0","@babel/plugin-proposal-decorators":"7.13.15","@babel/plugin-proposal-export-namespace-from":"7.12.13","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.12.13","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/preset-env":"7.14.1","@babel/register":"7.13.16","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","codecov":"3.8.2","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.6.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gh-pages":"3.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.6","markdown-it-anchor":"7.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.3.0","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"10.0.0","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.36.2","webpack-cli":"4.7.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"58b50ccb5e1b36ff048ff230e8365163bd487061","_id":"addons-linter@3.5.0","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-Fic4AxTAEOUGQGdFiUbtJG3kEtCJd/fjwnGMLp/HIJwR6GJclV5yUvszWdedtWrhOBCM/hMaloVdWXfymWi/xQ==","shasum":"238a28b74b4ea81c58d41005939893cc64742ee7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.5.0.tgz","fileCount":87,"unpackedSize":5495280,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgm9tdCRA9TVsSAnZWagAAajoP+wbW7ro+JVe66tZJKmSI\nW9ocr2bZlIu3pXRgzR09x8w5PYW9CkSgX/ZAYsRkay1xoFjDRv1x7md1bXIT\nhEeI29eoKBkc+8+LwW0yljWpMHgicRHNAyE/MLibYSUy3RKRTBn3ZW/1fSTD\n2CjzYkNAG2HbklUqzRoVLVz9wqBS+h+27F+dgZjqDvaHAd4XBWYyTpwcjLy/\n3WQDPEJu1WEyFwxTi8hO+FJ5l3oRe/09Kz/0p9iFimpZZnLNvOekGjs7COMD\nNEEclKfCEgvMRx4URfzrZvSqJIaR6vWfxL9Rz7xvr5ZGipuxx/2wN00fU7D6\nt2KHKCOzMEk9pXz5nfnHnazocpc6nPN6TTqThNjckTKA8amS6X3zcbbFV98v\nFBVnKdsNdLyY+sNHxPhHEQ1ojqVN2dQgMJxzMKzRs48bw/6+9JAz6TTUIIu5\n/W7zsmXOmtJ8xS7nxdaAAjrUrj4jow7TX4jwPWgbjVWFqmZvdVFIpJMRbCjQ\n6HyLEspfCIP60p3CG2FEHyHyxsaOfXgqlQhbtaJd+k6VylZrk1tnUAPs16sO\nSgCgHfPr7aybu6Sz0kVOPRxUgJkDyeGGhA18TTuZluKoEh3T28PZ7q9wwwfE\nTnnSW9kd7E6blgCWulS2GB4YMMeHTwtCp9Z6xPvMOuLiulCsilUmKOwUwIhd\nVhzU\r\n=Bxib\r\n-----END PGP SIGNATURE-----\r\n","size":1147294},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.5.0_1620826972612_0.09543843465011848"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:28.512Z","contributors":[]},"3.6.0":{"name":"addons-linter","version":"3.6.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.3.5","addons-scanner-utils":"4.6.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.1","cheerio":"1.0.0-rc.9","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.27.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"2.1.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.3","postcss":"8.3.0","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"16.2.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.14.3","@babel/core":"7.14.3","@babel/plugin-proposal-class-properties":"7.13.0","@babel/plugin-proposal-decorators":"7.14.2","@babel/plugin-proposal-export-namespace-from":"7.14.2","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.14.2","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/preset-env":"7.14.2","@babel/register":"7.13.16","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"26.6.3","babel-loader":"8.2.2","codecov":"3.8.2","comment-json":"4.1.0","doctoc":"2.0.0","eslint-config-amo":"4.6.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gh-pages":"3.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"26.6.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.6","markdown-it-anchor":"7.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.3.0","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.1","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.38.1","webpack-cli":"4.7.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"b6f525f57325663097c98bf3e7b8ae2c8362bf64","_id":"addons-linter@3.6.0","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-BVAvPP395S3rN6cku9NQKmoKVYLpO5rn0h0d5qfzd2IJI4S6dR0JosW3LFJnsT1ADrKiT+I7LRgULkcKmXeG2w==","shasum":"8e5b2f95b41eb6c16454f81a14c41c0b499570b7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.6.0.tgz","fileCount":87,"unpackedSize":5495441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtOiRCRA9TVsSAnZWagAAesQP/0knn4RTp2WFM58XrMH+\nzZGgDjmzDayekK2rNo2hGomR1TX2Dv80XO6EnQhjsiSNbt0hK8dI7rjg2bOL\nmeRRyorWBekNdEzXMDAy4siynlbsuYEcAkTzAwRkCbw9xp5wQJEZYAPAgcNW\nW/zTADaiTcXCr0SvQdbtyn4hs71FKeM+LQjBKr0BZHp/pupLxeybbcyUiJl4\nWBqynlIleDc4x9qsknzxgWsPdELzlekbnbxhfsZGNW962eh0fKyMT8k/aZvw\nujoZgGxwi4Vo6Im8ByVULbKyYQf7oClOYUo+HalAEJRrS3jA7DKFuYcot69m\nsmkaF/UFtEJ4prP4p456/qjFUmZYNvkhe5QZVv+0eGTatpZQuZvw1ac4+Sfj\ncHtZ4Px01IUHlDMiiT3F11eyz+6akl/QBd6KrmSwhBr8iCtcvQgWU+6qbhv6\nEyD2nXAZP9z1DvM9vUtwXRkXrZQuxJ093fQ6Vl0dDm6QVpeoWcnPXTjfyA+L\n7mrp81iRZZlgx6sSNdpTs6ct3bpxtQGF8IS9l/4bL8oY1FJ/cxfR30gVvbey\nWHJ4zl3KB9BmYxHznV20ZlfGOslwzsfBUQDelatj25nHSPvP2J63QqLwWmxI\ntXdeCT0e25M4C5tfES1JjB3QSby5N9DmpEBDuKb+apnjcKcZUUsbTfnsxB2x\nLKRP\r\n=AVSm\r\n-----END PGP SIGNATURE-----\r\n","size":1147323},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.6.0_1622468752738_0.9279353115107514"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:30.370Z","contributors":[]},"3.7.0":{"name":"addons-linter","version":"3.7.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.3.6","addons-scanner-utils":"4.7.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.1","cheerio":"1.0.0-rc.9","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.28.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"2.1.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.3","postcss":"8.3.0","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"17.0.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.14.3","@babel/core":"7.14.3","@babel/plugin-proposal-class-properties":"7.13.0","@babel/plugin-proposal-decorators":"7.14.2","@babel/plugin-proposal-export-namespace-from":"7.14.2","@babel/plugin-proposal-function-sent":"7.12.13","@babel/plugin-proposal-numeric-separator":"7.14.2","@babel/plugin-proposal-throw-expressions":"7.12.13","@babel/preset-env":"7.14.4","@babel/register":"7.13.16","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.0.2","babel-loader":"8.2.2","codecov":"3.8.2","comment-json":"4.1.0","doctoc":"2.0.1","eslint-config-amo":"4.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gh-pages":"3.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.0.4","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.6","markdown-it-anchor":"7.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.3.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.1","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.38.1","webpack-cli":"4.7.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"318c46b91c087ba51de576991c70f6262dbeefa7","_id":"addons-linter@3.7.0","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-TesxYWf1gEPZxg7v1P/+hs9MyDAyUhtjOklpMOdIWPfyvKjJNw0kKNkeTb6F49FYvzqFHuHsJgizvx+PKoUEaA==","shasum":"0765746dde6c70f6eb7da0f5e5573277bb595083","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.7.0.tgz","fileCount":87,"unpackedSize":5495421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvzhOCRA9TVsSAnZWagAAefQP/0HsFED8YkZAFVGfr9IC\nJbtDcR/otmKwhLTrQ6E2Uey6ysgZfMp/3ypp6RfTMRF66yvraX2wjAyW/1yy\nKC716SL9ZIPWTbDe/Vm3E9ha1K59lkLbRZyHY+Iv3dP/DqdEmrFeTAhgIhbn\nITJrueJG+d6zbDGb8JkDlRcD+7t2KqyEeZY5Pxahdc2xorcwEaoyqFvneoTk\nNTnRqu2PQ3Rfw+NI5O301QSXlRATXzSKYuZ4JBgA+aHNE1x/hzo9mgOCPNaP\noQzkVmJfE/P8s3hsdqeVJ9XX/h3BTksLzh0BIjRCF4J8rV9uXptyJ/X5J344\n9JEEYBJalyEvZcICRk/33QRmgWE4WxZAmYNo9SPPkbV07fFF0s6Y4l0L2hnb\nxAJhwdZxJJyZBaVNqf7AC7zcp8wV0vNevPhH2yBrOnjLavx+D5n2degQfSIa\nwMe9ua5U2sDJ2SaI43sMlbSn6yNWwWKOsDiNdiAi32C0bzZtvf5ObRThQWQK\nRuMwlIlvdmpv1T1rwmg6xkHG66yrngCDpyl/MVzzBuh57tKhhu8iUhjRTIvI\n5QGoy3w8faNAfypbAQE1iyBiK/kvrzQMSyWLgJSOs12vhxDBrLRR/dggf0bM\n4P0ZUBVqa9LBfvd7j2JGboXPsCcPASV7R9nmII3k8lyh6eLF+iww7GFwdi6h\nV6QA\r\n=NOY0\r\n-----END PGP SIGNATURE-----\r\n","size":1147318},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.7.0_1623144526544_0.026835878396330948"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:32.614Z","contributors":[]},"3.8.0":{"name":"addons-linter","version":"3.8.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.3.7","addons-scanner-utils":"4.8.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.1","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.28.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"2.1.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.3","postcss":"8.3.4","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"17.0.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.14.5","@babel/core":"7.14.6","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.14.5","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.14.5","@babel/register":"7.14.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.0.2","babel-loader":"8.2.2","codecov":"3.8.2","comment-json":"4.1.0","doctoc":"2.0.1","eslint-config-amo":"4.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gh-pages":"3.2.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.0.4","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.6","markdown-it-anchor":"7.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.3.1","pretty-quick":"3.1.0","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.1","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.39.0","webpack-cli":"4.7.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"d5fc00678f5f40468205ed9d22a5f1209153e389","_id":"addons-linter@3.8.0","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-k2s7PS7Oiq9NZnpf1SjG6hyefMC082a91BhSw30QEUgvDT54E2d6j8wfbar1WEigc9uYZgGv3VfzEeqTgoLUpw==","shasum":"9f23cd6a095f100410c75deaac643c7fc4313cce","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.8.0.tgz","fileCount":87,"unpackedSize":5495417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyKgpCRA9TVsSAnZWagAAy5wQAIznCE4tI9cM1tmB16C0\n8V0zSzGu0HQ3KFX0wLQOoYnYaW0qzXZsJzddYwtzTeV0/zS0rbdRb0qhNAKk\npK6OePypjluwetPTUOU6Q40X88Ldeha0wXKWF4FxVECB2cQKDr6smyxdr1yg\nhYNX8234CzUvEi7qfBUg4d6f6EW89g8JoRr6/z8Jklsq9Gu1BBynp2QBMcZz\nZRUdV8PjPbgNKDvWdKNP/0+eRAXNzsHS5dA/vDwtjHqo5iwlbfkD27rmYxIg\n6Jjoj687o/0ZMdIgi6C3A+j00Y6e2sV03qJP3P4Wt4pL8AciH/ADcX7YLZ1s\nnFyRnihIXXXDWwNpUNcDwTiU/eWOS2gTYXpVxqMAd3qimKs/bzfZDTa0DCNu\nsKdi2LsEdx4kc0i7V8hjd710e5sXKdlMA9Hc9XdsAvItlwvGBKSOq4ykGmpw\nkV6nogGQKWC7On/UsjQK5pqN6r7/Z+ZK+ZQmyqqoHPaL9XiIhlIzoysL3SB1\ns9LZhS493iZFCSJ6tRGuFXwrwrhpKNd/iT6kq+/GP8pap2CYdHTflh3NebO1\nha6Obb/Ss5dfErc/+FvQzJ0pJlJuDtPWPmK/LW5cGi/I0bmT5o6wu20DGC0o\nV7SMlcNtumll+P11XZHTRQYpTnErAjfEKwlCSMN3zV+9suWlzFiEYixtiJYo\nBc2Y\r\n=bC8D\r\n-----END PGP SIGNATURE-----\r\n","size":1147298},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.8.0_1623762985551_0.05504006788561733"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:34.483Z","contributors":[]},"3.9.0":{"name":"addons-linter","version":"3.9.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.3.8","addons-scanner-utils":"4.8.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.1","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.29.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"2.1.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.11.3","postcss":"8.3.5","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"17.0.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.14.5","@babel/core":"7.14.6","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.14.5","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.14.5","@babel/register":"7.14.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.0.2","babel-loader":"8.2.2","codecov":"3.8.2","comment-json":"4.1.0","doctoc":"2.0.1","eslint-config-amo":"4.7.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gh-pages":"3.2.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.0.4","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.0.6","markdown-it-anchor":"7.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.3.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.1","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.39.1","webpack-cli":"4.7.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"d745f5313413545155d7b35b83e0ac5094beb1fc","_id":"addons-linter@3.9.0","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-iE4/vbzO0/akYweufj3ndHmBHCgg3HNLwDqrMA551feuua7eS/uAYAvo2bHe2lQJxoK45PV+bGLKYZP5ci3iVw==","shasum":"0c0e03967191a738befd321501ceb5a7f960555d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.9.0.tgz","fileCount":87,"unpackedSize":5508469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0JjDCRA9TVsSAnZWagAAI34P/jf2kgjbkqezAhwGc9r1\nT7iVqhCoTr7M0qqlgNKG3GEjnmU1G+cFIsgVWVRHEOVbkioMw7FTDwOMv+WQ\n3N3n2HPU+ZWq+HnG2PR8gWNu65KI42PuriPt77Km9tIzJiRsUwsz1UzwT1XL\nc3+xlMyLnxpc95C0hzktWnwTM587Ii/VNCJBBDeQij/birS9jgWkCXs0s9eR\nzZzIJYznCvsTpkXouCb7qFL5+IxP++KBBSaW8D4YWrueTpxA0MKZUbZ84Nbh\nlpsBW/Tk7ipBNZGPGBlOmFplBryxsJAV/nUJFinl2up+I+777++ow731vwvJ\nMN2bC12H1xAj1VhoLPkU0zC6pDSOCHozvgqWi+N3T0jMXZwfMDQf77T1Suw4\nfGCoifDtIxzvmTjdKw1IMHnQlHzZZZAN/d2SDT8vAOwsywyGkWFyO/lY0DhZ\nFWlQ1UnD59KiR5ec3o5ojE3e0VUxEdX2dvxaVzVtE5z/elTVYxLmPUTIHZ0g\nDLc/9MwYzhy417B34A5u3dkHpsTvvJMXmixYhsSkFfEFOR55ThlfhjxVD5NH\n+8TtagcTJZwyp1xQ4Wn+v5Z3ofH6CEC9RgkEO2sC+ZBj24On4xh0jxKwPx4z\nOHb9ycBseWCAeftiwR4SvoR0JBXCA0NmHYQi6om3rVmZ/e6AwjF8O2HkORMS\nE2US\r\n=v44k\r\n-----END PGP SIGNATURE-----\r\n","size":1150967},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.9.0_1624283331271_0.8635064981267073"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:36.391Z","contributors":[]},"3.10.0":{"name":"addons-linter","version":"3.10.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.3.11","addons-scanner-utils":"4.9.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.1","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.31.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"2.1.0","espree":"7.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.12.0","postcss":"8.3.5","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"17.0.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.14.5","@babel/core":"7.14.6","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.14.5","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.14.7","@babel/register":"7.14.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.0.6","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.0","doctoc":"2.0.1","eslint-config-amo":"4.8.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gh-pages":"3.2.3","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.0.6","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.1.0","markdown-it-anchor":"8.1.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.3.2","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.1","tar":"6.1.0","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.45.1","webpack-cli":"4.7.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"51bd7e9b6e1ad63e321da9379a6198830089c86a","_id":"addons-linter@3.10.0","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-1EuVfj0twUtat18hNz8v6am+ce1ukjNdgybaSpUIi9EuGBosRk+dY3kVLxJ2tngC+F0iPHpD+xOxxgR4IrpN9A==","shasum":"a77cbc04cfb2a7b158b0d65fda9a40a3668bc3f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.10.0.tgz","fileCount":87,"unpackedSize":5508774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9t49CRA9TVsSAnZWagAAGS4QAIqVpBI33DXPd0rG7276\nCqlaCSPZRLxMnW3fuiu4FmJWGI2hR91XVQ3t5RyPr2Zgx7COv7p5Bl3egA2M\nUj5XSnJgQUr+s8RCHbxxuZXt4z/TTrR7CcSCC1k+8i/x3f3PlWQNhYOXyRhY\ntudXVCw5h90Ry9bJ2DxK3M9w0ShYwdi/GlSH1R8v7bwDQhms6dDP598Uchmt\nvUtbRj9WQ1x39Yh7AowDJ+wlSKQ+HwvXoz6GnETBNK3Qr7Vle1WH7isrdxVA\n+h0KCY3HJ9JlCh61U4t28T+v0GjQn9JxDCHc8veGhRp2it04y/AW/OAZZSSm\n2PZ6oAkD+8NZv1D6UIxbZGFH+S1MFlqnWTX+1r1ddG5z+ezXvzK9Ca1qGw+a\n0sZ1QVm4x32Xmr2+He79IzWBNmObsfngvd8+LjOtGF5qxMj8TwQF9Zkvs+FC\n1oTuGxmJTy8k7czLx+WGw/mJFSoK016+o0AjZJUBM+8KrT/o1niLqgEOmcpS\n06xF5a61/yviXJuowXq+zJVkL/4ixQH/+ZNHFor6eoY8gyA61WMVbbEPRcjL\nWP0jG7YN2Kq0w+IQfk28c/33OXUafG/ww0KdD//xguqq3YhwSUWXLv31IkxE\nb7tYrQ302YoPAnTRPNxltlpk6JQx2PqJme2AD8LHrVF045Uz/yUkqMV99dYB\nofeT\r\n=ET/j\r\n-----END PGP SIGNATURE-----\r\n","size":1151055},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.10.0_1626791484982_0.3229421322045656"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:38.485Z","contributors":[]},"3.11.0":{"name":"addons-linter","version":"3.11.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","publish-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/html/gfm.css && scripts/publish-rules","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.3.13","addons-scanner-utils":"4.9.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"3.0.0","espree":"8.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.13.0","postcss":"8.3.6","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"17.0.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.14.8","@babel/core":"7.14.8","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.14.5","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.14.9","@babel/register":"7.14.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.0.6","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.0.1","eslint-config-amo":"4.8.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gh-pages":"3.2.3","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.0.6","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.1.0","markdown-it-anchor":"8.1.2","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.3.2","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.2","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.47.1","webpack-cli":"4.7.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"0cccb218879e7c07663b4b2eb8242603758e2f39","_id":"addons-linter@3.11.0","_nodeVersion":"12.22.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-eV6XolL0AFrhar/8+Otu9JEtogx1nuWBAUMFhGflGoORdNCzDIPHVDHTqdJB5veqP5NdrEMO2FtiMFdU/IV0iw==","shasum":"1ed92f514439ac5edc3136b01213fd7f02d585c8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.11.0.tgz","fileCount":87,"unpackedSize":5597454,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhB90pCRA9TVsSAnZWagAArV4P/09oDKFvZ8V+UdnSczjL\nm5HALU81eG7et3n+xP3HKsyKUO8imdeIdWXBDGQwsVpsrRqgEonzPL9K+0Sf\nKz59FbXSZwSuou3C1nZWqjQBKG9oHbKtEtmhUEwxu8ED8s0iZHGNrTi/hVvI\nDKwW7k7HedNugSnDGG5usRnhty3Eea+q8wWPSFp7Jg7i6mYo7G6sIvEUid6n\n/csiDzQ02jFMa9E6CTAdF6ausbpf03L+gTrGrDgcE7ftvKRT5HeVO13jRIMP\nxcMMt1ErBQe4/nn4QYwnABsWLuRUt0bQbQL25NtTugOVxHApe53L4B7isY3r\ntw7IllZi9Nv5118IEFmpYip+UKPRTR5PGYGAwhzKpyEyAZcEbuyHYUgMAnW5\not4vQQu60MrPXViDGLkyQv7mzumTcetCcDSIoNrWlA0+is7tdXe+RoPST7PS\nx2pecNL1VugtptA3MSB+hcg9jkK1GvXZZY0b0VY6lSh5E4h/vM2Tt0ky+s6j\nfhKYtg5+u/SlRFYqEQgthnLOfaI+2vm3sDUg8XVUSNvHQgeNvqQqGrtC7h16\nxbX5Em6gdho0EN66PC83kjV4OC5aJp4sugBOAnADFPuOeQaQ8htGbKTZqUed\n9V+hzK4YmP6mTKvQYoDDxxIygmq5kDUDs65vrdcdYSiKINsIovrW3v+4ew9v\njoLU\r\n=XEi4\r\n-----END PGP SIGNATURE-----\r\n","size":1138828},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.11.0_1627905320941_0.39584954491778435"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:40.392Z","contributors":[]},"3.12.0":{"name":"addons-linter","version":"3.12.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"3.3.14","addons-scanner-utils":"4.9.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"3.0.0","espree":"8.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.13.0","postcss":"8.3.6","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"17.1.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.14.8","@babel/core":"7.15.0","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.14.5","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.0","@babel/register":"7.14.5","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.0.6","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.0.1","eslint-config-amo":"4.8.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.0.6","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.1.2","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.3.2","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.7","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.49.0","webpack-cli":"4.7.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"5183af33a3d78968bc1688b568de7b25fad8860e","_id":"addons-linter@3.12.0","_nodeVersion":"12.22.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-GAvHjjqxVn8cQYBD6xshneACdaY2KjakWIyUhXrVbx3g8TZSF78ISucKZ1+XtKZLDvEr1LIJjeeYlR49LNH3CQ==","shasum":"9950928fb704306e8ebce1fefb8f9257e1b69610","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.12.0.tgz","fileCount":87,"unpackedSize":5597396,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEjUsCRA9TVsSAnZWagAAlZcP/0NARJWzhbb0Fzv0rWVO\nYu7rrHXWmu4g3nn439WHUtYH4HdDr/w+bN1NRO6u6OBNryDCB8UpwH7yXsuj\nOJ5iPjSQZvB+NurhbdGcP/FaIxCZtJUDfFdfSXUQZhRVxXyPSJWeEaG7TDbF\nh4i4HUPpnxngZhVGVbzm7sk5Ld3Js4ugEB4Ark5fPVDaBQCSG4ZkE6Swz/4I\n90zrPU0v44NrnmC6LhDe1a3ZPc66XHhuu+kGAFSTeD0Q8QQsL59bnrJHB75P\nKTBSVrNaPdC/tUKgo2XRLcEDUG1bpISxwVW7LenUHzYk+5WzPduN5UvcugWJ\n77+/N/kmMog/fjYSdZq8PReqnFST7fiM1EufachUIOlftNKtGnzhSiOV23Jr\nTGxUkhHeuCUqJrLLL2iMBaICwr7z6CfkPJ4mVv7Tls2V4LL1UHtXD1Tk1laf\nPq9TxtPBAKi9djIlq4ZYlRKhdSBBsXyUUQIRGMmcFuhLlpdo7TpaiOqTmXka\nLzYwdCu46xc2SDL/JoVCieFmno2wUH1XMpEGqi8Ol0QVwvbOqQCkPJUJ59Is\nFJi4fH48pVMd7Ae8UCY4y8vIdUca+wDcSzEW93pAg1RBO0p4qsYN0+Nt+hVs\nN6yaNL2JZfYIlsnBYFN8+ZyvL6Q3WafBY5rrxWyGl338QpNdbD4SCvzOUH+V\n+Cks\r\n=52c7\r\n-----END PGP SIGNATURE-----\r\n","size":1138796},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.12.0_1628583212298_0.9078898743959252"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:40.559Z","contributors":[]},"3.13.0":{"name":"addons-linter","version":"3.13.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.1","addons-scanner-utils":"4.9.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"3.0.0","espree":"8.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.13.1","postcss":"8.3.6","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"17.1.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.14.8","@babel/core":"7.15.0","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.14.5","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.0","@babel/register":"7.15.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.1.0","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.0.1","eslint-config-amo":"4.8.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.1.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.3.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.3.2","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.51.1","webpack-cli":"4.8.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"6a786fe1c798ede284c72792c3182c216f727e4c","_id":"addons-linter@3.13.0","_nodeVersion":"12.22.5","_npmVersion":"6.14.14","dist":{"integrity":"sha512-7q8HJSZJKGM25BbncNEpAnIpvLfeeY9fvWa+sb0epAEKnSG+blsx6J4lyRn+N7cZxq3FeCSqnxRpkpO4AVbIFA==","shasum":"741214f2598d27a8d8007439607d90c2fabd1deb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.13.0.tgz","fileCount":87,"unpackedSize":5599674,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLfSFCRA9TVsSAnZWagAAnz8P/3iZUozFMYrttA1tkmZF\naAzq3R7aCdFZT+zTNGnxwB6h3XwMhNu3h/rMrXqN9NX1EvBf9WoxQf4IlZMY\nNcdpNNzq0KEM1Ex4E8RilKtP5L0ER7RRjsO1g+tWOxkpjvORSJ+/Hzco+MU0\nKNYW0QSZ0AVgdgRO3N/w4C4q0xhalzifkyHquJpfsCsKC66QnzjnEk5CfArp\nm+ypTMuHfgi1lpRsMlMk66VWu9w+2ZKxBMAjC7/szISxNke9zQmjVsrDJtYw\nOewB8zf6BcJ9xpaAl1GaO9xkiHe7GM0DTayp1HJPu0epl1l7gyO+LGljx+5U\nAxjDQGvJZt/0w4VyCA7ZgX6QYZ1N0kRQwDMhdYbZUw3OnUaLIA8nOAvKpkMF\nRly3OwmB8LXy1ulCtOnOkw9KZToZvg5z9EF/0NWA7LXAR3kh1WIUOoJnH96y\nkeqaf8iRmf1Pnzb6LoFGvimzJThCfga93C+LnWlejl2amNSEcnkKOAPSBXab\nT17KwA8Qa5VLxDjgyC9UWBxDde7z6/hEA9kfox/71HGBsq6FZEQc0eOme+LZ\nWls8y76cOM5DtM8w68zmUoJHplw/7FiK/pcFSIEge5ayLtkndAaFOEfrbQcw\n9BINK2OFnEOcWc0tAqKsKz/Mf2kB8rqy7WBDH57Nk/JeMuCrmyHwNOikU/T4\nk95R\r\n=lU8X\r\n-----END PGP SIGNATURE-----\r\n","size":1139062},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.13.0_1630401668882_0.3515442904482109"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:42.418Z","contributors":[]},"3.14.0":{"name":"addons-linter","version":"3.14.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.2","addons-scanner-utils":"4.10.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"3.0.0","espree":"8.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.13.2","postcss":"8.3.6","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.19","tosource":"1.0.0","upath":"2.0.1","yargs":"17.1.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.15.4","@babel/core":"7.15.5","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.15.4","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.4","@babel/register":"7.15.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.1.0","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.0.1","eslint-config-amo":"4.9.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.1.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.3.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.3.2","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.52.0","webpack-cli":"4.8.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"219c0bf7b7152d7997107caf1c57b0eb60bcc81c","_id":"addons-linter@3.14.0","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-vtumbG5Ma50K3JkQerx7Q03CfIYy4qZLl4jgwx42tdU8rSFy0vOWqr3t6pOnWD94r1dHAxcDoVglz2YcUrhBuQ==","shasum":"87db4e3705767452d2d42a3eae580c5f1b8ea568","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.14.0.tgz","fileCount":87,"unpackedSize":5619196,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN0QCCRA9TVsSAnZWagAADScP/Ai4FyyYufgeNfJs9Qgj\nEMkCuaflbCxIAL8LtEknWCqYJR460lzZBEGlf8gUFnAi5aUWNP8u3H5o2KtS\nUtuoYejZjXj/kmSqAw5aPaUIQyYKrh0bQLrrZAVSdeSLRGgv3UBnvgZQvGO0\nCPO+EfIocwyd2A60THBOcJOoyAkDCBeh+yYWqXg8r+256dk43FWFIWtqDSja\nzZZWNWqIg5OTj8AQreUbTR9Y+2mdZZj4T1MjxU7pE9AXgCqEVet0/dP6WqlD\nwjKSX6+a6Hcj0LGhplym8fvoaw+B9cAtG3V7rAW6rQe0Rskr2TAJ5vgahU/8\ndpDthZE7hBZptDw6UC3RyLf5TwX7s45JzZFXNo5ye9J1HjVmkj/amfi4Lsbo\nm8DCsUYd4Wg6UiY0g1uVjapLVuxU6K48CZKqQirx4azLf56hA7FZ2eL1+t+a\nb1DVYaf3P58np/At3I364bpgZPRgHSzhg6OfqjoEhKLfCEUbWaFzdCTGXJyw\n61PxTWdqCTpNsVsG0VQRJ15kisHDIBSVkbyEH6rVL09qJJpJUbzf/vlU/Qz7\n3gcY0jPoQRQj7CDXnJmsk3/VdGkiLlEFqn0qijSUdi1IyRIPItbDmhZIRJf7\nEnDxJ3BK3JhaIkir6rZVpADlhfKax6f6CA2VuePK7qRmmEwK7xwC8xC/EDHk\ncDpB\r\n=aPoz\r\n-----END PGP SIGNATURE-----\r\n","size":1142431},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.14.0_1631011842303_0.9800038687557042"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:44.272Z","contributors":[]},"3.15.0":{"name":"addons-linter","version":"3.15.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.3","addons-scanner-utils":"4.10.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"3.0.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.13.2","postcss":"8.3.6","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.1.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.15.4","@babel/core":"7.15.5","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.15.4","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.6","@babel/register":"7.15.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.2.0","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.0.1","eslint-config-amo":"4.10.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.2.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.3.0","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.4.0","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.52.1","webpack-cli":"4.8.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"b0850dd8452ab4f46a6980745957bed742ee8e24","_id":"addons-linter@3.15.0","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-qSa8Xx/mxYcLKuKgTDdASHlstuhKyom0SK03+GDTgiTZBxCi1A+rEYF7bKa7BLMrE3gpQeGwnC/wjvtu2n1p1A==","shasum":"013a711b98c09f5ea724d1b6cb66aac6c69ac6e6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.15.0.tgz","fileCount":87,"unpackedSize":5619198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQGgDCRA9TVsSAnZWagAANvMP/3imYrRwNEMjEa+39Plv\nyaLYqv9cfm7aqsqInrB9dhbMaPckdjdd/ckQblZlqrkCLwsAffyaFikLLSc5\nvZ4voR2pRgdTSrMiRjNuGE3yyZwVmKRG31q2/rXDkolQyx7qDHdHylT42aoR\nivI3mOFwvMq+pHWS+rofcP8TzG7F4OIH3ZENeBRPoRF5ZVLcTkS6pdwvzhHS\nNHuf0+Q1xj7OOB3LManT5KEMV2NxtZiDQniSoHAU9LHNMHo1KunKLd05uTxz\nUa1WAXooAn8xNhQaQ3QDF/pJKapTw+v9UlCZ62LorMZ6QHw3745nE03uMHQ8\nSImqn1SrVz6wyY2P2Hzp5SB1VIqkF0N/UbfetrOHAE3pi9WTWUylGGwb1z8v\nPTYjQiNjWW22zEPtBTRccdkJZXFPny0cagJDsKFkcJuR6OqP+7DTFLk+MZWt\nC+EvqQgrL415plmnwqbZ+uP1t/y/03c1ZJacsxC1udY3V9z7JNasd6Sj+XpA\nUuG36vsLzmozJZL8kndLan5vRn1eRtUdtGHP0NyRtOg16+5eiH+UqUiCwaUI\nXKkepUN/Jh4Jh6JJnnlIAZuSh1x3532//MpVC3yf18jcj1uzlfseBofhVvAt\nK859HTQBRNYOT1SR5+IyX3ex16bLLtB4dz4kOlXPKA3x9cHYCsB1iGaS7U/3\n2L7n\r\n=f3fV\r\n-----END PGP SIGNATURE-----\r\n","size":1142444},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.15.0_1631610883275_0.7455740283838843"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:46.114Z","contributors":[]},"3.16.0":{"name":"addons-linter","version":"3.16.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.4","addons-scanner-utils":"4.11.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"3.0.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.1.7","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.13.2","postcss":"8.3.6","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.1.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.15.7","@babel/core":"7.15.5","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.15.4","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.6","@babel/register":"7.15.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.2.0","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.0.1","eslint-config-amo":"4.10.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.2.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.3.1","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.4.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.53.0","webpack-cli":"4.8.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"41acd610108f093dd0d6ead0f50f6b30555d3dff","_id":"addons-linter@3.16.0","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-lnI4r428/8dJxKapZt7zJ+haVu8D7xxWLHFSVbBDfr9G+Z2+jYHvYeYRFlcoRU0zM+1YkINIB0cJIaPhboDaWg==","shasum":"b4ad06bb56cfbc612c364ba6f554300bf53454e2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.16.0.tgz","fileCount":87,"unpackedSize":5622883,"size":1143379},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.16.0_1632148768771_0.6593991766497509"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:47.971Z","contributors":[]},"3.17.0":{"name":"addons-linter","version":"3.17.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.5","addons-scanner-utils":"4.11.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"3.0.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.13.3","postcss":"8.3.8","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.15.7","@babel/core":"7.15.5","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.15.4","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.6","@babel/register":"7.15.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.2.2","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.0.1","eslint-config-amo":"4.10.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.2.2","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.3.1","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.4.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.54.0","webpack-cli":"4.8.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"994406a4f3c6ced99675206b7a4eda5ae88bcf0c","_id":"addons-linter@3.17.0","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-K6AQHhqVeKZ/wPbPTegoczc2shVnbXu/02GBtlw3IwxGVNkqNZb95IhKexk+CQ1+vlP4NbnwzTt2dFKxhP8J0w==","shasum":"0812f5cfd4a67a71111fd8387dbbac1b9921c8d2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.17.0.tgz","fileCount":87,"unpackedSize":5622883,"size":1143382},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.17.0_1632811940370_0.3458669508869596"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:49.802Z","contributors":[]},"3.18.0":{"name":"addons-linter","version":"3.18.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.5","addons-moz-compare":"1.2.0","addons-scanner-utils":"4.11.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"3.0.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.13.3","postcss":"8.3.8","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.15.7","@babel/core":"7.15.5","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.15.4","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.6","@babel/register":"7.15.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.2.4","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.0.1","eslint-config-amo":"4.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.2.4","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.3.1","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.4.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.55.1","webpack-cli":"4.8.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"f687ef4281154f3faf6e4454f94a5385e6eb1753","_id":"addons-linter@3.18.0","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-+P3IRI5QhKUwOfTEVT0KYTxYNMMb/pgaBAOORH0D8vZZiff8vT6GcgFNVF1VhBZ1C0u4c7kGa++uxxDAojaaqw==","shasum":"9dbbce282b4e0d098ab8561f2ba6a2ca17e6a556","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.18.0.tgz","fileCount":87,"unpackedSize":5646398,"size":1149247},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.18.0_1633084561420_0.009839280806903217"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:51.879Z","contributors":[]},"3.19.0":{"name":"addons-linter","version":"3.19.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.5","addons-moz-compare":"1.2.0","addons-scanner-utils":"5.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"3.0.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.13.3","postcss":"8.3.9","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.15.7","@babel/core":"7.15.5","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.15.4","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.6","@babel/register":"7.15.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.2.4","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.0.1","eslint-config-amo":"4.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.2.4","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.3.1","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.4.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.56.1","webpack-cli":"4.8.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"f915e9ae0f53f1987ac3bde429eb6568b4c12db1","_id":"addons-linter@3.19.0","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-U19hswbamlCyqk6zQFrkVcQNfJieDqP05xVQb4iI3BXg9rAEJTychkWsAmDTCsSJ6q5U2MHc8Qg3OJ9Vks7CcQ==","shasum":"c88c6b051bffaee0f7c89c35b76b7cd0e56de75f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.19.0.tgz","fileCount":87,"unpackedSize":5660477,"size":1153456},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.19.0_1633448914141_0.24575293536722653"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:53.757Z","contributors":[]},"3.20.0":{"name":"addons-linter","version":"3.20.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.5","addons-moz-compare":"1.2.0","addons-scanner-utils":"5.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"3.0.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.13.3","postcss":"8.3.9","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.15.7","@babel/core":"7.15.8","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.15.8","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.8","@babel/register":"7.15.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.2.4","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.0.1","eslint-config-amo":"4.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.2.4","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.3.1","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.4.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.56.1","webpack-cli":"4.9.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"f59f2c41877f3863c5032ae4b357ab0ef3469b84","_id":"addons-linter@3.20.0","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-rHaahIZ34HSL1D7ZYCMs/QQPOp0pAnsOMqtNSy/zDSrkgVtlCQvSeMpx1a3ZnE2pGRVHjMIO506KWUmrN1lPRw==","shasum":"6674bf5794fd7521ba1aca78cf6b2b7b17470433","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.20.0.tgz","fileCount":87,"unpackedSize":5663132,"size":1154595},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.20.0_1633947038155_0.16164336649903333"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:53.898Z","contributors":[]},"3.21.0":{"name":"addons-linter","version":"3.21.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.5","addons-moz-compare":"1.2.0","addons-scanner-utils":"5.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.1.5","eslint-visitor-keys":"3.0.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"6.13.3","postcss":"8.3.9","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.15.7","@babel/core":"7.15.8","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.15.8","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.8","@babel/register":"7.15.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.2.5","babel-loader":"8.2.2","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.0.1","eslint-config-amo":"4.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.0","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.2.5","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.4.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.58.1","webpack-cli":"4.9.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"c23c4097ebafb8317bf515a492538d85af0065fb","_id":"addons-linter@3.21.0","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ao+HA0G8GIJjFY4pGQ5Im1PAaTLZZBMqxHm2FiQ4VwWT/4G6OLbeeTaRpRzUR8PPjVrlzJmYsg0XP2prxzisAQ==","shasum":"036161d4992e48fa614abbfb4052eb21c47ddb56","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.21.0.tgz","fileCount":87,"unpackedSize":5663132,"size":1154590},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.21.0_1634042756008_0.3808743623711628"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:55.748Z","contributors":[]},"3.22.0":{"name":"addons-linter","version":"3.22.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.7","addons-moz-compare":"1.2.0","addons-scanner-utils":"5.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.2.0","eslint-visitor-keys":"3.0.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.0.3","postcss":"8.3.11","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.15.7","@babel/core":"7.15.8","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.15.8","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.8","@babel/register":"7.15.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.3.1","babel-loader":"8.2.3","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.1.0","eslint-config-amo":"4.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.1","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.3.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.4.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.59.1","webpack-cli":"4.9.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"79c883e3068f7f108e4403332fc16530a524867b","_id":"addons-linter@3.22.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-+qiGG09XccqGBBMAmxlggCkdg8YAcX+YS8JOowzbSwU3XCpZQu0xaY35jO2ftVSENtuP2ExA0pQzrOAwO77uiw==","shasum":"bd4e94d22616bbb772f4828df936d725ad9c7e2c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.22.0.tgz","fileCount":87,"unpackedSize":5674046,"size":1156576},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.22.0_1635151767739_0.2929765928008099"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:57.617Z","contributors":[]},"3.23.0":{"name":"addons-linter","version":"3.23.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once && codecov","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/gfm.css/gfm.css docs/gfm.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.7","addons-moz-compare":"1.2.0","addons-scanner-utils":"5.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"7.32.0","eslint-plugin-no-unsanitized":"3.2.0","eslint-visitor-keys":"3.0.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.0.3","postcss":"8.3.11","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.15.7","@babel/core":"7.15.8","@babel/plugin-proposal-class-properties":"7.14.5","@babel/plugin-proposal-decorators":"7.15.8","@babel/plugin-proposal-export-namespace-from":"7.14.5","@babel/plugin-proposal-function-sent":"7.14.5","@babel/plugin-proposal-numeric-separator":"7.14.5","@babel/plugin-proposal-throw-expressions":"7.14.5","@babel/preset-env":"7.15.8","@babel/register":"7.15.3","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.3.1","babel-loader":"8.2.3","codecov":"3.8.3","comment-json":"4.1.1","doctoc":"2.1.0","eslint-config-amo":"4.11.0","eslint-plugin-async-await":"0.0.0","eslint-plugin-promise":"5.1.1","gfm.css":"1.1.2","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.3.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","po2json":"0.4.5","prettier":"2.4.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.2","webpack":"5.59.1","webpack-cli":"4.9.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"b378f30daac11ddc44c0cee1800499138684b15b","_id":"addons-linter@3.23.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ymFbQb6dpXDoEfaWBrq/1MPjuQDaaTb2CklymbeARNqMxpGtTkyyvtyaubgQqf1SNKQcW1dpG8wy2yo3gQd4UA==","shasum":"8fb9f558c4067d78e48b740117a09e4670ca75cf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-3.23.0.tgz","fileCount":87,"unpackedSize":5674750,"size":1156911},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_3.23.0_1635348163692_0.03777508419826403"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:41:59.465Z","contributors":[]},"4.0.0":{"name":"addons-linter","version":"4.0.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.9","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.1.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","dispensary":"0.62.0","eslint":"8.1.0","eslint-plugin-no-unsanitized":"4.0.0","eslint-visitor-keys":"3.0.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.0.5","postcss":"8.3.11","relaxed-json":"1.0.3","semver":"7.3.5","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.16.0","@babel/core":"7.16.0","@babel/eslint-parser":"7.16.0","@babel/plugin-proposal-class-properties":"7.16.0","@babel/plugin-proposal-decorators":"7.16.0","@babel/plugin-proposal-export-namespace-from":"7.16.0","@babel/plugin-proposal-function-sent":"7.16.0","@babel/plugin-proposal-numeric-separator":"7.16.0","@babel/plugin-proposal-throw-expressions":"7.16.0","@babel/preset-env":"7.16.0","@babel/register":"7.16.0","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.3.1","babel-loader":"8.2.3","comment-json":"4.1.1","doctoc":"2.1.0","eslint-config-amo":"5.1.0","github-markdown-css":"5.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.3.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","po2json":"1.0.0-beta-3","prettier":"2.4.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"11.1.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.61.0","webpack-cli":"4.9.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"bee2b790501a413b66481dbe269677c857609e6b","_id":"addons-linter@4.0.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-zBvEXVO/tTOfOVA4Q+c7BqyhDc2PCIrX+O0/iGfCgugIN1vpcVw5iu4j6FBn7YBm5B/m4toSjx7LBKRSIMQebA==","shasum":"bc7c2ad287d3bcda6b377e66b90d2eb8e2825643","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.0.0.tgz","fileCount":87,"unpackedSize":5797232,"size":1158335},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.0.0_1635944708455_0.367961172442957"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:42:01.547Z","contributors":[]},"4.1.0":{"name":"addons-linter","version":"4.1.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.9","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.1.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.0","deepmerge":"4.2.2","eslint":"8.2.0","eslint-plugin-no-unsanitized":"4.0.0","eslint-visitor-keys":"3.1.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.1.0","postcss":"8.3.11","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.16.0","@babel/core":"7.16.0","@babel/eslint-parser":"7.16.0","@babel/plugin-proposal-class-properties":"7.16.0","@babel/plugin-proposal-decorators":"7.16.0","@babel/plugin-proposal-export-namespace-from":"7.16.0","@babel/plugin-proposal-function-sent":"7.16.0","@babel/plugin-proposal-numeric-separator":"7.16.0","@babel/plugin-proposal-throw-expressions":"7.16.0","@babel/preset-env":"7.16.0","@babel/register":"7.16.0","async":"3.2.2","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.3.1","babel-loader":"8.2.3","comment-json":"4.1.1","doctoc":"2.1.0","eslint-config-amo":"5.1.0","github-markdown-css":"5.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.3.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.6","po2json":"1.0.0-beta-3","prettier":"2.4.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"12.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.62.1","webpack-cli":"4.9.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"58e1cd39c469ecb02067b8bcb7dcb390f7d916b4","_id":"addons-linter@4.1.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-sDSRNr9inctKiMbOtvMw5kVbuOEe242wG2VbLXlIDr5ZjonNNv+5T2/7JEckrvntmtRl0fCYQZFnUAhKkqn4Zw==","shasum":"1610d70efa387ac09e9ae111fa8f6a5bb8a0088a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.1.0.tgz","fileCount":87,"unpackedSize":6042585,"size":1266737},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.1.0_1636459769220_0.06850261266084612"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:42:03.603Z","contributors":[]},"4.2.0":{"name":"addons-linter","version":"4.2.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.10","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.1.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.1","deepmerge":"4.2.2","eslint":"8.2.0","eslint-plugin-no-unsanitized":"4.0.0","eslint-visitor-keys":"3.1.0","espree":"9.0.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.2.0","postcss":"8.3.11","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.20","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.16.0","@babel/core":"7.16.0","@babel/eslint-parser":"7.16.3","@babel/plugin-proposal-class-properties":"7.16.0","@babel/plugin-proposal-decorators":"7.16.0","@babel/plugin-proposal-export-namespace-from":"7.16.0","@babel/plugin-proposal-function-sent":"7.16.0","@babel/plugin-proposal-numeric-separator":"7.16.0","@babel/plugin-proposal-throw-expressions":"7.16.0","@babel/preset-env":"7.16.0","@babel/register":"7.16.0","async":"3.2.2","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.3.1","babel-loader":"8.2.3","comment-json":"4.1.1","doctoc":"2.1.0","eslint-config-amo":"5.1.0","github-markdown-css":"5.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.3.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.6","po2json":"1.0.0-beta-3","prettier":"2.4.1","pretty-quick":"3.1.1","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"12.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.64.0","webpack-cli":"4.9.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"7236357cb082b27bf66935b9b0cbf7910a525d2d","_id":"addons-linter@4.2.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-sX6SA6XDxmzXo9jY8zUIC2p+TtMTmiJ9gp9O9LejYoI4+0FZ+S7xmw6LGwx0xD6Y15d3uq8ZBUHG6S5fQsQCCQ==","shasum":"bfca312c64c840256eb18eae403a6f4aa36fa508","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.2.0.tgz","fileCount":87,"unpackedSize":6051275,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhk7KgCRA9TVsSAnZWagAAEIEP/RfgiQYGs7PB/w543EW/\n4d54WWbf1YlXA8j+WLLOUzjWHp+nji/gfD8Sxl8lbUZ6zlmF3c5ze18IwyKO\nD3M5ychS8V5UFK9KMeB/liOcFkLTXuzG5N86E1wc6isto84y7FNO7609jGDx\nJkX/9QGW5lCj6fEqJ3hBSh+vzJDHXmnBdVSlUHGhI16WjeIyqWwKiAB/0UQ+\nOYxtX1BqSGFqU8DuVW2pp/VfCPMKEaXBH/PAFr19D5AVs8rlO5+gwxvoZewE\nSXUwNLwccU8mhtgQ0nvLEjk4uAcRHD7JzXx7CVTMMg1IuSZ56L1eIRl+g8Y2\nKz1ExPNhLltwN6AFFTFakXtD6W7LeKyK0LduxHIMwlIAKTqMWxez1YkiHGBj\n+SSMwNpd5jZyTgGKcAMQ7ZX7/IJUyeVA3dPfGHfnDT3ldce5AmyZyBI6KT+2\ni7Y8UbSKGcO3i8Ir+4O+gwPZw1JZ8K/NJODBGNIGcpgee848Z/6AG7p+0cyI\n1yzIFo7KTQYRQaWEXm8h0X4ZTQctUwgY0jqVIN5QzAHl4OJ78vd1JrwQsgAZ\nhKIpgOLJRnc7JSVbZ+GPyNaAeXShmp+mMuTqSq4zTd/6VUB4GGZ6M3GeVYYR\nN/SAjVpj4nCIe9e/iOjvNRyvnzrDNrpzx3setJ/az88zIOWPWCDtV0GEbtBX\nfdFH\r\n=6FeR\r\n-----END PGP SIGNATURE-----\r\n","size":1267910},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.2.0_1637069472715_0.05556109417715138"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:42:05.457Z","contributors":[]},"4.3.0":{"name":"addons-linter","version":"4.3.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.11","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.1.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.3.0","eslint-plugin-no-unsanitized":"4.0.0","eslint-visitor-keys":"3.1.0","espree":"9.1.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.4.0","postcss":"8.3.11","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.16.0","@babel/core":"7.16.0","@babel/eslint-parser":"7.16.3","@babel/plugin-proposal-class-properties":"7.16.0","@babel/plugin-proposal-decorators":"7.16.4","@babel/plugin-proposal-export-namespace-from":"7.16.0","@babel/plugin-proposal-function-sent":"7.16.0","@babel/plugin-proposal-numeric-separator":"7.16.0","@babel/plugin-proposal-throw-expressions":"7.16.0","@babel/preset-env":"7.16.4","@babel/register":"7.16.0","async":"3.2.2","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.3.1","babel-loader":"8.2.3","comment-json":"4.1.1","doctoc":"2.1.0","eslint-config-amo":"5.2.0","github-markdown-css":"5.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.3.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.6","po2json":"1.0.0-beta-3","prettier":"2.4.1","pretty-quick":"3.1.2","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"12.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.64.2","webpack-cli":"4.9.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"f68b2792f6f29d1a7229d2d58c6eed62f39c9a0e","_id":"addons-linter@4.3.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-OwjjLPoq8MJuZDLAkFNFKZ9XX5OwCQXwHuATbISCALq0X2oSs6GtetNXvQaqjy+2VwaOlShyBcZzVyafm67VsQ==","shasum":"0145507f8b88423819078efa1af462dc2712c247","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.3.0.tgz","fileCount":87,"unpackedSize":6052750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnQZ8CRA9TVsSAnZWagAAa5wP+gNl4G/oy+J7HbeUXhRx\nVVJfEAhGZmg/azEwS7HP9XkHxjSVrXJZ15QuxMJtGg+cpTFdw3ByPx/0y1K3\njKrLqUuqktdVbsTparRTt3gpxEtr35iC56rCsIEuTPYlpBOLWjX6aFrflRNM\n9jv3I00lnJWgdWDWB/pRaxqvPIzujXGBnddo9nFFGPXhmqAqvgA6D5DgLL1s\naS8YGr08rumsppEVJEqQybyZ5K9rOi+5EZF38fQAWm9oUeBXGaHzoXm1Q3jg\ner5TFZVOmZyX2TLpY+jiUbJzAHXx3guAwtVuq3WWc/Atc+pGMO1WdPHq60q9\ne38jNUvJYxcGH57PQkSH9I9m51xy58k92u38gnL8BvSL+wkKPTgy0j1Wfv17\nDFZDKCRrL0hGDGpDayBK3YiMHOtn8I/pxUxNtt4RjPuLn0qwQrEHt64oSdsD\nrqXVITB4aqf7IDBotjvAQulXfDV2sRbg9YMivB9gzpTVvNJTSJZL9Ypki36E\ncG5ayI+RUSbwiH8hOlzGgt09ZXYbZqVrAP1vb3a09VS3w0Hmu6/8Iyekwp2d\n/qVXhFpjJSN0vSTtZ906lVP8jbViLRYqHTNR8jkx4iu0yZc5Gf1RIqnLol67\nZv4kkBKB/NFMpF/4Cq8OROyu1ZFFEms0u8L/3dl8ENQoaw7qKKXCdyb+VD7V\nL/kB\r\n=bhIU\r\n-----END PGP SIGNATURE-----\r\n","size":1268211},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.3.0_1637680764509_0.9112855461730587"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:42:07.509Z","contributors":[]},"4.4.0":{"name":"addons-linter","version":"4.4.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.0.11","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.1.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.3.0","eslint-plugin-no-unsanitized":"4.0.0","eslint-visitor-keys":"3.1.0","espree":"9.1.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.4.0","postcss":"8.3.11","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.2.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.16.0","@babel/core":"7.16.0","@babel/eslint-parser":"7.16.3","@babel/plugin-proposal-class-properties":"7.16.0","@babel/plugin-proposal-decorators":"7.16.4","@babel/plugin-proposal-export-namespace-from":"7.16.0","@babel/plugin-proposal-function-sent":"7.16.0","@babel/plugin-proposal-numeric-separator":"7.16.0","@babel/plugin-proposal-throw-expressions":"7.16.0","@babel/preset-env":"7.16.4","@babel/register":"7.16.0","async":"3.2.2","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.3.1","babel-loader":"8.2.3","comment-json":"4.1.1","doctoc":"2.1.0","eslint-config-amo":"5.2.0","github-markdown-css":"5.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.3.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.6","po2json":"1.0.0-beta-3","prettier":"2.4.1","pretty-quick":"3.1.2","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"12.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.64.2","webpack-cli":"4.9.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"1bbc7148aab30218d55873ab9f1d9c661660338a","_id":"addons-linter@4.4.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-2N8oo97y2w2MJX/bcvnSb5BG2s+0BOlOu/0Q06wp5bnyEwWbfKFOVX/CorivGkRteY0fbSUWvU55LXgIiLyH5w==","shasum":"9dca0d37fe42108e7fdf640329ceb5632d7c237a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.4.0.tgz","fileCount":87,"unpackedSize":6053896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnqEPCRA9TVsSAnZWagAA7u8P/jh+fhONbupwhhIIdrGB\nqCasYJlbPo1x6h4piSfmW3Za+fTMXfn6ccrj519hEhTz7zpTEPftncUdHLV9\n6faMjcmWZ7OoAszZbRDhmjv6YXEDmVCpAxiZzauIwYHKIeLjCzsdhgIA4NCB\nCAJXpTBmMW7xypIb8HEDnSP3YOL6ItODgqRMZJC5Y3cJcVnaC+lWaa+wFwyK\nxdb5tgqnvka65u3lcfnN246jyNFF8F9rpSMBwpo3mcu2GcOroBBS6KZ7AWFA\nE8auA6vx9qdNQelcoFA7y+7b3ymdyNshXoJCglHkkBg/X0E3G+UL9RCQ3zJ4\nVhefV6c39raX+H4epugO9qkv1mNSqnStxw9Nb1VextY1BNVw+DbetGCLEOHr\ncHd6OLM4rcPdOmgsZVMGsvd9JqZutBmRDFQN/KvNCV62A9Ftrp9HNMeZ8qz5\nhy5iNT1rF8nQi8fNcIuADuXlYXtZZ33Gijxahvo5ZU+tTg3V1X+sFedYG8dg\nxRRYezeDkkBZbgFtlOZ7OlWqKXQ1khZ287mRL29119NpLaJSiGXzt7IJQAm1\nOrxumdIUE+UMOf3TV1rdoBTnCkrYiw7R5vbAeEiL4i3jb9GAamrYfRBxccF1\nv7UWs+I3Y83hba1wyKzJMaKSE8TQmDnNLviOa+ooyYa82RkeMrLLw/2J3HcR\nDLQE\r\n=TFjX\r\n-----END PGP SIGNATURE-----\r\n","size":1268891},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.4.0_1637785870805_0.0003125952012448252"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:42:09.518Z","contributors":[]},"4.5.0":{"name":"addons-linter","version":"4.5.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.0","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.2.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.4.1","eslint-plugin-no-unsanitized":"4.0.0","eslint-visitor-keys":"3.1.0","espree":"9.2.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.0","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.5.1","postcss":"8.4.4","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.3.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.16.0","@babel/core":"7.16.0","@babel/eslint-parser":"7.16.3","@babel/plugin-proposal-class-properties":"7.16.0","@babel/plugin-proposal-decorators":"7.16.4","@babel/plugin-proposal-export-namespace-from":"7.16.0","@babel/plugin-proposal-function-sent":"7.16.0","@babel/plugin-proposal-numeric-separator":"7.16.0","@babel/plugin-proposal-throw-expressions":"7.16.0","@babel/preset-env":"7.16.4","@babel/register":"7.16.0","async":"3.2.2","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.4.2","babel-loader":"8.2.3","comment-json":"4.1.1","doctoc":"2.1.0","eslint-config-amo":"5.3.0","github-markdown-css":"5.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.4.3","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.2.0","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.6","po2json":"1.0.0-beta-3","prettier":"2.5.1","pretty-quick":"3.1.2","raw-loader":"4.0.2","shelljs":"0.8.4","sinon":"12.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.65.0","webpack-cli":"4.9.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"216db960ca33fc80599ffdab8cbcb51fb234489c","_id":"addons-linter@4.5.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-MJaa1rJlFQaiouHwa1rDqjiI19SfC9ocW/Gx8odq5X7tmLRZLy9Ff71nVtEn10apa3gzlNBrp/RmAZYZ220T7Q==","shasum":"e38032fbb26bcd490c695271652f8bda924395d4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.5.0.tgz","fileCount":87,"unpackedSize":6066208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhr6qGCRA9TVsSAnZWagAAl5EQAIwNim0iJdLa3VyM/VGo\nD4oJAPZOU04EuMgsce0qyP1z7vTqELCT1vJEbb67Z+IEFwMdFcT7zDiyC1EI\nBO4dpbAmSO8vzLxS4d0YmQZYLWv2L/yv+MpuSvMGJAulTMt9el5PKFaFIUNt\n05Je3hYEVGrdTXXHYdBoRcAiQWPAtXj6seCeMEcUoIzeFuwZPrY3C4zYHh/G\nFH3Tydqr40KR207IR0sXFwDyY87gAYd3uKKRH0q30axRaDIUymaBaI4RkuXi\nj85g5qgubQDKt5MFxo1BQ+hOczggVGJJvFqkBgWSVY2gfiK5nXB/qo2+5mTI\n0x3Njo/F5VALMveeUjHid2WZz18h8lwZIXO8Umpm4CyZ3XlBUj9KYFXhCJFE\nUGaOKhvrxPnG5lX1l/K6mtcNrz1FC8nqq2t8JIcMIP68RMlLD1bkCs7AK5bw\nuYQRY0K/5KVf56YIg610Fd5sRN0zpZKg4cdGjSLVHNHTwMHZCfekZWLOJBTd\nsUoG0pgrWOLNv9YBKfhwY92QwDoVfKS5hCA3Uo5IKv/vf4Lv4A1y6RC+T3+c\nQX6uqr/Ru7rbPLZUPImah4oHI2dLoe5K5JMBX8SgQfXz1Ug9QC/HW9xVACxk\nvXbE+dEq1UZ4zFs+msLTwchve5CYe/2BFtoVINTXnYMaC4azd6ODIXcgU4lh\nCoMS\r\n=ZFNv\r\n-----END PGP SIGNATURE-----\r\n","size":1270940},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.5.0_1638902406394_0.17775792581928362"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:42:11.551Z","contributors":[]},"4.7.0":{"name":"addons-linter","version":"4.7.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","gen-contributing-toc":"doctoc CONTRIBUTING.md","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.4","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.2.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.5.4","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.7.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.2.0","espree":"9.3.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.6.4","postcss":"8.4.5","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.3.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.16.8","@babel/core":"7.16.12","@babel/eslint-parser":"7.16.5","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.16.7","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.11","@babel/register":"7.16.9","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.4.6","babel-loader":"8.2.3","comment-json":"4.1.1","doctoc":"2.1.0","eslint-config-amo":"5.3.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.4.7","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.3.2","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.5.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"12.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.67.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"71a9598e267983183c5b81875ea2598ba2f343e7","_id":"addons-linter@4.7.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-aF6n6DMvxRO1iQtPXTDzlBqvQVKckbcePV+V+2lOc0wr3OA+k0IUv6EzNf9c+qYais2oKBTS4p2hSQmnI8wcLw==","shasum":"5da0ba21dbc9a63881d1ac449cb9e34d0acd5015","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.7.0.tgz","fileCount":64,"unpackedSize":2232689,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7sPOCRA9TVsSAnZWagAAM2cP/3mvbplVhxDYZRxTfdNK\njOI/Nqzrmow+uWfdulY+SBTUmOfh5rm3E49LgXSXIG3WbzmgzI8P5ZFpNKgv\nuDEfnDRUhZ6xECokgwMIT1s7rsKdbnFQvqJldEMjPggLUOe1PiF+YLqV2nvt\nK1xjEuQud+6ebsNTxYbN3nfFDpbFpfpncGgcDYxQHa4LvXhE1FJCn1J/4lLu\nR2qqkFfpZfAy2bNdWuRfpPS1FDZuN16p3wcWKmWPd9aht9mSltiEJlfGL1ar\ngKjivzNvzN0mLCblk/D3MMeBIvSqdOsEgji9c2KFBTi2e62gt4ImF48fx9Gx\nbGbZJS8zaqOmy+0k+3Q8mNfTz5I48aopyiZPJbfBVtSm/goXRGUdFaQM7qz8\nYxa1wQ5nHBAwMI6ZhuGegDocUvTxlMQzT28rPuN/EFX84BQZPFkun94scpJl\nFmZpIlOKa7ohhqrIo+ltFZCOQG3AOkqocmYyJr1YsZdMY37l0TI+iY4yq3ON\n4db33vOnQE7gg5K1O1FQPbWRhKMwQbCNdjtSLzKNZckjM97mVuXtg/Lgew48\nOqzfJmJzqyN/7chwJM//Yf4Um83AI+2Ac50cuyeDZV3JzlGQvvixzbFmwUWD\ncX6D/3vN8XoSXYzzrkIji+jgzdWBbX6sPjC53PMR6BI19cKgn+HGQRa8zUV/\nkL4c\r\n=AVkf\r\n-----END PGP SIGNATURE-----\r\n","size":456376},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.7.0_1643037645652_0.4181927199909672"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-24T15:20:58.347Z","contributors":[]},"4.9.0":{"name":"addons-linter","version":"4.9.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.6","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.3.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.8.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.2.0","espree":"9.3.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.6.5","postcss":"8.4.6","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.3.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.0","@babel/core":"7.17.0","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.0","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.11","@babel/register":"7.17.0","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.5.0","babel-loader":"8.2.3","comment-json":"4.2.2","eslint-config-amo":"5.4.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.5.0","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.3.2","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.5.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"13.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.68.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"35304988e8b0e930c94ce9083508a11b01a84929","_id":"addons-linter@4.9.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-dknaL2zU9faJHpObJSFhh7RKM7S2uUImQL0I/tIny862wp8u6O7EhFu1ktdFRLO3NirHOTdn0366EcRrbAt1yg==","shasum":"7b5f254db568d11ce7c5e8b1cf5c599c85447c1b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.9.0.tgz","fileCount":64,"unpackedSize":2245566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiATRECRA9TVsSAnZWagAAmL4P/iQPLgNYP7bvy13tDmE7\nPLSJ4WJBY/tYAD6NPZmsAa7ehPvrws4+auwtfNxnj0GtWGtlw6uuzMIis+qu\nVhoXBnK7CRZpLynSiIs8uKASBOnoInSp1cngR/ts0dl6Tce901AxhsRwq8fW\nlqHJJJUdzU/9uvqNyAOHk0N9peF1KMVnviSr+zUC7nZ8S3ut62s05hL2BX0V\nbcPyFl2g0S5fFmCrOqj3VszGKfYgM7dM5hjXWKiMbyd08BbjJ5YDazBMTilg\n/phoFj+pAySP3MsYKyvFLFPgP01N35iSzslGa5Wjk53JkQuAB80rUfIeu4f5\nXzpjwJI8zpuaT+0pUrlt1V6ReUTh0JgdoVBtCezXavHz15G7N4gjczVZ//WF\nOKhGqPzLWNC0+NtK7AmFxLoQCO0E7d/nG/8lpy9oyphed0WS3OqoNHyq/eeZ\nvS/c339uXRNoEiFvgpmLzi4FnVfUXgeHhyQIkYfrm+dOygrJCO6I+JTn0p+J\na5tEXQBH8H5PIrJhwsTLArEKf7onJN5og9noWpYqMjCi+9uCTmOfVzHl3ML5\nUMwiHNGTP4s7CSDq6sAYnmqHVIoP4pdh824MUIm7lw3MMQc2GKaBzaeaqa+k\n/s6sTaPV3+4yHrCvwgGnyS0aIKwp9Emv9G6NEN6oukRDODnFKjWaApby6mJ7\n78TF\r\n=NmEC\r\n-----END PGP SIGNATURE-----\r\n","size":459187},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.9.0_1644246084302_0.8645084543327122"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-07T15:02:41.647Z","contributors":[]},"4.10.0":{"name":"addons-linter","version":"4.10.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.7","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.3.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.9.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.6.5","postcss":"8.4.6","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.3.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.0","@babel/core":"7.17.2","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.2","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.11","@babel/register":"7.17.0","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.5.1","babel-loader":"8.2.3","comment-json":"4.2.2","eslint-config-amo":"5.4.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.5.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.3.2","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.5.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"13.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.68.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"c8de8db45f5900d6238d6290b24bf0671832d508","_id":"addons-linter@4.10.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-wzHI2jNSAO8ehR2RLSBPqDrO7AAuF6hR0to7A0t6vMNKRJZTUi1CiTzSo2tSQf0zFxmaP1KxdJ0yzFB9c7mqSg==","shasum":"b51f69118549c34e519cd7bb27f343dc22d1371d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.10.0.tgz","fileCount":64,"unpackedSize":2245577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCkinCRA9TVsSAnZWagAAsJEQAITHwC8cJ+OcM01F2Y4s\nSpcijg9UXzgQGKzMiTq+BBinkgcFxk8dlnGLbbQolGVDurrBYP75C7sYFS5h\n9PBhuKbTRt9mXkTRmz3K2yWbFeJmx7MTtn8ctF7LsyGHZ8XKAwCClGz5x0LD\n292XDSWgZIK3YiDH7NRYjLQPGNsDvYaMngdaquar5LdkmDmgA1gdjJS60GgM\nlvgIm9cjuoXcOD0uCR1M1RPqsnnrmLYALzclf1uu5Ynw+FYE33l+B9f1Gzgo\nbpvuzu4zIudsfYfPWSwQNPCOTRy8yJZgMwhqQ2Vj9PlYDz+spDj1JFFFaBHu\nTgG9QH1HQi5t0t+HQORuxT+z4UP1tFQgt60UqVWwr+fuPKLKyHNQk1Kt2vBL\ngMkQdBQ68TyRmBAL/8eIWCDhAXereP3iEKtgXUzerze/xDXZdrbPQ1mIB/Vu\nn7hbBMU3we1JiN5atbJe/j6OleU0dumxFUUiGSpHLzmc28p/1JhkJkrJL1OQ\nfy7zRW7Mqzao6Yq23M5U2H8X6slSDFej7RKdz4BhH01TBFhEBT0XGBCDs6X6\nypc47/keFh46bRO4DPosihK9pBFuNAJIMcpB/OMrHEQCew2YsZ86L8ymg/2V\nhqzqUL3QzgSiZxqCPPZyb0NLLF/g85IMFD1eVNs5TtTHHavIvYSORfTllDXj\n/GEZ\r\n=tVoL\r\n-----END PGP SIGNATURE-----\r\n","size":459214},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.10.0_1644841126913_0.2557021055241817"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-14T12:18:56.364Z","contributors":[]},"4.11.0":{"name":"addons-linter","version":"4.11.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.7","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.3.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.9.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.7.0","postcss":"8.4.6","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.3.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.0","@babel/core":"7.17.2","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.2","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.11","@babel/register":"7.17.0","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.5.1","babel-loader":"8.2.3","comment-json":"4.2.2","eslint-config-amo":"5.4.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.5.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.3.2","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.5.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"13.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.69.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"420e16de23bcd851b40c520a6d7a2c5da8463c76","_id":"addons-linter@4.11.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-oAmGQnpMFRoiEBXVtRlD5qKxEjvo+YMZHVKqoqUzrjEFX3M6U1lWf8+i4+1d0QC55BwWuiAI28LuoQFBcIYSrg==","shasum":"387353e2570b28c46543e71fa9b5ad4cb8dd664b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.11.0.tgz","fileCount":64,"unpackedSize":2246051,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC7MHCRA9TVsSAnZWagAA5ZMP/iMc2+logLJ6WFEMnn2S\nF3hKNKQLQzbE0bBwkkI+BxZQi04ij/3W3RXmEnfmIa0h31A2gvbLdmrMCqES\neDyAgqFuGF1028/1u0XC42HowLywTmJzXXTKRuyYsVR/u6ieQOn6k4Naq7wt\nbOkmGUclfQLsZrN+yiuLeSNMJcXdhZ7hh1BwBDelTtbFEnbc+Js4I3vsEcIP\nRaOq74EWuuLffbmoN+MgszwqTKL2YFezy2Q+WQz0wUAFUbWoCd4jaDR8pYdr\nNP6KOlqLAOxm5GJCukDkvX5F3LVLxw3S1lIII8U4eVMcfPP6dQ+LStJvLSkA\nyD9sCOa3BBgVfjW6w/dp8BytUn70mrQL38JQ2VhfAiN+94B0z6QFiHzsbdjS\nLwC9Em9C7NhcBduLPyV4CAYo9TYb4ZzKl19RBBQ4yjhifyJ4H8XTI0DQgEVn\ngPyAxuCds4Qtth6mtjI2x0ELRAYF8j81bx17jDdDvFPcKWKWZXw5t7+jO0aJ\nuQHa+9CrBzB0DgcE9klzDQuXXtVUDYQac2sj+AXlh5+NyE8DTi+GdTAIEIGX\nR+/Nr7DM6zo90dxRN49hxW+TPCU6LaruL83llv6SFHackAUdmPjmR7QioM9R\nPimllRwlIbM0AggDs5Wsqcw9CeNEXWxr5F8Q5CRv/4M+YZqb/isG6qTJ2FUy\n3G0l\r\n=Z6yH\r\n-----END PGP SIGNATURE-----\r\n","size":459390},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.11.0_1644933895315_0.8344496090045792"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-15T14:05:30.063Z","contributors":[]},"4.12.0":{"name":"addons-linter","version":"4.12.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.8","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.3.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.9.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.8.0","postcss":"8.4.6","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.3.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.6","@babel/core":"7.17.5","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.2","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.11","@babel/register":"7.17.0","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.5.1","babel-loader":"8.2.3","comment-json":"4.2.2","eslint-config-amo":"5.4.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.5.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.3.2","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.5.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"13.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.69.1","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"7b0c76cf24e7b186fb2f05b2d88244d17d7a31b7","_id":"addons-linter@4.12.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-gSlv81CVSyeNdqChdQtwces7SUPig9/4oNZXpQgFWxc12E7dBUDMzLPLvT5ch+EYRRQ6LNMnVJMqkDBvQwrYYg==","shasum":"8f47a1e5dfd81d852c63cb72aa9d66a6401c807a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.12.0.tgz","fileCount":64,"unpackedSize":2246051,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFNZVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoruxAAmdqa3phRgHHdVe7g76ECLGXsv41qaZEFX0Cfs2gGeFMtQim1\r\nDzTALIk2CM2nbRcMX7hmMMpuqKG3gxtaGW8qrZvgU9AZgvbLeYUD4uLF+x43\r\n2qtfWsZIEbG+/f4o262x4ERrJGV+gd2k1r9uUQ2fxLk4zszBhtexmpcNDcAe\r\nbtxV6tuW2WrNKsB+/mWu1WFHMRJh5B6wFqaoUAurzKUDC3RvKZTH/bSpx5al\r\nSP4pz1doV+UCMKNZxVLYOWk5vqSp+iOdVvXf2H9g38QNyZqJ5bIAOh+aS+ks\r\nn1BvyvpC+7op8Qaa8DWVqBWajc+M09Q6qbRuUsq4Lmp+AUQC+eaOmgZNaFJr\r\nhsVe+CVE1FgsQH8ibUg5jrnyW278fitrkiYqUcXnPD0c05Rkw7NDkwUhZHlK\r\nfwrgttWITTN4J5l2m/Kho0p/UaIrYoD6N3vLfFxAeyTyx08gDSwwjiXwPKd+\r\nT81wrNusYcVkFGeopv4as19MjCBO0wDj0oXbTO0bD8JhleK5EURqZf7g+ARl\r\nVJbnIOqRavc81nkYwz50oe9LK+UrW2OCo9pmYDlfal3+iEG6sgrzd9ikZNdZ\r\njUGus6GW5C8SYZjBmF7gt2pLYd3i10Cr9MT09qygn2ETXpcPZebC87vEWzuT\r\nZMLGos6tQuRELIQ9z8mw9O/Gc8Kby0YNLJ0=\r\n=93o3\r\n-----END PGP SIGNATURE-----\r\n","size":459399},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.12.0_1645532757151_0.44457536896498717"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-22T12:26:08.300Z","contributors":[]},"4.13.0":{"name":"addons-linter","version":"4.13.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.11","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.3.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.11.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.8.1","postcss":"8.4.8","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.3.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.6","@babel/core":"7.17.5","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.2","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.11","@babel/register":"7.17.0","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.5.1","babel-loader":"8.2.3","comment-json":"4.2.2","eslint-config-amo":"5.4.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.5.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.3.2","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.5.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"13.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.70.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"ee7c9ccaaeb6d831517de2908a8ce08c878d5e49","_id":"addons-linter@4.13.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-pbBOgn0v1EoDSci5lWXjjCQzvNjoC/pJrekkiAILlGYUGWHNfE/XHDggWojoOPA8sbD6dGFWm3AtDDtFoPQGag==","shasum":"6ded9c94aa835fc7235094b98ad58b25f65cb22a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.13.0.tgz","fileCount":64,"unpackedSize":2248348,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiL2acACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoe4Q//YpL17elTYA4YKspXqjb3Xf90FUqp2ecdOl5bPvRkef9Fo579\r\nCtYBCGmQ+g66k0E2yc28BvUS+F4gNdLishLzS133I71cJRGyU69Qhxr3pUV8\r\n2Ytfwpoa2vCF9caQCi5HUIVxBcvDnQePm6YFj0N6rlEVESYlySXDfDP0d749\r\nzk4TZtzAR3u3YAf9qjsT3VBj41RNewf4J46unHLWT4vP8MFbbYiSYhlxmhKI\r\nyL1RCWp2uSfj8VrgCFfZLxpI18yu7GpodFvLvQEClR0u8A9UmknNRhgHVHeA\r\n+M/LHVGiHwAvcLsW1tqmNq4XE5cTAOuGBw9qVhMk6IvwVdsxKZlzZaNVG3TR\r\nLvqw9/uksqnYIOpodYuVc8DNgrShDJ2612Eo4u1diSYwqJkshIlR3pfy83KB\r\nMJHuS0R10dRFMZ0RkjGF6H3UPOYiAnWP7NPxSZPM07OFExMVCjVdajBOo1xc\r\nRyHPtBCgAvzOd6SPB/DgZLrIqObqLlSIrKs/MEX6G+2grW3dsqBoPBWzHXne\r\nOCyVz3UccQkPQvqhtTSNLTVtM36sS0/7+4eABoEmXvXN0bu0EbMsxXuEEUOj\r\nohwkFjqNLs+ytzh9Rk2/7kmvEitwMzqCtLfyNO2QrSqhWHl+MZd/a+u0SMjK\r\n0gCP/NFUS3AZUhf6RgVr5jvz5sgt5gcLJKw=\r\n=iNvz\r\n-----END PGP SIGNATURE-----\r\n","size":459825},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.13.0_1647273627875_0.27929420238953995"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-14T16:00:51.208Z","contributors":[]},"4.14.0":{"name":"addons-linter","version":"4.14.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.12","addons-moz-compare":"1.2.0","addons-scanner-utils":"6.3.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.11.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.9.1","postcss":"8.4.12","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.4.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.6","@babel/core":"7.17.8","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.8","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.11","@babel/register":"7.17.7","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.5.1","babel-loader":"8.2.3","comment-json":"4.2.2","eslint-config-amo":"5.4.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.5.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.3.2","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.0","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"13.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.70.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"6d163951870d2099135cf5670ec881fcc1473d35","_id":"addons-linter@4.14.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-TH3/PMS4Dd0Jf3kXW7DLXseHZcD7ZbnfnQAztkrP4YC0HQKQVZJ+lGOuDOGUtVQDMwC/eEdvHvZoRnHDer5qkg==","shasum":"e8a5b99665a7e7df3fda2da42d73593fea8db3f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.14.0.tgz","fileCount":64,"unpackedSize":2249138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOdF/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCxA/8D29aFLwyGABk3C0IBOzZ9qWKtc1iq0BPsElmTgAnoYW/wgKr\r\nkL/HB9uPdjo575trSIArzBppYcuVf8twWxW5UswP7BUhga3J5UIH7S5hZt0x\r\nfIcEgRYZnnvxlGrBqPBgnXd9R+i8mC0QU1gYXZV4/WP3zIREplwG/dYXIqN9\r\nMCW3ISsiiJKtfsAuF4c4sWXUD+i3dx6dlQz9/ewSzobTrkPEty10lY9s8BPG\r\nN0WepoS0XD9+hlTwhxSGrx5Hp1KDsbXj2/T+V8QRpJA4kPMX30P9uuyS+V1N\r\nRbuXwsQCuQsXo26idRyCUhAdEmFis6xZ3RIhCop6a0z2QNA1IEsoOlgbASmZ\r\n7pLdqjVBX4nQbhDf9kYDVNK2YaQzW1JQet/7VTTv4k7YI0BiYMmX+wuTxUwU\r\nlfTzB+P6dLykk+zIsfZF0vC/MDeHY+FBDU+jMC70dE0hYdohd9UbrC6nxwkK\r\nJtO2f3fC3k6kNqaRMAZiXPWwX9k1v9exvk9CJJLUuqbqtPP/4VtNYlXrxqto\r\ndTqDv7Y1Z4U1VVt9UZ8brkzpYgzp4qTV+GCBdSVbQFsDruS5FXKryyLRa9xW\r\nLR3nwG9RTx9QVtsq0sNqPRiNS0yIT9GK8oe430xzYDplehwItfyM8DR3cTDX\r\n65/Nb85OEnQfPaI1w/9ZqJyhnqoldkBiu48=\r\n=HyxO\r\n-----END PGP SIGNATURE-----\r\n","size":459987},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.14.0_1647956351085_0.9742781777531662"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T13:42:09.454Z","contributors":[]},"4.15.0":{"name":"addons-linter","version":"4.15.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.13","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.12.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.9.2","postcss":"8.4.12","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.4.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.6","@babel/core":"7.17.8","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.8","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.11","@babel/register":"7.17.7","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.5.1","babel-loader":"8.2.4","comment-json":"4.2.2","eslint-config-amo":"5.4.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.5.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.3.2","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"13.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.70.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"53274460df62594acd361ef6c79b23b2fabedcaa","_id":"addons-linter@4.15.0","_nodeVersion":"12.22.11","_npmVersion":"6.14.16","dist":{"integrity":"sha512-alEtSWFTS3IV1141M4dA5S1C4j5ZHGQJ8XzIhaWyyBaWhT4XTtL+RLcbd8J/3gh9FzLw31oQoC1apB1XW4drdA==","shasum":"25427e5619fdb244fbf560f85a6fc4a1c54d89b7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-4.15.0.tgz","fileCount":64,"unpackedSize":2252405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQZ/dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnFBAAgqiZdkG2C06kCCXyIW38wnNAihfXWb2U1mNLpGsPNac/a66o\r\ngCt3AKDuB/hiZlfeS6wkVCkDg/36+skpt8+70lb8NZbPEj2KUr9ikZnjIeCy\r\n12KRHU3M7eBN6MzIu0JBOpO/FKSLIY8UjH2fYXILGZBn7MVUHcPgK3ZRqiu3\r\nVQWCzUL53C8WdjTUDBnydTdNUVAY6oeJuVvNRV4cE0KYo5zUIPOO7n/58Rhn\r\nAchUKeVhLPHtukIbkeSEBcSCcq32DTCCqDnO+WCjlBrqTfGwupBhqPrbXzLH\r\nGebkNglI9FgnwVz/QVqRO4cvJpWDJ/yU3Vx6mERz2V6sdrER8Eo7/KCUX2pE\r\nKhorFm4yknpA4DKF7mrq3nPyNBhrtAooObhPWVo0PxY2jHqort2O7rBIVuBN\r\njcgSGXuY73zm5Kxi/cwdU8WE3BHlVgf8SW7AgylWe9TkV2FWPkupxIZ23yvl\r\n6BGhUT1Ljlu0yspun45lUOGAPQdGImdIuW53VzRTxeosCAPx+biNNbM0hSP9\r\nnqbuEgYinDysRcfrmd+XbUHfeztznVa+8WIuMQo//VvgNrTbsd1wEotkxDsd\r\nYwZZolgkf0USrUJJXB+93E67tgKrxx0UR9j29c7x7pHbnnWt+nfBb24TrLsc\r\nByGsm9ZomyCPAyRttAOPGdQ3AwJ3QVHD8Os=\r\n=XckQ\r\n-----END PGP SIGNATURE-----\r\n","size":460622},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_4.15.0_1648467933701_0.25716555977873323"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-28T11:45:41.542Z","contributors":[]},"5.0.0":{"name":"addons-linter","version":"5.0.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.13","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"6.12.6","ajv-merge-patch":"4.1.0","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.12.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"7.2.0","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.9.2","postcss":"8.4.12","relaxed-json":"1.0.3","semver":"7.3.5","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.4.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.6","@babel/core":"7.17.8","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.8","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.11","@babel/register":"7.17.7","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.5.1","babel-loader":"8.2.4","comment-json":"4.2.2","eslint-config-amo":"5.4.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.5.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"12.3.2","markdown-it-anchor":"8.4.1","markdown-it-emoji":"2.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"13.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.70.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"0be58afeb0b8aaf9c705c6cbc1e0204a34887cf6","_id":"addons-linter@5.0.0","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-gVAO9fGvfFu8JXbSyPAIuocGNidPD0ZEYO8e3ihWbHVGKtdclS8t0/a7aLDyeyviteYuXylE5KUymFbfvK8EhA==","shasum":"c99e18a11c2448cd4203bb50caadf9ca29c53756","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.0.0.tgz","fileCount":64,"unpackedSize":2252403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQzHTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgHhAAgnJ9L7At1+HhmhksfDkcH2rU4ou3Ro3YFXfyzd40uF6VHHpN\r\nzrh92Dh5IFvTAN1ZPTMzkKE8hCDVdLm69ZR8QWKoaCvNRkFQnl3Kbp/Uqh4h\r\nb3+gfOTkeUaULbcTHC9+h49rCeIuxJU5E8PofYa/fcf2ZEhX+K9XgQwyMCT8\r\n0P0AAL7QIBf+yKgw78bDiTXx4L41SRwNRImSLXW3yvjTbvt0NmquVGcJhLCX\r\neU6W77m1g00ehGM+RPpx0/osgnxYUpK1451zi3h8sgfZGA4UXgsPH1c1fcxC\r\ndEuzLGsk5QeVKt6r6znN+t2Q9i6awhgksTVvTDeykFQQXZ+629GSVMvOSWiA\r\nE7JdkdMeiUMotjESSzZIux1xIN+AVKjHRWFCU2epxibrsPQmLiSEPYKBtE0Q\r\nxoOmyNzxntU/WhDgU6J4uc/Y+TiZmjmgc+oRT6jyrUWehlCi3IqfT6bWxUk7\r\npa5vOBqCR8WdISdZms+Z+sbuunq1/aIvSKYF5AyvKViti+Zb904ApcQLBJj/\r\nEB6py0xBTtZ4+30ESRZROO0LNwEX2efFSM3GHUn1JcF/OBoOonfIuDEbekwe\r\n8lwod7W3VXAo9l56Pe8+N7gbGXinlUlLXHzlG0cXGnf+bFrcXooNtcy6OjqY\r\nxbHmey4L1OHbkyGrVDdkOWDNMti3IxBkz6o=\r\n=f2Ky\r\n-----END PGP SIGNATURE-----\r\n","size":460624},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.0.0_1648570835595_0.6086296739766064"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-29T16:20:43.724Z","contributors":[]},"5.1.0":{"name":"addons-linter","version":"5.1.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.18","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.14.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.1","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.11.0","postcss":"8.4.12","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.4.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.6","@babel/core":"7.17.9","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.9","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.16.11","@babel/register":"7.17.7","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"27.5.1","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.4.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"27.5.1","jest-raw-loader":"1.0.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.0","markdown-it-anchor":"8.6.2","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.2","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"13.0.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.72.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"b3e4b7571812ab7bd4900841e126fdd30255b23c","_id":"addons-linter@5.1.0","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-civOM8JYm4RcB3V10uhwo4Z+R95q1NbqrLgWvGkY4d1Jv215CZyN36I93MdqwWe3cQGf76987FGtJcX6JC47OQ==","shasum":"7f3d6a21d8351d250fc9fe45233676245072fbb1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.1.0.tgz","fileCount":64,"unpackedSize":2257057,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/BAkQFqDJUIDjJajPoFXPlTXztp8aUXb2hXwppla/4QIgJaOENQyjbcCvPK6KeM1lEvldo74amhFmukZp/mtWhAs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJia6+FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFkBAAkrrvjrFrXQ2tjnzt8mOGtE0bXUcCR7JQswVoWfDk14VbGlFE\r\n1K9Y3u7AEAc0NDaSEtusoRG4XqFlgwkaNPqTlYD/Uy5YKpr7DSjz1tmyKdp+\r\n2ZBowKNdU4wSDDJ7OWO4kpzvV+V+tovocCUst7RMVM0VRFdTm+XjnkLFfHiJ\r\nEX69IkcYjZHGYPy4NRhVBTQFbzyq5N2+BYPdmLcPyeLPAssO8M8YOpXZC1lB\r\nHVksAr2OEl9OmqKWNBH5HsiJHicdJ/GnAfI1be1R0Gk+fbUdD/5myWbA1Xlo\r\n5TmqATfMYSBGeJ6HhuGpwLsG6K1R648vv3eH13PgD/JKh+Eu4h1QFC/tVOXK\r\nUmySrkoCwVSNv8Myb0KMMBVx95viVQHIqkwLWdRodkvc7pDdj4Mb4aKRYaPD\r\nmiPzqW5HS8sF9BF61n71tqYT2DlB+fSp7Qx/feFhMcw+/XW/2kdm0XFM4WqJ\r\nyeQU1DFvAhRDA2YNWlP1t/TPNXyiabCBi/3JvmoCpGQo1Gcrpd3mcp6sH2fY\r\nah/avaBwgrWxcdwStK85I36iTCAE63NOBZTNSv0ny5+OAz1+PDDaTdggNgf8\r\npKJ/o8vu1lfxR1RGGK9jjQPErnLorwz5TGZ1Tg6AlgfmxCiM9A7vqlsOaGj3\r\ncBjbfOl3+fYlWI+Npr0MdjdxyffBuMFTzAI=\r\n=CNCy\r\n-----END PGP SIGNATURE-----\r\n","size":461525},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.1.0_1651224453130_0.9150295961169284"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-29T10:43:37.116Z","contributors":[]},"5.2.0":{"name":"addons-linter","version":"5.2.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.19","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.14.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.1","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.11.0","postcss":"8.4.13","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.4.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.10","@babel/core":"7.17.10","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.9","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.17.10","@babel/register":"7.17.7","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.0.3","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.0.3","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.0","markdown-it-anchor":"8.6.2","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.2","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"13.0.2","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.72.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"2030a4d56fcfbd4704135a87e5dcb69c2559c5fa","_id":"addons-linter@5.2.0","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-wMKD9aJYYIVXK/grrHErqbGFX0uvEehEiMlAkUA/4M3a9zJDvNrpW0OwZxLEAlNpFISOtKPaQTlt0MHKwQTGFQ==","shasum":"a1a36cdb72f5df359e246c25e1261d2183b4f6a7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.2.0.tgz","fileCount":64,"unpackedSize":2255963,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHo0p6sFpXIRJiIH6LLsgxTpop8X7Ch5PM6DSLSClNXJAiEAmxPVRUXTARU1qba3M4ZzDd57hV5FgXuRzsA+fdBfBUU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicPRYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq41g/7Bom5pFButc4eaVtNr1qFJHeycFsVPK/F4SIDbvZKzHZplJ+t\r\ns+fhXumm//QJcjXrCePoVazc+psYGdfl5Bpvcv9ueuGWna+kqyllwlxKhSRB\r\n2GUGV5eGvB953X+LHUxdZ1JXsEV98c0r9UbuZB5Qw2q+NgjkSu0AL72L41tr\r\n3qlMpNk4YHtqUpRgjxRdh1tnyJqCUaGSVDNeAo/sp+jcm0LK/EM3n7Kqruhm\r\npPGX7Et9w90RhbhO9pFgpfOWh0G4/CmHYeEDjWEk6KuZlN9sAhCzMYYJM45O\r\ns2hjS8uACSpVQimyvgyc5YIQhK6T8NP2p9aUCIYPVesCOm6Bhb2izn8/btrU\r\nj7uiXqTVpQu3CeKBvDqGBeFqpxEqcLiyWwzniFtsc7EfyGMX+39N7PTW7yQK\r\nC+ruIVltpbmT5vOC8rBnmneo9gJEmcsqIsGkztIpJWs1nOa3izLgHLeb69Br\r\n14DrgFIgRpGT2pVQCpIkAiusXmADLyKRddgXUYa1fqgkcGwodSlzMqOZiWcq\r\nq2s7nE5ahw6TI5xvkDU/ziDQcooDvmsq0Ns7hELW91/gHrCkanSSI+qHgfBC\r\nDGOutpKxr38hA8htsx1FATviFlFI8kouE4k5l3MeCzEruUDOc2Hlof0CYA5r\r\n8lVs764Pet3653RZ5YvOtsBjCwhdfk2ntck=\r\n=6oUa\r\n-----END PGP SIGNATURE-----\r\n","size":461474},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.2.0_1651569752135_0.5677944824573959"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-03T09:23:18.324Z","contributors":[]},"5.3.0":{"name":"addons-linter","version":"5.3.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.20","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.15.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.11.0","postcss":"8.4.13","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.10","@babel/core":"7.17.10","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.9","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.17.10","@babel/register":"7.17.7","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.0","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.2","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.72.1","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"04ee9b6e3f1197338cb7a5357fbf48bdb511102a","_id":"addons-linter@5.3.0","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-n4npHgn1sm1zCNDkd9R490TLI5RF5WJAEciDZ3sea9Z+JG/xp42e9XPDeSP97L0CyovbXs8Lpis/hBRWWCKlsw==","shasum":"b6be47e9bc68558ca1e18e327f995b9e7ea1be15","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.3.0.tgz","fileCount":64,"unpackedSize":2256909,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwdWM9HHBhERkc/DonX8crZnVmYwSeR01/7DRHD4lLqQIgdHJwLUdAkT/wUSx+eNHK+rt2c7jiZZiP+v6OxpLXkt4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigis1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpY8A//QOMGaVlQBTTq55ldpXHxTRZsOE2n3MKn47UiPUGGZCs/yuIb\r\n1sr4GvUvFy2OS6ByUGwJRCbfPr7v0mYjHIdDUFuOdwDYxz7grtklaUlU29RF\r\nq4rIQqJbwyfezvixNyYDDV7E+8HHbzVGIDa+C9ZfNBDE0KQMeo+zKPTjqonC\r\nzJk2H0FEOEEETLrtOXVOkAuYkA58atWWssVryQ5dC9Njjsdalc6Fo7Lt+JP3\r\nP46tzOFXRhUt01kSNlj7Cd1nrNW2sF4MpqaLeUWMBxYjJMK8j5DuQc8eileI\r\ntzPeoQt5LLeg2XSa9y+WIW4u0CZTkoH+jTi7ltCxFDDBhurBqVXWzrPoLclF\r\nrmQpQkC7oRt/e/35w60wy4o7Kq6547wrJ+x+G8Vt4465WCoDNCtd9XtztjA+\r\nUblDtSHxjqR1ljql66zGotw40ublPd/QxTN23ICUisXMNNdd8qP5rAbXaZc9\r\n3WTdvvCepbIU3qOZifRXHT1i2ThH7SlNy8MjzgKDq/4cDUGEUKFbe3XdwmQ7\r\nKNXsPEuEXu5TbxLQMqm9/jc58pqiWhhd94Mmd0X5iPQNoC+w47psv03GSqaP\r\nBeHctLxPhpiwD7zKwpqbZh92GOihQ2KYOJXfocnqX2kUogV9KjKkrLRN3tov\r\nMl1QuV1beJUpJcHqXVUNtIArKMhuF12i3vM=\r\n=4ZlP\r\n-----END PGP SIGNATURE-----\r\n","size":462362},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.3.0_1652697909445_0.7952617756512734"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-16T17:24:32.346Z","contributors":[]},"5.4.0":{"name":"addons-linter","version":"5.4.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.20","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.15.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.11.0","postcss":"8.4.13","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.10","@babel/core":"7.17.10","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.9","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.17.10","@babel/register":"7.17.7","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.0","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.2","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.72.1","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"ec0318a7506a5d9aac7c041da03e2796cd46ca45","_id":"addons-linter@5.4.0","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-oZ1TFOL9rwtw2kpD7xeKG2rErRByUhPjRE1OtqOG+pZyaVQ0kbqkRhozbVNUxc9Qyxf3sDCug90LnUbtGu+QjQ==","shasum":"38e901a65e1315c6cc2229b3a2a03225a6256368","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.4.0.tgz","fileCount":64,"unpackedSize":2273650,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLtVlwyzp7tabV+EmmzKFOICVSOq7AoB1SGsqg3e7pKgIgILK/6h95sTce0dDkO6ABRjzjfiHK4dfqp9cQh9l69cw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigpksACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8QhAAoqTyULKA3mhI+wO2P8NJB+Ei/E8qBuhU+H1w16VKfgJnJ99V\r\nS9ABaBvGa0e/8MX3AkVD+J1b0y5eSrtdKRSxihfE8sS8ZLdqs+zOWXkNnCtP\r\nT1SnGD9MxApPfFk9mPkZz9hHiEBmG/pt8TbXK0G0YvsC4T+D5g9lPraivhJ/\r\nfBC2s/Y8fuxyO0QNne8nmMAR3EWW0FdR266I8FL8IGoRK5FIrO7I4tFCHZXX\r\ndXnNn5uGvWtDLwNQQ82x/XavdQ9h4bFkljBlyVCVnzm+Eh9XhkDvBp/Q1b7L\r\neLN5JSkKZbhvjaKvu50mMD3BbVe26MN2bILfXI8dKixh/G6eQmAmpb9LIlQ+\r\nCPBKrO+yzZLZ0foDlMuTBM5X2d4rd8QOuEhjwxKQC+X79RnFhv7cBkJs8kgL\r\nlWjxFpibpZGK6JmX/v8o3oznAQvFBoivWpHqZ17m0tB346fFTAkw/qfFOr0e\r\nQ0EjW2hprQkc8NJlyzQEg7GUYHgMax8F2+abNEZytfiAW3y/u2k2OYjzv+1c\r\n+1u3I734ZLNE+T+psMNPm12O6w9Dh3qVRNixTSH0vh4PUPvpMcCFV/AbnU5c\r\nd2j1bcbOjLOLDXBZsG3evLTjV49zr/OSwooscWzPrsGMiAulALYRAZIf+HEJ\r\n3duyKiBDXvNCSF9dXn5V5EXfjDZnkcOs4dY=\r\n=TcFb\r\n-----END PGP SIGNATURE-----\r\n","size":464127},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.4.0_1652726059986_0.3241237685699505"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-16T19:50:46.857Z","contributors":[]},"5.5.0":{"name":"addons-linter","version":"5.5.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.2.1","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.16.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.11.0","postcss":"8.4.14","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.10","@babel/core":"7.18.0","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.17.12","@babel/plugin-proposal-decorators":"7.17.12","@babel/plugin-proposal-export-namespace-from":"7.17.12","@babel/plugin-proposal-function-sent":"7.17.12","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.18.0","@babel/register":"7.17.7","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.0","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.2","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.72.1","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"59ee4d3059914cc9b1d9393c4714341293e9fd9b","_id":"addons-linter@5.5.0","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-HQ3Ltz5iWThdwAa0RnCw2zzN9bF0HoykgBj3pP5YXMqe4oGZSSr5bLREmGqnvMCPM5QBllxBZzBnirBWDssYGw==","shasum":"23a80e500f82ff22d14d15cbf16a0cf6a79af899","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.5.0.tgz","fileCount":64,"unpackedSize":2309363,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBJischMRkZa/63akyjhlMEoT+Xe9QKTMaVZlztuOHekAiAVejSrdH3RzSggr1dx0HPtpGNyDMHvelC179A8ukBRTQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii0u+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8zA/+PdoOCLHnbt8INbp9oE5AtLyZaTY0v5gZUw17yMTdozCRXXW9\r\nhJNDSEDz4Dbjx//3ukCUPffGFs6INbIuCaYxARygX2TlKoK1QJc7OfYNj/Vn\r\nbAYgE2WE2X/tehXmdwU5S+jkT3o/z43rqX3sM+tlm1XKrSipmzPJUnYEnl6n\r\nC+b4xHVEncUtOM1WPW0hpDhBQcmExQORZe/vO/L70/ZZfH8wEoGcKLuYoqFa\r\ndJdsmong4/m2HOJIGxwxFlr2tmE/Uh290mJVc27QuyDykKdNpdu8uxPFWo8I\r\nA1LYG0I3vcZjkaauEw3mzFN20wNdOry4QnmQJOe3snks1Vhc+ahrvod5p/i5\r\nONmpDHLdhOvFrsRez03v1KQF6yu7IVSUwehvTxaltZ2XXw3I3eaKddoc38Ri\r\naLq4T8xmRUW7AaoPAmCJi5EODABPp9AjOJY+Kn58XwKIkzF+y+GCUKmmPqne\r\nba+vJpOlww66WMPNKetXv0TTFMQIqxNARgjGBGcKQD4NFpmhQtHBHWjhp9Km\r\nuJqVQ4+HNDOOfPDqpUsYxvaNj1/KxtRObxkIEndVEAAF9ahifI0EgVCBqjuz\r\nvRpFZp95bE0SPCfO259NK+mD+Quz13QqhZrAJfM8yx7yX6OmS+gP1iQEzLIz\r\nuavpXuR1eJtYikK6HNSPnPdSKhYIwqru5Fo=\r\n=9Cn/\r\n-----END PGP SIGNATURE-----\r\n","size":473198},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.5.0_1653296062294_0.3513624779933202"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T08:58:01.881Z","contributors":[]},"5.4.1":{"name":"addons-linter","version":"5.4.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.1.20","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.10","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.15.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.11.0","postcss":"8.4.13","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.10","@babel/core":"7.17.10","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.16.7","@babel/plugin-proposal-decorators":"7.17.9","@babel/plugin-proposal-export-namespace-from":"7.16.7","@babel/plugin-proposal-function-sent":"7.16.7","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.17.10","@babel/register":"7.17.7","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.0","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.2","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.72.1","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"a5889b953f4b1cfd694c48efcdc06af9a924d8be","_id":"addons-linter@5.4.1","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-0BtPdxhFte0iN9wnppWcqCW+6dgwks0Dz5827fFFLYz7HgNvhhW07WyoZVVknnEB9UK6LcrQJkeqnyL+MLYh2Q==","shasum":"903e828c521f37807aeb4fb3488f33089cb73b18","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.4.1.tgz","fileCount":64,"unpackedSize":2275029,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB0r8bBcF4ij1kma0u9M3K6XGeyiwDT/V07XsBssdWCHAiAdWeaTrTsBOjTgmEbYX+lLa9ReYzIzM56SbLHChL1vvA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikIcAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmorwhAAixkJzW9+vc+/ZM7AcQnxPqZyNgVTvwX5XyAftUj98JNaxG+w\r\nQHJvWB/+bJj9gcwmdS/oiW7i0kDvOPT6xXS+qnwzEFEN7Sl6DIV8xMlgVCfV\r\n0MJ9azpE5cjpSTbN5JeyNDeqR8Ixb6rWnvhAt3opRKdGnmrmRCQOI3YMFw3j\r\njkMxCWc6veKIRrMmydUXg62Qrlq5PzZ1566LWgYrcmR5Htw41UxMViAYc8v5\r\nprryHEQ93Y1Ja9UtxAzGBVpdtKcr6GTsLxiDkVSZeyz3n8msx7RpXp6vQR8q\r\nUv3ivAUAWSrrqRhS6k0O9KmmWQb9tYjYLPKXA3YvB5w1vXTNozirLVKhwZB9\r\nrcVfMXZycM8qIgKTwQb7s69uEr4vjDaZcLyzxGbvQFjNYF5wbkft2rTLIn9u\r\nLNpYEGpS/NrdRPSmBtlTsSZNjpEcdiutRucpwS758sXTVqB8eF1ptUBV1LPA\r\nDhvqb33R/jMj+VyK9+H4dOWaUUisJ0167F5L7iCu1kvRctPJ0u010sd4dIAF\r\n9n9iF46xBASzXChT8+v2dWCzR0Nzp053yb5eZL1vH6vcF/wu8iCOQMEXzfCC\r\n2T4cSPUDWepS737BaWIxgb8zhYwMiYeE4hJ1A74iyJ8GU30F05NevKfSovjI\r\nyGAwvbzgsZrS8g1BOgK2NG+rsT6SKaw4Xkg=\r\n=RTrc\r\n-----END PGP SIGNATURE-----\r\n","size":464632},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.4.1_1653638912106_0.4192053765766577"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-27T08:37:31.127Z","contributors":[]},"5.6.0":{"name":"addons-linter","version":"5.6.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"4.2.1","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.11","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.16.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.11.0","postcss":"8.4.14","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.10","@babel/core":"7.18.0","@babel/eslint-parser":"7.17.0","@babel/plugin-proposal-class-properties":"7.17.12","@babel/plugin-proposal-decorators":"7.17.12","@babel/plugin-proposal-export-namespace-from":"7.17.12","@babel/plugin-proposal-function-sent":"7.17.12","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.18.0","@babel/register":"7.17.7","async":"3.2.3","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.0","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.2","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.72.1","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"fe9c29fca0471c56872ad3ae3b846be8be954adf","_id":"addons-linter@5.6.0","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-kCB9Pj7/xeoJ+xnE1aUAwrWBXfVUG9gaI6oE2b6YTdenPZF6H6wkU3EsXDSEeOwssFixQywFrCpLZVQkaLy8KA==","shasum":"5242fe403c31ce6a9e22d5b910392b0f35efa2bd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.6.0.tgz","fileCount":64,"unpackedSize":2309269,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBARDGNLIq+BdSoSJYzh/HlAm1cZQiyztVQLz4EdIpuZAiEAi3/SsOlNP0oM29asNZx+eszuKPDdwIvyQp3/qryvNnc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikI2aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmovkw//RdiXgP+7iccFHfKrB2+A5kxnDKJz75GZjOFahExHViSfxtPF\r\nILSfZGy/PAFYCRbQMk9IWp9vUc4Ob6gURhqV/8qWlDK8zZ9t2RE3NmFk/EO5\r\nHA61fp/ysuajkbufXgKqs4LVWd5h2uhkCSR6pzQBb0aIoXKkyqdiGlA9NJna\r\nA+EGDoPQ/FpZM3/VpKaCGrH0c/L3f37FoPiW4+dwAgzNKQSqp5QdjAFsZybI\r\n4eLJ3OtpTB2qEDevqCHXCmSORxcPvd/x05PK33mGvDJOt4nPrtt6QovGnuOf\r\nQYJBhujsFT5txY35rUv1z+XO0a0I0ezVFJRO6HjGsZHc1LpWPkpAcnDz4kn1\r\nPCXNGpP7vJJVc75P/T5PChfYqjXstFsmVXdWF3m4tOBs34DyfkhqnkQn8u/f\r\nkwcSOXpDux8MFOS8ZiA8w8o63gUETYlfmazst5FTOdd50iT88fnmhUZIHCnH\r\nb4uYS/ItudNEFUZEpJcCYz6MUmji8gQoYjhXYFLFKPaCs+/xt5RN2mvUNXG3\r\nTR05OrAL2vwdDbZP6qUFHZR8PI3gtlLw5UABslTxHFove9QRHhkRw/D5Cs88\r\n3Og6PMsQVkWXYW1im7hemGkzerwIAAnDoJpwIRRksfKMsFHh+t0YOJ79x+2d\r\nwoFRwWZCSbZ28We0KgDRDVZRq8tgwezrWUk=\r\n=x8ly\r\n-----END PGP SIGNATURE-----\r\n","size":473064},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.6.0_1653640601857_0.7215085484341841"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-27T08:37:32.614Z","contributors":[]},"5.7.0":{"name":"addons-linter","version":"5.7.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.0.1","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.11","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.17.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.11.0","postcss":"8.4.14","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.10","@babel/core":"7.18.2","@babel/eslint-parser":"7.18.2","@babel/plugin-proposal-class-properties":"7.17.12","@babel/plugin-proposal-decorators":"7.18.2","@babel/plugin-proposal-export-namespace-from":"7.17.12","@babel/plugin-proposal-function-sent":"7.18.2","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.18.2","@babel/register":"7.17.7","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.0","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.2","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.73.0","webpack-cli":"4.9.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"164847c6b50e13a1b35e2a00bae1f904c9a86539","_id":"addons-linter@5.7.0","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-w2QPCPfRbxTUDVuhtfMwOp1J+xIjUXCQMcGjg9t3Hu+vx8h9NZEGiBwYPYyoR5OD6yow52GvZncUMeO8+hIp+Q==","shasum":"b71aa1f070c1e7b4344e4309530db8e56176183e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.7.0.tgz","fileCount":64,"unpackedSize":2304881,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChasIaax1g+K3xj9QEAZYd06e9KfLgY6znmcLTzgzfeAiADlxlz/y6mtvHwlJ7ZAwE2jTuOS2g3UH89IKCmEBG7dA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinw/9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2+w/8D2B+GlNdW6T9bDHkWILUMdTIgvUBQLYKltnaQQZ8y6KPIBBm\r\nxg9Wj/un2SFz3YApY1xR6ersaWBNWbNTinepUaQUofvTlZLG5/7iWqstVBDD\r\n5WehO7lumT2+4NEY2/iMmHzN8rVv25fb8ykMy+Ln+GXJKtD8dMGmQotoEz7r\r\nWPnzbNtPvZJ4FzKQKrmlkQdExYirHyaXpnSbOzo7OAPbkOt/UKnUoe/GI2fr\r\n93+/T4r9OnLxetLH/BCscSp10P2BwK3H/mZBj1dJQJb70SA8QoiQ+Kyms2xy\r\ng4uwU56S34UUQ4qphTW47HY5YRMGbQjvfX+NA6Fu+0CC98HjhRr+mUzNwJHw\r\nFokMltzf8CnDrvNK0g5UpcVLXLRc0Bif+I9MyQHLG3tpOyScrld3jNiJyaUi\r\nblzgxgG1Fvf4kPk6JGjX3EaLVTA1kt8x589wUxcWD5nFctyCQsayDGXdw0n1\r\n383VcmLo0DcbkYBUaxpfXMIQREwxGwEagzs1QAaJOnmVx8Wu2d+SOmn5vkXs\r\nUlYC5BYwGQXKXZl6E3kztOhvcrW1/4JCVMdFoW9LCVM7ZZlU+uHOoUn3zT0k\r\ncWSz+R5Q55UWAvLddQ4bFxCkKRHk59m4UYqc80XtRrHywYDiMWmEoxFw8Fq0\r\naFkOJA1fJXwhPUTHYaQkCdxWPM11YduYtRs=\r\n=6een\r\n-----END PGP SIGNATURE-----\r\n","size":472946},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.7.0_1654591484859_0.4802313146649091"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-07T14:40:12.644Z","contributors":[]},"5.8.0":{"name":"addons-linter","version":"5.8.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.0.3","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.11","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.17.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"7.11.0","postcss":"8.4.14","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.10","@babel/core":"7.18.5","@babel/eslint-parser":"7.18.2","@babel/plugin-proposal-class-properties":"7.17.12","@babel/plugin-proposal-decorators":"7.18.2","@babel/plugin-proposal-export-namespace-from":"7.17.12","@babel/plugin-proposal-function-sent":"7.18.2","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.18.2","@babel/register":"7.17.7","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.1","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.6.2","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.73.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"09fbf3840e00c09b978c382167a712fc8620f9a0","_id":"addons-linter@5.8.0","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-8l5akEklhzl212+RvrM+QZ35/w6uQKu9mhOo53sCxd8t7uRt6x2KGUT0jpSbPWr5HnTugwNcrnK/cw1KtKf0uw==","shasum":"4c20d2521c0cb8ed6d8c35fb66502f7022588d7e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.8.0.tgz","fileCount":64,"unpackedSize":2311486,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcNvyerFFL8ssyVWnuDD55RZ1x6lc8FQx4jVAPaExtPgIhAPBAczNY/9MPa/YPjmclTeIKtfcv9GTbVJG4+FHt5SuS"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipxCZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQIw/+PIm8OLu8TIDsJmhbzAQgSUiRbDhDEQyKeq/MNCrOsnY1QJ5o\r\n9uM5QnFkAgTb8DYHXljpBJDMN2U2PR+cEwMr76tbx0XjYxlAZacqGswaV/vw\r\n8QL/rC3n0EqbD8Gz5wA5rHGmqSd5tZ6icelAONFOxWJl8xx0Xcqqu/42+v62\r\nA5hNC+mbzKJ9gFVwjPSECjLHFBczbwKyLcaVulxWVRXCg+TfXSvBdOYHuRHd\r\nJQlYAqwd5dk6rSsQCazD9FY/W1RJQ0tgixY6zMxQT2rsxLqkUUDxE+KAUS8b\r\n/4vTvE2k2bgVBIhO0B3i8Gu7QGdLBDaZzfpz//HFIZYZ6Fw92mRqo/H6FGEZ\r\n8kQ7U4HO6mUyKzBOGHILjXIRU6AvC+lOUHYEy6lzwFtWC0tnIeOuSoIGIqJE\r\nHJitepgl2bJe1oCUWodU0sH11yz3D0vt3wI/1wk/lsygiRTNBJ37hku2Zmry\r\ng7fkMcox4LCPEtFJwgRbEUSOOVZwXkDVNk2qvl3vHoXSWDrvDnQvGBLHqYjj\r\nbnIqMLAH8QRgnjFCebd5o3ghjGGfswd36Zj+qFKXtYdgNEodU2j0F1TilKt0\r\ngyKt5iqVuZE1MJPtk7ySQfFPOnQHcCyKkIW3bB7uozdAaYSfolbITIIlYe/C\r\nX4GZZNYVM5Md1t48l1AYvowHNwadmAhWHpk=\r\n=HPN1\r\n-----END PGP SIGNATURE-----\r\n","size":475299},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.8.0_1655115929361_0.8577004883134292"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-13T15:10:26.630Z","contributors":[]},"5.9.0":{"name":"addons-linter","version":"5.9.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.1.1","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.0.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.11","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.18.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.0.0","postcss":"8.4.14","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.17.10","@babel/core":"7.18.5","@babel/eslint-parser":"7.18.2","@babel/plugin-proposal-class-properties":"7.17.12","@babel/plugin-proposal-decorators":"7.18.2","@babel/plugin-proposal-export-namespace-from":"7.17.12","@babel/plugin-proposal-function-sent":"7.18.2","@babel/plugin-proposal-numeric-separator":"7.16.7","@babel/plugin-proposal-throw-expressions":"7.16.7","@babel/preset-env":"7.18.2","@babel/register":"7.17.7","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.1","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.73.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"5c86e700892d51c5792dd8f746ed786c5ece0d58","_id":"addons-linter@5.9.0","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ACvBvkO8WtupOT42S3ln801/Ek7X1Yss59aYlI5JPc+dEBfEyEtkUa23UEQmALqdDEoHk0i+3NkKHdiXbhqp/g==","shasum":"2a4074d7928d5ca23fb13b06643ef446bab4c5aa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.9.0.tgz","fileCount":64,"unpackedSize":2311580,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHWq2fDcPtT9bKbgRAeEG1/zEhYHK1zJSAeZaVZ8WCqeAiBfTE0RMLrvsecjC0FJJCYs6Xn3Z4CVpsNPaOAqG4fv1g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisHXkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrgfg/8DwxnIc3d3lFfS6eeLLAAnK5ftGVeP8z4NyimNSbKPl7z96Ob\r\njxNvjEYi/TV4kKfrgKWkmQifN5maPTN+/t4hZ2md1p6Z+qrBBLRC2YqwTtNi\r\nZDcmBgPJUM1JP4v7f1gck5I0iIABWcx05Zf54+v7UUkxNZEhsct+U8lRuH+s\r\ngmURz+NN8uUrTaTWFmpV0oXcFYfjHs1Yb154PuJ3KAkozUwJWaI94u0bsq/J\r\ny79iTDPO/MOvJp+DSkqcnwVrRahwFXoLEPXINBTU+TubUJafDxoJsmVAG055\r\nwsfOE60cjVfygv4ELIGZ29PBZb8g3lzFWfanP05Jwe8ujS/bB2G1wVLL+sGU\r\nZrvHAr1xVeqEUMobH2Ltuq15ZxULwX2F0il/PVR7mEobg2Nkaqc8xuPVwBzo\r\nb+37jyrahH6zcOeaWbyIOTmNeGHt4uYEvZxxJ/JyxnNcXeeGO/53qUJ5aJPB\r\nIFa1H8LSG8SMaXgOpfxZDn6tH31oEx7r0esq5UHyFD9muaQbNT7s8+j7PJ9U\r\nidnnNqk+yRG/2Xyg0AYXIBvH9onC9JoaDSbXAeOKn9MXgBYw1u8nvymbwLJt\r\ndbUeDsplyk3ZEO6/ygvATCOQhoum+tILS0zMMmk1w0ht2c+NXuWSBXt9rp+F\r\nEVwnuoEfQ4+0Vg7gQQt5wWMqdIxCaPuy35I=\r\n=Q1C9\r\n-----END PGP SIGNATURE-----\r\n","size":475350},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.9.0_1655731684297_0.8794824352396613"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-20T15:35:37.362Z","contributors":[]},"5.10.0":{"name":"addons-linter","version":"5.10.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.1.2","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.18.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.1.0","postcss":"8.4.14","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.18.6","@babel/core":"7.18.6","@babel/eslint-parser":"7.18.2","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.18.6","@babel/plugin-proposal-export-namespace-from":"7.18.6","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.18.6","@babel/register":"7.18.6","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.1","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.73.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"f169727d39dc32f7bea47ea900e42db979528851","_id":"addons-linter@5.10.0","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RiW9A0Z5HOzghN+BxmModDZ1V6B+1NFWZ+aU/vXefUtrNrJF6oWUnmeCLl1QzDaRcYVGDNDX9DheLfb23/Dzdg==","shasum":"2184feab680ea250307ebb98d90fd3cfee97009a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.10.0.tgz","fileCount":64,"unpackedSize":2311639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC3cCYQ7T+3xV6tJ9zXOJdmAMKqddsWtmhO6exZBYRswAiEAirDzO4Nt1Iuqi8p93wStkELBZ1xTrg/Si3DtiPNJ3M0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiur0qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFag/+NvfmH+1UFiXpG7LbnlwDDfIdcBdqrlI7P4EJ7v3lVXj/5iZz\r\nh3ka203mfeq+wDAvh20Ir9puuWpaf+5s8vSthRDaroLLuKN5fOAZ9QFYtl7D\r\nMW0VQCWpmKzDrVmri+RU4zsqZAkx7L3Zmak3xgKtprXYLohJDAIC1XMGdd7K\r\nZ6ck0ENAP+DOf0nj8c2s8ENXAPOJ4G/HlPgQ6QYOANmVX1inuo79Nbdtjuts\r\nHMpNZhH1tm+VotxlGpvJssq32yXIabTpHv5bn5O6duu52eIbIlFvh1RhDY2z\r\n+ZrGtnl7or7x6EPwvWd5q7hTnit8PPMrMowViPCxJOs2Uvwm3bDQ4Xs/WbuB\r\nBo1Sxg8F1q083+CiMmRvTj0hR8KgDCB4huRzBAdjxA6CM//8J58jtTWhhAnk\r\nKo0Ewf5JOOy7gWTS56Qinc90UxEPWSJ4TqsMcpAKQC0YHJu/oA6Xgq9sVj//\r\nIzdiSibQhlCUAlvPllZ2qvVLJFdYKMEYHcT565HSZnYlOrJlYFHz5Cz3d63j\r\nUo516A7e7GIBIBPowsH+dBEQlSg0ec9VR9ntANeChu+JDhG4JSDy9RYS0oJH\r\nFhwzAtO3rlM0SMgEU3NB6WxSqmcRvNtjZFYDKHzrwqQ21izwP6ojcaoLgINS\r\nzyhvqfTxI9mEucmhUAqEkYWi9cyUIUAra2M=\r\n=1LhV\r\n-----END PGP SIGNATURE-----\r\n","size":475351},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.10.0_1656405290778_0.9551056666592215"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-28T10:06:19.728Z","contributors":[]},"5.11.0":{"name":"addons-linter","version":"5.11.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.1.3","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.19.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.1","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.1.0","postcss":"8.4.14","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.18.6","@babel/core":"7.18.6","@babel/eslint-parser":"7.18.2","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.18.6","@babel/plugin-proposal-export-namespace-from":"7.18.6","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.18.6","@babel/register":"7.18.6","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.2","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.73.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"c53b3dc2b7b8cfdf1be0abbf52caa88d26fa5cde","_id":"addons-linter@5.11.0","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-TmRXbcdsa4UeFTrU9ot7Kn7SBWE0tPUO4KIKIzCQGsEYYcykHrksSa4gzIHxEmlYCYHAMTQWvL9yVJogLcHsbQ==","shasum":"0d83930487d5f3d74cdd7c3b8bbf345d20f2b85b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.11.0.tgz","fileCount":64,"unpackedSize":2311639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCS0E3OGa/EdDuIEovV4Q/EmL39y2pWjegpHnxhdZDH/wIgUy4wQe2qUnBWYdwOXeQKg1HA3cGSW+H1HZxGGfJVSwc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizSQEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNXw/7BysyGefBUa/lqyrvJIskT8oHZFKsoKms/6sJw/Ejl2qIeCAw\r\npAdQBg8WjxeuFeRjkLdARLIeeLEUhoZn0wiOpdRFGxQw5PB1vl7rwizQfWY9\r\nC583lauEVYU7tQiX6gnYddO2YI4puwpqUpABSN5P2AQO9GQqAJBKdKmc2DfT\r\noZV0/DkXlTFposCWP8XRAleLrozCyZEWFD7iKH7Jls9mjWE5VbR2bsmDMZI/\r\n4P95bDY5mdNxEEqIdG5z9tYzwvRM/47uWMEwkgQvE3x+8YkcNT0urS5qNlwm\r\n1oNqXDYSvPq2h943l6wgpyoYbEOCQaWpwwOusPA4i20RMeQ2nkNe3m55O5PJ\r\nBZVKXOcLbCqU4LM4x1k/um5i3RaIQVyCXxgh76Nl0WqEm/FXWPYYQX6L0fL3\r\ny2AlbmxmbiG1Tnx26zrBmCX25h6WM3jOvwL7Zt/awOhxoYVHZPlWp+jh2h8m\r\ns91Lc5OawKCN0HNCwJNRKbVuXmKFB87cPx1CYcDwhvfijQz5N8sy9TBD4/Dr\r\n0ogEaEXl0iY/l9agHgd2Ksm3sorpCqVN79XPmkwQmCgnVCMP3S5vqT56RgyK\r\nObwUYjbTYbuZ9OHMTIK93GPMTIwKyf4e/v5REIedRR1io+h9kiMZKVCrh1wZ\r\nxfxnaYhq87AMK5WUaiWSb3uIHJZbK2ouJ+E=\r\n=Z4O/\r\n-----END PGP SIGNATURE-----\r\n","size":475351},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.11.0_1657611268700_0.26165700950666637"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-12T08:13:47.870Z","contributors":[]},"5.12.0":{"name":"addons-linter","version":"5.12.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.1.4","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.20.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.1.0","postcss":"8.4.14","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.18.6","@babel/core":"7.18.6","@babel/eslint-parser":"7.18.2","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.18.6","@babel/plugin-proposal-export-namespace-from":"7.18.6","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.18.6","@babel/register":"7.18.6","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.3","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.3","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.73.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"2538abaaf4f238250b8a5497ea6a9051568956a7","_id":"addons-linter@5.12.0","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-i3A+pzhj9he0LKPR//mmFbE2N4h73z6euvb23mfZJstODI5IoVIgjYW+nhEPblcbQBVSphMvCfur/x0INxC5lA==","shasum":"3e2b8afc80526aac07250b8b52ca8bb0f88dc8a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.12.0.tgz","fileCount":64,"unpackedSize":2311639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQTy7wOIaXWDoYizWBXIEH+lvN0Gm3sp61YPS9OjAOegIhAMmqvlRo1BcJkJe0fv9Nr9wzUDXsAoJLh1BP/hZdIGc1"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1WDHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoxkw//WFbqmmluqBnxlIzIfq6x2kdLG3v1N7k9XxE0e3Edg9Y+SNBM\r\nzwxbr2SvbWYYvUMCbT/z/0HxFDCNTsbMEqHiSRpsFa4aVHsalveGXEq60EFS\r\neeXPF+0+P0ILjrCMOJTTFqilBjJkUzyw4cu9eh/VGmA+hKN1OUcsqXbvwfv/\r\nL302TIn782ZnOHioCOobzow/beU7xQN+2lmCvDsreW5j2zNsZEFU4RpP0Ani\r\nQuWkfk/KikYN+YVF7Cj/o29M3PdKateOa3odzwc4andIOFujhyjgYxUTHhP2\r\njn+E2pNcWWC9G2sKfLFFT1XJcEGcZibgtcu+vRfyAPtLasGMljgOPx6q04ea\r\nQEEKPIvNTVDgd28pW0dBxikSJDZzSjYGLwKVpqGf2MpdE0Z0PydDxa51a62m\r\nO5iFv+L1ujAXI4+b5/hUrN2y38uLFthfhxbj0YASu4RHH8dDApSCew49zu6C\r\nSHB4DVM0/DmUlP9RdBbTezvc/KLd6vj8l0Ij3Vl9hUBU32vdyJB6GJEJUGUn\r\nd27RGAhQmWGgR8275Fp1To66GWko9TV0nngGpKADQvK+B9ebygVPhQxbGGCf\r\nMsC1t0h6hJomL7L9EbBFAo3BChWa8aZcBC10ZtBsdhTFgYm7eSBlQmQo3rBF\r\nJoA0drUg5XW51XsZjBGCgujb6hcn9/DPjWo=\r\n=PiRl\r\n-----END PGP SIGNATURE-----\r\n","size":475344},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.12.0_1658151110881_0.25355005413832576"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-18T13:59:59.131Z","contributors":[]},"5.13.0":{"name":"addons-linter","version":"5.13.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.1.5","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.20.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.2","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.3.0","postcss":"8.4.14","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.18.9","@babel/core":"7.18.9","@babel/eslint-parser":"7.18.9","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.18.9","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.18.9","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.3","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.3","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.74.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"60cba288ea57459232dc99d9f3406eab8d0c853f","_id":"addons-linter@5.13.0","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-evwMi1gCcahzBlCtlAFrYzSt8Ae91grcSPsyoB8yjoudac/iBBltGC0H2ONEzSdXC1dQ5nl3L9+dDQDXRM+NhA==","shasum":"80b3aadba0971b43cac36307436e14c7d32c093e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.13.0.tgz","fileCount":64,"unpackedSize":2311845,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFEnxnRaT/mGkz6oj3jUlfc4DG562VIs1ycJgTCsT89+AiEA4QaznYacLtv0wPfdI9Bx1MSxOMHkRwfWyfDZb+5Cqe8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3l4oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRWA//b7DO+VZh0DitxKosjNUxHfFsmwE4eQmZqDgYIgcQfabw9sV6\r\nvzK5UwMxNsOOoIrqxwIp8I//Ny7IOx7b5hXRa0r6J7s8rZIM8uyO7xx0q7ZY\r\nSOatfOpVZXIXkth14ApBpbgJn8EJCY/3c8TGKb/7MpIQ3xNcGuvaNAaUHdxv\r\nuoAqUd+IHsCPcTinjOdnF54qp261fKs0m+wND7hVTvrKwcIl2AlFlAQUv8Rg\r\nBRS5UojevAwhlmzJexOsYEq3kesCBHGRU1zmoEfXkkqj3JpZiThc8mV7Wdwi\r\n3arffthb4Y0YvkVt9HJamCQznG4nJe/Jy/5imton913tYD/LmYcb5ZGeXZzO\r\nB4iDOHIrYmiWd50iej/Rxhs9YZfUDVQua3Xi5nTe2oB9Drb1HbW1I9jlFtmv\r\n2VwkGQWcIgh5hfmKvb4pwL4CY0WXH39ycmspTCZjQL4XoDZ6H93X5BvHMCkL\r\nl3WEVJY7FkszCCP/vYCdcJUbKCWvgEtoctaMDnTtw1IC6FjQfc11YrYIRR2E\r\nLo4zii8L1R5oEXcZhq2LWKPhMhbCiYfb1evmGtTGSj7njaQV56dcU6t9aF84\r\nBLF3wWisLggEXHf0nGkqNa003nm3sC4v0nP2eNIlmfVz+zGpanzR+ge/qg8a\r\nzagk/cKSshY1PB925cskIx1Vds/bL2kg1Hg=\r\n=uY0r\r\n-----END PGP SIGNATURE-----\r\n","size":475512},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.13.0_1658740264230_0.702293403354544"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T09:11:18.358Z","contributors":[]},"5.14.0":{"name":"addons-linter","version":"5.14.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.1.8","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.21.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.3.3","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.4.0","postcss":"8.4.16","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.18.10","@babel/core":"7.18.10","@babel/eslint-parser":"7.18.9","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.18.10","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.18.10","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.3","babel-loader":"8.2.5","comment-json":"4.2.2","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.3","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.74.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"d46b04da270250af696027e92beae384990821bf","_id":"addons-linter@5.14.0","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-50thc5vltnIeRkLCH/PxmnKhWXiguDs7SoPVNDF7YkMp9X58zHBJKKBgroJZaDFwzWOPLdxOM9ClU0JFkLR8WQ==","shasum":"9d91ccd3918fad86973f021cb9b8eab049439e98","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.14.0.tgz","fileCount":64,"unpackedSize":2314401,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC/73DoIJuTgPcuL0azJKL2q4TB8rIZDDd0+2Zj7M67+AiBFp/G9T9FOwSqhMo+SZJKE3x3seXntRL6sl+n0CVMjAw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9PPmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpX5Q/7BJPI30qwvAHL46yyicJVxmKrDhwIZxRG+iTDKQugs7ey0YYr\r\n2x/SEes3i+Z4WJOrrgvxDrbKYnbZOHhWO12BExsO/JVTuHybITE7fFOnemiD\r\nqyegXUMN9scYx4SNk0i7pZOzX1Ks9twRvIDuN03dvVj334zDpxpSavJQ7ZCN\r\n+G/m1i2sh7MrDhPyC9KF+/pwFovcoKhHxrLxyc0+RLtbJJMMUqFI5/mOJUJc\r\n29fUItRPNEVxCvBpgU9bJq1nVz7cNaHoDnpj4q31Scgro4Pt6e06lLcDL8RV\r\ncSDFLRmw5MVPBBkzsVTXe0WPeXU5Z6XPOUJeP3NkcnWs39XOMRYFi/eVPi5m\r\nOUPcftHjo4jnFdZlI5G5yiayIyvMgyKFvq4tBEreW0Yo9d7CKy0Ng5pxzDo4\r\n0qRx6xCnECQdhJCiCEU0/QZkvvoUBfn06p7AJACQ4+poHH2eCWD3YPe6Pt/v\r\nxNWbyFv0e1kCfl2ztVV5R3oiofOXijyXbSqkvDn/a9+OzYHp5jhrwQC/gPWm\r\nZSjTIHnUuIakzUihJ/EAyUiqC4YuW/JAMVU+8nf4qM8DBdad2cdkQcW4c3LP\r\nQs46xeoZLki5VBJKpS+PK+om8WwbcUSv2Ah5ykyEoRMalXuSPahRK6InM5p3\r\nMmCPXomBfn6+KpC7/A20wsMjbB7pir5fSvg=\r\n=5skS\r\n-----END PGP SIGNATURE-----\r\n","size":476259},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.14.0_1660220389845_0.9270006026393443"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-11T12:30:18.938Z","contributors":[]},"5.15.0":{"name":"addons-linter","version":"5.15.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.1.10","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.23.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.4.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.5.0","postcss":"8.4.16","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.18.10","@babel/core":"7.18.13","@babel/eslint-parser":"7.18.9","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.18.10","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.18.10","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.3","babel-loader":"8.2.5","comment-json":"4.2.3","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.3","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.4","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.74.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"bc425ce6eaa8cd8e31d903547c8a76f4267b1b29","_id":"addons-linter@5.15.0","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-cm3OtpsEr9Rh9i3dzy5x2bFOhX5mFkSohbULg0xy72raqRQ4q4xyR/5b9e+ojPoJkfXcTcVAW0nmiSHO5z62Yw==","shasum":"415befcff2b107e7bfbbc2cbbbc8c858451023d2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.15.0.tgz","fileCount":64,"unpackedSize":2314449,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFflIA9beRbfKVidTsvMnit/qj9IOcKPn8S9LdeLN22tAiEAgpsmhVYJXPonwKMa1s7JlYv/z9Is7ZJO6eSjibXklN8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFfEYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmou4g/9Ht6K4kiTyYWG+4f4bCfMXV/x/qkpEQHNEtS3wWtor8vN3TW+\r\nnUSfsHvtou+PL6+7ogRdXdONEaZb7VrZkQKGOfBD0gI1ypeUPgnKe5lKWlrh\r\nJNmZLF1ItCIdmv2JuWBjHwzZfVrzpB7S5dwebJdyWLYGXi9pELgjCrU+Sj35\r\nexraoI1N+BMkcDLoYR5UTm2XMDPvjLxNuzIZIfAszvQZmM8CuytSCArMbCYm\r\nGImwZcaHJq5eeDI2X+gZBhwN8fLb1PPYdngxhJVQOpZTk6qDZhHMukv+R24v\r\nDcdkv+NZQgFjfpj2bQU6XI+zidWkB8hyva5Xb/zikFNRo3n3Dy/6TSVB/WBg\r\njrJHxgpUWu/WarxUCS8I+xPf29U1Z3jHlfG7IJvJCG0M76D4PHb0KBvFyDZ+\r\ngaKsZNm1HMoRlyVoaKaUH7qcHRNQj8bEgfEwe8BYfy0mFGd4ssvvZltEBUDa\r\nAhiTs1LxLVQDSrk4C7iOX6VdPSEW/kSMrAu88TT+fsNy7jTKNAkMzpxKeKwd\r\nqmUXmadD4PvdHMLasHugjDFtz7nY4NXAm9QAM6FKGv+DbWrBzRcZesQJ2iIO\r\ng2v5IZlOALURRjlt2ki3Y2SiayfCvNTh1+e25PXeMfyegFgkJVDHM3/eMdED\r\nPJXp0tDfhyAKsfj3rPnbpaBooBkHY33ej5o=\r\n=WPjK\r\n-----END PGP SIGNATURE-----\r\n","size":476294},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.15.0_1662382359821_0.2022085024613498"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-05T12:57:01.407Z","contributors":[]},"5.16.0":{"name":"addons-linter","version":"5.16.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.1.10","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.23.1","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.4.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.6.0","postcss":"8.4.16","relaxed-json":"1.0.3","semver":"7.3.7","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.5.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.18.10","@babel/core":"7.19.1","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.19.1","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.19.1","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"28.1.3","babel-loader":"8.2.5","comment-json":"4.2.3","eslint-config-amo":"5.5.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"28.1.3","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.5","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"14.0.0","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.74.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"286300604659acf41666bbcbeb515222279cce92","_id":"addons-linter@5.16.0","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-tbGMYFXIdVbZMzq92Qt8IUGarRIvOjHBk6+XAeyE4R4WOjHAj/DwBbDrfLiDQN554EkINk6t9TWmRsATsjGipQ==","shasum":"be6b6ec40231b1c00dc4608edc78fdb7c616e4c9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.16.0.tgz","fileCount":64,"unpackedSize":2314551,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICegH8M4pa9ChMU35xacXRKDnYHjLARqs2LOkpxWn6Q9AiEApA0JiQU93wiB+di9LYHSvT4s0GtCCheo2gtIlXQ8Btg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKWLtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZQg//QJHSTEgysXJ7AAnEKYetnFZWotUcekSW3f4TOEdxVValjy4u\r\noTn5yD8+FHZuFXHKffgCokZfndgRpDqEbhXgM1UB3u80G44hiRaPPvgWGv/P\r\nO/VK3AthrtMnUqLcALUItEycP3Nc/zHgPIYEwYA4MdrY2kIAa4BIvDV6oGCB\r\nxOK3xBMeqmUZO81MNF3dsLTEyJ/DOugNeruyw7UDYDhH6ZsDP427JKxLm+4K\r\n0tNTdXEvx4gUZo7FWBiGMHmq8B33fyC3EACR8axfzk2zT2etvVNE5qWROW/E\r\nR430gLGHG32p6RxicCcY46SsiCfY+QbTA/HNEaPY2WSTNO9CfUIQOt+dmbkI\r\n0gamn8K0dWPm13D25yLWLt+NBtNEPnwGyfKCt4/dmqyjScspjlwJokgWm1Mo\r\nNHWmxB/aT9kN6v12ARThQQwuqRweNayxwP1r7Y9HdvhTfFkE4yrYFEi8/AFb\r\npAQvvX3Mw9pHiCy8+eYPwvNGpijm9aipJEfXoffMT8ZPaiEVlUJo/7tCJRvJ\r\nelMaJ9OQRxhwzD3hhvTN5pP6RDH4ny/FfSURKXPpUIa8VexpVCMO9fwKzYJP\r\nm7kYDuw6uKE5kD53buN8RJpbXkEBJHYVlEIEkRt3vPC5/T7b7M0ck2sUtZGd\r\nGh71y9VEXhBhgdwYorfFz6SE+AfX5dmdMNg=\r\n=dqRF\r\n-----END PGP SIGNATURE-----\r\n","size":476316},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.16.0_1663656685441_0.7750317514310743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-20T07:20:23.325Z","contributors":[]},"5.17.0":{"name":"addons-linter","version":"5.17.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.6","addons-moz-compare":"1.2.0","addons-scanner-utils":"7.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.25.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.4.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.6.1","postcss":"8.4.17","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.19.3","@babel/core":"7.19.3","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.19.3","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.19.4","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.1.2","babel-loader":"8.2.5","comment-json":"4.2.3","eslint-config-amo":"5.6.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.1.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.5","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"14.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.74.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"4789260a79887811b1ad436818f967e16d3ba600","_id":"addons-linter@5.17.0","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-puetVFD461VVc8CnP0Qs2T9mtAB3kT3nkVcA/JnA2FNJzfDf1PSPJO2CpwCfQCk8KN0IK9kPkv6kcTOl8NVJ4A==","shasum":"b1c7f0e29d6396371adf3bf30d81564dfa7d90cd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.17.0.tgz","fileCount":65,"unpackedSize":2338578,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7q/yAHsuA7i4AWb3UEg7yJv2jCqgqY70EEDHIJVtDpAIgUzOHAndAvD4ij2A5tSwNYRyQwZsX1D2VRLC+PXkS7P8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRVl5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtOA/+NbVXlZeZvw6n6vAOrifnESktanqQjMhXra56Mn+jAI/Hx/Ow\r\n+4SmvebEY6Eend2rC/mdSLkIR/O7ERGCCWFWXIOL6YwkdnNU8jnAugeNeyoH\r\nG2olyb4mQN17GhLlZZ5VDdZovflbvJhYgdEAMHSi/9JLzTqPi46XSop6fh8v\r\n5rlprbImR1NyX+UJQTfdtEKl1e7cc0zM1/v6Dn4CPpoTjrohx4ablL/1J0m7\r\nAsTFaqnS5kEXxMFTKHmP/4hA0428Bm3+e7q8SzaMKIyA3YP2Ef8Xx7pb3aGS\r\nOmp6wNBRw8VN6bO9gft/uAaP665fgRhWOZfzpUJpAF4YnKRVTxCnvA3wvxDg\r\nd2x0Q/ehnUSUcxoWag7mlMJh0h5ABkT1qSnlkPiDRW5u9zj+RTQQNugnDWEl\r\nV4UyeGdttVpeHgSoxger3mN0Kyhy1DErJVQhh2wgiNP6ODffPBeAM12Jvj/w\r\n8a5a2vCA6/g4DWqAoGSwEC+quU1A0hwgxw8LsdFdAi6Qul4DuvHH3/YmzNHo\r\n1eLZfb5Q0hnx5Ih8URR6YrdLg6jQQa+Mk8GmVQwe0pCa1s7XevDubiqp8iXC\r\negQu1KX90odjGgPiZXLJMqlduzAgBNo3XxB/jNGEma2EHpcgNkWyXmmAaUlh\r\ngP1QRL8MYJAZHPcDSLJqvPXNsyQYfyThcWU=\r\n=hJzr\r\n-----END PGP SIGNATURE-----\r\n","size":465785},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.17.0_1665489272970_0.37289407006978226"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-27T12:57:41.016Z","contributors":[]},"5.18.0":{"name":"addons-linter","version":"5.18.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.6","addons-moz-compare":"1.2.0","addons-scanner-utils":"8.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.25.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.4.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.6.1","postcss":"8.4.18","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.19.3","@babel/core":"7.19.3","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.19.3","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.19.4","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.1.2","babel-loader":"8.2.5","comment-json":"4.2.3","eslint-config-amo":"5.6.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.1.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.5","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"14.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.74.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"300ad70f9caf8cee628778af2c5d28e2302167e1","_id":"addons-linter@5.18.0","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-pce7nSuf/fNesDTmiD077auB15gcWZVHSVFmmAU/mm4BpzDPJBYp5rBYVMDaLjTAsYxR6Qq1ICBN8zryso2UxQ==","shasum":"035419b82396b81d9c2de2fcf5ca4a9dd9eddc47","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.18.0.tgz","fileCount":65,"unpackedSize":2350234,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZWy+Fbk2pD7Uq91tiLUByfk0Mxmz4rJnGPuI6UveY6wIhAKpMAhfkQFzgDqXz6S9+LkKmEnEATyYTFox/a2Hd1pc6"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSGn0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoMPA//UVXPQ5nLENhIZVBB9uxG9zWOeLiUtiS0JSxMaGZO1CD1oGqJ\r\nRPmFATIgODqBPo0Dp2AFepAPK77YWtUsh/xIRLlE3wWU4YHAkvx1A5FxCyNG\r\nQ9UdsaWkd9EZyjDBGmcI77CNZyqJg+OnAAIjRiLHCe8caRRPy555R492dbDa\r\nDqy93rJdAwfOfJsbkAmlSvtLEP+6XbP377bsXvx76AsfMizVwDXNQ2s81QUV\r\ngpddA1imJmSLkjBQsYj70m0+ySdnqtf80Gf4ZCLMFPz3YcBb2aW00KIzWg4J\r\n1sRKoCXlcP2/Yr0tGhaFIA6mOyOnFIK5hwvTzSbInAbTHk67cTPpRqxwlsE+\r\n28hjX3sSNJAL/mjrfZWuK9f9yPSaNJsXhaGzXTmVDVWYB1J40kQ+4F8Kkagd\r\nc5kX88zm/06022nkPGH9rqfiagCzTJU5oke2VdQGykomFmRGpbr+b6ReQyLJ\r\n+V695BjIMtStvh8BvtH0P2ezgh3jNMGZHR8xJ2OD7kYYp9Ergh2hHhH6AdXa\r\nr54pOseB6EtVsYXrBMXKGtO22aE6d4ATBZts3D0KuznsEzNsDa1h2PfQtBXj\r\njE8dOtp4O6Xw3tHF5EfKnxgGvIuR0gUItdo+Ryk8KaNE1Gaw59pHktGjzikX\r\nnR6+XiMuWzyhAvjqjuT2h3+71egMhDIDh48=\r\n=Ae6W\r\n-----END PGP SIGNATURE-----\r\n","size":468841},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.18.0_1665690100090_0.5429347512880036"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-27T12:57:45.438Z","contributors":[]},"5.19.0":{"name":"addons-linter","version":"5.19.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.9","addons-moz-compare":"1.2.0","addons-scanner-utils":"8.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.26.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.4.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.7.0","postcss":"8.4.18","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.19.3","@babel/core":"7.19.6","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.19.6","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.19.4","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.2.2","babel-loader":"8.2.5","comment-json":"4.2.3","eslint-config-amo":"5.6.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.2.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.5","markdown-it-emoji":"2.0.2","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"14.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.74.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"b176180f7844fab0f83c0193cccebec454802317","_id":"addons-linter@5.19.0","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-c1xJS4L4aWJooSpeIByKhj9A3G+KQdy0MZjMPNW5vFdE5Cp3QlfKjtkquReXGL7+nOlNv90Ykv5F1Cjl20zQKQ==","shasum":"e47155b3e89d64c213cd8aca028600ca441bf525","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.19.0.tgz","fileCount":65,"unpackedSize":2353965,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpJshGegI1lT8AJ9VlRmZasl06UudO0GPI1eA+tmSOKAIhANs8Xz2+K/qX98quJPnUH9GSH7xDD9q/778sz3IH/HHv"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjV9B8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXvA/8Cc9pzMBn4TZkzozSnj9zeXt+j0RRf3Adbia7LsNvNVM29zC/\r\nzL6OsbjXe2g9BIb/CSULcKRhQAY6TutmSDUxJ52nnldhOBHuU3n5bbeBe44P\r\nmtPFWngKfdbTBtZOhF5g3eCGbOtXVnvC/CPwFNhkgpVRXUS/nCVpGdrQTVvy\r\ncpuYd9HNQcTDTHnBkglqlq08XIeZZBs4Xp45/x7+Ety1lBPeu5pyB/HMFh6d\r\nJGoKx/ifjtglQLTQOJKPusuQoqacaQ8/D//XLwzm/DCCTVS5/Io6UyS8A1o/\r\nDlYfU+qZCmgRnsuPvHCJ/ueL+gcrcTdL0C8ER/xKJWD4SSOFh7Z6ZXc2IqRB\r\nWTBfvNHXqDM0BM9FSLJqAxV9A2vXZ1k48kTFYer+NII19K2RR6xwsRSt0G/f\r\nm7ypkq1ljeLFabG7Hz5NMMe3T2EdGOsobyKGqAwIaVIdSII2imq6lgaAr/ah\r\nGUdQtag2+/rtgjCJunqnB8s4nj9EbEX8CoIqJIy07+weh5PGVkuHdUBGh3LD\r\npIdYYoUBLr54lCkCw0eBU6yX/CpxtHREHyGyaYBoQavQDlugpg6wtCR+lkjM\r\nOWIKZdcukdO3iJilmUb61eeIDrEMqPnzmk+Vq9J4l0ErqoZgM62sfm70vAQJ\r\na5qqdmWuMi2uYgovgkmO2IA9SwbfX014ybw=\r\n=E/9E\r\n-----END PGP SIGNATURE-----\r\n","size":469455},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.19.0_1666699388554_0.4282106620260515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-27T12:57:46.998Z","contributors":[]},"5.20.0":{"name":"addons-linter","version":"5.20.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.10","addons-moz-compare":"1.2.0","addons-scanner-utils":"8.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.26.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.4.0","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.7.0","postcss":"8.4.18","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.0","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.19.3","@babel/core":"7.19.6","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.19.6","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.19.4","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.2.2","babel-loader":"8.2.5","comment-json":"4.2.3","eslint-config-amo":"5.6.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.2.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.5","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"14.0.1","tar":"6.1.11","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.74.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"99052f37a93a202f213865a8e83c307c9c0f2ccb","_id":"addons-linter@5.20.0","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RfcVq/cx8T3GUV6zMEgaVFtftM/Xf8tCn7dxvooEgXiggxuA4lOxxtxUrKAm3jZmQ136o83BpgaQUhKQi3y4tg==","shasum":"68206b97eaf46393e7b531867695b164da1eb24a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.20.0.tgz","fileCount":65,"unpackedSize":2361707,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnMaAMAjvC8/VknR2vcsKDyUSjnprOh883l+6B6exLhwIgPOZD9mLbh3f/vszhIAB7WOdCbR0LBzCngXNSKIRu1X8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWn82ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVVg/6AlJO2QiQYtcnMSqa4HsFkYLpv3z6UMUfnpdJFw1ApxCVRHP8\r\noyLqMHQJ1DgiY2omsjn7diCIiQElZtakfEF9RarLWGwTV9ot4hrlbdggmTpS\r\njuTwy7iAScZKp+SfKZ+cCuXwaqaV6SvS8i1uf6P2jBXNEfgkv/mVEJ33gBtF\r\n086RUy8bazE9ke8429lxYdnLir6aqecd7ThGHi8ktq4Tc0iRrH4EiAyBZwYR\r\nSC4F1WU+qRbU25LYr7HMk/NVczv8U0B0nfSccv3eFUBR+sOxwbE+dmnR0+aR\r\ndZOHKur1X8Zl+rCkb2GrpR5n5QcEaZtLrMhZTOqXw039Rx2tkBUfsXaBY72L\r\nSPbdCDTC/ASJRgxfSObJi6zh0bpqCf/VRH9gN2ppC3C0UkDTu3UyJRWqnTIX\r\nu0Pdx7AVM9EYPLevS7PQZEHgSow1vSJ98qHk/LLlbFuJu3GgPy9qs4ZKO8Ln\r\nlGp0gzvPyDe73g3lvPc5dLSErfmdYm2uB8S2Jqt/lubnm5L8UdMcX2bzcZ15\r\nDsbKfZPYgqcsuJOBvJgvbVD1dxSlKo2oD33/OCwKMbhE+fV/ifdpMYzKp/MB\r\nrKqmwG+i7tQ+YWc3f9MG5nhNX63PIFihCGV4t91NGW4xVF2c0Cjg+Vsvj9as\r\n08Yp++QMPd70l6wHJu0+IvbOX7t6YnPDjE0=\r\n=X0cM\r\n-----END PGP SIGNATURE-----\r\n","size":471401},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.20.0_1666875190601_0.34746273867539523"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-27T12:57:53.086Z","contributors":[]},"5.21.0":{"name":"addons-linter","version":"5.21.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.13","addons-moz-compare":"1.3.0","addons-scanner-utils":"8.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.27.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.4.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.7.0","postcss":"8.4.18","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.19.3","@babel/core":"7.20.2","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.20.2","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.3.0","babel-loader":"9.1.0","comment-json":"4.2.3","eslint-config-amo":"5.6.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.3.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.5","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"14.0.2","tar":"6.1.12","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.74.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"a2fbda70d90106900d05be18410285afe22d13b9","_id":"addons-linter@5.21.0","_nodeVersion":"14.21.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-qydoSsumVwxRfLper+xGkjQ2m3jeuOKDpJghQVPSHdfQncO3nB82EQ+k35mc4hREZXH0ND3nX17r4IaqIAV3Qw==","shasum":"7319f4ee982b19d719e0c86a53d684c976025c76","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.21.0.tgz","fileCount":65,"unpackedSize":2361542,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMNkxBCDdxRSLK/MvyhACsjlzKNfz+o8QZh3FkCXTDIAIhAJi+s5AZZhjLF3Ya7LDsmhr1uLyqyUssqSINUN0IbCpx"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjahhpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpv7g//bzBuUe/HhUYs1+3vD/WsQiOsatDlvHUMnY+JX3DLF5qwOiMx\r\ndLjBY90ahzEg6JL2KdrR2Jvc53m9kA43VFfG2hDgsfIsCj4x+teXJlD/gW5+\r\nmPxHXBYIzP9eFovSO52zSfmAaTIKUdUI/ckCWcpI2zp8Kr9Vyaood+AOoFnd\r\n7DgbfT71gkrN5KOJ3/maphle055JeCCX8xNX4Q+3ulUVzmGHo+eQFIRHWptr\r\no5D8iW2m9yUr/M23AxSpDrG6TmLJfz30S1dnupsYDDkliSRcNWPOSRDr29YG\r\niFYoi1oeDqL7rkitxp5tT30xt3ziWMpzkzPYsQLQB6egHP08I2lrvbm33dvq\r\nHxC5nS96+M1dOoZkvxokLl1kvdWu0sODDAVMrzO+AZWH45+rdKHpXJQKDf1N\r\nviIaJ4UnUfLCvW+/VptnCv1PzzQq+ycWUQL3Zf+g8VULBJqd1yF4lq03YPcl\r\nfImv3UtMdj4P3rKWPVLuQaplFWgnMrot+gpY3g/WU/VnLPkuLROW/nf84BEc\r\nHajL8yPA73GpRJHUXMd5irOL0peOAgs4JNp+mYzOFK/BDgu1yv4lI5NaKmP6\r\nOLSeFcpDxqcLjFzYqdvptRo/9mVcQ8A/70IBcVBCZdUf88+Lx+IqONALhuvV\r\n6CNn+toMkbz4B88nbJ1rphkXAvvlKlcQw7o=\r\n=ZDEk\r\n-----END PGP SIGNATURE-----\r\n","size":471422},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.21.0_1667897448996_0.358170347013846"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-08T09:15:50.876Z","contributors":[]},"5.22.0":{"name":"addons-linter","version":"5.22.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.15","addons-moz-compare":"1.3.0","addons-scanner-utils":"8.1.0","ajv":"8.11.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.27.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.4.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.7.0","postcss":"8.4.19","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.19.3","@babel/core":"7.20.2","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.20.2","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.3.1","babel-loader":"9.1.0","comment-json":"4.2.3","eslint-config-amo":"5.6.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.3.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.5","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"14.0.2","tar":"6.1.12","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.75.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"0a5b748e5e91f2ebed37f2000cc1e43e99007b83","_id":"addons-linter@5.22.0","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ujabbQjUc2i+2Us0bmyEJSkmFJ/IrgrWalZKIZqLinrwh5bijyh2BpfvNU6VRIl65BGIk072fxl4EH39XzFjNQ==","shasum":"57fe459b834b8dd8bc098d33008e1c4a185f9eb0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.22.0.tgz","fileCount":65,"unpackedSize":2358787,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCifPBwNK/o8YPDNDRzxUEjeudacs+HILbkVb5rTQxyywIgVzbDDyVsQsIMcCk+XmACq3DXlf40ANSD5qZvuV2H5uM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc7zeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3bw//a8h3ZiYvl1D++fNWmhQ+3Tm7TQsmBL3Jmd8rf+N9IBIHFBLc\r\nNbCTQwriDsivC1oxtEKeSO2Hkd+/3x0PbyrMI0fd3STqisAuQospew3uI29K\r\nSsf1gXgKqBSXNIkM6HExnmoT1PpgvMl9xCWS2ofylX+rl4NAPUleweYSizI+\r\nBRSioz3wuoQi6LmWu44+64zQstkRPjaDeTAixyTk7o40P3KeZJbvQtRANS9Y\r\nk5JbenSS47+rn7ctE+pEKwzDou1aEKzBra0wF1+3BfEieDW1PgET8tLi13P7\r\nLBRF1M+PQvKApmeTvEoEGmQnS8ZhT4qp73Fj6V7I4wehIYv+NlVfDrdN64Mq\r\n/rra3aEsnvZzU2vktseyqPjGiBkTs2ja4RQSUsDKEq2qSYkSSHTHaRQ93Lyp\r\n7RJ53QsQqoPKChkEV931cy1bZref5Ll29S62OIk1zusR5cRFrVZtC3Jyzv5T\r\nNvxXUemxS04vyYgg/e9mwSPgjd0Jps8fTf1ImHK/uZMc1MOblIddGRTo2EE+\r\nRlNruFEd0xZDhzgycgKvAyXDA2agEpLOPxd+ETmjVlnKBOe/ucTt0PdOSTTx\r\nMuXuFJgFXDnXgMsYPBxo5YwTRiyS2ERDV1hBRFwpjF/ueUIqjaEIAX+nrBhV\r\nCPC0t1uhan0UHZflKuj4LO6LMq+uGOWKG6s=\r\n=+U0W\r\n-----END PGP SIGNATURE-----\r\n","size":470431},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.22.0_1668529374226_0.2707652296432903"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-15T16:41:19.563Z","contributors":[]},"5.23.0":{"name":"addons-linter","version":"5.23.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.17","addons-moz-compare":"1.3.0","addons-scanner-utils":"8.1.0","ajv":"8.11.2","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.28.0","eslint-plugin-no-unsanitized":"4.0.1","eslint-visitor-keys":"3.3.0","espree":"9.4.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.7.0","postcss":"8.4.19","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.19.3","@babel/core":"7.20.2","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.20.2","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.3.1","babel-loader":"9.1.0","comment-json":"4.2.3","eslint-config-amo":"5.6.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.3.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.5","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.7.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"14.0.2","tar":"6.1.12","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.75.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"a303804d3d6db3eda65656057235f6ef74de8400","_id":"addons-linter@5.23.0","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Vo6+5YlM2Ge3yYMY+gNg9Smcfcl1J0ZMfGVXnGJjUwDVHuszHVIvurunQuJURnO4FR1gi4Vy1sWye8ArRL5LOw==","shasum":"a7e7445741ab990143a151ab639bd90cd92710f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.23.0.tgz","fileCount":65,"unpackedSize":2361381,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHQ15+b1VTpjWnUy0bkp+7z0O4FescdjAZ5/YyD6iNXUAiAILLRRkotfZdGsHyB5T/qBrXUzx3UNdw2z0HanQrEPbA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfSCzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNjw/9H7pRITQi7dLkppE8MAXJJj2Bp2Zq3J/neNudrbAbQjCPoY77\r\nDiwbcOcTyTiAz8Ey1ouDujAl18Tm2oyveZDqlDUQzzrU8B5NEfEQUy1uG1t+\r\nkqNspw0L6geZRsiYrUqr+btKxKj97GQdii97H2ZvRTpvYPppThO0FljkZMXW\r\nsD0sjbzlMJj+E1RxdWnKiCPsgyYBp1cTC9tF929vFvZIdd9cD+WcYs8l+FDP\r\nfIzJBZrY53EEwn8TJSbfRZhF4+g3XkmHPMjAJts7WRgg3/Sdx7Olv+7aSNK4\r\nvo9qLAjekl+VrmkVj+MnZboIr3IlV6AMCmCe4ch8JfHSQT0pQuHEv2XHHw9W\r\nt9DW26KH+CUCn1g9Wxy43ZX9QgQl8UAp/iTgqycZuZ6yjhD3ML+yy66a1z2A\r\nJppLdjZv4s1ZPvvm79unpfrkRUsLqS9G9vBOUDTDCD3nQN8AqWoF/djsxEoQ\r\ncQMm3xRvUrqIS65t8Gua/Ht6vM21fK0OgkbwQdDJV8TedKE6ivCl8p0T45Wx\r\nhxAN7z+h4mUB7vxRiPkj5Urgwv6gPxA4a5qGJAV/oIqRpsRKf8YHEbLlRmvC\r\n/HqM3svoxrbjQchJ9m2rqNMlODRrTBN3jR49nAFZ7k9FiWSQdVi4BKNbfUr5\r\nvAOL1vrKIF3kLpEIIi17EJXtdbJ2/peIF3g=\r\n=xfnS\r\n-----END PGP SIGNATURE-----\r\n","size":471263},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.23.0_1669144755481_0.7344681342525716"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-22T19:20:11.174Z","contributors":[]},"5.24.0":{"name":"addons-linter","version":"5.24.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.21","addons-moz-compare":"1.3.0","addons-scanner-utils":"8.1.0","ajv":"8.11.2","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.29.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.3.0","espree":"9.4.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.7.0","postcss":"8.4.20","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.19.3","@babel/core":"7.20.5","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.20.5","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.3.1","babel-loader":"9.1.0","comment-json":"4.2.3","eslint-config-amo":"5.6.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.3.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.5","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.0","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.75.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"f2a08efd912789abb19c4ec619ff30dc7e281c82","_id":"addons-linter@5.24.0","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-T2GKSayz7HSrNXnZt7YD7iPMcrNp/BqnUolo4eU79oRwFImgHNlU52X/f9t9b0m1aZIwPIdCOINIgLyL7mkESg==","shasum":"7633201a453313b160231127ad0334f1c0495298","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.24.0.tgz","fileCount":65,"unpackedSize":2362998,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBufBPosQKEdC2ZRHOdDh4/0XzVg3FjiSvwrHA02Z/SgIgJ0gTzINNh+79Q9sM+qbPl97tW1wQk4nEZZl4yRhgXdA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjl1MLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYWA//Ve+TQ5hJk5sgKK6feC7OCDLANQuZ8fi3LVzEjp3JL2hok/GL\r\nX+qq82vRh+m6wMYey4PWX5Xcsm4kkj0pKiQuvbMBxKM9Idx0uJV8XRFMEU4P\r\n16m8OBWFsNxjD1BIcUZ+4ErP7GHqYObNnDK0PoMRNltP3Ik7maIlMkgw+qGf\r\nJpJq44Lr6vd9wsdluTijP+hGsfAuzEu8LWU1LqYSVsIaib4Z1fxysY6PC/RA\r\ng1BhK28Ncwmew9rZElnf37nDEW56SFnm2QT5twsBcJ/i9jFC2K2yb97t/Yvs\r\nTk4Mn2ngeHBKHaD6Lg324O/aSSb9j87+N/DBFA/vLJjXiLScM+7006MGpQv4\r\nKtvEMRdzNO27A3x9l7i0z1azpSnrrH1xTVSaMiZRuOXzvvagS9V4Dm7M9L6P\r\nmZ/QsABhBDg29hjKJSPwcqutKV/C3q+QoR4ZgfnsON20rhqb/Ee858cf2zPQ\r\nZ0UYxzIg68OWqwf+Lwh1l3JvurSU4DBDZHP1fZa/UiGM+GJ3YMkW91OI49/d\r\nRGmTcmAO+ynsUu1uXgAX5lGIkzMfB0lKdJknUE7VQp99qLh4cCuIXFkOEu7E\r\nr97+knihe96eDfWpYTHhlkZiQRSrCiyuF9z2IPFkdfALqI8IDoV7KinXCidb\r\nbB3Zfj5p9cOfdVoKNAaipNOFSfcEiHy9XYQ=\r\n=d4QQ\r\n-----END PGP SIGNATURE-----\r\n","size":471569},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.24.0_1670861578727_0.455641604396152"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-12T16:18:44.685Z","contributors":[]},"5.25.0":{"name":"addons-linter","version":"5.25.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.23","addons-moz-compare":"1.3.0","addons-scanner-utils":"8.1.0","ajv":"8.11.2","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.30.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.3.0","espree":"9.4.1","esprima":"4.0.1","fluent-syntax":"0.13.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.8.0","postcss":"8.4.20","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.20.7","@babel/core":"7.20.7","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.20.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.3.1","babel-loader":"9.1.0","comment-json":"4.2.3","eslint-config-amo":"5.6.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.3.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.6","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.1","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.1","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.75.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"3fe1fc91d46fe6ecca82134b265f1cbba294cfa8","_id":"addons-linter@5.25.0","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-mnB7ovgqo0YiNwLbSfBNS4/CoUcqQ3psv7v5CiEjPItL6NjeN9JsBghMtVcZ9nOQzcfbwcQN+DoeaPTu3soWxw==","shasum":"fed9b17d88ece0ca8a8352c508d58c71398b5300","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.25.0.tgz","fileCount":65,"unpackedSize":2362998,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWhLWxfHmzGPv2EYI5uVOoceeHREiemrZK8+C0xaWdVQIhAKOcOLlOywp1G6aR6jOIKppV958bxG7jr86R9ftvNp7T"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjstdVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvCQ//QqLw+AUZvgm5KGXhHsE1Y01eKhPUBTzA6zm44kC2rw94m1XJ\r\nOmYzijOwLsPMSLqDf+Z2nHjFLNmnntwtS09S99OY0AMa30xYSuu3jrmvFkE/\r\nYEmfpqoNzWy2LTeF8f880wsaNqkcYbxHgsRzhiP1pgbQXv1sVlIf1sOsEUDS\r\nLI5Hl9VZCuVBWnoKHT6HN8VFpd81CP1y27/sqKgXWQeZIK6fk8scbYrlPPXD\r\nvX3CjeT8jTLVz2hYdJnuTI1EB9UuN/fyEb3YWWpiii3KolYFu/WtRw8JUZRc\r\n7dTYT4IKYdUhkmQgVkpOesCGWa5Uf5VeOxfoPngDPkGdv7Np0AOlTgz+sblN\r\nZlO2GQUfUWwBiAAsfI8ccgaQXGa54q6Xz7rYWyqq1WynfDwzCle7/r4nYIcr\r\nh4iABsz+uYKHRprWDemqw6ES+QKLFSTCmaQnLhMI7JKmgnrFkKHmaGSM+G3H\r\n0oHPBv+aE6WbqmDjJAGcg/MSTCoKiHbDpnYV4vBc2viyXxD7zYgkumkqbY+0\r\nQ4K5oLdQUp/Nvdrf4qobK1rNg0T8sJSaMRGk+LBqlREMojF/2uAJntKXdBRC\r\n0KwzwocjnLgjwI/gCUidVReK4WCz9NnB3cxy9hFF+ExF9+pCZh0XoAjsl/eH\r\nDyso5/S6DHb+s1qhLuTkiyIZjFkPe/uF0/4=\r\n=tpJa\r\n-----END PGP SIGNATURE-----\r\n","size":471575},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.25.0_1672664917380_0.04022345437703212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-02T13:08:59.563Z","contributors":[]},"5.26.0":{"name":"addons-linter","version":"5.26.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.26","addons-moz-compare":"1.3.0","addons-scanner-utils":"8.3.0","ajv":"8.12.0","ajv-merge-patch":"5.0.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.31.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.3.0","espree":"9.4.1","esprima":"4.0.1","fluent-syntax":"0.14.0","glob":"8.0.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","os-locale":"5.0.0","pino":"8.8.0","postcss":"8.4.21","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.20.7","@babel/core":"7.20.12","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.20.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.3.1","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.7.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.3.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.6","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.2","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.1","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.75.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"9af4f17c58d806198b016b4a13eee3b9f29e6c70","_id":"addons-linter@5.26.0","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RwiV9yvoGkXBrhwupDVCCCIAnlU70j9bXmgY3Y6lpuSIlXicIDW2jKfVm4+tYNJ/xuvRARzV/OYyc51ora8CeQ==","shasum":"2d1027132a51f58e659ed6d489eb74cea761720c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.26.0.tgz","fileCount":65,"unpackedSize":2367097,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGLo/ja/m5BeKEo9oLQF0opzzoSLcLfyql8AnahcwmOcAiAS83kQQk8GrI7uE+huJ1dy2rl2sWpj2RsdYnseh7ZFjw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvHueACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmraIA/7BGAK86Lu3qLHEPr2L6v/a0Jvl/CSWhZaq3V6Jgy2i1tLs/GW\r\nCYsrGbFu0zQeplCRtFxtKA9+lXMc/28wkqlQ3J129BN5RkqF0/wpAXXV5wal\r\nUxXE4SagreVTkNNKBXhqc4kUPhKifP769hEduaRm2xgoN+wypKFXoWoo95/T\r\nKtEYX+MRA2sTKWrPZpz1e2okqOnVtCEzP+mO/i1mOQdQaZKBGVJLdrsig8vp\r\nRABeYyO4Ii0bbDjOGbeUglSHBdchNs7SHrO4VErXVKG4VD/sf8y1dsO2hCZ3\r\nSOOKSC0dddWxfc4W3ITl9urxONoKGs82uyRypyvKBq3w11CRvxDXCwVVRRe6\r\n1IpfuS8b0I2hud4iHEy5XzrY/edfXd5o2/0KaB0z8sxBi8GZreanwOPFYxpO\r\nsVB21/C1aXo2qn8si4FOscSsRCPMDF0e23TcmnhKVr6+bNCt+TgQTaMftgVx\r\nGetUfDAMsrVYh1PIrvQhKaQ5Qq1uPPelj/LVuzdGJkjC02gGDSRkZVy8Ybjm\r\nR1KvoGy8gZQZlCxTHRpup83PUiyOjEAghMEGiTc3kxmsd8iaK6UpzWK1ZCqh\r\nnZa9u2vdWgrKcB74HeP3UGQqDfIf5xCn7h3hYK0OjegUH0cExygFVcD44USI\r\no8sZ1ndj8ZNe9scOWIYRlbtAIoMeW4ZI/00=\r\n=2wVX\r\n-----END PGP SIGNATURE-----\r\n","size":472526},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.26.0_1673296798560_0.20818089175111143"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-09T20:39:58.779Z","publish_time":1673296798779,"contributors":[]},"5.27.0":{"name":"addons-linter","version":"5.27.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.29","addons-moz-compare":"1.3.0","addons-scanner-utils":"8.3.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.2.2","eslint":"8.32.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.3.0","espree":"9.4.1","esprima":"4.0.1","fast-json-patch":"3.1.1","fluent-syntax":"0.14.0","glob":"8.1.0","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.8.0","postcss":"8.4.21","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.20.7","@babel/core":"7.20.12","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.20.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.3.1","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.7.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.3.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.6","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.3","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.1","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.75.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"969afa7d2655ddfde78e2cac21cda5fb884f874d","_id":"addons-linter@5.27.0","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gDgl0FcmhZ5cs3St0qAaO9J1BoektwnY+p4dVgcvPu8WaBqH9MG2fk0gL/evCpoHSXeSw15GA87n8Y7zy7raVQ==","shasum":"23ecef4a274c41a96a89ad67cd038c9ab01e42e0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.27.0.tgz","fileCount":65,"unpackedSize":2376875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGUyXhnVPKF8qNAA+3ZAmuIvJuZ02PpB7m8kqtCxChf5AiB+kXjp3OE8OgpAGkHi0JM0BiKJ+RweLtJMxq3jiMJ5HQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyZjkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2zQ//RexRtKPA6Nb7ScM14LJ2V//rY1E42QnupeN8+s3BOYyDH3sy\r\nfBwSCokoXwvWxzqEug3SAm45j+GGaxtaZd9w8W3uQ+NVIO53725edpBY9VyJ\r\nrYe3MqLsOgSDAG8IUysMEF8hBLx8O4qwUbjvyBolEuNnCJpj4wranP7YWQH4\r\nPjMDlC3uhRyT6mKtFmz1C7uFnU9u4Mo1NBnyHodh01Uos5X/WfEOK/zbR0Fk\r\nvcTPJg2KZI9NzXfRF9hJSMthrIfzKq1dFxsE3wa0I1Y072GKpVquFZiXhXew\r\nMsYmL0/gYyHMgLJQlaB7dKxZoPg7iYbqv0Vdia/oS+OTLkDyQirWXlroHHKh\r\nIiQvTCovrglWezLK53ECHMK49IEPWieUL80M4bPs5yFkTYTzufhfb1lH+kWc\r\ngIoFBaLJsYJaCjsuZF5lWo5GDIgQxNAF0kBfCzq1LIwEldh7groXflJoXS11\r\n+lNDnBg9f9BYL8XsUaz2a62CWIkhaIqeHzhAKepORh82bw9fQzDPd8O9L3kh\r\nlSWxy6R8+RMDyl5vykEBNg8yOSDmmLOqtSOXKSrMU2jiDnWrdz8NuWpOGQkK\r\nxJqQ+Gl7enYK7ioH7P3ol2q6ZMqu9ozUgFgQyHqoPD5Z3/UChO6pjTsSD+vu\r\nbaTMvR0fddq9sQnqf2T1UyU4U9WZN3Zwa8w=\r\n=wmPY\r\n-----END PGP SIGNATURE-----\r\n","size":475429},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.27.0_1674156260505_0.22766266587146755"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-19T19:24:20.726Z","publish_time":1674156260726,"contributors":[]},"5.28.0":{"name":"addons-linter","version":"5.28.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@mdn/browser-compat-data":"5.2.33","addons-moz-compare":"1.3.0","addons-scanner-utils":"8.3.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.0","eslint":"8.33.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.3.0","espree":"9.4.1","esprima":"4.0.1","fast-json-patch":"3.1.1","fluent-syntax":"0.14.0","glob":"8.1.0","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.8.0","postcss":"8.4.21","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.6.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.20.7","@babel/core":"7.20.12","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.20.13","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.18.9","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.4.1","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.7.0","github-markdown-css":"5.1.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.4.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.6","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.3","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.1","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.75.0","webpack-cli":"4.10.0","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"2430dbebe6ef8c00e0aea58304f0729efc0ff0a7","_id":"addons-linter@5.28.0","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-9zoKrd6CWPTigX1SiqCCzynjjRZPypyWY06ZMUCxdKIxC/lhVqfs4HP10Y2bL1XO4Dnh1l6snojhxwTXdOD+yg==","shasum":"89238eec9468f287694a3f064499a92b73176fe6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.28.0.tgz","fileCount":65,"unpackedSize":2377923,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID5P4So7RzRAyGA3tylmIxm4pt2p8CsREeR156LwSgczAiEAqZSbgUsOBT3Tt4FQrAZf5zFpCDgY44d+ZyXP0qGLEdE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4M6eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq15g/7B4oe5kspsdYR7ezIQbzrbVeO3F2zzg0rrs9JFTSlXMLGQ/qn\r\nJgnflPwcm+sqkVEDuK9aMXOevdAzlTgndRTLp03GwYY3YdGl6Y7EL+AjKTvg\r\n5Arn4LTou+RKNqbC2DHXAkt+LO88c85uqnjiVCISlmIEod9G1mnV48KNStHx\r\nY+ZtgQBeDQDN4MwR/NhswhAvSoIXG9E0scq2hh2KlP1X8abA8pzCoRnOaJD0\r\n/qoroQ4JrcVkJ0ke8YTtKoB17SkhUCUkN6ePbT5JOt7HLaGuML7l0/7+pvp2\r\n5XoP05o1/c7KvcxTbSRIGSQABhEJ776Hns//ksanfN+MWb16uDKxr5Ylklm7\r\nwoSGBgysoTsqRve0LRA2qkUznlP1iKJnpXKVdckhLJelsADOuNCPkwBrIXFJ\r\nqR2EXL7CH3oQj/iSm+IuLDz2uLlSGZzg3rzfe1zJSShvn882DckI6/r0dvct\r\nH4As8YGyUjFmx+J0Rip+rNMqjS5hIcNdyGq0xrqpdwFJAC4JMtqA7Tp6LLcK\r\nBkt41mNUkKCf6MKVNb6GG3+ajpez6JRqggkJ/5RbAKpI6gzwXR+tWulLCQ6Q\r\nWmih1U9XyRigo2s0ANIvhpi+T43TC1okfavxz29s4/EFRx3CP/eNk6zCHKEm\r\nAONhHWdxrrJSMtPhsDpI77m0rSTOtDXUwzc=\r\n=WzsD\r\n-----END PGP SIGNATURE-----\r\n","size":475504},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.28.0_1675677342068_0.5309183683162946"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-06T09:55:42.307Z","publish_time":1675677342307,"contributors":[]},"5.30.0":{"name":"addons-linter","version":"5.30.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.18.1","@mdn/browser-compat-data":"5.2.38","addons-moz-compare":"1.3.0","addons-scanner-utils":"8.4.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.0","eslint":"8.35.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.3.0","espree":"9.4.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"8.1.0","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.11.0","postcss":"8.4.21","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.0","@babel/core":"7.21.0","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.21.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.4.3","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.8.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.4.3","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.4","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.1","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.75.0","webpack-cli":"5.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"686e0b3db0afd12ffc126d5d553bd285d56a2d69","_id":"addons-linter@5.30.0","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-2EGddK1eyFNvT6lhBt318b49rSm5aCqGqN+WZzg8u5O7CKBBi6p9QFtKU4yeMK4JgIIvoZbtdXRXqZhXiBpdWw==","shasum":"e637a9272fc9f38c6c6d2203daa1b3d0a15ce89e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.30.0.tgz","fileCount":65,"unpackedSize":2420307,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEN/Ug9lvJTN365yMn3eBJ5EYZtSL1QM5M5O8tjKfsqOAiEAlst9PMKVPffLMUAs1uky8Fj16KhufnK6Rg8+EvVORLk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/OGTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpahw/9GlB1SivtMjplytut9BDCGAZKccKhsHS/jFTmIjA36ce92mTp\r\nYdZ9+pk4H2pLDMCg6YcamZtbhDvJaUylXESz2ArSVts8q2kK4uaxiz5wIwSy\r\nRPag9m2xerLao1uET14q0kFAlGamz9yuvMuTo1T1ncF1msGPWCpum86osOuo\r\nJEaMK2ONX27PsVKgwUQ/t8GP/WZP5pkypRRolLPalYd77FPQlTKoOHinpZs1\r\nvJQa7f6q4CjuK3t/Nnyejx8ohtZkyTs5cNc3hMT5RXdjMyKzSsP3D84VfcTG\r\njcFCQuom8kW5nhLtlMLwXkIpr6120bMc9FU9AqD67bAVDsYiCbqDv4ygnIrk\r\nFp49PPUgHTar+/FRj7LrmvzIOlNY+A7oOdgEcTKp6ZmrxSo+tjvAYjZzZ0nq\r\nZXIX13TJhn+DRF14D4PQ+33rKVHQQwOQ9lMmsEB/MoO5EzgJCQeOHbfPxxdI\r\n+B6eDAPqAKF2Bj8Vkn2jNJqP21acPzrLLS0/Uy2954qxLCuK6kxyjt27DJ3X\r\noA7vqCraX2740iEMfavj5Lqk6Csaee8ytmkN0E7/hEh+Zmz/kkfxgH9CMiJZ\r\ncYfGYStFfXWxpBgoGuSOJcLnBP78x0X3hDRr6luQloBZxp+LNeuBJS/zy/Na\r\nOINLK3rWqowWVIXb33kUkhUB0EDJsdggjKQ=\r\n=O+Q8\r\n-----END PGP SIGNATURE-----\r\n","size":483683},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.30.0_1677517203260_0.4470103804180976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-27T17:00:03.586Z","publish_time":1677517203586,"contributors":[]},"5.31.0":{"name":"addons-linter","version":"5.31.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.18.1","@mdn/browser-compat-data":"5.2.39","addons-moz-compare":"1.3.0","addons-scanner-utils":"8.5.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.0","eslint":"8.35.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.3.0","espree":"9.4.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"8.1.0","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.11.0","postcss":"8.4.21","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.0","@babel/core":"7.21.0","@babel/eslint-parser":"7.19.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.21.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.4.3","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.8.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.4.3","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.4","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.1","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.75.0","webpack-cli":"5.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"52afee4298c30692c555e4acb0f8bea22ca5c44f","_id":"addons-linter@5.31.0","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-7JhDrrzsggWHrwIJTxiP/9NOzXjqaZF9dbZQ5J+AXeF613a1XHHh9cUQQTlkJETELMai5kULqYNVImjyxoF6vA==","shasum":"b777cb775b721b5fbc0a5a288ce4552bf1a6ebc3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.31.0.tgz","fileCount":65,"unpackedSize":2421914,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCm9tFp3tF+if2wnFVTZQrBiGgvXB0xZE8tP4NyJW6fIQIhAIEXqoLjQjz03Wpp0aPQnujdCtal4k5zqZN4ZzJxhLfg"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBfSjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqM5g/+P38yR7RMZGZx5N3s/rCmCWWE5wd98dSC3k2Ae1kwWyv+cTCl\r\noro936tw0AhryOm5Jd0rQtlFH/x9ZxyqZW2xUQ17SqNpJMk7Irg7pa1LRb6u\r\nu9xuX81Gcrr+Xl2PJHeLWX8O03/F5jow8uTCiZMOS4KbX7MiY/GTiOBqQDHA\r\n+z46daZWCbWkM8BQe5DUZA4qM/9TBEu2CFjMGSDPXTl0duLN2xJylRUfv0k7\r\n8P6Bl4IFuTL0o/EIjKQ8Gv0iEAVnhBOWt2xhtoZMcwtQugtHMi32QJYBcoBq\r\ndBCjz/CsYEwPdDOFCc61ju8qZa5z25kfvr9ufsOqq/dHohtCO5dRL53wtsT7\r\n/1zQ29tba6LSgbHfd1n8w52Y18BdtHGzrzIrJzFdexmjv5ZVc4UJK60+GzAn\r\nXuu/0Rs9fO00ORu6poNBpUrgXHRMj+KO49pGfuBjweepGjOT2DCfIZovgsCp\r\nPOiVAxiVgK0Xo8cu/6LfKmY38WVtX2vu0okVAd4Vn0zp9o6memvN3wOryQ18\r\nBC4i+WgF/ftep54StdcFy/bOa3AX8KEFSP6fbX9OSglF3UIoLtE6RK+cham8\r\nCikcy3WG2Gke7CpZ4R0RWNfQQXpLuroEJlgfTdIRuct0DN9RKQH+2BVzBFHp\r\n1v1MY5JcHGg3U4nwzIE9LfbjGEQLCuh+OWQ=\r\n=4XT3\r\n-----END PGP SIGNATURE-----\r\n","size":484234},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.31.0_1678111907045_0.6547464951473434"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-06T14:11:47.279Z","publish_time":1678111907279,"contributors":[]},"5.32.0":{"name":"addons-linter","version":"5.32.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=12.21.0"},"browserslist":["node >=12.21.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.42","addons-moz-compare":"1.3.0","addons-scanner-utils":"8.5.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.36.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.3.0","espree":"9.5.0","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"9.3.0","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.11.0","postcss":"8.4.21","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.0","@babel/core":"7.21.3","@babel/eslint-parser":"7.21.3","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.21.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.8.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.4","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.2","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.76.2","webpack-cli":"5.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"129b5f2d4677ba314199e11aae64e97f09d7d753","_id":"addons-linter@5.32.0","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Lf6oOyw8X9z5BMd9xhQwSbPlN2PUlzDLnYLAVT5lkrgXEx0fO9hRk4JRxWZ8+rFGz+mCIA2TTClZF2f+MKgJQA==","shasum":"5b20a990e2fbb204378ffc66cd61632f5cba43a2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-5.32.0.tgz","fileCount":65,"unpackedSize":2422207,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFQamcC1DbvTe4hVLLZn3CCp72v6UWZ62NvdS7vMv21eAiEA0y8wR2zHRgYMCKsqjYQ7/JB0t02mC77OeI1Q7ccgzgE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGDVTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8SA/+PcoLq0n+guEpBLMVjkC5Ll9DUAWyBSSHh06L8Jt6UO7pnBQ4\r\nAp3gmbRf2zxO/qlP1gr6etFe9/GaBNi9YnOVpu5iKPo/8hwE8pyGxR3nRwnr\r\nYYAV8NbTSViGOnUQxOxql1SO3Sg3pvqpM5+rnYDK51ty+XgDu1sBy71IjLWn\r\nFAmeTGzsshLGPUozx+3WeA+QEkEajZQobbWkUQuRVAegdiX2CCLiiQ5BlFY7\r\nDsp3DsAEqqoMXJ7Qji0FXXC8KQNh5oKujg1nG4n4KMMVTnvZNFre88bGKlaA\r\nNggHKrRbS6TOnfNkINLv5TAFZW3kYEVohqfRaMfBNmLAdae503lakWaBRiEz\r\nL9snxRWEfl1yQtNA19bdCTU7ZFULkuGl1Q7f2HQeMAdKE+P7nT1j/hZMnhBJ\r\nhZehTk79KjHbqLmt/pKn2QcnCmTpqEYl1Ow03S46W1cvesto1Bw2BbKHmZZQ\r\nKmdA8f6WEH+FDsY0kR57liYb1ZJJzwXjhPA4SZwP5xt8Gvkvj6jvyE2VjJZ1\r\nxnRYn3nf4/fv6v8W+CD3oIKWBimDu58GH3P7ChgYNB5+mpVyRTzDQyS6l7Ji\r\nb6aw3F11STLL3E2OLfZNYae3/TiFiC7RwoHNmOVdQMiQkJcCLfKmBAc2MPJB\r\nwxK8GiF9VCrRfNpulbhtEt6hxVD7q5eK4oc=\r\n=Rtd8\r\n-----END PGP SIGNATURE-----\r\n","size":484324},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_5.32.0_1679308115357_0.0020716915535343716"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-20T10:28:35.749Z","publish_time":1679308115749,"contributors":[]},"6.0.0":{"name":"addons-linter","version":"6.0.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.45","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.0.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.36.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.3.0","espree":"9.5.0","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"9.3.2","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.11.0","postcss":"8.4.21","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.0","@babel/core":"7.21.3","@babel/eslint-parser":"7.21.3","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.21.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.20.2","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.8.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.7","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.2","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.76.3","webpack-cli":"5.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"653a4d93ac4b6f317d1155a42e2338b7b734b3c1","_id":"addons-linter@6.0.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-D1dmhFv3CQDMBBHSA1cK7mT6gjDzyecJ1n2z/MQ8t14IuT2GmRNZfWTeOjuKUcEOEU22MH0seodYhE699g8nMQ==","shasum":"9be77da9e4923e4a4829175ea0f0d9af0d2d914e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.0.0.tgz","fileCount":65,"unpackedSize":2419611,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHfWb2VdOBQG1iHtIrIWB2SDa3Z2A6yT5vVC2yTF/wN/AiEAyGN4qEj40sUeZ45BT73WgZ89+mvW0NEKfn6vnHVV5lY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIW2DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmok3g/+Lnz/vMTWNRlBladFxFHpGuNlWLm8LW8TCTJNHo3yZ8fQBQdl\r\nUbJFlCG+953us7BkPMu6O6+8mhrXrFYY0ozuwa2L8HG+cm1e1BSxl5wolTHH\r\nvGu+0APdfbrNj8K9E16/WbwKCQZzJdKq5zf6e8amd9HNmhTjYBWCkzBgoIS+\r\nJSYGf5IGt0DjSE6nSLi0G6xeAlPR0GtfKT64j5yPzE0DYJRjSFJKddIHj784\r\nTPDlcCYHbkzH4NGLq7VK+wsun65rfHdjkVWT3pVNrpUgAlins7HBT2TRL6q3\r\nj25ua6xrX+WVw4B47DIeN/pEob8PnJqaysoGROCMIHwpfYEnEX7Fie3aXt+U\r\nuBotWkcxE4oePdNWkjD4oZ1lIuKPx3ED2xGoV88c++OTWEXq4fxjECyV+naG\r\nHxJEGtt8Xrx+CwAvOMBCBkrLHzzf2gwgvOcencK/sBkqqkME2szkcIkuu2Qr\r\nvIXwmqJPh96sLJVPOzRL9K/eS9e02TKjZQJ64CsnUTbOhizGEK5bhntDWf/n\r\nN6vbT+hR2pValshsVg01yFuYJzy+Rugr+f9Pij5iN85AB8RprBU7y99gI4sz\r\nQo5XwPBmuV69T4ARrYpcOPr2FcxCSnMkLzJKvfPYpX8P6O4SkzPLyJ/vWVxj\r\n9dyasqQMyKLK3fTZ/AgCJDwMszY7d4QbldY=\r\n=JXDu\r\n-----END PGP SIGNATURE-----\r\n","size":479464},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.0.0_1679912323605_0.2440025524116609"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-27T10:18:43.808Z","publish_time":1679912323808,"contributors":[]},"6.1.0":{"name":"addons-linter","version":"6.1.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.47","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.0.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.37.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.0","espree":"9.5.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"9.3.4","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.11.0","postcss":"8.4.21","relaxed-json":"1.0.3","semver":"7.3.8","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.0","@babel/core":"7.21.4","@babel/eslint-parser":"7.21.3","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.21.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.21.4","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.9.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.7","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.3","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.77.0","webpack-cli":"5.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"5ac4c08d20b74efc84472f37568749477433ebf4","_id":"addons-linter@6.1.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-KuUpy7hg4vVg7d+MmZBpf0/RPprwkl97j393/8xL1gQD1pBW2NP6inScqkGKx8CSUm4rg5U32zTxdQK8RArung==","shasum":"d2ad913495c5f6d7761b135371bb39f7098f6478","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.1.0.tgz","fileCount":65,"unpackedSize":2422455,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7q1ZWECqqzoP10r8OlRLSkxy5dIbhMSOPQW7c4GivpwIhAKzyVgRWJOabhNcytCA2OF2vDUgm81mCiV1C61dv1D9b"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkK/DvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8YxAAnrEmppEliBnYxBrxe75UJcRy2UW0xHr4KJfAg+wuy7Z3pkkA\r\n6r+oRW8MgTCFUMbpeLWetH5NvaPZGjMIy0Ijknj39RW+8BKTJUOXSoZSsSlG\r\nUllix9fRrRplZU/qhOl6V0yjUBCgJOVZAUWYnMR1FzWU+P7pzBthvAD9dzXN\r\nvfeu6Jq4NK7Alylo4A6srFOZ2bwLZVw48416ujAM8uAxNaajOgAPo2yE4bON\r\n6SX0k8wE+aq/QlIlqTA/SmyaX1TMNtwDGgmWRMATls04wKn9Ymvwk1AwGIdG\r\nnW1MEW2ABLci9WX4FVFLtAweShNYLcgZd6TPG1JUeGvMKPdu1wCtese1eHeh\r\nywlObduqpga9hdO1NqR3o6sN6tNQ0/xHW0ypK3u1hEUrJczJW5h267uMe93k\r\nYFYx7GiG1ptcTJimBkFAOWMGZ0ANJeiUv4AMyqsMloJ3CnsRrBmmTfL8VgMK\r\nBG4eCZcECJj5ZB6ypMlNFH3Mb6PgcNOlHHs8oMYCcnTzaGfCRsKp/zrNW/Kx\r\nnjUX17KmbKTahhZAicYVY7Zo3+h/V0tQAMkKlQQ7uiDYlZeDU9thD3nv9n2T\r\nsPxYjdy3q6h4rNkGqc5oFIHxLZ61v6tKFtFuTRx4OdsocYCNwAehfPcujkr4\r\nmTlAZWnvfaxIkwUU9fXbquXMZPoRYzTQXiI=\r\n=ToXL\r\n-----END PGP SIGNATURE-----\r\n","size":480152},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.1.0_1680601327002_0.855660908689025"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-04T09:42:07.229Z","publish_time":1680601327229,"contributors":[]},"6.2.0":{"name":"addons-linter","version":"6.2.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.53","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.1.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.39.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.0","espree":"9.5.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.2.2","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.11.0","postcss":"8.4.23","relaxed-json":"1.0.3","semver":"7.5.0","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.1","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.0","@babel/core":"7.21.4","@babel/eslint-parser":"7.21.3","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.21.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.21.4","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.23.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.4","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.81.0","webpack-cli":"5.0.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"26e0902b5ab2bed0f801a874144616f281879ec2","_id":"addons-linter@6.2.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-FsF6lyTpbxD9YN+Kf2socGdjD5la+w8pPPB2EOWDvnXkWQQxGLMWNtb1NpXn1vqRGrR3M+VDj+hiqC8rH9R4WQ==","shasum":"5270dcb191790a005bcafe5d625d1e860e0a0dcf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.2.0.tgz","fileCount":65,"unpackedSize":3137786,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBbSOK9UWsMTjJWMaRnMZYIa0+70e1NJCS5kUoANFvHuAiEA2n+Cf0OFOlX2FDHkRxUBCVylwlPT2c6Ss5CKiSL0+ZQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkS6+EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrmExAAiEMRSG+w8rphvyWdAcOJ79d5E5oe++m+y4TT8vQn7qpXK0jU\r\n821YgEcK+OTUWhylbqByStaJFpDg27G9xf3unlnNMqjMkENuBXWsaLxHm85X\r\nEQtAfPA+NQ8geTuR7aXELPeCIbtg0vhIUu3f9a6EB5bkYEnwvgPK1UlahnWL\r\n4cjohxbIxmCFMJX2RMoLVpBuXcsj6xw6RZpxFYRF7i8CfDsxEUUwd0dKFSxG\r\nqXzHViFcStcotVIGh3MVFFz/ioqizS7/TrEN1ZmLeBD0Xhur2Kp2XULFtb8k\r\nz/+Lv8ck793LEkEtcJmCT2yEAvB+uxsmT61FmrK5lQIYOg7wBYgpsCDHTMxm\r\ncKJv2VEfJh1g2ZPHutXDUlupArYUW2k3Flf0miTNcFFlVd1onJqyCpp0BR1q\r\nPRi+RYcOSognFUXXb4bZLNqdeCdSBQUk84xVld/GKpRVcEbn1f/SjMU7P+OC\r\nx7qA9iK8uEhzMq5rbLQYXgLBnwpxAebwUPjdY3aeCCvTQhqHDKpP/7RG8Ty5\r\nEFomeXwxi/ppocBylyFR49uYRaUWRT5UD7Dxd71t6Z1OYCqvm9owP+p7ZW8/\r\nyDIZ4vw9rEnI8BmIs0lVql2ekfjLf/FnZZUjXlGxCHcZIepH+VWqWiaJP6El\r\nc/DvnqR4pJ28LxNRcoYa17YJrmJkAegcPG4=\r\n=l15G\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.2.0_1682681732003_0.1605589135949217"},"_hasShrinkwrap":false,"contributors":[]},"6.3.0":{"name":"addons-linter","version":"6.3.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.54","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.1.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.39.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.0","espree":"9.5.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.2.2","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.11.0","postcss":"8.4.23","relaxed-json":"1.0.3","semver":"7.5.0","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.5","@babel/core":"7.21.5","@babel/eslint-parser":"7.21.3","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.21.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.21.5","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"1.0.0-beta-3","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.4","tar":"6.1.13","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.81.0","webpack-cli":"5.0.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"b0d2642aae98fe71453819e2ec10021d84dcf740","_id":"addons-linter@6.3.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-GjufGxQ06LQNRnBzlpgvYiY8JaaL89hJ+K0zftGZHUOLd9kUpof6WyTedXuoJk87v8xKwyACsljRoFY/RalY6w==","shasum":"65ad23712dfdf1adbe149ff958563390c3b29607","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.3.0.tgz","fileCount":65,"unpackedSize":3188361,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGV5ld04CVtTDo6CRf9vDL+dTKz9crSovT+9dGM4Da4lAiBWrDF3CZAhM+yxrFJUkzVjnwPP8G/v8tTSItvU7P40xA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUM9NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmodLA//YPyQjibYMbkDKjYrWyKFlSnb6SgzqB5YZdg036hREleghPEs\r\nvJw/IGNJNmO+fXMHLgA+SIDR3gBVClxUmuZl+B6K0NgW87R9heLRxWGo7A3U\r\nps+y+E9BA2pO3rL8WtP/9mnnwPI5gOEOpW94ugGvV66iiufqT1wwO5TTmuGi\r\ntD3Chi6o41Ehoo5kUf6PhjcgJsG3BPhRD+1KbEtqcfMBSu+1Xe24/eXnHQmQ\r\n6YrqtxfjB6xU73u6jlYbVk5zMF2pgJ6C7iV93Kd1eOmMNa6ISKWvU+DBAYBF\r\nYb3afab4/yKOiZHVhW7KGEQv0RTSuJPCj4ggOm/Cz5rH0LGGZRXp5KFVDfFe\r\nSwUzV1jfYK3cyESr5GDPS7Jpz8qrR/AJn20TgiAwId8NR/5QMqJckSDXHaug\r\n1IzX2i9/cITssLgDZ+AGHk0jrePpmdtjjd1SUfKd29FlOoQpTz6eaA7zBbCp\r\ncidQvXFCJ5an6sMO8BwuckxXvjiO0NVuJnsh94/JxweFdv2sdhsm4P4mw1Dn\r\ncjrX3719g8CMuxVkKbBipZrRQwlolDHcCusRCcpVzeLcOon4h2fSXfY3jI+u\r\n8bRoZbNHiypEVzW7dDWj6vNVw9UEGonL78nAEzb01KgwWk/7vm8oDeys7fdn\r\nbaDPu5ZEO6XswRfBLGEKpiSurER7WK66dMs=\r\n=NVjF\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.3.0_1683017548792_0.8925577675005307"},"_hasShrinkwrap":false,"contributors":[]},"6.3.1":{"name":"addons-linter","version":"6.3.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.55","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.1.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.39.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.0","espree":"9.5.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.2.2","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.12.0","postcss":"8.4.23","relaxed-json":"1.0.3","semver":"7.5.0","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.5","@babel/core":"7.21.8","@babel/eslint-parser":"7.21.8","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.21.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.21.5","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.4","tar":"6.1.14","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.81.0","webpack-cli":"5.0.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"807cbb92a003a8de267c93e748f5dcc382e93552","_id":"addons-linter@6.3.1","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-IlgxGEaq+LdiDHEm4N3er0C+IQTxqTORE3QmkFPab0ETNqtZAKmc7zL7iDUDnTHL7/vzwM35YTABmU0N0XKgNA==","shasum":"4d99ad23bf3406818585e5f653fba0b2bb23e031","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.3.1.tgz","fileCount":65,"unpackedSize":3039582,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDi5Y5qiQxAuOASRTdmuwnE09Pls5O4M/L0+UnbSgnkYQIhAOn3RRxBWuxSqcnmLSgAz+zO/DWG4lFNJBTWqTmYYRM5"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkU5GSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTOA/9HjfwS6acgEZNU8tYfrJiKkYwV4hB+H8O/8hSTZPIKu7UQyVI\r\nani9NAsnYL6eBpGbF2+xYX1TpSsLwAAlJRHC0VWN+F4T2Zufjovqz8N9YhPX\r\nesy3w+81DSeIzE2EeDuqVjaS0w/ttsW2b2Zx1vc48w3I0iheHXI5XL6Csn/3\r\niTLa858it5HdwnjnpI7ZW2xBaBu3Bx0kOzfgCZB9xNNVyuerhjZkpmzXPnIb\r\nf8GovGO/ejy8G6sFrzOStgKQUVKSFa3hT8bDQsLb4BTcAUzDw1gv2ja0hL97\r\nrrK0DY6Zs2qCsVq+PApW2ROms2s9WmJn+mUn9fuAxSd7xQ3EGWJBum7T9WTU\r\n3yrcSha4/T+On4/IAzClaxYHdBPMErxaCOahJ+424cugBwU+SgcaAxnwOjQC\r\noj+iz2o2ZZOaQT++p0zCkJyoBt9D4SPCD6ZpEf9NEdn4BsaulS4EEQ95otyA\r\njk1lgDZLnzksoyfDdpsbvQ6DH3I3+wgbdplMvrIqPMgc5HCs6uiR51DIiEWR\r\npde2P939KDW7lZcJOoXVR/8r2AueNIpnxnkK8BNePgvm3wEbF8Gwf+sj0Z7q\r\np+Z+2ANR6rtYRogi+YKVyEUdCT9iEB97FAyYOxVgqQbrxvrNfnGF3SNVTRvt\r\negxWm/odEe7oidBtJkK5WlrzcHvlBqkCwVw=\r\n=MF8I\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.3.1_1683198353877_0.060348061868792824"},"_hasShrinkwrap":false,"contributors":[]},"6.4.0":{"name":"addons-linter","version":"6.4.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.56","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.2.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.40.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.1","espree":"9.5.2","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.2.2","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.14.1","postcss":"8.4.23","relaxed-json":"1.0.3","semver":"7.5.0","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.5","@babel/core":"7.21.8","@babel/eslint-parser":"7.21.8","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.21.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.21.5","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.4","tar":"6.1.14","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.82.0","webpack-cli":"5.1.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"4442c7fed6dd170539e270b2491e4124c49ac3ba","_id":"addons-linter@6.4.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-Jw45FEifMyTefQH9XSJA+z0ADBHtYmUUpjaz4F9wRU7VqVMFJ4UFQjnC4NTAOymZ8YfwBrRBIAOg4D+ZMoVilA==","shasum":"fe31c0e2c6bae63269358690e610105917bd4e01","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.4.0.tgz","fileCount":65,"unpackedSize":3075519,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDiF0H+/i/keOBhoolomPoEK/R9IvEoAeHCzbAES453wIgJDinn/w7JgfFyfpD360+05OqjPB3tafxKTOIC3k2X1E="}]},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.4.0_1683620779950_0.7658693354358839"},"_hasShrinkwrap":false,"contributors":[]},"6.5.0":{"name":"addons-linter","version":"6.5.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.57","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.2.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.40.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.1","espree":"9.5.2","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.2.4","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.14.1","postcss":"8.4.23","relaxed-json":"1.0.3","semver":"7.5.1","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.5","@babel/core":"7.21.8","@babel/eslint-parser":"7.21.8","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.21.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.21.5","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.7","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.0.4","tar":"6.1.14","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.82.1","webpack-cli":"5.1.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"5cf22f81224156c40f45885f0c69c4d88d728d01","_id":"addons-linter@6.5.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-Exu/2AUvJzHxjmZAZ+9duRgIoGj2m6+fFiMWH4MrUp4FP6XNhOcYIUN8mI/CAKhNgWcL7oRIv4uKaxqEaMTncg==","shasum":"f1fc5efe9a40fc10b1508b6aae785fca1e192e38","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.5.0.tgz","fileCount":65,"unpackedSize":3112733,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtQB/BApJN1nEW/y9HaDwTOZIqrGr2nIQh7PzW6NbOpQIhAPg+M8wPYz0Y1nq7yRIqwOTRD8w0JWCu4smt8c4msJ3p"}]},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.5.0_1684150137268_0.6515303303349356"},"_hasShrinkwrap":false,"contributors":[]},"6.6.0":{"name":"addons-linter","version":"6.6.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.60","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.3.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.41.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.1","espree":"9.5.2","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.2.6","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.14.1","postcss":"8.4.24","relaxed-json":"1.0.3","semver":"7.5.1","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.5","@babel/core":"7.22.1","@babel/eslint-parser":"7.21.8","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.22.3","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.22.4","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.1.0","tar":"6.1.15","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.84.1","webpack-cli":"5.1.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"639861f92595d5eb81bf41372c492ae90954eae6","_id":"addons-linter@6.6.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-bWQpobnN4AhqZoWU5bWst9DAUy3kBXzPvisV8F2wyYFn3UGwwbs9+QWs7gumkB+fygvMvp9AkUjO9eXcwU84mg==","shasum":"30d10334c9232a7227044184684339ceeddc56a5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.6.0.tgz","fileCount":65,"unpackedSize":3124108,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZCCmpGW/cSGsH/WR00T5wDrbobpNxh8eUMNVWi0moaQIhAMHv1lgEG+YEDj2Yqjpkt4iZTbnCDxF1KnZnBNKvTI7C"}]},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.6.0_1685557971779_0.048994416876712465"},"_hasShrinkwrap":false,"contributors":[]},"6.7.0":{"name":"addons-linter","version":"6.7.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.61","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.3.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.42.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.1","espree":"9.5.2","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.2.6","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.14.1","postcss":"8.4.24","relaxed-json":"1.0.3","semver":"7.5.1","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.21.5","@babel/core":"7.22.1","@babel/eslint-parser":"7.21.8","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.22.3","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.18.6","@babel/preset-env":"7.22.4","@babel/register":"7.21.0","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.1.0","tar":"6.1.15","tar-fs":"2.1.1","tmp-promise":"3.0.3","webpack":"5.85.0","webpack-cli":"5.1.3","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"6a123961fd49f853fb02b9a9f7668c2470ff8a64","_id":"addons-linter@6.7.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-jELwGSmKhDmImq5a6OT5mViW9Qm0HTGxCyTJhnaAUsJF5Fz+h0jlZue8/edGSfkHRltglolUBrNEDPabTJiNsA==","shasum":"1f5ebdef802b7ef51936c25e906714a7b4b8b640","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.7.0.tgz","fileCount":65,"unpackedSize":3124550,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFRHB6wELDON2P/1I4Z3pP6XbuOlnluA6lt1a04vXdy9AiEAg/BdnSIpAxICy6NySBPFHMYIGR/QUAXG9PVb/Tu/mFY="}]},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.7.0_1686048238016_0.1781630541372503"},"_hasShrinkwrap":false,"contributors":[]},"6.8.0":{"name":"addons-linter","version":"6.8.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.65","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.3.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.43.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.1","espree":"9.5.2","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.2.7","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.14.1","postcss":"8.4.24","relaxed-json":"1.0.3","semver":"7.5.2","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.22.5","@babel/core":"7.22.5","@babel/eslint-parser":"7.22.5","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.22.5","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.22.5","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.22.5","@babel/preset-env":"7.22.5","@babel/register":"7.22.5","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.1.2","tar":"6.1.15","tar-fs":"3.0.2","tmp-promise":"3.0.3","webpack":"5.87.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"e24b9fcff82a072f7f1f16dd6fc32c1eb08cd8b6","_id":"addons-linter@6.8.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-/GeskVadfS+lC4V4l+cn3nFCjzfJecI1SDvysVHBT/Qsm3vPO290aW8a35bHf+frZOFkaNLxonfrWsSAXC2EEw==","shasum":"8e431a5fb98eb976f0bcdd1da85b66534b7d0101","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.8.0.tgz","fileCount":65,"unpackedSize":3129600,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGHW1+kFAQunUl+mCEsXrfYZyngVakJ+kTaHVTmLImcDAiAwMOzxWA7SptCB5pWHbVYXtzQLWg7c7mrKAngdvWYRcg=="}]},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.8.0_1687179532702_0.9121307638227403"},"_hasShrinkwrap":false,"contributors":[]},"6.9.0":{"name":"addons-linter","version":"6.9.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.2.65","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.3.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.43.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.1","espree":"9.5.2","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.2.7","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.14.1","postcss":"8.4.24","relaxed-json":"1.0.3","semver":"7.5.2","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.22.5","@babel/core":"7.22.5","@babel/eslint-parser":"7.22.5","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.22.5","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.22.5","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.22.5","@babel/preset-env":"7.22.5","@babel/register":"7.22.5","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.5.0","babel-loader":"9.1.2","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.5.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.1.2","tar":"6.1.15","tar-fs":"3.0.3","tmp-promise":"3.0.3","webpack":"5.87.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"ea8125715a4c43214a56c3693eb493f448619827","_id":"addons-linter@6.9.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-8pYhL2iI+ffLLPwTks4Xgvc+SJnMoM8bFNe0GE/EKDtKRVtupt5v5CYeoSZSwYAkQl7+Zw9s9gUovkPW2nYzdw==","shasum":"c51a26ef7690c792c6d66219b8547a46018f6304","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.9.0.tgz","fileCount":65,"unpackedSize":3130475,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgzGoPuCVA9PDgN6I05/DKQgFGT8/E8T61LhwZ3kUg+gIhAODYSYZPBW/sS7FVaGGA1wwtrgeazrKY5l2pjb4rCGx3"}]},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.9.0_1687336490702_0.27345029014396127"},"_hasShrinkwrap":false,"contributors":[]},"6.10.0":{"name":"addons-linter","version":"6.10.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.3.3","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.3.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.45.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.1","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.14.1","postcss":"8.4.26","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.22.9","@babel/core":"7.22.9","@babel/eslint-parser":"7.22.9","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.22.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.22.5","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.22.5","@babel/preset-env":"7.22.9","@babel/register":"7.22.5","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.6.1","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.6.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.2.0","tar":"6.1.15","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.1","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"a2667db0046cc47c605c935750110a68ac181946","_id":"addons-linter@6.10.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-CST1XACQgYqy6uJIKL5GYT/hCQ7T+EYw/uLvK8NdeFan4uaG2DeEnUdVgkA8zATvkcVLgAhA8teqZtmy8yGYJg==","shasum":"dfb7770065a16397389a99a1a859f63c6c3de5df","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.10.0.tgz","fileCount":65,"unpackedSize":3143203,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBEWCixA1j0JT2VRx3wDBY6KhlRPSRlL5IrZXxcgVii8AiBAWsXBwWkC9NmFuzhMCzfFVANr3t/jjTNNBlhyjKdfsA=="}]},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.10.0_1689597257891_0.6518209885342845"},"_hasShrinkwrap":false,"contributors":[]},"6.11.0":{"name":"addons-linter","version":"6.11.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.3.5","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.3.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.45.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.1","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.14.1","postcss":"8.4.27","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.22.9","@babel/core":"7.22.9","@babel/eslint-parser":"7.22.9","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.22.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.22.5","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.22.5","@babel/preset-env":"7.22.9","@babel/register":"7.22.5","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.6.1","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.6.1","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.2.0","tar":"6.1.15","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.2","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"4d6ae761a2b2c12dd1b0d1c7122fc3e12c6d6531","_id":"addons-linter@6.11.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-30ILEqnOM4kHWLSfpuQhokgZ4fytZ+2fGR7Vmjm6w7oP46/wuVFNA5/ZUzKQkLcqzHAgz5ho8WeISfAxaEzt/w==","shasum":"e4600afa2bc13a2ddad3c955d659b37dd9d3891a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.11.0.tgz","fileCount":65,"unpackedSize":3147045,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsHt9eeAuBf1tVJuMpkQtwyfkq0ar2V2T7GHfT4fpFZwIgM8PkaZ3PXnGIyVcs+0B/ne9Eod9r1kvR91di76ptuNs="}]},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.11.0_1690216281698_0.5581713225238043"},"_hasShrinkwrap":false,"contributors":[]},"6.12.0":{"name":"addons-linter","version":"6.12.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.3.8","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.3.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.46.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.2","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.3","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.15.0","postcss":"8.4.27","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.22.9","@babel/core":"7.22.9","@babel/eslint-parser":"7.22.9","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.22.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.22.5","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.22.5","@babel/preset-env":"7.22.9","@babel/register":"7.22.5","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.6.2","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.6.2","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.2.0","tar":"6.1.15","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.2","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"0929eacb22c6292dc21316da31663cbc0975a049","_id":"addons-linter@6.12.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-zz9HdpTjDKJYLllw6STx6k5S01+ZI4BNF46QBZooSaM62npy81+Yb4QfmHid355jVhnQqvz3dXzw/USXYlS6yQ==","shasum":"20e088397642ae03df509d465d046c15a2f6a0b7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.12.0.tgz","fileCount":65,"unpackedSize":3152461,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBPMMjXzZA+cUAGJqp1SPPBzjoRN0NnyLtU4zuoM7vGAIhAO/p5EEA3sCHUJw9v70NSZ5gEjxLgZfxJp1BqA1/LVoL"}]},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.12.0_1691439124915_0.4954723128652254"},"_hasShrinkwrap":false,"contributors":[]},"6.13.0":{"name":"addons-linter","version":"6.13.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.3.14","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.3.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.48.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.3","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.4","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.15.0","postcss":"8.4.29","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.22.10","@babel/core":"7.22.15","@babel/eslint-parser":"7.22.15","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.22.15","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.22.5","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.22.5","@babel/preset-env":"7.22.15","@babel/register":"7.22.15","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.6.4","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.6.4","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"6.3.5","shelljs":"0.8.5","sinon":"15.2.0","tar":"6.1.15","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.2","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"3876d357e095ff300b691842e61f21f4221046f8","_id":"addons-linter@6.13.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-vYgDXl8aLmN1zU4HmsQdG6tUFByg499mHnTEMWDUbSkoYDq3koTne08EsqU6sD+o814u8FxclQP7580L0g/tPQ==","shasum":"c24016477bf154e2538a7ff906802a95b637f6ab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.13.0.tgz","fileCount":65,"unpackedSize":3166544,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChL9X7cVamMbee8JyM1Q4TaINE7ZsR8NVR7fJrEWiqdAiA6HECUWvxLo5OXRNpafsun9X1ZQrffaluA+vPzODsoWQ=="}],"size":613969},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.13.0_1694076026498_0.25348379859045833"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-07T08:40:26.857Z","publish_time":1694076026857,"_source_registry_name":"default","contributors":[]},"6.14.0":{"name":"addons-linter","version":"6.14.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.3.15","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.4.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.49.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.3","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.4","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.15.1","postcss":"8.4.29","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.22.15","@babel/core":"7.22.17","@babel/eslint-parser":"7.22.15","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.22.15","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.22.5","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.22.5","@babel/preset-env":"7.22.15","@babel/register":"7.22.15","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.1","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"7.0.1","shelljs":"0.8.5","sinon":"15.2.0","tar":"6.2.0","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.2","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"025e033696b42b27753ae31cbf8d5dde8138d301","_id":"addons-linter@6.14.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-dgYdML/EoxLhJKt9KL7KTWbb43r2ZDRYQGIv9V1Mf69pBIKhrWr1IIxVDVWrl0b3GuWsFtSBs0iHMsmJxAdvng==","shasum":"b7a73aebb2b8b7216ef9224fedff46c7ab640415","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.14.0.tgz","fileCount":65,"unpackedSize":3176113,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICUDqvKwsum/E0R0k6YBhgnlH38RQyh/QT+HM/dYXrltAiBXZSOL5KT4tpkjU4pO3hdagkY7xrqoJ2wdS3SyJithuw=="}],"size":618590},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.14.0_1694510293278_0.34235103592351557"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-12T09:18:13.572Z","publish_time":1694510293572,"_source_registry_name":"default","contributors":[]},"6.15.0":{"name":"addons-linter","version":"6.15.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.3.20","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.6.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.50.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.3","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.10","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.15.3","postcss":"8.4.31","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.23.0","@babel/core":"7.23.0","@babel/eslint-parser":"7.22.15","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.23.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.22.5","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.22.5","@babel/preset-env":"7.22.20","@babel/register":"7.22.15","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.2","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"7.0.1","shelljs":"0.8.5","sinon":"16.0.0","tar":"6.2.0","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.2","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"2088478d0617530d7d70217af55d4dcf86f8acd2","_id":"addons-linter@6.15.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-aNf8UO06nyDsuK3r7ZAxjflHdcgUZErDXKnSU9H+HpucWIpsyJR6DET4isEni3IxGsPSyYi0kIsVhYVsgRJ5fQ==","shasum":"f2a73e485458fa39487a418e0e64799d4c7a7a5e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.15.0.tgz","fileCount":65,"unpackedSize":3174916,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEYAao3zWRIO0fQZCQZMJX00qYOPCwAEzfiWC4zEY5U4AiEA55yRAcCCDZT2KYugpWhOZPMfm7FH0OVkpUAO5cSOb0I="}],"size":619208},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.15.0_1696345941053_0.5088556949157863"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-03T15:12:21.300Z","publish_time":1696345941300,"_source_registry_name":"default","contributors":[]},"6.16.0":{"name":"addons-linter","version":"6.16.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.3.22","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.7.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.51.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.3","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.10","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.16.0","postcss":"8.4.31","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.23.0","@babel/core":"7.23.2","@babel/eslint-parser":"7.22.15","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.23.2","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.22.5","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.22.5","@babel/preset-env":"7.23.2","@babel/register":"7.22.15","async":"3.2.4","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.2.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.2","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"7.0.1","shelljs":"0.8.5","sinon":"16.1.0","tar":"6.2.0","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.2","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"ce9799172f9ba11d7cbb4d73585252ed72be8e73","_id":"addons-linter@6.16.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-IgzlmpK7N6TYTrmO91kBJaHy8mSQuzKHjWWNEn6zCfMTb+tUjIUBsIhfPmWO/cgHepylb2lTDlEcgszFoTXfbw==","shasum":"d50c0b9a58d1ac4a3d57c003d28143d51e0ddeac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.16.0.tgz","fileCount":65,"unpackedSize":3185988,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHIZMbcRHigoIOCiRlg4d+n/Gw2326lMUwQtlLGower3AiEA0JrYxMOUxrXHNbLYNjAJfR8N/ELIVPiZiSMki8tvziI="}],"size":629881},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.16.0_1697571703783_0.91981863724179"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-17T19:41:44.059Z","publish_time":1697571704059,"_source_registry_name":"default","contributors":[]},"6.17.0":{"name":"addons-linter","version":"6.17.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.3.29","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.7.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.53.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.3","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.10","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.16.1","postcss":"8.4.31","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.23.0","@babel/core":"7.23.2","@babel/eslint-parser":"7.22.15","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.23.2","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.22.5","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.22.5","@babel/preset-env":"7.23.2","@babel/register":"7.22.15","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.3.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.2","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"7.0.2","shelljs":"0.8.5","sinon":"17.0.1","tar":"6.2.0","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.2","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"faec234bed69eb376e864355a3ff586cece067d9","_id":"addons-linter@6.17.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-Se+kfVgOef4bN0n6hKeHf44U/CbwI80fTy+wmyyIWiwUCwz6T4zX2q/6wlte/i5UWqlY1RpRBh+GPigAfLZ//Q==","shasum":"739a28c3977d8b9583ede87c4da6989881f8e105","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.17.0.tgz","fileCount":65,"unpackedSize":3198234,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGzwqrN4GgHavhK4pvSJBH0yzqwban9Fm7qYnj1J5YcIAiBcYZ1Ok6KdatDIETtHg9iSM6cxDD/jRx4SwNBomKrqxw=="}],"size":633135},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.17.0_1699373683224_0.520648731867265"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-07T16:14:43.545Z","publish_time":1699373683545,"_source_registry_name":"default","contributors":[]},"6.18.0":{"name":"addons-linter","version":"6.18.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.4.0","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.7.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.54.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.3","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.10","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.16.2","postcss":"8.4.31","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.23.0","@babel/core":"7.23.3","@babel/eslint-parser":"7.23.3","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.23.3","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.23.3","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.23.3","@babel/preset-env":"7.23.3","@babel/register":"7.22.15","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.3.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.2","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"7.0.2","shelljs":"0.8.5","sinon":"17.0.1","tar":"6.2.0","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.2","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"8ba60479b08377f0c1af5c38ce92c5f9a3d24fd1","_id":"addons-linter@6.18.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-UPRVEjlVcoOO0Kw+12qDdXgyxix6cwztkYzKzGIRFZ6t8TAU7xLAC4Ju2YgbYHWop9rIuiy0Hm7F67G0u8kmWg==","shasum":"3c65ef68603020348514b82c67245a1fb92b6a93","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.18.0.tgz","fileCount":65,"unpackedSize":3211132,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmHI6pYWsVxg2bwwOU3ChR8t1sPOoPj3BU4q29HV82igIgDNNTYfbgperGxbR57BcAbMdOScAp1Q/opVmCcGwRFvE="}],"size":641894},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.18.0_1700552423327_0.04169097566196611"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-21T07:40:23.582Z","publish_time":1700552423582,"_source_registry_name":"default","contributors":[]},"6.19.0":{"name":"addons-linter","version":"6.19.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.4.3","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.8.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.55.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.3","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.10","image-size":"1.0.2","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.16.2","postcss":"8.4.32","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.23.4","@babel/core":"7.23.5","@babel/eslint-parser":"7.23.3","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.23.5","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.23.3","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.23.3","@babel/preset-env":"7.23.5","@babel/register":"7.22.15","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.4.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"13.0.2","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"3.0.3","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"7.0.2","shelljs":"0.8.5","sinon":"17.0.1","tar":"6.2.0","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.2","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"7d386e76d5a2612900678b1d7a7fe5fab0619159","_id":"addons-linter@6.19.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-Yz5YRfIQ12dIqXKmEoHNwoS/L1xIve2hdm9UEesOEsov5W0zeWMOWCnqdvJNVNy7f1FnPu1lnqzylelkTBS7dA==","shasum":"ba415a51becdc6e37835fe534f09a6a3fa083d70","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.19.0.tgz","fileCount":65,"unpackedSize":3219784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+UBFewC+j56M+iFoZ32VImwY0MRzZKrh6Hxd/URe7KAIhAOXUB85ZNrQuifDo7OWNWZG70bCio2h8MIomxmevLWra"}],"size":643497},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.19.0_1701684745690_0.4347312871411533"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-04T10:12:25.911Z","publish_time":1701684745911,"_source_registry_name":"default","contributors":[]},"6.20.0":{"name":"addons-linter","version":"6.20.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.4","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.9.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.56.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.3","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.10","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.17.2","postcss":"8.4.33","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.23.4","@babel/core":"7.23.7","@babel/eslint-parser":"7.23.3","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.23.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.23.3","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.23.3","@babel/preset-env":"7.23.8","@babel/register":"7.23.7","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"4.1.3","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.9.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.5.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.0.0","markdown-it-anchor":"8.6.7","markdown-it-emoji":"2.0.2","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.1.3","raw-loader":"4.0.2","replace-in-file":"7.1.0","shelljs":"0.8.5","sinon":"17.0.1","tar":"6.2.0","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.2","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"6d29cc5d448b8c23ce7a26640d09a76f39c71232","_id":"addons-linter@6.20.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-u3nnnz+dZS5sOAJMF/DdVnjLVDqqbLbpdTNEbCEPIwKlAIDR+FbHHrgRp3JWJw2gvwZuZCmYStQd/G5Llp0nFg==","shasum":"25b3427779c3cb9d0618ad6bd44467a12c896bf6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.20.0.tgz","fileCount":65,"unpackedSize":3221763,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEbf2Zx7klHzGFB5NPcvG7R8ni2nttmH1qLWqumkcHD2AiEA65F/CESaTYPgm/2OYGlyzPPmuP3zJRQtmDhjbkFjd2A="}],"size":644167},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.20.0_1704795384340_0.029061606706263232"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-09T10:16:24.562Z","publish_time":1704795384562,"_source_registry_name":"default","contributors":[]},"6.21.0":{"name":"addons-linter","version":"6.21.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.7","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.9.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.56.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.3","espree":"9.6.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.10","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.17.2","postcss":"8.4.33","relaxed-json":"1.0.3","semver":"7.5.4","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.23.4","@babel/core":"7.23.7","@babel/eslint-parser":"7.23.3","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.23.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.23.3","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.23.3","@babel/preset-env":"7.23.8","@babel/register":"7.23.7","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.5.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.0.0","markdown-it-anchor":"8.6.7","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.1.0","shelljs":"0.8.5","sinon":"17.0.1","tar":"6.2.0","tar-fs":"3.0.4","tmp-promise":"3.0.3","webpack":"5.88.2","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"72c656aa5c0183a9e3cd0cd8f4e6b7d7c75cbbca","_id":"addons-linter@6.21.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-4GBn14BR16FZE7dog6uz+1HO6V3B+mAVxmbwxRhed2y5eyrwIW832TmEpku+5A5bbovBZ4gilXEtBsl6A1AMmg==","shasum":"a0e9084a68fb958488572501f67c0ffe8411f9cd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.21.0.tgz","fileCount":65,"unpackedSize":3222569,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC1GCvNnkiu3dpiJlzOowyTF6ud452z0ZSdDTjF4A+gfAiApIDtsfJeuLbZFJtHNMdCOJXxzwU19X5WXFdcGnsS4GQ=="}],"size":644463},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.21.0_1705929609674_0.5019041694899875"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-22T13:20:09.937Z","publish_time":1705929609937,"_source_registry_name":"default","contributors":[]},"6.22.0":{"name":"addons-linter","version":"6.22.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.10","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.9.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.56.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"3.4.3","espree":"10.0.0","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.10","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.18.0","postcss":"8.4.35","relaxed-json":"1.0.3","semver":"7.6.0","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.23.9","@babel/core":"7.23.9","@babel/eslint-parser":"7.23.10","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.23.9","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.23.3","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.23.3","@babel/preset-env":"7.23.9","@babel/register":"7.23.7","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.5.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.0.0","markdown-it-anchor":"8.6.7","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.1.0","shelljs":"0.8.5","sinon":"17.0.1","tar":"6.2.0","tar-fs":"3.0.5","tmp-promise":"3.0.3","webpack":"5.90.1","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"aec946b65694ebb07c1662fea5072d17e342237a","_id":"addons-linter@6.22.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-EfEiK2gHohUG66LEE7n95mc1SOOvCBFDPqtCI1GS1LGQ131gELJCi21OiZwttSjG9W1RRm+KXHh0BUXmW4ujEA==","shasum":"58e588d93959bdb67956966e59442e4105b4ae1d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.22.0.tgz","fileCount":66,"unpackedSize":3250475,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCusIWx99lI/7oBY8Qh29i7v77P09VZT19XWlMrV3Jy2wIhAOyO9rl8Zb1rmsiFF3yTOiBwtXW34PkjlRR85UhIoxOD"}],"size":646797},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.22.0_1707766911411_0.02176507312511866"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-12T19:41:51.720Z","publish_time":1707766911720,"_source_registry_name":"default","contributors":[]},"6.23.0":{"name":"addons-linter","version":"6.23.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.11","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.9.0","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.0.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.10","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.19.0","postcss":"8.4.35","relaxed-json":"1.0.3","semver":"7.6.0","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"3.1.0"},"devDependencies":{"@babel/cli":"7.23.9","@babel/core":"7.23.9","@babel/eslint-parser":"7.23.10","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.23.9","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.23.3","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.23.3","@babel/preset-env":"7.23.9","@babel/register":"7.23.7","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.5.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.0.0","markdown-it-anchor":"8.6.7","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.1.0","shelljs":"0.8.5","sinon":"17.0.1","tar":"6.2.0","tar-fs":"3.0.5","tmp-promise":"3.0.3","webpack":"5.90.3","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"8264f53da094bd688b206946203e66f92a72eab0","_id":"addons-linter@6.23.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-yFI1fe/c0hkgcWwq6MerWAcDU/CG/NKzQlWxgjQDruMOezs0vyD2fCzapNZt2vxsyNLuDp54q9gNL/85ypYZ/g==","shasum":"7a5a341b8a778d0dff4962e48861f11afd3f792f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.23.0.tgz","fileCount":66,"unpackedSize":3251542,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHPeaGxCOSE9DYnJweyjOkALDjHmlXCBqmaJyBk6gmm6AiEAixx6uGOAV+/YEf3BeBeTRZiOnTmxzhXoywT80mJjC/A="}],"size":647265},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.23.0_1709031574898_0.5058268591585924"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-27T10:59:35.067Z","publish_time":1709031575067,"_source_registry_name":"default","contributors":[]},"6.24.0":{"name":"addons-linter","version":"6.24.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.13","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.10.1","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.0.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.10","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.19.0","postcss":"8.4.35","relaxed-json":"1.0.3","semver":"7.6.0","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.23.9","@babel/core":"7.24.0","@babel/eslint-parser":"7.23.10","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.0","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.23.3","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.23.3","@babel/preset-env":"7.24.0","@babel/register":"7.23.7","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.5.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.0.0","markdown-it-anchor":"8.6.7","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.1.0","shelljs":"0.8.5","sinon":"17.0.1","tar":"6.2.0","tar-fs":"3.0.5","tmp-promise":"3.0.3","webpack":"5.90.3","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"fa2a9d4f6b84cfd0282ad3de859ebba2180f075e","_id":"addons-linter@6.24.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-zXQ0nSJxK5hVwlCr9tSW3qH88s8E4B/kR70TVzJl6KcfqXTT2Lav8FhyqRJ4Iy/sOu9+0Zv7btQo9GB//ANwbQ==","shasum":"45e0db59e4a1d61d59217af1810292f2995fb136","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.24.0.tgz","fileCount":66,"unpackedSize":3245519,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEWfWoNOi4T2O84SG9kYnp+8ArDOx53RcfT2WiLdCPCGAiEA69luWibi7wVwafVXdJEFBMPNvIPre4AlttICZOrigCI="}],"size":646084},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.24.0_1710250523782_0.4818302746007386"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-12T13:35:23.949Z","publish_time":1710250523949,"_source_registry_name":"default","contributors":[]},"6.25.0":{"name":"addons-linter","version":"6.25.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.18","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.10.1","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.0.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.12","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.19.0","relaxed-json":"1.0.3","semver":"7.6.0","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.24.1","@babel/core":"7.24.3","@babel/eslint-parser":"7.24.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.1","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.24.1","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.24.1","@babel/preset-env":"7.24.3","@babel/register":"7.23.7","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.5.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"8.6.7","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.1.0","shelljs":"0.8.5","sinon":"17.0.1","tar":"6.2.1","tar-fs":"3.0.5","tmp-promise":"3.0.3","webpack":"5.91.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"6425155494fb51f5feb86bb022c9d8427ea0072d","_id":"addons-linter@6.25.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-M8rHI38oE9487qHAVUPil6TpxAQsrvZX4ncwILN1i4N9XSwKR8yTLwfFyX/K+nvjURPTWwQDHDQFxHPaxQX0pw==","shasum":"492b857d806c6e443a0d512dfa74afd134c59159","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.25.0.tgz","fileCount":66,"unpackedSize":3210117,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfvh8ngJTWe7RtAnOyt8QFnu3e5GaL+fjdhWT7SV+RTAIgXkvqZ/mCxMdOhESFzV6sAN6Ky+hZ055VohJM0e3/kJQ="}],"size":641734},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.25.0_1712044968558_0.1951532778621381"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-02T08:02:48.879Z","publish_time":1712044968879,"_source_registry_name":"default","contributors":[]},"6.26.0":{"name":"addons-linter","version":"6.26.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.22","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.10.1","ajv":"8.12.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.0.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.12","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.0","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.24.1","@babel/core":"7.24.4","@babel/eslint-parser":"7.24.1","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.1","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.24.1","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.24.1","@babel/preset-env":"7.24.4","@babel/register":"7.23.7","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.5.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"8.6.7","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.1.0","shelljs":"0.8.5","sinon":"17.0.1","tar":"6.2.1","tar-fs":"3.0.5","tmp-promise":"3.0.3","webpack":"5.91.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"07a57a6ee883b3839838030d9dabce9e6aa83fc0","_id":"addons-linter@6.26.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-LAKjH38x8brt5w9iqw07duerE5E274SuyNsoQcjbHISwSLZ7hgDPWGIQf2qHxouFCuHO8dVje0b4VFSy0Ik+BA==","shasum":"596f2407f11bc4b47bfb2c6c9f8886128c8b0265","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.26.0.tgz","fileCount":66,"unpackedSize":3210231,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5Hi8X0jFTjCXupMxQ+M1VJm6acNvvlTVZmYub+8jb7wIgbBXbwwb6kPu22lJDt1azSPSKZiPVfcATnmv6kowqag0="}],"size":641723},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.26.0_1713801966949_0.5367302746491351"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-22T16:06:07.201Z","publish_time":1713801967201,"_source_registry_name":"default","contributors":[]},"6.27.0":{"name":"addons-linter","version":"6.27.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.26","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.10.1","ajv":"8.13.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.0.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.3.14","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.2","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.24.5","@babel/core":"7.24.5","@babel/eslint-parser":"7.24.5","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.1","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.24.1","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.24.1","@babel/preset-env":"7.24.5","@babel/register":"7.23.7","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.5.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"8.6.7","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.1.0","shelljs":"0.8.5","sinon":"17.0.2","tar":"6.2.1","tar-fs":"3.0.6","tmp-promise":"3.0.3","webpack":"5.91.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"c4102c0ec6e80b432b908cf23a723e2aa0b70fa4","_id":"addons-linter@6.27.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-q2y+cxc07Chxxuj4FWtyfb5mOlYDkH7VgThBk3/x0nZh+MEn36Xcp+rKJGPtZbebkn5lO5IOzo7Rkxea61nscQ==","shasum":"436032033bda0a8528a95d7a9e541d13f30b10e4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.27.0.tgz","fileCount":66,"unpackedSize":3210713,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICE0HARYHDdVGRvfDJv/9Knghy9w+nKOsvDEws+asJo6AiEA7JGPIRNW2Pk+tjqJDFVWSAiGRjYFRoT7+cxS9u/EhtY="}],"size":641875},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.27.0_1715590888295_0.5931198486519116"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-13T09:01:28.517Z","publish_time":1715590888517,"_source_registry_name":"default","contributors":[]},"6.28.0":{"name":"addons-linter","version":"6.28.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.29","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.10.1","ajv":"8.13.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.0.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.4.1","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.2","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.24.6","@babel/core":"7.24.6","@babel/eslint-parser":"7.24.6","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.6","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.24.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.24.6","@babel/preset-env":"7.24.6","@babel/register":"7.24.6","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.5.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"8.6.7","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"18.0.0","tar":"6.2.1","tar-fs":"3.0.6","tmp-promise":"3.0.3","webpack":"5.91.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"44a53dff75855ce3cc86b1b3541539d9c10e87ea","_id":"addons-linter@6.28.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-fCTjXL/yG4hwq74JG8tQdrvEu0OvGrEN9yU+Df0020RDtHl3g/tTCyMeC4G1uyk8IuyMzp4myCBNnOGC7MWSQQ==","shasum":"eaae7fda20ef27acf0165d17b012816e356684fb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.28.0.tgz","fileCount":66,"unpackedSize":3210564,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHm4dy1wah3eqKwS4HkDdGXT61ug4j6Bcu/BdpDSCDTBAiB8k5r/uTHQlc3PpvSYJXOU6sMbnaHtynmZu4kU1XhF2g=="}],"size":641634},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.28.0_1716817588869_0.3629640699814525"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-27T13:46:29.094Z","publish_time":1716817589094,"_source_registry_name":"default","contributors":[]},"6.29.0":{"name":"addons-linter","version":"6.29.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.32","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.10.1","ajv":"8.16.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.0.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.4.1","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.2","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.24.7","@babel/core":"7.24.7","@babel/eslint-parser":"7.24.7","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.24.7","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.24.7","@babel/preset-env":"7.24.7","@babel/register":"7.24.6","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.24.0","github-markdown-css":"5.5.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.0.1","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"18.0.0","tar-fs":"3.0.6","tmp-promise":"3.0.3","webpack":"5.91.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"1cc0ea20a484149cd01593c447cd6c8e58148389","_id":"addons-linter@6.29.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-Ml4tmd5cnJBOaKY0mU5tWSDSf2q3nbAozwWcr5s5isuqFD8zJtF5/oHuBW/1thr0XTBSTgNCsGJ833Xv5BCYzg==","shasum":"7dbc6e43ce2d5b04e830d5ab75665482c6af0769","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.29.0.tgz","fileCount":66,"unpackedSize":3215560,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCB0LGsVmvskIUwyhI+Mxo0kQrLPEqJocQj3sY6LPQtbwIgFz7H3ZtqOZuzjqpylR7JPLDvitSCzB160OVOVZMmJm0="}],"size":642673},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.29.0_1718022412926_0.5443826439846893"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-10T12:26:53.129Z","publish_time":1718022413129,"_source_registry_name":"default","contributors":[]},"6.30.0":{"name":"addons-linter","version":"6.30.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.33","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.11.0","ajv":"8.16.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.0.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.4.1","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.2","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.24.7","@babel/core":"7.24.7","@babel/eslint-parser":"7.24.7","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.24.7","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.24.7","@babel/preset-env":"7.24.7","@babel/register":"7.24.6","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.25.0","github-markdown-css":"5.5.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.0.1","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"18.0.0","tar-fs":"3.0.6","tmp-promise":"3.0.3","webpack":"5.92.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"f496c15b30ed6381e8100f029abac81bb373cc3a","_id":"addons-linter@6.30.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-DIzTPLwbIy4ZqZRewqU1jN1uTJKh/+ZLAkENLki0mIevx+8WRdAO75K6bRVVVuBFMRQrLZsyrT8n54fAniQOJQ==","shasum":"5545dd75bc4c4a5653057c7a6d98920eb92a7a55","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.30.0.tgz","fileCount":66,"unpackedSize":3241541,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0s5RRIYqEYa7sHj/j8VF6hcCq/fOGjMIGxrVUQVnPzwIgRSNTNKqlMtZ7wqR68cjlVY59uIpWhCvJc51P9sWZ748="}],"size":650262},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.30.0_1718375350484_0.43250005607148667"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-14T14:29:10.638Z","publish_time":1718375350638,"_source_registry_name":"default","contributors":[]},"6.31.0":{"name":"addons-linter","version":"6.31.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.34","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.11.0","ajv":"8.16.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.1.0","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.4.2","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.2","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.24.7","@babel/core":"7.24.7","@babel/eslint-parser":"7.24.7","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.24.7","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.24.7","@babel/preset-env":"7.24.7","@babel/register":"7.24.6","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.25.2","github-markdown-css":"5.6.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.0.1","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"18.0.0","tar-fs":"3.0.6","tmp-promise":"3.0.3","webpack":"5.92.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"60cd49f0e0019d7bbc312884e4959883751ce6dd","_id":"addons-linter@6.31.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-SKJ0pGNzwd0bEWs92IQnb/gLX0XSN9vfPIukIurq0PjIV4b3YW54s+pwIw61xiKh8LoGDLaHhCl+wR3Au1YTHw==","shasum":"ac338310ab7d16ef19ff7e91be44bbed9b791907","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.31.0.tgz","fileCount":66,"unpackedSize":3257798,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICdaypNf4VXT/RB9NKhPYpxl0VjQbsqiDPNpIlRGQudgAiBLU8Ot6irMV/dfmN54G92NfJ/pJoDY9T2OUhYTVwgBAQ=="}],"size":655205},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.31.0_1718799154373_0.04345627860128509"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-19T12:12:34.785Z","publish_time":1718799154785,"_source_registry_name":"default","contributors":[]},"6.31.1":{"name":"addons-linter","version":"6.31.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.34","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.11.0","ajv":"8.16.0","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.0.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"10.4.2","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.2","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.24.7","@babel/core":"7.24.7","@babel/eslint-parser":"7.24.7","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.24.7","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.24.7","@babel/preset-env":"7.24.7","@babel/register":"7.24.6","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.3","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.25.2","github-markdown-css":"5.6.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.0.1","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"18.0.0","tar-fs":"3.0.6","tmp-promise":"3.0.3","webpack":"5.92.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"a47215198bdc95df3ae9d39ff604efbce542af48","_id":"addons-linter@6.31.1","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-R9FCyVzqU/h5A2aB1t+jD8t4QKLuLxYqc1FjmjJ0nZrn1qNCna1jFOajt5R1T8pwt0H4WXgT+uwWSD2BdkBzqQ==","shasum":"d502fd1bbad7674540c9dc4828459a001fee04c6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.31.1.tgz","fileCount":66,"unpackedSize":3257798,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF61W78wYMYN2hIJPk3m91eM1HBrlCZ6ibDG+p90c7S4AiB1N0z41RMJDm6arnpto6mdjHBzKxugJxUIHfboFFaXNg=="}],"size":655211},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.31.1_1718812705294_0.15655717267428382"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-19T15:58:25.576Z","publish_time":1718812705576,"_source_registry_name":"default","contributors":[]},"6.32.0":{"name":"addons-linter","version":"6.32.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.39","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.11.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.1.0","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"11.0.0","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.2","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.24.8","@babel/core":"7.24.9","@babel/eslint-parser":"7.24.8","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.24.7","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.24.7","@babel/preset-env":"7.24.8","@babel/register":"7.24.6","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.4","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.25.2","github-markdown-css":"5.6.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.0.1","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"18.0.0","tar-fs":"3.0.6","tmp-promise":"3.0.3","webpack":"5.93.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"f80d15fa79b873c133bd8614becfdede78039b5d","_id":"addons-linter@6.32.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-YIXEOw6aLaLd8zS7KumM1yUFU9qkZCEwUqPUuBTpUW0HaFFvtfVy26c5uGnPTRe5ebw1zxQb3GFnWbcE6dnEAQ==","shasum":"88f96b445e39944aa96655fd90a1c63b111c3dc2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.32.0.tgz","fileCount":66,"unpackedSize":3263484,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG07IqjI+GJlxtV+9hUs+2yoDNGrwUANx0nqFw/3lWexAiAZOG4Ie0T9BENWowIdVv0izp8wbiQ0rwoL2n7pbVxwhA=="}],"size":657911},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.32.0_1721054985624_0.7956689966843249"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-15T14:49:45.795Z","publish_time":1721054985795,"_source_registry_name":"default","contributors":[]},"6.32.1":{"name":"addons-linter","version":"6.32.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.39","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.11.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.0.1","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"11.0.0","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.2","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.24.8","@babel/core":"7.24.9","@babel/eslint-parser":"7.24.8","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.24.7","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.24.7","@babel/preset-env":"7.24.8","@babel/register":"7.24.6","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.4","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.25.2","github-markdown-css":"5.6.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.0.1","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"18.0.0","tar-fs":"3.0.6","tmp-promise":"3.0.3","webpack":"5.93.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"d02be36bf6c5178beb32a2be95ff5474e4cc3b82","_id":"addons-linter@6.32.1","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-kNUkaZ8sTa/MkV+So597DbhtfQHW18xEkcs66fjWUeSdEDvzoF9skKwO497V2lnhcBFYb71YZILJ9YwQaox4dA==","shasum":"aac5e4c7d18dd414c1a619a8f0a89f3952288dac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.32.1.tgz","fileCount":66,"unpackedSize":3263484,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0wEDM5cJZdYEKEzmIjj+/cApzjV0EC6WrD4z5tMnJNwIgUKqbCLgVipoVqCV6aI+p1cE/H0cNvhQhzPX5x+9KvLE="}],"size":657915},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.32.1_1721211544849_0.7260690704341246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-17T10:19:05.102Z","publish_time":1721211545102,"_source_registry_name":"default","contributors":[]},"6.33.0":{"name":"addons-linter","version":"6.33.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=16.0.0"},"browserslist":["node >=16.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.40","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.11.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.1.0","esprima":"4.0.1","fast-json-patch":"3.1.1","glob":"11.0.0","image-size":"1.1.1","is-mergeable-object":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.3","sha.js":"2.4.11","source-map-support":"0.5.21","tosource":"1.0.0","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.24.8","@babel/core":"7.24.9","@babel/eslint-parser":"7.24.8","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.24.7","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-function-sent":"7.24.7","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-throw-expressions":"7.24.7","@babel/preset-env":"7.24.8","@babel/register":"7.24.6","async":"3.2.5","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.4","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.25.2","github-markdown-css":"5.6.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.0.1","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"18.0.0","tar-fs":"3.0.6","tmp-promise":"3.0.3","webpack":"5.93.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"gitHead":"a61b52c7a5618931f3c2d4d0c7cce7edf91d93dc","_id":"addons-linter@6.33.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-FOXyI3v4HTUFCmKdyUH2eC1a6Efekuknq7yqMEIX1pl05USZuUtVO/0Mh+ZbA28Am26S62G5RbQghK7GTxtLhQ==","shasum":"9535917dde95fc2aba3c2c192acde70a083a6c94","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-6.33.0.tgz","fileCount":66,"unpackedSize":3262250,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEFeHowBtRdzl+yEKNFR1BuQQAPOTSJr7FwzztkIIEsVAiEA+yOR0xN/O6HWVzy84LuFcY1Fmt2LxUmbmed4P7d1hnc="}],"size":658106},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_6.33.0_1721741176164_0.05266726838696978"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-23T13:26:16.377Z","publish_time":1721741176377,"_source_registry_name":"default","contributors":[]},"7.0.0":{"name":"addons-linter","version":"7.0.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.5.51","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.11.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.0","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.1.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.25.6","@babel/core":"7.25.2","@babel/eslint-parser":"7.25.1","@babel/preset-env":"7.25.4","@babel/register":"7.24.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.1.3","comment-json":"4.2.5","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.25.2","github-markdown-css":"5.6.1","glob":"11.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"18.0.0","tar-fs":"3.0.6","tmp-promise":"3.0.3","tosource":"1.0.0","webpack":"5.94.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.0.0","gitHead":"3b8b1277f9e8120a067c45399985dc8d9e9e7536","_nodeVersion":"18.20.4","_npmVersion":"10.7.0","dist":{"integrity":"sha512-sV8DSqJCpJg81D7J1BS65ssPNMh33MMhsDAEPbjRHA6ErsX9YHn94p0nP2ZHN68Rbs3SY4kn61WlyJ4rxiwlAw==","shasum":"e8f28fb1fa9aec3971ae2559c0665d3dbe0c92f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.0.0.tgz","fileCount":66,"unpackedSize":3253555,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDPBBE9AOwkKL7dN+PL/CJU95qhuYUrt1lUAFjqwDh3YAiEAgpqZlvOwOgArvKb3me3VCIlEaDmJp7Vj30GBbdnU24w="}],"size":652973},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_7.0.0_1725878951473_0.10969045074631079"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-09T10:49:11.664Z","publish_time":1725878951664,"_source_registry_name":"default","contributors":[]},"7.1.0":{"name":"addons-linter","version":"7.1.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@mdn/browser-compat-data":"5.6.0","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.11.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.0.2","eslint-visitor-keys":"4.0.0","espree":"10.1.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","relaxed-json":"1.0.3","semver":"7.6.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.25.6","@babel/core":"7.25.2","@babel/eslint-parser":"7.25.1","@babel/preset-env":"7.25.4","@babel/register":"7.24.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.2.1","comment-json":"4.2.5","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.25.2","github-markdown-css":"5.6.1","glob":"11.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"19.0.2","tar-fs":"3.0.6","tmp-promise":"3.0.3","tosource":"1.0.0","webpack":"5.94.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.1.0","gitHead":"924db3f9051e76ec02e9c812ee92df113fd1cf2b","_nodeVersion":"18.20.4","_npmVersion":"10.7.0","dist":{"integrity":"sha512-UmkUB3dZSpf8bqhlulGDbpoxBwcfOk8JvaJTRvJ+AAXKHvTjqeNlFC+GRMqa0EjJJh/0yqpBaJzyaUIx+fjl+A==","shasum":"cb42b812dc21aa3752c50c8be5b5382234dd18ad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.1.0.tgz","fileCount":66,"unpackedSize":3253759,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvci5p4p4NIi/iZjH9YvtHame684sWQK9iFqSzFUwdyQIgSz9IQije5xMIWS55h5kQHOX5WhGzWJhL85TqJHc7c9Q="}],"size":653003},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_7.1.0_1726577973923_0.21653975978671758"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-17T12:59:34.167Z","publish_time":1726577974167,"_source_registry_name":"default","contributors":[]},"7.2.0":{"name":"addons-linter","version":"7.2.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"5.6.4","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.12.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.1.0","espree":"10.2.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","semver":"7.6.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.25.7","@babel/core":"7.25.7","@babel/eslint-parser":"7.25.7","@babel/preset-env":"7.25.7","@babel/register":"7.25.7","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.2.1","comment-json":"4.2.5","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.26.0","github-markdown-css":"5.7.0","glob":"11.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"19.0.2","tar-fs":"3.0.6","tmp-promise":"3.0.3","tosource":"1.0.0","webpack":"5.95.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.2.0","gitHead":"52d06266f074b4d1ef80ea6ed92693828016dc8c","_nodeVersion":"18.20.4","_npmVersion":"10.7.0","dist":{"integrity":"sha512-TxHRgGE9SAzipOwCwKUYs+Ds7e8PQ+yODQRYJLQIx1K9dW/I8igolZ5AHyBQi+b0id2FXZm0UcWrIsk+N4vcBg==","shasum":"1f8e2e4598283978f356891ff98c3aad01bc53d3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.2.0.tgz","fileCount":66,"unpackedSize":3264376,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHJHndb0/pJ9noHSscMiMoX1XIDScLhgs5iMwWDAF7scAiBcfbDC4swNhh+yQBXJuO9eTmaUbPW+sUjGT/RdDrZGYw=="}],"size":657067},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_7.2.0_1728458028803_0.5700520797386592"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-09T07:13:49.094Z","publish_time":1728458029094,"_source_registry_name":"default","contributors":[]},"7.3.0":{"name":"addons-linter","version":"7.3.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"5.6.5","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.12.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.1.0","espree":"10.2.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","semver":"7.6.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.25.7","@babel/core":"7.25.8","@babel/eslint-parser":"7.25.8","@babel/preset-env":"7.25.8","@babel/register":"7.25.7","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.2.1","comment-json":"4.2.5","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.26.0","github-markdown-css":"5.7.0","glob":"11.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"19.0.2","tar-fs":"3.0.6","tmp-promise":"3.0.3","tosource":"1.0.0","webpack":"5.95.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.3.0","gitHead":"396de2a058184c8a25626be077bf9f39b3a19cf8","_nodeVersion":"18.20.4","_npmVersion":"10.7.0","dist":{"integrity":"sha512-10FNXtpp6nN0hUya4yzrKWVs/82VgqNVUnGI5xsiU6B5oxk8uzGN0s7QaPOOURT5qp67KetXaw8a+lb6C6IydQ==","shasum":"de9feab53fd9a79d166153ef301b1b2397fae75a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.3.0.tgz","fileCount":66,"unpackedSize":3263657,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC1y/MczQMYtJZXgvkWU4DbI/pcRQTzulcvyEACd1OM0wIhAMi/kfoLSeGzk+xyIPJaoVsQ2H5cgMp6ub1bgtoeJYSa"}],"size":657002},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_7.3.0_1728906008432_0.22559716326670864"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-14T11:40:08.681Z","publish_time":1728906008681,"_source_registry_name":"default","contributors":[]},"7.4.0":{"name":"addons-linter","version":"7.4.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"5.6.15","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.12.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.0","espree":"10.3.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","semver":"7.6.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.25.9","@babel/core":"7.26.0","@babel/eslint-parser":"7.25.9","@babel/preset-env":"7.26.0","@babel/register":"7.25.9","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.2.1","comment-json":"4.2.5","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.26.0","github-markdown-css":"5.7.0","glob":"11.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"19.0.2","tar-fs":"3.0.6","tmp-promise":"3.0.3","tosource":"1.0.0","webpack":"5.96.1","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.4.0","gitHead":"890ca6484c6034fe10b00ed79ae55008f573d990","_nodeVersion":"18.20.4","_npmVersion":"10.7.0","dist":{"integrity":"sha512-OsAzCIdXymdh6Mo/XQXSQHTnKJvJrzCl7eHspX/GLouRDqdjq5Ep57QtuoYzRbEKcx+aNuZJA/uJDlAGAuMUJw==","shasum":"d8624a7cfa4c68663b0c8ffbeb478a97571b1bb0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.4.0.tgz","fileCount":66,"unpackedSize":3264847,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFkXCIkFFUUIDTM/QbCPRo+C8P4U2Ok+dyZSl2ZJkB21AiEAkm0kmCvrC4BLZDc86WoOTSCsP7upkWC9cneEZLnQX3U="}],"size":657286},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_7.4.0_1731499333631_0.040355623727339474"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-13T12:02:13.891Z","publish_time":1731499333891,"_source_registry_name":"default","contributors":[]},"7.5.0":{"name":"addons-linter","version":"7.5.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"5.6.16","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.12.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.0","espree":"10.3.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","semver":"7.6.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.25.9","@babel/core":"7.26.0","@babel/eslint-parser":"7.25.9","@babel/preset-env":"7.26.0","@babel/register":"7.25.9","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.2.1","comment-json":"4.2.5","eslint-config-amo":"5.10.0","eslint-plugin-amo":"1.26.0","github-markdown-css":"5.8.0","glob":"11.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"2.8.8","pretty-quick":"3.3.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"19.0.2","tar-fs":"3.0.6","tmp-promise":"3.0.3","tosource":"1.0.0","webpack":"5.96.1","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.5.0","gitHead":"842fe9beb24b1f376f8b830fc328b6efaf6a8fa5","_nodeVersion":"18.20.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-RQPv+0tTu+FxysmxVfwy2P1QUaKWLgv18/oDlDc60pTIa5ISc6roYZ1RhSj46au3vJrbs6/ztivDf1STAfpJqA==","shasum":"754b5a625667f30cc59b2feba605901fb55eafac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.5.0.tgz","fileCount":66,"unpackedSize":3268540,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXT4CQnF3XOSvc6k4cMJYRWcrT8DMSQgG+Z/1iUvDG2AIhAO27JggTFlbM9f0ZbhZkgvHeP8C1jc+hXumH0S1w1Fa4"}],"size":660189},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_7.5.0_1732006968785_0.09912482606323025"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-19T09:02:49.087Z","publish_time":1732006969087,"_source_registry_name":"default","contributors":[]},"7.6.0":{"name":"addons-linter","version":"7.6.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"node scripts/build-locales && webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","extract-locales":"webpack --bail --stats-error-details true --color --config webpack.l10n.config.babel.js","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"5.6.21","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.12.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.0","espree":"10.3.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"1.1.1","jed":"1.1.1","json-merge-patch":"1.0.2","os-locale":"5.0.0","pino":"8.20.0","semver":"7.6.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.25.9","@babel/core":"7.26.0","@babel/eslint-parser":"7.25.9","@babel/preset-env":"7.26.0","@babel/register":"7.25.9","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-gettext-extractor":"github:willdurand/babel-gettext-extractor#5.1.0","babel-jest":"29.7.0","babel-loader":"9.2.1","comment-json":"4.2.5","eslint-config-amo":"5.12.0","eslint-plugin-amo":"1.26.0","eslint-plugin-prettier":"5.2.1","github-markdown-css":"5.8.0","glob":"11.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","po2json":"github:mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab","prettier":"3.4.2","pretty-quick":"4.0.0","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"19.0.2","tar-fs":"3.0.6","tmp-promise":"3.0.3","tosource":"1.0.0","webpack":"5.97.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.6.0","gitHead":"deb6b96327ade3b9b63307a083f8000911f72822","_nodeVersion":"18.20.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-gUO+aK2Mk1/KAiZSAOQMcy6ddPHOf6zaPSJbf6PcOCcgEYzR64GnDXrmNb3hIymWS7vS3MIi63N/HwQdqbaibg==","shasum":"72ea2085b85d4a6a8eca0f5668ab3515a572cedb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.6.0.tgz","fileCount":66,"unpackedSize":3268612,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDqSrCMW5ERCzMraxWMLj0+9YEySrx6dZrkjEpTcbOrSAiEA1YDdqqPyD8TaC5Z41T+79ldpXBfDOHVTSd5n6joriMM="}],"size":660187},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/addons-linter_7.6.0_1733315286298_0.944213034988926"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-04T12:28:06.645Z","publish_time":1733315286645,"_source_registry_name":"default","contributors":[]},"7.7.0":{"name":"addons-linter","version":"7.7.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"5.6.24","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.12.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.0","espree":"10.3.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"1.1.1","json-merge-patch":"1.0.2","pino":"8.20.0","semver":"7.6.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.26.4","@babel/core":"7.26.0","@babel/eslint-parser":"7.25.9","@babel/preset-env":"7.26.0","@babel/register":"7.25.9","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"29.7.0","babel-loader":"9.2.1","comment-json":"4.2.5","eslint-config-amo":"5.12.0","eslint-plugin-amo":"1.26.0","eslint-plugin-prettier":"5.2.1","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.4.2","pretty-quick":"4.0.0","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"19.0.2","tar-fs":"3.0.6","tmp-promise":"3.0.3","webpack":"5.97.1","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.7.0","gitHead":"c4507688899aaafe29c522f1b1aec94b78b8a095","_nodeVersion":"18.20.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-Z+TBqJOtReNXPfFtaAWptyg8xYFCKxoUCuBrQtQVjJFv2g9jE39OlHKmlgPVWpZx72EgCvZvqxzdFdRCxjnUkQ==","shasum":"f77e8334b6f31cb98351a80206b8a9cc74f35946","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.7.0.tgz","fileCount":6,"unpackedSize":1514055,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlqDK3OCgirXONoKCx4v2xN05KfxTP6NWQyM38BryEjwIgStntTGxNQ3a3WqIh1OGKvgpelkHgtsz+Rj2cvIF/v2M="}],"size":370411},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.7.0_1734096108354_0.3423090637444408"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-13T13:21:48.627Z","publish_time":1734096108627,"_source_registry_name":"default","contributors":[]},"7.8.0":{"name":"addons-linter","version":"7.8.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"5.6.31","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.12.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.0","espree":"10.3.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"1.2.0","json-merge-patch":"1.0.2","pino":"8.20.0","semver":"7.6.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.26.4","@babel/core":"7.26.0","@babel/eslint-parser":"7.26.5","@babel/preset-env":"7.26.0","@babel/register":"7.25.9","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"29.7.0","babel-loader":"9.2.1","comment-json":"4.2.5","eslint-config-amo":"5.12.0","eslint-plugin-amo":"1.26.0","eslint-plugin-prettier":"5.2.3","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.4.2","pretty-quick":"4.0.0","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.8.5","sinon":"19.0.2","tar-fs":"3.0.8","tmp-promise":"3.0.3","webpack":"5.97.1","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.8.0","gitHead":"344c8100dae5e57a172006fb9855687f3cf1c42e","_nodeVersion":"18.20.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-SnDJUAtrHu1RUMIiIZXNN8wF0ze7IbDokwUy5HZYlCkNTn8E4RcI74xhdHtCdtoQprAmyhxePP/hFf+9XPhe8w==","shasum":"66cf83e1fb16e6e9ab29c330e9c01072fc4adedb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.8.0.tgz","fileCount":6,"unpackedSize":1524269,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEV2S3NmZTjSW3YK/axM7GE6wAVRQw3Aq7AmGC+5jfLWAiAvdwkuQM9S8vAzz1pHhepVcjMvQljE8vP9Vww85RwAaw=="}],"size":372145},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.8.0_1737539709613_0.9477897867718283"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-22T09:55:09.825Z","publish_time":1737539709825,"_source_registry_name":"default","contributors":[]},"7.9.0":{"name":"addons-linter","version":"7.9.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"5.7.3","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.12.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.0","espree":"10.3.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.1","json-merge-patch":"1.0.2","pino":"8.20.0","semver":"7.7.1","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.26.4","@babel/core":"7.26.10","@babel/eslint-parser":"7.26.10","@babel/preset-env":"7.26.9","@babel/register":"7.25.9","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"29.7.0","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.13.0","eslint-plugin-amo":"2.0.0","eslint-plugin-prettier":"5.2.3","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.5.3","pretty-quick":"4.1.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.9.2","sinon":"19.0.2","tar-fs":"3.0.8","tmp-promise":"3.0.3","webpack":"5.98.0","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.9.0","gitHead":"d7e63155cc0610cc94e927d1d981611749bf361e","_nodeVersion":"18.20.7","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ehoh43VG+DGOVxdT0XsO6camSMaHRCJf7shHX2qtKMRQo/29M1fGwZ+ssRTL0SucqLCvsmu3hmv13fEhC+79aA==","shasum":"922b3e5729aefa966d313b6099c9628f69fa9765","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.9.0.tgz","fileCount":6,"unpackedSize":1528365,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGTtDmRQ/aTZXRl4kI1vunOi7k3DlxectWHGTcm0tPHTAiA1/VXdCKCDlpi5qN/wV+pRHU1od47J4PbZxtCjyWQmfw=="}],"size":373115},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.9.0_1742286723860_0.5649531094739486"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-18T08:32:04.063Z","publish_time":1742286724063,"_source_registry_name":"default","contributors":[]},"7.10.0":{"name":"addons-linter","version":"7.10.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"6.0.5","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.12.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.0","espree":"10.3.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"8.20.0","semver":"7.7.1","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.27.0","@babel/core":"7.26.10","@babel/eslint-parser":"7.27.0","@babel/preset-env":"7.26.9","@babel/register":"7.25.9","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"29.7.0","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.15.0","eslint-plugin-amo":"2.1.0","eslint-plugin-prettier":"5.2.6","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.5.3","pretty-quick":"4.1.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.9.2","sinon":"20.0.0","tar-fs":"3.0.8","tmp-promise":"3.0.3","webpack":"5.99.5","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.10.0","gitHead":"6dfcb84a97d2831141f96aa2cf891b860481046b","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-5cNHFjM1hIHgG+Wy26HR4A/qzJ6+seL07vu49WeeX624hYgKEyzGgAfMG4tQYQi/9rspI6aN1O95ADH6dpd76w==","shasum":"840f24ffa12e8c23ced0fd80ae0c068c6f0adc0b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.10.0.tgz","fileCount":6,"unpackedSize":1530315,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDFdjpgiUKjMJtlFhvdqrWcdEXgUfj3mSXxlA0MkIZFoAiBOQT+G0Vt9B4XV38tjTKOSDOoJm7Lf6uEW9KkvRpYFsA=="}],"size":373454},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.10.0_1744723531706_0.46579285404114024"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-15T13:25:31.949Z","publish_time":1744723531949,"_source_registry_name":"default","contributors":[]},"7.11.0":{"name":"addons-linter","version":"7.11.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"6.0.6","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.12.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.0","espree":"10.3.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"8.20.0","semver":"7.7.1","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.27.0","@babel/core":"7.26.10","@babel/eslint-parser":"7.27.0","@babel/preset-env":"7.26.9","@babel/register":"7.25.9","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"29.7.0","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.15.0","eslint-plugin-amo":"2.1.0","eslint-plugin-prettier":"5.2.6","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.5.3","pretty-quick":"4.1.1","raw-loader":"4.0.2","replace-in-file":"7.2.0","shelljs":"0.9.2","sinon":"20.0.0","tar-fs":"3.0.8","tmp-promise":"3.0.3","webpack":"5.99.5","webpack-cli":"5.1.4","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.11.0","gitHead":"3bd6c3874185263ad025485e230dcbdb83517d7d","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-SW9J4eWom7U1RVh2Zzb73uzYf9TYVII0+zRRGtFskz3TTidhuSTErHAIZe2UgUq890LHSGgv6hAWsDHftYJ/7A==","shasum":"bdc3f75641c299d06b00b0044f1651f5b54ed97b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.11.0.tgz","fileCount":6,"unpackedSize":1532102,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHhHGPFoUdbiBCZhbrg5mYJe8pa4hQWSQco9+fCZAaJBAiEAzZ7P7z1ZYXE1JhCvzrXXs312t2skTJNVUPU0DZZ4/u8="}],"size":373841},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.11.0_1744817428028_0.6709665561943461"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-16T15:30:28.277Z","publish_time":1744817428277,"_source_registry_name":"default","contributors":[]},"7.12.0":{"name":"addons-linter","version":"7.12.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"6.0.16","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.0","espree":"10.3.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"8.20.0","semver":"7.7.2","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.27.2","@babel/core":"7.27.1","@babel/eslint-parser":"7.27.1","@babel/preset-env":"7.27.2","@babel/register":"7.27.1","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"29.7.0","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.15.0","eslint-plugin-amo":"2.1.0","eslint-plugin-prettier":"5.4.0","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.5.3","pretty-quick":"4.1.1","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"20.0.0","tar-fs":"3.0.8","tmp-promise":"3.0.3","webpack":"5.99.9","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.12.0","gitHead":"bd50edb51e63b51292a4963e00a07239b5016255","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-nvVnLqZvLCtPlvLiiJx8s217k5UvXOMQ/Y2qDutBXu8I8CK3pL6uLr5KvZan4eqEY1c1iHekvb3fnvf86a/4fA==","shasum":"9ec72b5ceca0a8d70da8a3b6571c38ad67772b72","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.12.0.tgz","fileCount":6,"unpackedSize":1533764,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGrlc3PDPGiLhAm6u6MjB6+9/JrONSMFLG8An7eoCzE9AiA4kZ2iQp4nJzPCGvEBFpNejGGEr6UwQB/D0UOIsw1FhQ=="}],"size":374362},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.12.0_1747918892308_0.04622734894248337"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-22T13:01:32.544Z","publish_time":1747918892544,"_source_registry_name":"default","contributors":[]},"7.13.0":{"name":"addons-linter","version":"7.13.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"6.0.16","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.0","espree":"10.3.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"8.20.0","semver":"7.7.2","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.27.2","@babel/core":"7.27.1","@babel/eslint-parser":"7.27.1","@babel/preset-env":"7.27.2","@babel/register":"7.27.1","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"29.7.0","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.15.0","eslint-plugin-amo":"2.1.0","eslint-plugin-prettier":"5.4.0","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.5.3","pretty-quick":"4.1.1","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"20.0.0","tar-fs":"3.0.9","tmp-promise":"3.0.3","webpack":"5.99.9","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.13.0","gitHead":"d8195c0022a35dbc2755e13741150c1280c0585d","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-PCtnZtFfMw+7NSwHEsXPxlUC37ixvx4WBMUbT3T2WQ4N002lATRJQD4ixIXYbRNMDESrC8H2H91ReEE5jmS+Qg==","shasum":"c125b994fdd8c6ec7fe8ca0cbbf02848d7e70f23","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.13.0.tgz","fileCount":6,"unpackedSize":1534919,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIH/4/dLQRYEWNONFB2ZmKBKYyw1RVN1Yn/NNdudp0aRRAiAJb1u7VGJ+xNKv7UYMeSIJ2ZI1pY/xewULBLyBUdGzWQ=="}],"size":374593},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.13.0_1748007738376_0.92277683756395"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-23T13:42:18.638Z","publish_time":1748007738638,"_source_registry_name":"default","contributors":[]},"7.14.0":{"name":"addons-linter","version":"7.14.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"6.0.19","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.0","espree":"10.3.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"8.20.0","semver":"7.7.2","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.27.2","@babel/core":"7.27.4","@babel/eslint-parser":"7.27.5","@babel/preset-env":"7.27.2","@babel/register":"7.27.1","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"29.7.0","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.16.0","eslint-plugin-amo":"2.2.0","eslint-plugin-prettier":"5.4.1","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"29.7.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.5.3","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"20.0.0","tar-fs":"3.0.9","tmp-promise":"3.0.3","webpack":"5.99.9","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.14.0","gitHead":"8628b113ea56561ba637bed9e5b8f7eff05cfcf0","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-n1NozUsM3nVohMFAxWsaEB6n63CLcBDkEGLREb40qpNYDPFJ7UEVOnAwfLXNsGblCgi0YYHsEbz6Gd5NnKLNvw==","shasum":"05fefa42ceb0e547638492f1da4388d23daf744d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.14.0.tgz","fileCount":6,"unpackedSize":1536761,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBONw/27mPM7fT+Ko0Wu26A/mwc4AUCRs9KU8SzUSwgHAiEA3fKwYjLHnVXIaqSeqnfUIb18Ysp40LOy+4bmflBZqak="}],"size":374845},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.14.0_1748957023729_0.4623569534541878"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-03T13:23:43.976Z","publish_time":1748957023976,"_source_registry_name":"default","contributors":[]},"7.15.0":{"name":"addons-linter","version":"7.15.0","author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","_id":"addons-linter@7.15.0","maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"homepage":"https://github.com/mozilla/addons-linter#readme","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"bin":{"addons-linter":"bin/addons-linter"},"dist":{"shasum":"c55586ace3176d6f99d1d8c59c99d8c83e057142","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.15.0.tgz","fileCount":6,"integrity":"sha512-Q8obxw1vrud4jcbLP4VWhJL5JS/JrC2ohZVh3NqJ98byPs71Hw+2Yq4Lqt+OpMov60uSS7BC1mdy3LloQ2KlYA==","signatures":[{"sig":"MEUCIQClErc58gYPgdRPcJLmG15Z5QXo6WvXOzEIqWAu4ar6EwIgDAkl01nAq13lIok8CWDn5UlRQGi5SUsOwfq9LHyB4vo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1536785,"size":374851},"main":"dist/addons-linter.js","engines":{"node":">=18.0.0"},"gitHead":"a367ff3cbeb1483d61f48e660b2a625242dc4c2b","scripts":{"lint":"npm run eslint","test":"jest --runInBand --watch 'tests/.*'","build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test-ci":"npm run test-coverage-once","prettier":"prettier --write '**'","test-once":"jest --runInBand","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt","test-integration":"jest --runInBand --config=jest.integration.config.js","test-coverage-once":"jest --runInBand --coverage","webext-test-functional":"scripts/webext-test-functional","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts"},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"repository":{"url":"git+https://github.com/mozilla/addons-linter.git","type":"git"},"_npmVersion":"10.8.2","description":"Mozilla Add-ons Linter","directories":{},"_nodeVersion":"18.20.8","browserslist":["node >=18.0.0"],"dependencies":{"ajv":"8.17.1","pino":"8.20.0","chalk":"4.1.2","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0","eslint":"8.57.1","espree":"10.4.0","semver":"7.7.2","cheerio":"1.0.0-rc.12","esprima":"4.0.1","columnify":"1.6.0","deepmerge":"4.3.1","image-size":"2.0.2","common-tags":"1.8.2","@fluent/syntax":"0.19.0","fast-json-patch":"3.1.1","json-merge-patch":"1.0.2","addons-moz-compare":"1.3.0","source-map-support":"0.5.21","eslint-visitor-keys":"4.2.1","addons-scanner-utils":"9.13.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"6.0.23","eslint-plugin-no-unsanitized":"4.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","yazl":"2.5.1","async":"3.2.6","sinon":"20.0.0","tar-fs":"3.0.9","hashish":"0.0.4","shelljs":"0.10.0","webpack":"5.99.9","prettier":"3.5.3","@babel/cli":"7.27.2","babel-core":"7.0.0-bridge.0","babel-jest":"30.0.0","node-fetch":"2.6.11","raw-loader":"4.0.2","@babel/core":"7.27.4","markdown-it":"14.1.0","tmp-promise":"3.0.3","webpack-cli":"6.0.1","babel-loader":"10.0.0","comment-json":"4.2.5","gunzip-maybe":"1.4.2","pretty-quick":"4.2.2","@babel/register":"7.27.1","replace-in-file":"8.3.0","lodash.clonedeep":"4.5.0","@babel/preset-env":"7.27.2","eslint-config-amo":"5.16.0","eslint-plugin-amo":"2.2.0","lodash.ismatchwith":"4.4.0","markdown-it-anchor":"9.2.0","github-markdown-css":"5.8.1","@babel/eslint-parser":"7.27.5","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","eslint-plugin-prettier":"5.4.1","webpack-node-externals":"3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/addons-linter_7.15.0_1750083767883_0.7043960692234312","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-06-16T14:22:48.117Z","publish_time":1750083768117,"_source_registry_name":"default","contributors":[]},"7.16.0":{"name":"addons-linter","version":"7.16.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"6.0.26","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.1","espree":"10.4.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"9.7.0","semver":"7.7.2","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.27.2","@babel/core":"7.27.4","@babel/eslint-parser":"7.27.5","@babel/preset-env":"7.27.2","@babel/register":"7.27.1","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.0.2","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.17.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.1","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.0.3","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.1","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.0.10","tmp-promise":"3.0.3","webpack":"5.99.9","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.16.0","gitHead":"d115c5be7380544d79b79aaac428d8263202e28d","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-jkNCLQzz0qgHJIyc0HF0X3draNpbt8ZjjSz+3JBPkDyalSbKc/xoEB8Ysou9vswAZ6XYrXhBe5FzUyKAd21iug==","shasum":"28623ef50575419c3ecb567823c9d97d85901cbc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.16.0.tgz","fileCount":6,"unpackedSize":1539454,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQChOoZ4tLH1nRToT3AVD2zYsCVTz4IeKwxhUPh2roPfuwIhAKGwR19IwSp8EO5d5zL5L8XTYgxkAK3h7UUfMxnClIL+"}],"size":375395},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com","actor":{"name":"addons-robot","email":"addons-dev-automation+npm@mozilla.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.16.0_1750863694253_0.19830873636540813"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-25T15:01:34.440Z","publish_time":1750863694440,"_source_registry_name":"default","contributors":[]},"7.17.0":{"name":"addons-linter","version":"7.17.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"6.0.29","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.1","espree":"10.4.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"9.7.0","semver":"7.7.2","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.0","@babel/core":"7.28.0","@babel/eslint-parser":"7.28.0","@babel/preset-env":"7.28.0","@babel/register":"7.27.1","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.0.4","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.17.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.1","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.0.4","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.0","tmp-promise":"3.0.3","webpack":"5.99.9","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.17.0","gitHead":"366e510b4282956ab18a101fdd69eb4c566fe4d2","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-97sDzPAyz1oypXNOZ7d+pzb6rGL0nF452CHZeImxrxXr8bIIs3ZKgVI5HZrJgdMdxtYBenGh+k5A6x09VrlL4Q==","shasum":"1da4d582415f1c4454392cb4c1e37256546e8ddc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.17.0.tgz","fileCount":6,"unpackedSize":1539452,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHGoMyx3x2YgyA/Lf99lxhq0Hg2UxpKG/ku7k/cpto2AAiBTN9Sm/tpyCVka3My7GIZhyPXD1d0UY4ifXy4CrtoZIQ=="}],"size":375388},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com","actor":{"name":"addons-robot","email":"addons-dev-automation+npm@mozilla.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.17.0_1751897424023_0.96306996096718"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-07T14:10:24.241Z","publish_time":1751897424241,"_source_registry_name":"default","contributors":[]},"7.18.0":{"name":"addons-linter","version":"7.18.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"6.0.32","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.1","espree":"10.4.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"9.7.0","semver":"7.7.2","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.0","@babel/core":"7.28.0","@babel/eslint-parser":"7.28.0","@babel/preset-env":"7.28.0","@babel/register":"7.27.1","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.0.4","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.17.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.1","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.0.4","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.0","tmp-promise":"3.0.3","webpack":"5.100.2","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.18.0","gitHead":"aa00ab1a5334643e8bbfb4946a8df0a5fb08414c","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-XJ2FiBjwuprKaFte/5KEOPgym3OuBJw1sutUipeYtQ8q2StVzXqwKY+Fwp0wciDlFkmiQmxP9AMeDiKrc0MdRw==","shasum":"9403e93e87832c394cc79a5cd76d31888ca961cc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.18.0.tgz","fileCount":6,"unpackedSize":1539668,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD45YOi8L602QzmC43tvbFxQSSLSXsrtd9xMZbE4l/z2QIgNLBfF+rhljmWNCnVAFoyBrGGKr8M1uwXvls1+Irqc9o="}],"size":375490},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.18.0_1752739196170_0.8789364734531251"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-17T07:59:56.432Z","publish_time":1752739196432,"_source_registry_name":"default","contributors":[]},"7.19.0":{"name":"addons-linter","version":"7.19.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"6.0.36","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.2","eslint-visitor-keys":"4.2.1","espree":"10.4.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"9.7.0","semver":"7.7.2","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.0","@babel/core":"7.28.0","@babel/eslint-parser":"7.28.0","@babel/preset-env":"7.28.0","@babel/register":"7.27.1","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.0.5","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.17.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.3","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.0.5","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.0","tmp-promise":"3.0.3","webpack":"5.101.0","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.19.0","gitHead":"458a806b9e3e9a073b42c8baec6470228a3f8f88","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-h3w/qp11FGXhrCU/WNhUalwBGghjrBrTG9N72kzyja9bS9b8RVF4B6Dcvko7qdj2bnxt+E+3fgU4rKIHFEbSrA==","shasum":"c8296cc0a14b09561fc2542ae7e2e4c4fa4ed234","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.19.0.tgz","fileCount":6,"unpackedSize":1541161,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDHJzihVOPbo+p5c3RoRg0RB/g9pnzL/Ed9k8DVjrpDfgIhAIhikr9kSg3Bc6mkXiX6jNJUI777iOck87wcqCGDPLYX"}],"size":375624},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.19.0_1753968861378_0.27214227743229236"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-31T13:34:21.615Z","publish_time":1753968861615,"_source_registry_name":"default","contributors":[]},"7.20.0":{"name":"addons-linter","version":"7.20.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.1.5","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.0.0-rc.12","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"4.2.1","espree":"10.4.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"9.9.5","semver":"7.7.2","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.4","@babel/eslint-parser":"7.28.4","@babel/preset-env":"7.28.3","@babel/register":"7.28.3","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.1.2","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.17.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.4","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.1.3","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.0","tmp-promise":"3.0.3","webpack":"5.101.3","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@7.20.0","gitHead":"751b5f3c3a96b507f82b4fa6a3b2a0265c823acf","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-c6drrGsO91oGyqEdEZ3KIBFrSiSlhM5CKxoebBatH1l2vN1ByuRAlp9YUHLCjypLONThPcb+tVTA7X6yKIhpsw==","shasum":"08103d711643bcff5db077068ab9733178722b5f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-7.20.0.tgz","fileCount":6,"unpackedSize":1538406,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFzWF6Xkx0Ep3R3uXRtOw5B1Ty87aJ+50+hhRcMshJ0SAiAMJmhZa2+Stmw9yawfjX98826Y3yqY9gmEYBs0fHRQMQ=="}],"size":375678},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_7.20.0_1758033571224_0.7779385767233167"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-16T14:39:31.497Z","publish_time":1758033571497,"_source_registry_name":"default","contributors":[]},"8.0.0":{"name":"addons-linter","version":"8.0.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.1.7","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.1.2","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"4.2.1","espree":"10.4.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"9.11.0","semver":"7.7.2","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.4","@babel/eslint-parser":"7.28.4","@babel/preset-env":"7.28.3","@babel/register":"7.28.3","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.1.2","babel-loader":"10.0.0","comment-json":"4.2.5","eslint-config-amo":"5.17.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.4","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.1.3","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.101.3","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@8.0.0","gitHead":"c7cf8f94c0b39d40922c85a74e5d57ceaaee947a","_nodeVersion":"20.19.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-atU+Y6zKv22LUSYU6JQ7f7no+l3etUp/XFpQglClL5gO7CPaLq03/1wcvBs5qQl0icGLY6ZnM60flnrsp0otNA==","shasum":"01e35696f778daac5078d62e1bd5b64978789dad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-8.0.0.tgz","fileCount":6,"unpackedSize":1538809,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIB1Er/VRh2CwaCxcnkqfZVwII2o52L3miX7fXnbyJty9AiBAgpmuyae5YwnA4zu4e6ei30BLv6MltgZ3U0iO/fZONA=="}],"size":375713},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_8.0.0_1758707086176_0.017258378539463326"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-24T09:44:46.444Z","publish_time":1758707086444,"_source_registry_name":"default","contributors":[]},"8.1.0":{"name":"addons-linter","version":"8.1.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.1.9","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.1.2","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"4.2.1","espree":"10.4.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"9.13.0","semver":"7.7.2","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.4","@babel/eslint-parser":"7.28.4","@babel/preset-env":"7.28.3","@babel/register":"7.28.3","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.3.0","eslint-config-amo":"5.17.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.4","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.102.0","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@8.1.0","gitHead":"df637b24b9aa31922439cef5788ce75fea81c277","_nodeVersion":"20.19.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-NXxlGtl0phUMirbqqYAcBQ4EePS88wvSjjS6TZX4NfnKgEs67GmY7EqPm4KF4+EdvXQNzoFgWJuJfTTsqPXpjw==","shasum":"389152abc230d2dc084637fd665a4309cc06f99a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-8.1.0.tgz","fileCount":6,"unpackedSize":1540394,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDVST9EJ+B/pS7uSh3fTvKG6RIbXKWpQJpFk1hbaCVPqwIhAPrCQXwa5ghuE4MD3x2TEd7tucvEKbfNVb8+40GkMdmF"}],"size":375972},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_8.1.0_1759482222483_0.07613514354223505"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-03T09:03:42.723Z","publish_time":1759482222723,"_source_registry_name":"default","contributors":[]},"8.2.0":{"name":"addons-linter","version":"8.2.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.1.14","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.1.2","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"4.2.1","espree":"10.4.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"9.13.0","semver":"7.7.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.4","@babel/eslint-parser":"7.28.4","@babel/preset-env":"7.28.3","@babel/register":"7.28.3","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.4.1","eslint-config-amo":"5.17.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.4","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.102.1","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@8.2.0","gitHead":"7a2456e13c85e915302cdf345c00916e31af24cf","_nodeVersion":"20.19.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-IW08saFGCa7l39TModR1Z6X6al5sC7AVIvxdsXbXFTAy+RTb+7IczcT0LLlSWABZXMeJ/4nv7LDkeoO3KTzlFw==","shasum":"d572974b32fa46300e5cde6833c5df3bc6eca92c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-8.2.0.tgz","fileCount":6,"unpackedSize":1540782,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD4t2wNGIo0SGk7Z90K0w4djrwQ/d3nhdCBb3w+0Tzh7gIhAIbkiKpV9IuaLK/fI8ScG3zbGjlfP6wYtLrWreVQLl3S"}],"size":376056},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_8.2.0_1760965347412_0.33023508506575694"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-20T13:02:27.644Z","publish_time":1760965347644,"_source_registry_name":"default","contributors":[]},"8.3.0":{"name":"addons-linter","version":"8.3.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.1.14","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.1.2","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"4.2.1","espree":"10.4.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"9.13.0","semver":"7.7.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.4","@babel/eslint-parser":"7.28.4","@babel/preset-env":"7.28.3","@babel/register":"7.28.3","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.4.1","eslint-config-amo":"5.17.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.4","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.102.1","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@8.3.0","gitHead":"4870dd7504ac0d02a9759470d192fe05fe1e5223","_nodeVersion":"20.19.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-mzoYYiggL0KXqP2iL3clCzL3baHDevrnLTtJzuXHGYMmVrjXevv7lIYipfWNZbx/BMDtuEL2+KqyR/k70DOoVA==","shasum":"8abe0752f5b125788a83f898cb7159e9bcad8c41","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-8.3.0.tgz","fileCount":6,"unpackedSize":1540994,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBOOit8fhIbMtXiAWt5xi5GdYWYEFGAk6nw1ghkrlRmoAiAf5hh+D2zyqvfkPCY7tnvgyWD4+BfrGcY5IkK9CqYvPg=="}],"size":376109},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_8.3.0_1761124718235_0.20164358432794116"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-22T09:18:38.489Z","publish_time":1761124718489,"_source_registry_name":"default","contributors":[]},"8.4.0":{"name":"addons-linter","version":"8.4.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* .","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.1.15","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.13.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.1.2","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"8.57.1","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"4.2.1","espree":"10.4.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"9.13.0","semver":"7.7.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.4","@babel/eslint-parser":"7.28.4","@babel/preset-env":"7.28.3","@babel/register":"7.28.3","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.4.1","eslint-config-amo":"5.17.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.4","github-markdown-css":"5.8.1","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.102.1","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@8.4.0","gitHead":"9a05c91436402ff4afa8ddca4d5f3d71f22575f6","_nodeVersion":"20.19.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-cd5XZ2W+6aNXvOVtd67Ehzv960/ZkXIuTBndyrtlYQZVDqHbQI4FJtNGcL+CsUqucuPrUKxDtNZZBfAchPOFrg==","shasum":"62b53a53f5fffb2e1048a92f88190b8102193109","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-8.4.0.tgz","fileCount":6,"unpackedSize":1542227,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCaO8jckMiC4B7VTV8fJYHkUj+QbYWCx+3kAjMFfZDsTwIhAMnuii21hGIi0VH6BzXXjzVhz8i/z407Xx1G+Zr4WSc9"}],"size":376305},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_8.4.0_1761234487418_0.1472559982106587"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-23T15:48:07.658Z","publish_time":1761234487658,"_source_registry_name":"default","contributors":[]},"9.0.0":{"name":"addons-linter","version":"9.0.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.1.21","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.14.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.1.2","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.0","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"5.0.0","espree":"11.0.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.1.0","semver":"7.7.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.5","@babel/eslint-parser":"7.28.5","@babel/preset-env":"7.28.5","@babel/register":"7.28.3","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.4.1","eslint-config-amo":"7.0.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.4","github-markdown-css":"5.8.1","globals":"16.5.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.102.1","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@9.0.0","gitHead":"efdbdb60ec59415f01093a6a916c4cd818cb96a1","_nodeVersion":"20.19.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-S6kqkEjIvdA/yr29o/6OUfGOXVRMoQ3GqKpLAuhJn8epDsUjA4wrJE5qtQI0/4CHj30PlIqyYqK0WuOcr+0vRA==","shasum":"03238e19c9584002711dc4eeee11470172d7e4f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-9.0.0.tgz","fileCount":6,"unpackedSize":1542190,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC9XbjtaWpRGyWCGR0MKC8vWXOymX9YT+atEct6kEE9EwIhAMuUH06ObGKllcKHndJoG8kcL8su/Y/41tIiWi0ea0qN"}],"size":376338},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_9.0.0_1763036837055_0.0035331763487187473"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-13T12:27:17.319Z","publish_time":1763036837319,"_source_registry_name":"default","contributors":[]},"9.1.0":{"name":"addons-linter","version":"9.1.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.1.21","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.14.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.1.2","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.0","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"5.0.0","espree":"11.0.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.1.0","semver":"7.7.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.5","@babel/eslint-parser":"7.28.5","@babel/preset-env":"7.28.5","@babel/register":"7.28.3","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.4.1","eslint-config-amo":"7.0.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.4","github-markdown-css":"5.8.1","globals":"16.5.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.102.1","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@9.1.0","gitHead":"d735f7a3ac5f9af2c9a9be8ddec73448c21f216a","_nodeVersion":"20.19.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-W2iVeTYZ/uP2lFEgKn/WdZXOwUpLrOx6s5qwNOgjxExIXg2kqVTg5vxu29iNd7pO5t7AKNNm0UW6BLXZMJOUyA==","shasum":"d6642188191a3df9d62368bf6db03061305c211e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-9.1.0.tgz","fileCount":6,"unpackedSize":1542234,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDWLdU0nvOQYeyLJaNlKM4C6yTF4NfFXKrluWsyVe+pUQIgI45MPNAnC5ADqqId8LVnFhc5SoAqAA2ATehNRGtlVS0="}],"size":376349},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_9.1.0_1763374449701_0.5193195828659101"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-17T10:14:09.946Z","publish_time":1763374449946,"_source_registry_name":"default","contributors":[]},"9.2.0":{"name":"addons-linter","version":"9.2.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.1.22","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.14.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.1.2","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.0","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"5.0.0","espree":"11.0.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.1.0","semver":"7.7.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.5","@babel/eslint-parser":"7.28.5","@babel/preset-env":"7.28.5","@babel/register":"7.28.3","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.4.1","eslint-config-amo":"7.0.0","eslint-plugin-amo":"2.3.0","eslint-plugin-prettier":"5.5.4","github-markdown-css":"5.8.1","globals":"16.5.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.6.2","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.102.1","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@9.2.0","gitHead":"84ee5e7456a649a02b9be6604255c1b1cfaf8018","_nodeVersion":"20.19.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-0rPW6qjbLjBRBT02NZoY9wSc4KfwVV9tWJ0YHPOTT90yULJdYfv6ZzrVSvRyjm+jtqYyg06K0kSVkK3Gmp3yfA==","shasum":"1dc556648a5dbdf007cfc4ad022f9e53975970de","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-9.2.0.tgz","fileCount":6,"unpackedSize":1542234,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFyv5+CgOe32do6gabo1Q9WRNEr8x9MNk11Aht9X6M3dAiB6Roju6CrOQv1udgz96/ARIneQwKujEEB4rTPXkSvdjQ=="}],"size":376355},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_9.2.0_1763543168321_0.727986216137084"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-19T09:06:08.582Z","publish_time":1763543168582,"_source_registry_name":"default","contributors":[]},"9.3.0":{"name":"addons-linter","version":"9.3.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.1.23","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.14.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.1.2","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.0","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"5.0.0","espree":"11.0.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.1.0","semver":"7.7.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.5","@babel/eslint-parser":"7.28.5","@babel/preset-env":"7.28.5","@babel/register":"7.28.3","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.4.1","eslint-config-amo":"7.1.0","eslint-plugin-amo":"2.5.1","eslint-plugin-prettier":"5.5.4","github-markdown-css":"5.8.1","globals":"16.5.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.7.3","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.3.0","shelljs":"0.10.0","sinon":"21.0.0","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.103.0","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@9.3.0","gitHead":"3c2b22b7aa974c8b1325da6cc7354c512d0f5fc7","_nodeVersion":"20.19.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ztAL+P1yfS3b74rs2y/ExM9yp0AM8TfdBsuC4wyS2Z/Rz0NyqLAgiYeLTw6cMZF1HSLmnsxGEslpsvY5HL/EJw==","shasum":"1b661a5a1b4181b8cb4b434e75e1bffd5b01da91","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-9.3.0.tgz","fileCount":6,"unpackedSize":1542250,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCve5oLZQoUl1n1dfXymHVpPd5O8NSXHpVEQzFU35nChAIgG0dCIm+W5iVaMUMXkjkArUe0jJQjERSSYSEtjpo78AE="}],"size":376361},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_9.3.0_1764670587151_0.9325910619342335"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-02T10:16:27.378Z","publish_time":1764670587378,"_source_registry_name":"default","contributors":[]},"9.4.0":{"name":"addons-linter","version":"9.4.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.2.4","addons-moz-compare":"1.3.0","addons-scanner-utils":"9.15.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.1.2","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.2","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"5.0.0","espree":"11.0.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.2.0","semver":"7.7.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"7.28.6","@babel/eslint-parser":"7.28.6","@babel/preset-env":"7.28.6","@babel/register":"7.28.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.5.1","eslint-config-amo":"7.2.0","eslint-plugin-amo":"2.5.1","eslint-plugin-prettier":"5.5.5","github-markdown-css":"5.8.1","globals":"17.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.8.0","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.4.0","shelljs":"0.10.0","sinon":"21.0.1","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.104.1","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@9.4.0","gitHead":"aae250f3edb7c5467e2911f18ce11684dce0be91","_nodeVersion":"20.19.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-+m1Lbgx5CaOno8rkRZRvSz4KfbhPDRetS8M/zCzh2nwvDWykuVHd5sMwnDPAbVKjFcMwwhL6lRyLMUEFAvTRkg==","shasum":"2f621fd761653fe90794bfd4ff49636f2fcd2062","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-9.4.0.tgz","fileCount":6,"unpackedSize":1544643,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHjGAKWIXYmduB7pF8BuWi/h19foY1/LvoMexR2+yU2TAiEA9vnqan4N3UfnClwsREB3Sr3ywJX1T6gAvrGz1ULsMzc="}],"size":376936},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_9.4.0_1768571176714_0.6870327721738871"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-16T13:46:16.928Z","publish_time":1768571176928,"_source_registry_name":"default","contributors":[]},"9.5.0":{"name":"addons-linter","version":"9.5.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.2.4","addons-moz-compare":"1.3.0","addons-scanner-utils":"10.2.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.1.2","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.2","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"5.0.0","espree":"11.1.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.2.1","semver":"7.7.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"7.28.6","@babel/eslint-parser":"7.28.6","@babel/preset-env":"7.28.6","@babel/register":"7.28.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.5.1","eslint-config-amo":"7.2.0","eslint-plugin-amo":"2.5.1","eslint-plugin-prettier":"5.5.5","github-markdown-css":"5.8.1","globals":"17.0.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.8.1","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.4.0","shelljs":"0.10.0","sinon":"21.0.1","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.104.1","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@9.5.0","gitHead":"f98b0c196b5d2aa64130da622c1aeb4da1929b98","_nodeVersion":"20.19.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-jV3gaZ9tLvLJQZyyZTLbDVFoKPA1lA7LmsCxZG62OKf5Y2ZMdTposSMFffnnMMQsjqHY7TP3DwTPwRP4e80w9A==","shasum":"d3fc86136ef3ee24d2d027e5c5e226a8683dea01","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-9.5.0.tgz","fileCount":6,"unpackedSize":1549370,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBnbWAzeqF4kwlFp7tkY4j+KYivhN8ILe+Src9YI0laXAiBMImmfLgCjTFo4Fb8eELF7UPeKRWgNT+AMBHeA4kvzqA=="}],"size":377740},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_9.5.0_1769098287324_0.3112412429979241"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-22T16:11:27.525Z","publish_time":1769098287525,"_source_registry_name":"default","contributors":[]},"9.6.0":{"name":"addons-linter","version":"9.6.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.3.0","addons-moz-compare":"1.3.0","addons-scanner-utils":"10.2.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.2.0","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.2","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"5.0.0","espree":"11.1.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.3.0","semver":"7.7.3","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"7.29.0","@babel/eslint-parser":"7.28.6","@babel/preset-env":"7.29.0","@babel/register":"7.28.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.5.1","eslint-config-amo":"7.2.0","eslint-plugin-amo":"2.5.1","eslint-plugin-prettier":"5.5.5","github-markdown-css":"5.8.1","globals":"17.3.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.8.1","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.4.0","shelljs":"0.10.0","sinon":"21.0.1","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.104.1","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@9.6.0","gitHead":"d4e9b1fb061a869900fecba6604215ae5c8781ef","_nodeVersion":"20.19.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-hoZFDg/4Ial7xw2SDrnQJ6iyLtf0KdP/NRhLP1bX+SKNmFLJskDIvWOCbDAC1qUq7cNrt4yCvGlr3UO0VZaluw==","shasum":"83599052b127b4a545fee5cc8e206e5df00a3e37","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-9.6.0.tgz","fileCount":6,"unpackedSize":1551002,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFypiiEaKc/zh5vIslKeersJPbJpAq06InqPx1eLDjHaAiEAme9l5Uilt6Uq7hrHccULNrYgZSfbZMps/yAXjV5eGrU="}],"size":378040},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_9.6.0_1770038383534_0.8395263838807963"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-02T13:19:43.751Z","publish_time":1770038383751,"_source_registry_name":"default","contributors":[]},"9.7.0":{"name":"addons-linter","version":"9.7.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.3.1","addons-moz-compare":"1.3.0","addons-scanner-utils":"10.2.0","ajv":"8.17.1","chalk":"4.1.2","cheerio":"1.2.0","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.2","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"5.0.0","espree":"11.1.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.3.0","semver":"7.7.4","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"7.29.0","@babel/eslint-parser":"7.28.6","@babel/preset-env":"7.29.0","@babel/register":"7.28.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.5.1","eslint-config-amo":"7.2.0","eslint-plugin-amo":"2.5.1","eslint-plugin-prettier":"5.5.5","github-markdown-css":"5.9.0","globals":"17.3.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.0","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.8.1","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.4.0","shelljs":"0.10.0","sinon":"21.0.1","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.105.0","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@9.7.0","gitHead":"5ca93f9ed31c3ecda01713f5d08a1d2c9be754cd","_nodeVersion":"20.19.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-+j+5eMQCpaYekPUU5BhOeam7raHxbAm5zwXw69IyJm0Nl6pI60l2jxQKeMXcVfs1aDYA1Gj/atimZnAdZNHteA==","shasum":"4ceaab77ca0d695c989092786f4d2430f13a2a45","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-9.7.0.tgz","fileCount":6,"unpackedSize":1550986,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDOzHAyfmmSMLiIqmN+CYPi3eY4CYwMejXur6CYrO49XAIhANlxK0q7tb5n+7Jmkh+BM0eFadNbyUrWTgNAvPIqPXxr"}],"size":378037},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_9.7.0_1770714333037_0.9100211556182964"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-10T09:05:33.226Z","publish_time":1770714333226,"_source_registry_name":"default","contributors":[]},"9.8.0":{"name":"addons-linter","version":"9.8.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.3.2","addons-moz-compare":"1.3.0","addons-scanner-utils":"11.0.0","ajv":"8.18.0","chalk":"4.1.2","cheerio":"1.2.0","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.2","eslint-plugin-no-unsanitized":"4.1.4","eslint-visitor-keys":"5.0.0","espree":"11.1.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.3.1","semver":"7.7.4","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"7.29.0","@babel/eslint-parser":"7.28.6","@babel/preset-env":"7.29.0","@babel/register":"7.28.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.5.1","eslint-config-amo":"7.3.0","eslint-plugin-amo":"2.5.1","eslint-plugin-prettier":"5.5.5","github-markdown-css":"5.9.0","globals":"17.3.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.1","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.8.1","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.4.0","shelljs":"0.10.0","sinon":"21.0.1","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.105.2","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@9.8.0","gitHead":"665acc3ded559abeaa1e4259a0f381d8ab569564","_nodeVersion":"20.19.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-io8Apwv4ghQJROf/3BkuaulDdT5h+CxS9QQBUUNbVfboKlKeQ0lbPF2V6tPIE2+pzmE9pz4G1K53ZlvKUNiJ0w==","shasum":"5547511f889e2a1d2790c9f4d4a84068f3f6e299","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-9.8.0.tgz","fileCount":6,"unpackedSize":1550986,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCxield+Ab2fHuQoQxeKf5LjYiMd1DZJnbtSli0EJRwSQIgFMM+sCSbyq63nBGe/UuyTAd2SgQ0hTBu7JLsNUDegjU="}],"size":378033},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_9.8.0_1771243873066_0.29993078395969563"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-16T12:11:13.289Z","publish_time":1771243873289,"_source_registry_name":"default","contributors":[]},"9.9.0":{"name":"addons-linter","version":"9.9.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.3.3","addons-moz-compare":"1.3.0","addons-scanner-utils":"12.0.0","ajv":"8.18.0","chalk":"4.1.2","cheerio":"1.2.0","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.2","eslint-plugin-no-unsanitized":"4.1.5","eslint-visitor-keys":"5.0.1","espree":"11.1.1","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.3.1","semver":"7.7.4","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"7.29.0","@babel/eslint-parser":"7.28.6","@babel/preset-env":"7.29.0","@babel/register":"7.28.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.5.1","eslint-config-amo":"7.4.1","eslint-plugin-amo":"2.5.1","eslint-plugin-prettier":"5.5.5","github-markdown-css":"5.9.0","globals":"17.3.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.1","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.8.1","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.4.0","shelljs":"0.10.0","sinon":"21.0.1","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.105.2","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@9.9.0","gitHead":"76d43e5b3235637ebe612199db4a2e17aecb9eab","_nodeVersion":"20.19.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-SQ5YE7w1YIvawGa52QW22C7dVSkJC4ClkAXzq9kJj4Tock4TshRXmu0x4gLbegvpzbJK6USqqAJKPhS8W42dVw==","shasum":"1f0e287fe38f49ddcdaa7c0e53d8f5c93449dceb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-9.9.0.tgz","fileCount":6,"unpackedSize":1550986,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD/kL4g99f15MNWVhNQ2d4cdmUtgFozFW73Espx5OaNqwIgNWmBYl0/lD9YxMbn/oLz13nFQfVq2qLboQtilOK9xjE="}],"size":378038},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_9.9.0_1771851494957_0.7365695186503411"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-23T12:58:15.173Z","publish_time":1771851495173,"_source_registry_name":"default","contributors":[]},"9.9.1":{"name":"addons-linter","version":"9.9.1","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=18.0.0"},"browserslist":["node >=18.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.3.3","addons-moz-compare":"1.3.0","addons-scanner-utils":"12.0.0","ajv":"8.18.0","chalk":"4.1.2","cheerio":"1.2.0","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.2","eslint-plugin-no-unsanitized":"4.1.5","eslint-visitor-keys":"5.0.1","espree":"11.1.1","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.3.1","semver":"7.7.4","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"7.29.0","@babel/eslint-parser":"7.28.6","@babel/preset-env":"7.29.0","@babel/register":"7.28.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.2.0","babel-loader":"10.0.0","comment-json":"4.5.1","eslint-config-amo":"7.4.1","eslint-plugin-amo":"2.5.1","eslint-plugin-prettier":"5.5.5","github-markdown-css":"5.9.0","globals":"17.3.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.2.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.1","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.8.1","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.4.0","shelljs":"0.10.0","sinon":"21.0.1","tar-fs":"3.1.1","tmp-promise":"3.0.3","webpack":"5.105.2","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@9.9.1","gitHead":"1325829f328488454a4789e8d0405d93c2fc6352","_nodeVersion":"20.19.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-cgvE3s8dGAkK41LL0Ykyz91d1zHKWn2T/60V2HwyLarphKfniAMFcAqljwTqynwepSsaSOsQLEDl6+S1gn+YcA==","shasum":"7a33f8f924ad7810a2a4697af8c74560a500ab1e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-9.9.1.tgz","fileCount":6,"unpackedSize":1550986,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGy+0D/uIXBgM0KQxkafdnbojMXAZfdVQafi/2Md/d/hAiEAlPUTxhBbo2vM7DwgB9v/lSBMpxEZbWtFMQejLXQE4GM="}],"size":378039},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_9.9.1_1771853610011_0.6523611222767813"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-23T13:33:30.223Z","publish_time":1771853610223,"_source_registry_name":"default","contributors":[]},"10.0.0":{"name":"addons-linter","version":"10.0.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=20.0.0"},"browserslist":["node >=20.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.3.6","addons-moz-compare":"1.3.0","addons-scanner-utils":"13.0.0","ajv":"8.18.0","chalk":"4.1.2","cheerio":"1.2.0","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.2","eslint-plugin-no-unsanitized":"4.1.5","eslint-visitor-keys":"5.0.1","espree":"11.2.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.3.1","semver":"7.7.4","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"2.10.0"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"7.29.0","@babel/eslint-parser":"7.28.6","@babel/preset-env":"7.29.0","@babel/register":"7.28.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.3.0","babel-loader":"10.1.1","comment-json":"4.6.2","eslint-config-amo":"8.0.0","eslint-plugin-amo":"3.0.0","eslint-plugin-prettier":"5.5.5","github-markdown-css":"5.9.0","globals":"17.4.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.3.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.1","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.8.1","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.4.0","shelljs":"0.10.0","sinon":"21.0.2","tar-fs":"3.1.2","tmp-promise":"3.0.3","webpack":"5.105.4","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@10.0.0","gitHead":"1e1636729e0244e7ecbcd8fbca7b9368e7eb9f55","_nodeVersion":"22.22.1","_npmVersion":"10.9.4","dist":{"integrity":"sha512-pyxNJFarmeFhi9af5tOvYN12FjSCgjVMWSL1wcrbQIk/OvXsxomqYDsttzwEm7vZhw8vF1BKqdmx2bymQHkVZA==","shasum":"cd359a721616b785f1c6e27a958ccb6b2ed82d27","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-10.0.0.tgz","fileCount":6,"unpackedSize":1540581,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICv0M3NXJBf1NdHROLFgXkJgHa1A/SI8vpe9zJwk/MF0AiAThLgEZVWn3LAWK6EWWuKV3ybN+2Ik9oGQDAsLPsi2tw=="}],"size":376635},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_10.0.0_1773150285261_0.42659800672599846"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-10T13:44:45.500Z","publish_time":1773150285500,"_source_registry_name":"default","contributors":[]},"10.1.0":{"name":"addons-linter","version":"10.1.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=20.0.0"},"browserslist":["node >=20.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.3.6","addons-moz-compare":"1.3.0","addons-scanner-utils":"13.1.0","ajv":"8.18.0","chalk":"4.1.2","cheerio":"1.2.0","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.2","eslint-plugin-no-unsanitized":"4.1.5","eslint-visitor-keys":"5.0.1","espree":"11.2.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.3.1","semver":"7.7.4","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"3.2.1"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"7.29.0","@babel/eslint-parser":"7.28.6","@babel/preset-env":"7.29.0","@babel/register":"7.28.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.3.0","babel-loader":"10.1.1","comment-json":"4.6.2","eslint-config-amo":"8.0.0","eslint-plugin-amo":"3.0.0","eslint-plugin-prettier":"5.5.5","github-markdown-css":"5.9.0","globals":"17.4.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.3.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.1","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.8.1","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.4.0","shelljs":"0.10.0","sinon":"21.0.2","tar-fs":"3.1.2","tmp-promise":"3.0.3","webpack":"5.105.4","webpack-cli":"6.0.1","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@10.1.0","gitHead":"91dbf64a0d847650710b73f4396f993a47e4e5ea","_nodeVersion":"22.22.1","_npmVersion":"10.9.4","dist":{"integrity":"sha512-Qo8QE/tGxaGMTQGiLPGfxDyrYJCKtsXFkyto3UGuVPb2V+Jc725U3Jjpwpo7cXoImCebueUVXC8KC8D7dpacTQ==","shasum":"5174c772be6672a1fae275e84baf38f6e3dc7560","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-10.1.0.tgz","fileCount":6,"unpackedSize":1541548,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFNanq+FJvIGY9zlXiL/kesQ2yfpaKuEmweQBq2K1GMqAiAJYVU0q7aMgnF+tjxc3CIbZZNIutNWO3DDMdplzZLdPA=="}],"size":376742},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_10.1.0_1773403065239_0.12695914107319162"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-13T11:57:45.425Z","publish_time":1773403065425,"_source_registry_name":"default","contributors":[]},"10.2.0":{"name":"addons-linter","version":"10.2.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=20.0.0"},"browserslist":["node >=20.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.3.8","addons-moz-compare":"1.3.0","addons-scanner-utils":"14.0.0","ajv":"8.18.0","chalk":"4.1.2","cheerio":"1.2.0","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.4","eslint-plugin-no-unsanitized":"4.1.5","eslint-visitor-keys":"5.0.1","espree":"11.2.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.3.1","semver":"7.7.4","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"3.2.1"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"7.29.0","@babel/eslint-parser":"7.28.6","@babel/preset-env":"7.29.2","@babel/register":"7.28.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.3.0","babel-loader":"10.1.1","comment-json":"4.6.2","eslint-config-amo":"8.0.0","eslint-plugin-amo":"3.0.0","eslint-plugin-prettier":"5.5.5","github-markdown-css":"5.9.0","globals":"17.4.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.3.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.1","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.8.1","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.4.0","shelljs":"0.10.0","sinon":"21.0.3","tar-fs":"3.1.2","tmp-promise":"3.0.3","webpack":"5.105.4","webpack-cli":"7.0.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@10.2.0","gitHead":"809650b9ddc77db9264a1d1a44a8c7069dca8f2b","_nodeVersion":"22.22.1","_npmVersion":"10.9.4","dist":{"integrity":"sha512-60lc9Dt/yxhahsrNo8T4UOTjkgiE++2NE9HjLwIYbqv7bKUFNo7IavgZTWo0Cx18mMfqoKK2i+FGir7hGCAJBg==","shasum":"3d6f3ba373e53db0c3684f93babec8cb5fe721ba","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-10.2.0.tgz","fileCount":6,"unpackedSize":1541548,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC2/A0oLsKphdqAXTvU5m0grqIz3pUp8MRWaawNN90+tAIgEkWq8RFxLycYKKgJHMYHSnsXkd9DUDbBMJ1eXKA0QdA="}],"size":376749},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_10.2.0_1774363933829_0.21989231836876666"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-24T14:52:14.085Z","publish_time":1774363934085,"_source_registry_name":"default","contributors":[]},"10.3.0":{"name":"addons-linter","version":"10.3.0","description":"Mozilla Add-ons Linter","main":"dist/addons-linter.js","bin":{"addons-linter":"bin/addons-linter"},"engines":{"node":">=20.0.0"},"browserslist":["node >=20.0.0"],"scripts":{"build":"webpack --bail --stats-error-details true --color --config webpack.config.js","eslint":"eslint bin/* scripts/* src/* && eslint --config tests/eslint.config.mjs tests/","test":"jest --runInBand --watch 'tests/.*'","test-coverage":"jest --runInBand --coverage --watch 'tests/.*'","test-once":"jest --runInBand","test-coverage-once":"jest --runInBand --coverage","test-ci":"npm run test-coverage-once","test-integration":"jest --runInBand --config=jest.integration.config.js","test-integration-linter":"npm run test-integration -- tests/integration/addons-linter","test-integration:production":"node tests/integration/run-as-production-env.js test-integration tests/integration/addons-linter","lint":"npm run eslint","prettier":"prettier --write '**'","prettier-ci":"prettier --list-different '**' || (echo '\n\nThis failure means you did not run `npm run prettier-dev` before committing\n\n' && exit 1)","prettier-dev":"pretty-quick --branch master","build-rules":"scripts/build-rules && cp node_modules/github-markdown-css/github-markdown.css docs/github-markdown.css","webext-test-functional":"scripts/webext-test-functional","smoke-test-eslint-version-conflicts":"scripts/smoke-test-eslint-version-conflicts","update-hashes":"scripts/dispensary > src/dispensary/hashes.txt"},"repository":{"type":"git","url":"git+https://github.com/mozilla/addons-linter.git"},"author":{"name":"Mozilla Add-ons Team"},"license":"MPL-2.0","bugs":{"url":"https://github.com/mozilla/addons-linter/issues"},"homepage":"https://github.com/mozilla/addons-linter#readme","dependencies":{"@fluent/syntax":"0.19.0","@fregante/relaxed-json":"2.0.0","@mdn/browser-compat-data":"7.3.9","addons-moz-compare":"1.3.0","addons-scanner-utils":"15.0.0","ajv":"8.18.0","chalk":"4.1.2","cheerio":"1.2.0","columnify":"1.6.0","common-tags":"1.8.2","deepmerge":"4.3.1","eslint":"9.39.4","eslint-plugin-no-unsanitized":"4.1.5","eslint-visitor-keys":"5.0.1","espree":"11.2.0","esprima":"4.0.1","fast-json-patch":"3.1.1","image-size":"2.0.2","json-merge-patch":"1.0.2","pino":"10.3.1","semver":"7.7.4","source-map-support":"0.5.21","upath":"2.0.1","yargs":"17.7.2","yauzl":"3.2.1"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"7.29.0","@babel/eslint-parser":"7.28.6","@babel/preset-env":"7.29.2","@babel/register":"7.28.6","async":"3.2.6","babel-core":"7.0.0-bridge.0","babel-jest":"30.3.0","babel-loader":"10.1.1","comment-json":"4.6.2","eslint-config-amo":"8.0.0","eslint-plugin-amo":"3.0.0","eslint-plugin-prettier":"5.5.5","github-markdown-css":"5.9.0","globals":"17.4.0","gunzip-maybe":"1.4.2","hashish":"0.0.4","jest":"30.3.0","lodash.clonedeep":"4.5.0","lodash.ismatchwith":"4.4.0","markdown-it":"14.1.1","markdown-it-anchor":"9.2.0","markdown-it-footnote":"4.0.0","natural-compare-lite":"1.4.0","node-fetch":"2.6.11","prettier":"3.8.1","pretty-quick":"4.2.2","raw-loader":"4.0.2","replace-in-file":"8.4.0","shelljs":"0.10.0","sinon":"21.0.3","tar-fs":"3.1.2","tmp-promise":"3.0.3","webpack":"5.105.4","webpack-cli":"7.0.2","webpack-node-externals":"3.0.0","yazl":"2.5.1"},"_id":"addons-linter@10.3.0","gitHead":"1306615d3fe5dff6848e72a87b6328b9eda910e2","_nodeVersion":"22.22.2","_npmVersion":"10.9.7","dist":{"integrity":"sha512-pU5SQhXFh2XxCJVn4F3+JmNnx4kkU23wZhQdvJqdkNZngmfISiRN247KbzAfqZOtXy+Y89U+boGXQoIl6gr2xg==","shasum":"8fe44e7389acd6d4c4879a9d99c3259b536b7311","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/addons-linter/-/addons-linter-10.3.0.tgz","fileCount":6,"unpackedSize":1541468,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFVo0rZbtj/YoFNTZ0JFNM7trv9nvydN1SwoA9NK7SsdAiEA3pc293xHVu4cQRZfAYmtD/rQOFIFcAm0RFhj4aLnr1w="}],"size":376730},"_npmUser":{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"addons-dev-automation+npm@mozilla.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/addons-linter_10.3.0_1774874785471_0.5498177115813712"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-30T12:46:25.673Z","publish_time":1774874785673,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"10.3.0"},"name":"addons-linter","time":{"modified":"2026-03-30T12:46:41.952Z","created":"2022-01-27T09:41:17.808Z","2.1.0":"2020-07-21T11:55:00.174Z","2.0.1":"2020-07-01T08:44:15.162Z","2.0.0":"2020-06-30T09:09:54.231Z","1.26.0":"2020-06-18T09:08:21.354Z","1.25.0":"2020-06-02T14:46:45.780Z","1.24.0":"2020-04-21T14:12:54.102Z","1.23.0":"2020-03-31T11:35:34.147Z","1.22.0":"2020-03-05T11:59:16.047Z","1.21.0":"2020-01-14T16:03:50.859Z","1.20.0":"2020-01-07T15:36:27.570Z","1.19.0":"2019-12-10T10:34:15.631Z","1.18.0":"2019-12-03T10:05:07.660Z","1.17.0":"2019-11-19T14:15:32.701Z","1.16.0":"2019-11-11T13:12:21.731Z","1.15.3":"2019-10-29T15:34:53.762Z","1.15.2":"2019-10-22T12:42:55.082Z","1.15.1":"2019-10-15T15:29:45.438Z","1.14.3":"2019-10-15T14:46:52.918Z","1.15.0":"2019-10-08T10:17:55.954Z","1.14.2":"2019-10-01T16:28:50.793Z","1.14.0":"2019-09-17T12:49:57.715Z","1.13.0":"2019-09-13T11:36:44.288Z","1.12.2":"2019-09-10T12:42:05.443Z","1.12.1":"2019-08-12T19:12:36.526Z","1.12.0":"2019-08-12T16:53:08.710Z","1.11.1":"2019-07-23T18:05:56.529Z","1.11.0":"2019-07-23T09:10:35.547Z","1.10.1":"2019-07-03T09:17:10.055Z","1.10.0":"2019-06-04T15:18:43.799Z","1.9.7":"2019-05-29T12:20:40.711Z","1.9.6":"2019-05-28T16:25:42.635Z","1.9.4":"2019-05-21T14:57:45.325Z","1.9.3":"2019-05-14T13:27:41.083Z","1.9.2":"2019-05-06T11:52:02.456Z","1.9.1":"2019-04-23T10:23:55.372Z","1.9.0":"2019-04-16T10:22:03.459Z","1.8.0":"2019-04-02T15:52:40.440Z","1.7.0":"2019-03-25T13:59:21.552Z","1.6.4":"2019-03-12T15:33:36.171Z","1.6.3":"2019-03-06T08:45:53.832Z","1.6.2":"2019-02-26T05:11:40.476Z","1.6.1":"2019-02-12T18:54:41.263Z","1.6.0":"2019-02-05T15:19:04.114Z","1.5.4":"2019-01-29T17:20:30.811Z","1.5.3":"2019-01-18T12:23:45.794Z","1.5.2":"2019-01-15T15:51:34.252Z","1.5.1":"2019-01-08T11:10:21.093Z","1.5.0":"2018-12-14T19:03:00.503Z","1.4.2":"2018-12-11T10:37:26.007Z","1.4.1":"2018-11-27T16:35:10.245Z","1.4.0":"2018-11-14T18:43:54.523Z","1.3.8":"2018-11-05T13:55:29.937Z","1.3.7":"2018-10-30T18:54:00.552Z","1.3.6":"2018-10-17T15:55:42.610Z","1.3.5":"2018-10-09T15:41:05.820Z","1.3.4":"2018-09-25T13:21:10.111Z","1.3.3":"2018-09-25T09:24:29.367Z","1.3.2":"2018-09-04T15:51:07.267Z","1.3.1":"2018-08-13T10:42:28.215Z","1.3.0":"2018-08-07T20:04:15.473Z","1.2.7":"2018-08-06T11:09:40.859Z","1.2.6":"2018-07-31T13:27:35.955Z","1.2.5":"2018-07-31T12:33:54.437Z","1.2.4":"2018-07-10T12:29:42.803Z","1.2.3":"2018-07-10T10:58:53.126Z","1.2.2":"2018-06-19T16:28:25.791Z","1.2.1":"2018-06-19T16:24:57.658Z","1.2.0":"2018-06-19T16:20:25.018Z","1.1.0":"2018-05-29T13:51:41.498Z","1.0.0":"2018-05-15T14:35:33.092Z","0.41.0":"2018-03-27T17:10:06.605Z","0.40.0":"2018-03-21T12:40:51.175Z","0.39.1":"2018-03-13T20:01:16.744Z","0.39.0":"2018-03-13T18:11:24.391Z","0.38.0":"2018-03-12T17:34:30.661Z","0.37.0":"2018-02-13T16:42:48.768Z","0.36.1":"2018-02-06T15:35:42.776Z","0.36.0":"2018-02-06T14:16:56.626Z","0.35.0":"2018-01-31T06:08:28.402Z","0.34.0":"2018-01-30T11:23:22.363Z","0.33.0":"2018-01-17T18:44:57.295Z","0.32.0":"2018-01-08T11:30:11.926Z","0.31.0":"2017-12-19T15:23:39.165Z","0.30.0":"2017-12-07T13:44:11.140Z","0.29.1":"2017-11-28T16:59:34.654Z","0.29.0":"2017-11-23T17:14:37.686Z","0.28.3":"2017-11-21T11:57:56.776Z","0.28.2":"2017-11-14T17:07:21.750Z","0.28.1":"2017-11-02T12:07:12.738Z","0.28.0":"2017-10-28T05:36:40.825Z","0.27.1":"2017-10-17T15:43:02.093Z","0.27.0":"2017-10-09T13:00:21.446Z","0.26.1":"2017-09-19T16:07:27.740Z","0.26.0":"2017-09-18T05:10:41.854Z","0.25.2":"2017-09-12T14:37:01.483Z","0.25.1":"2017-09-05T15:25:09.915Z","0.25.0":"2017-08-29T07:23:03.516Z","0.24.0":"2017-08-22T15:54:15.733Z","0.23.0":"2017-08-22T11:37:52.065Z","0.22.8":"2017-08-10T20:34:17.713Z","0.22.7":"2017-08-02T13:20:41.694Z","0.22.6":"2017-07-04T13:36:23.402Z","0.22.5":"2017-07-03T13:45:00.207Z","0.22.4":"2017-07-03T13:22:29.009Z","0.22.3":"2017-06-27T21:28:50.798Z","0.22.2":"2017-06-20T10:21:15.137Z","0.22.1":"2017-06-20T09:04:36.765Z","0.22.0":"2017-06-19T23:21:15.328Z","0.21.0":"2017-06-06T12:05:02.785Z","0.20.0":"2017-05-30T09:18:08.308Z","0.19.2":"2017-05-09T14:11:14.154Z","0.19.1":"2017-04-24T21:53:27.714Z","0.19.0":"2017-04-21T18:13:42.148Z","0.18.2":"2017-04-18T13:07:53.304Z","0.18.1":"2017-04-11T11:57:15.070Z","0.18.0":"2017-04-07T06:58:16.700Z","0.17.0":"2017-03-03T17:40:21.910Z","0.16.0":"2017-02-28T13:34:59.974Z","0.15.15":"2017-01-13T16:55:47.153Z","0.15.14":"2017-01-04T10:49:09.500Z","0.15.13":"2016-12-16T14:06:11.315Z","0.15.12":"2016-11-29T14:17:30.470Z","0.15.11":"2016-11-15T10:55:10.528Z","0.15.10":"2016-11-08T09:44:25.831Z","0.15.9":"2016-10-31T11:34:39.636Z","0.15.8":"2016-10-27T12:56:47.790Z","0.15.7":"2016-10-25T12:56:35.115Z","0.15.6":"2016-10-22T14:06:53.642Z","0.15.5":"2016-10-11T15:18:33.818Z","0.15.4":"2016-09-30T16:15:10.825Z","0.15.3":"2016-09-02T15:36:03.011Z","0.15.2":"2016-08-22T20:25:28.348Z","0.15.1":"2016-08-10T19:51:58.523Z","0.15.0":"2016-08-09T16:36:25.572Z","0.14.4":"2016-08-04T18:25:22.181Z","0.14.3":"2016-08-02T17:29:56.469Z","0.14.2":"2016-07-26T14:00:31.320Z","0.14.1":"2016-07-19T17:04:43.315Z","0.14.0":"2016-07-05T11:37:47.766Z","0.13.0":"2016-07-05T07:55:21.197Z","0.12.3":"2016-06-28T17:55:29.242Z","0.12.2":"2016-06-27T18:23:09.014Z","0.12.1":"2016-06-22T21:37:51.255Z","0.11.2":"2016-06-21T14:17:25.558Z","0.11.1":"2016-06-09T14:43:36.186Z","0.11.0":"2016-06-08T15:55:35.778Z","0.10.0":"2016-06-07T11:44:31.925Z","0.9.0":"2016-06-03T11:34:15.347Z","0.8.0":"2016-05-31T14:51:37.145Z","0.7.0":"2016-05-30T18:23:52.311Z","0.6.0":"2016-05-27T17:02:31.203Z","0.5.0":"2016-05-26T15:58:52.758Z","0.4.0":"2016-05-17T12:14:35.610Z","0.3.3":"2016-05-11T16:49:22.841Z","0.3.2":"2016-05-10T14:43:02.062Z","0.3.1":"2016-05-06T14:35:50.430Z","0.3.0":"2016-05-06T10:54:27.393Z","0.2.0":"2016-05-03T09:29:15.192Z","0.1.0":"2016-04-27T11:56:24.064Z","0.0.15":"2016-03-16T16:23:58.010Z","0.0.14":"2016-03-16T10:49:02.973Z","0.0.13":"2016-02-17T12:28:01.886Z","0.0.12":"2016-02-05T14:09:42.770Z","0.0.11":"2015-12-15T19:58:41.247Z","0.0.10":"2015-12-15T19:21:09.007Z","0.0.9":"2015-12-15T16:13:19.562Z","4.8.0":"2022-01-31T10:47:58.823Z","4.6.0":"2022-01-11T13:54:38.191Z","2.2.0":"2020-09-15T09:49:59.613Z","2.3.0":"2020-09-15T15:58:50.107Z","2.5.0":"2020-09-21T09:20:39.924Z","2.4.0":"2020-09-21T09:40:20.688Z","2.6.0":"2020-09-24T07:39:46.464Z","2.7.0":"2020-09-29T16:30:35.205Z","2.8.0":"2020-10-07T09:11:12.117Z","2.9.0":"2020-10-13T12:56:45.898Z","2.10.0":"2020-10-27T13:46:30.653Z","2.11.0":"2020-11-03T16:12:19.196Z","2.12.0":"2020-11-10T17:36:18.562Z","2.13.0":"2020-12-01T16:23:48.505Z","2.13.1":"2020-12-03T16:57:11.885Z","2.14.0":"2020-12-08T15:29:49.408Z","2.15.0":"2021-01-05T12:56:30.079Z","2.16.0":"2021-01-12T09:11:00.918Z","2.17.0":"2021-01-19T16:36:39.335Z","2.18.0":"2021-02-09T15:09:18.082Z","2.19.0":"2021-02-17T14:51:42.308Z","2.20.0":"2021-03-02T16:33:05.404Z","2.21.0":"2021-03-09T14:35:01.370Z","3.0.0":"2021-03-15T19:46:21.724Z","3.1.0":"2021-03-22T16:51:55.513Z","3.2.0":"2021-04-13T06:41:41.766Z","3.3.0":"2021-04-26T19:01:42.654Z","3.4.0":"2021-05-07T07:19:52.981Z","3.5.0":"2021-05-12T13:42:52.826Z","3.6.0":"2021-05-31T13:45:53.015Z","3.7.0":"2021-06-08T09:28:46.858Z","3.8.0":"2021-06-15T13:16:25.823Z","3.9.0":"2021-06-21T13:48:51.491Z","3.10.0":"2021-07-20T14:31:25.375Z","3.11.0":"2021-08-02T11:55:21.143Z","3.12.0":"2021-08-10T08:13:32.515Z","3.13.0":"2021-08-31T09:21:09.131Z","3.14.0":"2021-09-07T10:50:42.466Z","3.15.0":"2021-09-14T09:14:43.574Z","3.16.0":"2021-09-20T14:39:29.024Z","3.17.0":"2021-09-28T06:52:20.663Z","3.18.0":"2021-10-01T10:36:01.688Z","3.19.0":"2021-10-05T15:48:34.368Z","3.20.0":"2021-10-11T10:10:38.402Z","3.21.0":"2021-10-12T12:45:56.216Z","3.22.0":"2021-10-25T08:49:28.135Z","3.23.0":"2021-10-27T15:22:43.967Z","4.0.0":"2021-11-03T13:05:08.658Z","4.1.0":"2021-11-09T12:09:29.448Z","4.2.0":"2021-11-16T13:31:12.966Z","4.3.0":"2021-11-23T15:19:24.697Z","4.4.0":"2021-11-24T20:31:11.015Z","4.5.0":"2021-12-07T18:40:06.601Z","4.7.0":"2022-01-24T15:20:46.067Z","4.9.0":"2022-02-07T15:01:24.539Z","4.10.0":"2022-02-14T12:18:47.142Z","4.11.0":"2022-02-15T14:04:55.668Z","4.12.0":"2022-02-22T12:25:57.370Z","4.13.0":"2022-03-14T16:00:28.056Z","4.14.0":"2022-03-22T13:39:11.333Z","4.15.0":"2022-03-28T11:45:33.896Z","5.0.0":"2022-03-29T16:20:35.829Z","5.1.0":"2022-04-29T09:27:33.336Z","5.2.0":"2022-05-03T09:22:32.366Z","5.3.0":"2022-05-16T10:45:09.589Z","5.4.0":"2022-05-16T18:34:20.231Z","5.5.0":"2022-05-23T08:54:22.450Z","5.4.1":"2022-05-27T08:08:32.327Z","5.6.0":"2022-05-27T08:36:42.074Z","5.7.0":"2022-06-07T08:44:45.097Z","5.8.0":"2022-06-13T10:25:29.668Z","5.9.0":"2022-06-20T13:28:04.484Z","5.10.0":"2022-06-28T08:34:50.964Z","5.11.0":"2022-07-12T07:34:28.916Z","5.12.0":"2022-07-18T13:31:51.088Z","5.13.0":"2022-07-25T09:11:04.501Z","5.14.0":"2022-08-11T12:19:50.117Z","5.15.0":"2022-09-05T12:52:39.992Z","5.16.0":"2022-09-20T06:51:25.759Z","5.17.0":"2022-10-11T11:54:33.184Z","5.18.0":"2022-10-13T19:41:40.456Z","5.19.0":"2022-10-25T12:03:08.863Z","5.20.0":"2022-10-27T12:53:10.842Z","5.21.0":"2022-11-08T08:50:49.190Z","5.22.0":"2022-11-15T16:22:54.486Z","5.23.0":"2022-11-22T19:19:15.770Z","5.24.0":"2022-12-12T16:12:58.992Z","5.25.0":"2023-01-02T13:08:37.656Z","5.26.0":"2023-01-09T20:39:58.779Z","5.27.0":"2023-01-19T19:24:20.726Z","5.28.0":"2023-02-06T09:55:42.307Z","5.30.0":"2023-02-27T17:00:03.586Z","5.31.0":"2023-03-06T14:11:47.279Z","5.32.0":"2023-03-20T10:28:35.749Z","6.0.0":"2023-03-27T10:18:43.808Z","6.1.0":"2023-04-04T09:42:07.229Z","0.12.0":"2016-06-22T15:49:44.948Z","6.2.0":"2023-04-28T11:35:32.236Z","6.3.0":"2023-05-02T08:52:29.072Z","6.3.1":"2023-05-04T11:05:54.091Z","6.4.0":"2023-05-09T08:26:20.197Z","6.5.0":"2023-05-15T11:28:57.515Z","6.6.0":"2023-05-31T18:32:52.037Z","6.7.0":"2023-06-06T10:43:58.287Z","6.8.0":"2023-06-19T12:58:52.941Z","6.9.0":"2023-06-21T08:34:50.962Z","6.10.0":"2023-07-17T12:34:18.315Z","6.11.0":"2023-07-24T16:31:22.028Z","6.12.0":"2023-08-07T20:12:05.169Z","6.13.0":"2023-09-07T08:40:26.857Z","6.14.0":"2023-09-12T09:18:13.572Z","6.15.0":"2023-10-03T15:12:21.300Z","6.16.0":"2023-10-17T19:41:44.059Z","6.17.0":"2023-11-07T16:14:43.545Z","6.18.0":"2023-11-21T07:40:23.582Z","6.19.0":"2023-12-04T10:12:25.911Z","6.20.0":"2024-01-09T10:16:24.562Z","6.21.0":"2024-01-22T13:20:09.937Z","6.22.0":"2024-02-12T19:41:51.720Z","6.23.0":"2024-02-27T10:59:35.067Z","6.24.0":"2024-03-12T13:35:23.949Z","6.25.0":"2024-04-02T08:02:48.879Z","6.26.0":"2024-04-22T16:06:07.201Z","6.27.0":"2024-05-13T09:01:28.517Z","6.28.0":"2024-05-27T13:46:29.094Z","6.29.0":"2024-06-10T12:26:53.129Z","6.30.0":"2024-06-14T14:29:10.638Z","6.31.0":"2024-06-19T12:12:34.785Z","6.31.1":"2024-06-19T15:58:25.576Z","6.32.0":"2024-07-15T14:49:45.795Z","6.32.1":"2024-07-17T10:19:05.102Z","6.33.0":"2024-07-23T13:26:16.377Z","7.0.0":"2024-09-09T10:49:11.664Z","7.1.0":"2024-09-17T12:59:34.167Z","7.2.0":"2024-10-09T07:13:49.094Z","7.3.0":"2024-10-14T11:40:08.681Z","7.4.0":"2024-11-13T12:02:13.891Z","7.5.0":"2024-11-19T09:02:49.087Z","7.6.0":"2024-12-04T12:28:06.645Z","7.7.0":"2024-12-13T13:21:48.627Z","7.8.0":"2025-01-22T09:55:09.825Z","7.9.0":"2025-03-18T08:32:04.063Z","7.10.0":"2025-04-15T13:25:31.949Z","7.11.0":"2025-04-16T15:30:28.277Z","7.12.0":"2025-05-22T13:01:32.544Z","7.13.0":"2025-05-23T13:42:18.638Z","7.14.0":"2025-06-03T13:23:43.976Z","7.15.0":"2025-06-16T14:22:48.117Z","7.16.0":"2025-06-25T15:01:34.440Z","7.17.0":"2025-07-07T14:10:24.241Z","7.18.0":"2025-07-17T07:59:56.432Z","7.19.0":"2025-07-31T13:34:21.615Z","7.20.0":"2025-09-16T14:39:31.497Z","8.0.0":"2025-09-24T09:44:46.444Z","8.1.0":"2025-10-03T09:03:42.723Z","8.2.0":"2025-10-20T13:02:27.644Z","8.3.0":"2025-10-22T09:18:38.489Z","8.4.0":"2025-10-23T15:48:07.658Z","9.0.0":"2025-11-13T12:27:17.319Z","9.1.0":"2025-11-17T10:14:09.946Z","9.2.0":"2025-11-19T09:06:08.582Z","9.3.0":"2025-12-02T10:16:27.378Z","9.4.0":"2026-01-16T13:46:16.928Z","9.5.0":"2026-01-22T16:11:27.525Z","9.6.0":"2026-02-02T13:19:43.751Z","9.7.0":"2026-02-10T09:05:33.226Z","9.8.0":"2026-02-16T12:11:13.289Z","9.9.0":"2026-02-23T12:58:15.173Z","9.9.1":"2026-02-23T13:33:30.223Z","10.0.0":"2026-03-10T13:44:45.500Z","10.1.0":"2026-03-13T11:57:45.425Z","10.2.0":"2026-03-24T14:52:14.085Z","10.3.0":"2026-03-30T12:46:25.673Z"},"readme":"[![CircleCI](https://circleci.com/gh/mozilla/addons-linter.svg?style=svg)](https://circleci.com/gh/mozilla/addons-linter) [![codecov](https://codecov.io/gh/mozilla/addons-linter/branch/master/graph/badge.svg)](https://codecov.io/gh/mozilla/addons-linter) [![npm version](https://badge.fury.io/js/addons-linter.svg)](https://badge.fury.io/js/addons-linter)\n\n# addons-linter\n\nThe Add-ons Linter is being used by [web-ext](https://github.com/mozilla/web-ext/) and [addons.mozilla.org](https://github.com/mozilla/addons-server/) to lint [WebExtensions](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions).\n\nIt can also be used as a standalone binary and library.\n\nYou can find more information about the linter and it's implemented rules in our [documentation](https://mozilla.github.io/addons-linter/).\n\n## Usage\n\n### Command Line\n\nYou need Node.js to use the add-ons linter.\n\nTo validate your add-on locally, install the linter from [npm](http://nodejs.org/):\n\n```sh\n# Install globally so you can use the linter from any directory on\n# your machine.\nnpm install -g addons-linter\n```\n\nAfter installation, run the linter and direct it to your add-on file:\n\n```sh\naddons-linter my-addon.zip\n```\n\nAlternatively you can point it at a directory:\n\n```sh\naddons-linter my-addon/src/\n```\n\nThe addons-linter will check your add-on and show you errors, warnings, and friendly messages for your add-on. If you want more info on the options you can enable/disable for the command-line app, use the `--help` option:\n\n```sh\naddons-linter --help\n```\n\n#### Privileged extensions\n\nThe addons-linter can lint privileged extensions **only** when the `--privileged` option is passed to it. This option changes the behavior of the linter to:\n\n1. emit errors when the input file (or directory) is a regular extension (i.e. the extension does not use privileged features)\n2. hide messages related to privileged features (e.g., permissions and properties) when the input file (or directory) is a privileged extension\n\n### Linter API Usage\n\nYou can use the linter directly as a library to integrate it better into your development process.\n\n```js\nimport addonsLinter from 'addons-linter';\n\nconst sourceDir = process.cwd();\n\nconst linter = addonsLinter.createInstance({\n  config: {\n    // This mimics the first command line argument from yargs,\n    // which should be the directory to the extension.\n    _: [sourceDir],\n    logLevel: process.env.VERBOSE ? 'debug' : 'fatal',\n    stack: Boolean(process.env.VERBOSE),\n    pretty: false,\n    warningsAsErrors: false,\n    metadata: false,\n    output: 'none',\n    boring: false,\n    selfHosted: false,\n    // Exclude files:\n    shouldScanFile: (fileName) => true,\n  },\n  // This prevent the linter to exit the nodejs application\n  runAsBinary: false,\n});\n\nlinter.run()\n  .then((linterResults) => ...)\n  .catch((err) => console.error(\"addons-linter failure: \", err));\n```\n\n`linter.output` is composed by the following properties (the same of the 'json' report type):\n\n```js\n{\n  metadata: {...},\n  summary: {\n    error, notice, warning,\n  },\n  count,\n  error: [{\n    type: \"error\",\n    code, message, description,\n    column, file, line\n  }, ...],\n  warning: [...],\n  notice: [...]\n}\n```\n\n## Development\n\nIf you'd like to help us develop the addons-linter, that's great! It's pretty easy to get started, you just need Node.js installed on your machine.\n\n### Quick Start\n\nIf you have Node.js installed, here's the quick start to getting your development dependencies installed and running the tests\n\n```sh\ngit clone https://github.com/mozilla/addons-linter.git\ncd addons-linter\nnpm install\n# Build the project.\nnpm run build\n# Run the test-suite and watch for changes. Use `npm run test-once` to\n# just run it once.\nnpm run test\n```\n\nYou can also build the addons-linter binary to test your changes.\n\n```sh\nnpm run build\n# Now run it against your add-on. Please note that for every change\n# in the linter itself you'll have to re-build the linter.\nbin/addons-linter my-addon.zip\n```\n\n### Required Node version\n\naddons-linter requires Node.js v22 or greater. Have a look at our `.circleci/config.yml` file which Node.js versions we officially test.\n\nUsing nvm is probably the easiest way to manage multiple Node versions side by side. See [nvm on GitHub](https://github.com/creationix/nvm) for more details.\n\n### Install dependencies\n\nInstall dependencies with npm:\n\n```sh\nnpm install\n```\n\n#### npm scripts\n\n| Script                          | Description                                                                      |\n| ------------------------------- | -------------------------------------------------------------------------------- |\n| npm test                        | Runs the tests (watches for changes)                                             |\n| npm [run] build                 | Builds the lib (used by CI)                                                      |\n| npm run test-coverage           | Runs the tests with coverage (watches for changes)                               |\n| npm run test-once               | Runs the tests once                                                              |\n| npm run lint                    | Runs ESLint                                                                      |\n| npm run test-coverage-once      | Runs the tests once with coverage                                                |\n| npm run test-integration-linter | Runs our integration test-suite                                                  |\n| npm run prettier                | Automatically format the whole code-base with Prettier                           |\n| npm run prettier-ci             | Run [Prettier][] and fail if some code has been changed without being formatted  |\n| npm run prettier-dev            | Automatically compare and format modified source files against the master branch |\n\n### Building\n\nYou can run `npm run build` to build the library.\n\nOnce you build the library you can use the CLI in `bin/addons-linter`.\n\n### Testing\n\nRun `npm test`. This will watch for file-changes and re-runs the test suite.\n\n#### Coverage\n\nWe're looking to maintain coverage at 100%. Use the coverage data in the test output to work out what lines aren't covered and ensure they're covered.\n\n#### Assertions and testing APIs\n\nWe are using using Sinon for assertions, mocks, stubs and more [see the Sinon docs for the API available](http://sinonjs.org/).\n\n[Jest](https://facebook.github.io/jest/) is being used as a test-runner but also provides helpful tools. Please make sure you read their documentation for more details.\n\n### Logging\n\nWe use [pino](https://github.com/pinojs/pino) for logging:\n\n- By default logging is off (level is set to 'fatal') .\n- Logging in tests can be enabled using an env var e.g: `LOG_LEVEL=debug jest test`\n- Logging on the CLI can be enabled with `--log-level [level]`.\n\n### Prettier\n\nWe use [Prettier](https://prettier.io/) to automatically format our JavaScript code and stop all the on-going debates over styles. As a developer, you have to run it (with `npm run prettier-dev`) before submitting a Pull Request.\n\n## Architecture\n\nIn a nutshell the way the linter works is to take an add-on package, extract the metadata from the xpi (zip) format and then process the files it finds through various content scanners.\n\nWe are heavily relying on [ESLint](https://eslint.org/) for JavaScript linting, [cheerio](https://github.com/cheeriojs/cheerio) for HTML parsing as well as [fluent.js](https://github.com/projectfluent/fluent.js) for parsing language packs.\n\n### Scanners\n\nEach file-type has a scanner. For example: JavaScript files use `JavaScriptScanner`. Each scanner looks at relevant files and passes each file through a parser which then hands off to a set of rules that look for specific things.\n\n### Rules\n\nRules get exported via a single function in a single file. A rule can have private functions it uses internally, but rule code should not depend on another rule file and each rule file should export one rule.\n\nEach rule function is passed data from the scanner in order to carry out the specific checks for that rule it returns a list of objects which are then made into message objects and are passed to the Collector.\n\n### Collector\n\nThe Collector is an in-memory store for all validation message objects \"collected\" as the contents of the package are processed.\n\n### Messages\n\nEach message has a code which is also its key. It has a message which is a short outline of what the message represents, and a description which is more detail into why that message was logged. The type of the message is set as messages are added so that if necessary the same message could be an error _or_ a warning for example.\n\n### Output\n\nLastly when the processing is complete the linter will output the collected data as text or JSON.\n\n## Deploys\n\nWe deploy to npm automatically using Circle CI. To release a new version, increment the version in `package.json` and create a PR. Make sure your version number conforms to the [semver][] format eg: `0.2.1`.\n\nAfter merging the PR, [create a new release][new release] with the same tag name as your new version. Once the build passes it will deploy. Magic! ✨\n\n## Dispensary\n\nAs of November 2021, [dispensary](https://github.com/mozilla/dispensary) has been merged into this project and a CLI is available by running `./scripts/dispensary`.\n\n### Libraries updates\n\nThis is the (manual) process to update the \"dispensary\" libraries:\n\n1. Open `src/dispensary/libraries.json`\n2. Open the release pages of each library. Here is a list:\n\n<!--RELEASE_PAGES_START-->\n\n- https://github.com/angular/angular.js/releases\n- https://github.com/jashkenas/backbone/releases\n- https://github.com/twbs/bootstrap/releases\n- https://download.dojotoolkit.org/\n- https://github.com/cure53/DOMPurify/releases\n- https://github.com/jquery/jquery/releases\n- https://github.com/jquery/jquery-ui/releases\n- https://github.com/moment/moment/releases\n- https://github.com/mootools/mootools-core/releases\n- http://prototypejs.org/\n- https://github.com/facebook/react/releases\n- https://github.com/jashkenas/underscore/releases\n- https://github.com/mozilla/webextension-polyfill/releases\n\n<!--RELEASE_PAGES_END-->\n\n3. On each page, check whether there are newer release versions than what is in `src/dispensary/libraries.json`. Note that some libraries, like react, support several versions, so we need to check each \"branch\".\n4. For major upgrades, take a quick look at the code changes\n5. Add new versions to `src/dispensary/libraries.json`\n6. Run `npm run update-hashes`\n7. Commit the changes in `src/dispensary/libraries.json`and `src/dispensary/hashes.txt`\n8. Open a Pull Request\n\nNote: `hashes.txt` will be embedded into the addons-linter bundle.\n\nThe `scripts/update-dispensary-doc.mjs` command updates the list of release pages above based on the `src/dispensary/libraries.json` file.\n\n## License\n\nThis source code is available under the [Mozilla Public License 2.0](LICENSE).\n\nAdditionally, parts of the schema files originated from Chromium source code:\n\n> Copyright (c) 2012 The Chromium Authors. All rights reserved.\n> Use of this source code is governed by a BSD-style license that can be\n> found in the [LICENSE-CHROMIUM](src/schema/imported/LICENSE-CHROMIUM) file.\n\nYou are not granted rights or licenses to the trademarks of the\nMozilla Foundation or any party, including without limitation the\nFirefox name or logo.\n\nFor more information, see: https://www.mozilla.org/foundation/licensing.html\n\n[new release]: https://github.com/mozilla/addons-linter/releases/new\n[semver]: http://semver.org/\n[prettier]: https://prettier.io/","users":{}}