UNPKG

2.27 kBJSONView Raw
1{
2 "name": "metalint",
3 "version": "0.8.5",
4 "description": "Un linter pour les gouverner tous.",
5 "keywords": [
6 "checker",
7 "lint",
8 "metalint",
9 "quality",
10 "static-analysis"
11 ],
12 "homepage": "https://regseb.github.io/metalint/",
13 "bugs": {
14 "url": "https://github.com/regseb/metalint/issues"
15 },
16 "license": "EUPL-1.2",
17 "author": "Sébastien Règne <regseb@gmail.com> (https://github.com/regseb)",
18 "files": [
19 "bin/",
20 "lib/",
21 "help/"
22 ],
23 "main": "lib/index",
24 "bin": "bin/cli.js",
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/regseb/metalint.git"
28 },
29 "funding": "https://www.paypal.me/sebastienregne",
30 "scripts": {
31 "lint": "bin/cli.js",
32 "test": "nyc mocha test/lib/",
33 "coverage:html": "nyc report --reporter=html",
34 "coverage:lcov": "nyc report --reporter=lcovonly",
35 "jsdocs": "jsdoc -r -d jsdocs/ lib/",
36 "release": "standard-version",
37 "clean": "rm -rf .nyc_output/ coverage/ jsdocs/ node_modules/"
38 },
39 "dependencies": {
40 "colors": "^1.4.0",
41 "jsonlint": "^1.6.3",
42 "npmlog": "^4.1.2",
43 "yargs": "^15.1.0"
44 },
45 "devDependencies": {
46 "addons-linter": "^1.21.0",
47 "coffeelint": "^2.1.0",
48 "csslint": "^1.0.5",
49 "david": "^12.0.0",
50 "doiuse": "^4.2.0",
51 "eslint": "6.8.0",
52 "eslint-plugin-filenames": "^1.3.2",
53 "eslint-plugin-jsdoc": "^20.4.0",
54 "eslint-plugin-mocha": "^6.2.2",
55 "eslint-plugin-promise": "^4.2.1",
56 "eslint-plugin-unicorn": "^15.0.1",
57 "flow-bin": "^0.116.1",
58 "htmlhint": "^0.11.0",
59 "htmllint": "^0.8.0",
60 "jscs": "^3.0.7",
61 "jsdoc": "^3.6.3",
62 "jshint": "^2.11.0",
63 "json-lint": "^0.1.0",
64 "lesshint": "^6.3.7",
65 "markdownlint": "^0.18.0",
66 "memory-streams": "^0.1.3",
67 "mocha": "^7.0.0",
68 "nyc": "^15.0.0",
69 "purgecss": "^2.0.5",
70 "standard": "^14.3.1",
71 "standard-version": "^7.1.0",
72 "stylelint": "^13.0.0",
73 "tslint": "^6.0.0",
74 "typescript": "^3.7.5",
75 "yaml-lint": "^1.2.4"
76 }
77}