{ "_from": "eslint-config-prettier@^6.0.0", "_id": "eslint-config-prettier@6.11.0", "_inBundle": false, "_integrity": "sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA==", "_location": "/eslint-config-prettier", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "eslint-config-prettier@^6.0.0", "name": "eslint-config-prettier", "escapedName": "eslint-config-prettier", "rawSpec": "^6.0.0", "saveSpec": null, "fetchSpec": "^6.0.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz", "_shasum": "f6d2238c1290d01c859a8b5c1f7d352a0b0da8b1", "_spec": "eslint-config-prettier@^6.0.0", "_where": "D:\\project\\persagy-web\\persagy-web-graph", "author": { "name": "Simon Lydell" }, "bin": { "eslint-config-prettier-check": "bin/cli.js" }, "bugs": { "url": "https://github.com/prettier/eslint-config-prettier/issues" }, "bundleDependencies": false, "dependencies": { "get-stdin": "^6.0.0" }, "deprecated": false, "description": "Turns off all rules that are unnecessary or might conflict with Prettier.", "devDependencies": { "@typescript-eslint/eslint-plugin": "2.29.0", "@typescript-eslint/parser": "2.29.0", "babel-eslint": "10.1.0", "cross-spawn": "7.0.2", "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.7.0", "eslint-plugin-prettier": "3.1.3", "eslint-plugin-react": "7.19.0", "eslint-plugin-standard": "4.0.1", "eslint-plugin-unicorn": "18.0.1", "eslint-plugin-vue": "6.2.2", "jest": "25.4.0", "prettier": "2.0.5", "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.11.0" }