mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
103 lines
3.1 KiB
JSON
103 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eslint-config-prettier@4.3.0",
|
|
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-config-prettier@4.3.0",
|
|
"_id": "eslint-config-prettier@4.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-sZwhSTHVVz78+kYD3t5pCWSYEdVSBR0PXnwjDRsUs8ytIrK8PLXw+6FKp8r3Z7rx4ZszdetWlXYKOHoUrrwPlA==",
|
|
"_location": "/eslint-config-prettier",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-config-prettier@4.3.0",
|
|
"name": "eslint-config-prettier",
|
|
"escapedName": "eslint-config-prettier",
|
|
"rawSpec": "4.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-plugin-github"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-4.3.0.tgz",
|
|
"_spec": "4.3.0",
|
|
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
|
|
"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": "1.9.0",
|
|
"@typescript-eslint/parser": "1.9.0",
|
|
"babel-eslint": "10.0.1",
|
|
"cross-spawn": "6.0.5",
|
|
"doctoc": "1.4.0",
|
|
"eslint": "5.16.0",
|
|
"eslint-config-google": "0.13.0",
|
|
"eslint-plugin-babel": "5.3.0",
|
|
"eslint-plugin-flowtype": "3.9.0",
|
|
"eslint-plugin-prettier": "3.1.0",
|
|
"eslint-plugin-react": "7.13.0",
|
|
"eslint-plugin-standard": "4.0.0",
|
|
"eslint-plugin-unicorn": "8.0.2",
|
|
"eslint-plugin-vue": "5.2.2",
|
|
"jest": "24.8.0",
|
|
"prettier": "1.17.1",
|
|
"replace": "1.1.0",
|
|
"rimraf": "2.6.3",
|
|
"typescript": "3.4.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",
|
|
"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 . | node ./bin/cli.js",
|
|
"test:cli-sanity-warning": "eslint --print-config ./bin/cli.js | node ./bin/cli.js",
|
|
"test:jest": "jest",
|
|
"test:lint": "eslint .",
|
|
"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": "4.3.0"
|
|
}
|