addons-linter/package.json

125 строки
4.2 KiB
JSON

{
"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": "Mozilla 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"
},
"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
}