51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "eslint-plugin-standard",
|
|
"description": "ESlint Plugin for the Standard Linter",
|
|
"version": "4.1.0",
|
|
"author": {
|
|
"name": "Feross Aboukhadijeh",
|
|
"email": "feross@feross.org",
|
|
"url": "https://feross.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/standard/eslint-plugin-standard/issues"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^7.0.0",
|
|
"mocha": "^6.2.0",
|
|
"standard": "*"
|
|
},
|
|
"homepage": "https://github.com/standard/eslint-plugin-standard#readme",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/standard/eslint-plugin-standard.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && mocha tests/"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=5.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
]
|
|
}
|