github-pages-deploy-action/node_modules/eslint-plugin-eslint-comments/package.json

113 lines
3.2 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"eslint-plugin-eslint-comments@3.1.2",
2020-03-31 20:40:00 +08:00
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
"_from": "eslint-plugin-eslint-comments@3.1.2",
"_id": "eslint-plugin-eslint-comments@3.1.2",
"_inBundle": false,
"_integrity": "sha512-QexaqrNeteFfRTad96W+Vi4Zj1KFbkHHNMMaHZEYcovKav6gdomyGzaxSDSL3GoIyUOo078wRAdYlu1caiauIQ==",
"_location": "/eslint-plugin-eslint-comments",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-plugin-eslint-comments@3.1.2",
"name": "eslint-plugin-eslint-comments",
"escapedName": "eslint-plugin-eslint-comments",
"rawSpec": "3.1.2",
"saveSpec": null,
"fetchSpec": "3.1.2"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"_requiredBy": [
"/eslint-plugin-github"
2020-03-07 11:45:40 +08:00
],
2020-03-22 05:13:25 +08:00
"_resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.1.2.tgz",
"_spec": "3.1.2",
2020-03-31 20:40:00 +08:00
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "Toru Nagashima"
},
"bugs": {
"url": "https://github.com/mysticatea/eslint-plugin-eslint-comments/issues"
2020-03-07 11:45:40 +08:00
},
"dependencies": {
"escape-string-regexp": "^1.0.5",
"ignore": "^5.0.5"
},
2020-03-22 05:13:25 +08:00
"description": "Additional ESLint rules for ESLint directive comments.",
2020-03-07 11:45:40 +08:00
"devDependencies": {
"@mysticatea/eslint-plugin": "^10.0.3",
"@types/node": "^12.0.8",
"@vuepress/plugin-pwa": "^1.0.1",
"babel-eslint": "^10.0.1",
"codecov": "^3.3.0",
"cross-spawn": "^6.0.5",
"eslint": "^5.12.0",
"eslint4b": "^5.12.0",
"fs-extra": "^8.0.1",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"opener": "^1.4.3",
"rimraf": "^2.6.2",
"string-replace-loader": "^2.1.1",
"vue-eslint-editor": "^0.1.0",
"vuepress": "^1.0.1"
},
2020-03-22 05:13:25 +08:00
"engines": {
"node": ">=6.5.0"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"files": [
"lib"
],
"homepage": "https://github.com/mysticatea/eslint-plugin-eslint-comments#readme",
2020-03-07 11:45:40 +08:00
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"plugin",
"comment",
"comments",
"directive",
"global",
"globals",
"exported",
"eslint-env",
"eslint-enable",
"eslint-disable",
"eslint-disable-line",
"eslint-disable-next-line"
],
"license": "MIT",
2020-03-22 05:13:25 +08:00
"main": "index.js",
"name": "eslint-plugin-eslint-comments",
"peerDependencies": {
"eslint": ">=4.19.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mysticatea/eslint-plugin-eslint-comments.git"
},
"scripts": {
"clean": "rimraf .nyc_output coverage docs/.vuepress/dist",
"codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov",
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
"docs:build": "vuepress build docs",
"docs:deploy": "node scripts/deploy",
"docs:watch": "vuepress dev docs",
"lint": "eslint lib scripts tests",
"postversion": "git push && git push --tags",
"pretest": "npm run -s lint",
"preversion": "npm test",
"test": "nyc npm run -s test:mocha",
"test:ci": "nyc npm run -s test:mocha",
"test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000",
"version": "node scripts/update && git add .",
"watch": "npm run -s test:mocha -- --watch --growl"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"version": "3.1.2"
2020-03-07 11:45:40 +08:00
}