package.json
3.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_from": "eslint-config-prettier@^6.11.0",
"_id": "eslint-config-prettier@6.12.0",
"_inBundle": false,
"_integrity": "sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==",
"_location": "/eslint-config-prettier",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-config-prettier@^6.11.0",
"name": "eslint-config-prettier",
"escapedName": "eslint-config-prettier",
"rawSpec": "^6.11.0",
"saveSpec": null,
"fetchSpec": "^6.11.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz",
"_shasum": "9eb2bccff727db1c52104f0b49e87ea46605a0d2",
"_spec": "eslint-config-prettier@^6.11.0",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project",
"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": "4.2.0",
"@typescript-eslint/parser": "4.2.0",
"babel-eslint": "10.1.0",
"cross-spawn": "7.0.3",
"doctoc": "1.4.0",
"eslint": "7.9.0",
"eslint-config-google": "0.14.0",
"eslint-find-rules": "3.6.1",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.2",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-unicorn": "22.0.0",
"eslint-plugin-vue": "6.2.2",
"jest": "26.4.2",
"prettier": "2.1.2",
"replace": "1.2.0",
"rimraf": "3.0.2",
"typescript": "4.0.3"
},
"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.12.0"
}