Blame view

node_modules/eslint-plugin-promise/package.json 2.98 KB
ce4c83ff   wxy   初始提交
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
  {
    "_args": [
      [
        "eslint-plugin-promise@3.8.0",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "eslint-plugin-promise@3.8.0",
    "_id": "eslint-plugin-promise@3.8.0",
    "_inBundle": false,
    "_integrity": "sha512-JiFL9UFR15NKpHyGii1ZcvmtIqa3UTwiDAGb8atSffe43qJ3+1czVGN6UtkklpcJ2DVnqvTMzEKRaJdBkAL2aQ==",
    "_location": "/eslint-plugin-promise",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "eslint-plugin-promise@3.8.0",
      "name": "eslint-plugin-promise",
      "escapedName": "eslint-plugin-promise",
      "rawSpec": "3.8.0",
      "saveSpec": null,
      "fetchSpec": "3.8.0"
    },
    "_requiredBy": [
      "#DEV:/"
    ],
    "_resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz",
    "_spec": "3.8.0",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "jden",
      "email": "jason@denizac.org"
    },
    "bugs": {
      "url": "https://github.com/xjamundx/eslint-plugin-promise/issues"
    },
    "description": "Enforce best practices for JavaScript promises",
    "devDependencies": {
      "doctoc": "^1.3.0",
      "eslint": "^4.17.0",
      "eslint-config-prettier": "^2.9.0",
      "eslint-config-standard": "^11.0.0-beta.0",
      "eslint-plugin-eslint-plugin": "^1.4.0",
      "eslint-plugin-import": "^2.8.0",
      "eslint-plugin-jest": "^21.12.2",
      "eslint-plugin-node": "^6.0.0",
      "eslint-plugin-prettier": "^2.6.0",
      "eslint-plugin-promise": "./",
      "eslint-plugin-standard": "^3.0.1",
      "husky": "^0.14.3",
      "jest": "^22.4.2",
      "jest-runner-eslint": "^0.4.0",
      "lint-staged": "^6.1.0",
      "prettier": "^1.10.2"
    },
    "engines": {
      "node": ">=4"
    },
    "homepage": "https://github.com/xjamundx/eslint-plugin-promise#readme",
    "jest": {
      "projects": [
        {
          "displayName": "test",
          "testEnvironment": "node"
        },
        {
          "runner": "jest-runner-eslint",
          "displayName": "lint",
          "testMatch": [
            "<rootDir>/rules/**/*.js",
            "<rootDir>/__tests__/**/*.js",
            "<rootDir>/index.js"
          ]
        }
      ]
    },
    "keywords": [
      "eslint",
      "eslintplugin",
      "eslint-plugin",
      "promise",
      "promises"
    ],
    "license": "ISC",
    "lint-staged": {
      "concurrent": false,
      "linters": {
        "{README.md,CONTRIBUTING.md}": [
          "doctoc --maxlevel 3 --notitle",
          "git add"
        ],
        "*.js": [
          "prettier --write",
          "eslint --fix",
          "git add"
        ],
        "*.+(json|md)": [
          "prettier --write",
          "git add"
        ]
      }
    },
    "name": "eslint-plugin-promise",
    "prettier": {
      "semi": false,
      "singleQuote": true,
      "proseWrap": "always"
    },
    "repository": {
      "type": "git",
      "url": "git+ssh://git@github.com/xjamundx/eslint-plugin-promise.git"
    },
    "scripts": {
      "lint": "eslint index.js rules __tests__ --ignore-pattern '**/*.json'",
      "precommit": "lint-staged",
      "test": "jest"
    },
    "version": "3.8.0"
  }