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

106 lines
3.2 KiB
JSON

{
"_args": [
[
"eslint-config-prettier@6.10.1",
"."
]
],
"_development": true,
"_from": "eslint-config-prettier@6.10.1",
"_id": "eslint-config-prettier@6.10.1",
"_inBundle": false,
"_integrity": "sha512-svTy6zh1ecQojvpbJSgH3aei/Rt7C6i090l5f2WQ4aB05lYHeZIR1qL4wZyyILTbtmnbHP5Yn8MrsOJMGa8RkQ==",
"_location": "/eslint-config-prettier",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-config-prettier@6.10.1",
"name": "eslint-config-prettier",
"escapedName": "eslint-config-prettier",
"rawSpec": "6.10.1",
"saveSpec": null,
"fetchSpec": "6.10.1"
},
"_requiredBy": [
"/eslint-plugin-github"
],
"_resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.10.1.tgz",
"_spec": "6.10.1",
"_where": ".",
"author": {
"name": "Simon Lydell"
},
"bin": {
"eslint-config-prettier-check": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/prettier/eslint-config-prettier/issues"
},
"dependencies": {
"get-stdin": "^6.0.0"
},
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.24.0",
"@typescript-eslint/parser": "2.24.0",
"babel-eslint": "10.1.0",
"cross-spawn": "7.0.1",
"doctoc": "1.4.0",
"eslint": "6.8.0",
"eslint-config-google": "0.14.0",
"eslint-find-rules": "3.4.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-unicorn": "17.2.0",
"eslint-plugin-vue": "6.2.2",
"jest": "25.1.0",
"prettier": "2.0.1",
"replace": "1.1.5",
"rimraf": "3.0.2",
"typescript": "3.7.5"
},
"files": [
"bin/",
"@typescript-eslint.js",
"babel.js",
"flowtype.js",
"index.js",
"react.js",
"standard.js",
"unicorn.js",
"vue.js"
],
"homepage": "https://github.com/prettier/eslint-config-prettier#readme",
"keywords": [
"eslint",
"eslintconfig",
"prettier"
],
"license": "MIT",
"name": "eslint-config-prettier",
"peerDependencies": {
"eslint": ">=3.14.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prettier/eslint-config-prettier.git"
},
"scripts": {
"doctoc": "doctoc README.md && replace \"\\[\\[([\\w/-]+)\\](?:([^\\[\\]]+)\\[([\\w/-]+)\\])?\\]\" \"[\\$1\\$2\\$3]\" README.md",
"prettier": "prettier --write .",
"test": "npm run test:lint && npm run test:jest && npm run test:cli-sanity && npm run test:cli-sanity-warning",
"test:cli-sanity": "eslint --print-config index.js | node ./bin/cli.js",
"test:cli-sanity-warning": "eslint --print-config ./bin/cli.js | node ./bin/cli.js",
"test:deprecated": "eslint-find-rules --deprecated index.js",
"test:jest": "jest",
"test:lint": "eslint . && prettier --check .",
"test:lint-rules": "eslint index.js --config test-config/.eslintrc.js --format json",
"test:lint-verify-fail": "eslint \"test-lint/*.{js,ts,vue}\" --config .eslintrc.base.js --format json"
},
"version": "6.10.1"
}