1 Star 0 Fork 1

zeal / standard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
Bret Comnes 提交于 2017-08-06 11:38 . 10.0.3
{
"name": "standard",
"description": "JavaScript Standard Style",
"version": "10.0.3",
"author": {
"email": "feross@feross.org",
"name": "Feross Aboukhadijeh",
"url": "http://feross.org/"
},
"bin": "./bin/cmd.js",
"bugs": {
"url": "https://github.com/standard/standard/issues"
},
"dependencies": {
"eslint": "~3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-config-standard-jsx": "4.0.2",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-node": "~4.2.2",
"eslint-plugin-promise": "~3.5.0",
"eslint-plugin-react": "~6.10.0",
"eslint-plugin-standard": "~3.0.1",
"standard-engine": "~7.0.0"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"cross-spawn": "^5.0.1",
"eslint-index": "^1.3.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"run-parallel-limit": "^1.0.3",
"standard-packages": "^3.1.9",
"tape": "^4.6.0"
},
"engines": {
"node": ">=4"
},
"homepage": "https://standardjs.com",
"keywords": [
"JavaScript Standard Style",
"check",
"checker",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"enforce",
"eslint",
"hint",
"jscs",
"jshint",
"lint",
"policy",
"quality",
"simple",
"standard",
"standard style",
"style",
"style checker",
"style linter",
"verify"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/standard/standard.git"
},
"scripts": {
"show-rules": "eslint-index eslintrc.json",
"show-rules-disabled": "eslint-index eslintrc.json --status omitted off",
"show-summary": "eslint-index eslintrc.json --format table",
"test": "./bin/cmd.js --verbose && tape test/*.js",
"test-disabled": "npm test -- --disabled",
"test-offline": "npm test -- --offline",
"test-offline-quick": "npm test -- --offline --quick",
"test-quick": "npm test -- --quick",
"update-authors": "./bin/update-authors.sh"
}
}
JavaScript
1
https://gitee.com/smale_zeal/standard.git
git@gitee.com:smale_zeal/standard.git
smale_zeal
standard
standard
master

搜索帮助