chameleon-linter
Version:
cml规范校验工具
50 lines • 1.4 kB
JSON
{
"name": "chameleon-linter",
"version": "1.0.8",
"description": "cml规范校验工具",
"main": "index.js",
"scripts": {
"test": "nyc ./node_modules/mocha/bin/mocha ./test/**/*.test.js --timeout=3000",
"non-report-test": "./node_modules/mocha/bin/mocha ./test/template/checker/template-lib-template.test.js",
"break-non-report": "./node_modules/mocha/bin/mocha --inspect-brk ./test/template/linter/**/*.test.js"
},
"bin": {
"cml-linter": "./bin/cli.js"
},
"keywords": [
"linter",
"cml",
"chameleon"
],
"author": "Chameleon-Team",
"email": "ChameleonCore@didiglobal.com",
"license": "Apache",
"dependencies": {
"@babel/parser": "^7.1.3",
"@babel/traverse": "^7.1.4",
"bulk-require": "^1.0.1",
"chalk": "^2.4.1",
"chameleon-tool-utils": "1.0.8",
"cml-component-parser": "1.0.8",
"cml-htmllint": "1.0.8",
"cml-js-parser": "1.0.8",
"commander": "^2.19.0",
"glob": "^7.1.3",
"json-lint": "^0.1.0",
"lodash.filter": "^4.6.0",
"lodash.groupby": "^4.6.0",
"lodash.map": "^4.6.0",
"lodash.uniq": "^4.5.0",
"postcss": "^7.0.5",
"stylelint": "^9.7.0",
"stylus": "^0.54.5",
"stylus-converter": "^0.8.1",
"traverse": "^0.6.6"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "*",
"nyc": "^13.1.0"
},
"gitHead": "5ddcde4330774710f7646559446e008f7785ce00"
}