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
| {
| "_from": "prettier-linter-helpers@^1.0.0",
| "_id": "prettier-linter-helpers@1.0.0",
| "_inBundle": false,
| "_integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
| "_location": "/prettier-linter-helpers",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "prettier-linter-helpers@^1.0.0",
| "name": "prettier-linter-helpers",
| "escapedName": "prettier-linter-helpers",
| "rawSpec": "^1.0.0",
| "saveSpec": null,
| "fetchSpec": "^1.0.0"
| },
| "_requiredBy": [
| "/eslint-plugin-prettier"
| ],
| "_resolved": "https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
| "_shasum": "d23d41fe1375646de2d0104d3454a3008802cf7b",
| "_spec": "prettier-linter-helpers@^1.0.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/eslint-plugin-prettier",
| "bugs": {
| "url": "https://github.com/prettier/prettier-linter-helpers/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Ben Scott"
| },
| {
| "name": "Teddy Katz"
| }
| ],
| "dependencies": {
| "fast-diff": "^1.1.2"
| },
| "deprecated": false,
| "description": "Utilities to help expose prettier output in linting tools",
| "devDependencies": {
| "eslint": "^5.6.1",
| "eslint-config-prettier": "^3.1.0",
| "eslint-plugin-node": "^7.0.1",
| "eslint-plugin-prettier": "^2.7.0",
| "mocha": "^5.2.0",
| "prettier": "^1.14.3"
| },
| "engines": {
| "node": ">=6.0.0"
| },
| "homepage": "https://github.com/prettier/prettier-linter-helpers#readme",
| "license": "MIT",
| "main": "index.js",
| "name": "prettier-linter-helpers",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/prettier/prettier-linter-helpers.git"
| },
| "scripts": {
| "format": "yarn run prettier '**/*.{js,json,md,yml}' --write && yarn run lint --fix",
| "lint": "eslint .",
| "test": "npm run lint && mocha"
| },
| "version": "1.0.0"
| }
|
|