addons-linter/package.json

134 строки
4.6 KiB
JSON

{
"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": "Mozilla 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.86",
"os-locale": "4.0.0",
"pino": "5.12.6",
"po2json": "0.4.5",
"postcss": "7.0.17",
"probe-image-size": "4.1.1",
"regenerator-runtime": "0.13.2",
"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.2.4",
"yauzl": "2.10.0"
},
"devDependencies": {
"@babel/cli": "7.5.0",
"@babel/core": "7.5.4",
"@babel/plugin-proposal-class-properties": "7.5.0",
"@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.0",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.5.4",
"@babel/register": "7.4.4",
"@babel/runtime": "7.5.4",
"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.16.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-jest": "22.8.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.0.0",
"shelljs": "0.8.3",
"sinon": "7.3.2",
"snyk": "1.193.2",
"tar": "4.4.10",
"tar-fs": "2.0.0",
"tmp-promise": "1.1.0",
"webpack": "4.35.3",
"webpack-cli": "3.3.6"
},
"optionalDependencies": {
"fsevents": "2.0.7"
},
"snyk": true
}