github-pages-deploy-action/node_modules/eslint-rule-documentation/package.json
2020-03-31 08:40:00 -04:00

77 lines
1.8 KiB
JSON

{
"_args": [
[
"eslint-rule-documentation@1.0.23",
"."
]
],
"_development": true,
"_from": "eslint-rule-documentation@1.0.23",
"_id": "eslint-rule-documentation@1.0.23",
"_inBundle": false,
"_integrity": "sha512-pWReu3fkohwyvztx/oQWWgld2iad25TfUdi6wvhhaDPIQjHU/pyvlKgXFw1kX31SQK2Nq9MH+vRDWB0ZLy8fYw==",
"_location": "/eslint-rule-documentation",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-rule-documentation@1.0.23",
"name": "eslint-rule-documentation",
"escapedName": "eslint-rule-documentation",
"rawSpec": "1.0.23",
"saveSpec": null,
"fetchSpec": "1.0.23"
},
"_requiredBy": [
"/eslint-plugin-github"
],
"_resolved": "https://registry.npmjs.org/eslint-rule-documentation/-/eslint-rule-documentation-1.0.23.tgz",
"_spec": "1.0.23",
"_where": ".",
"author": {
"name": "Jeroen Engels",
"email": "jfm.engels@gmail.com",
"url": "github.com/jfmengels"
},
"bugs": {
"url": "https://github.com/jfmengels/eslint-rule-documentation/issues"
},
"description": "Find the url for the documentation of an ESLint rule",
"devDependencies": {
"ava": "^0.15.2",
"xo": "^0.16.0"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"index.js",
"plugins.json"
],
"homepage": "https://github.com/jfmengels/eslint-rule-documentation#readme",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"plugin",
"plugins",
"rule",
"rules",
"doc",
"documentation"
],
"license": "MIT",
"name": "eslint-rule-documentation",
"repository": {
"type": "git",
"url": "git+https://github.com/jfmengels/eslint-rule-documentation.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.23",
"xo": {
"space": 2
}
}