Blame view

node_modules/eslint-plugin-html/package.json 1.7 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
  {
    "_args": [
      [
        "eslint-plugin-html@4.0.6",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "eslint-plugin-html@4.0.6",
    "_id": "eslint-plugin-html@4.0.6",
    "_inBundle": false,
    "_integrity": "sha512-nj6A9oK+7BKnMm0E7dMRH3r75BfpkXtcVIb3pFC4AcDdBTNyg2NGxHXyFNT1emW4VsR7P2SZvRXXQtUR+kY08w==",
    "_location": "/eslint-plugin-html",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "eslint-plugin-html@4.0.6",
      "name": "eslint-plugin-html",
      "escapedName": "eslint-plugin-html",
      "rawSpec": "4.0.6",
      "saveSpec": null,
      "fetchSpec": "4.0.6"
    },
    "_requiredBy": [
      "#DEV:/"
    ],
    "_resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-4.0.6.tgz",
    "_spec": "4.0.6",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "bugs": {
      "url": "https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"
    },
    "dependencies": {
      "htmlparser2": "^3.8.2"
    },
    "description": "A ESLint plugin to lint and fix inline scripts contained in HTML files.",
    "devDependencies": {
      "eslint": "^4.7.0",
      "eslint-config-benoitz-prettier": "^1.0.1",
      "jest": "^21.1.0",
      "prettier": "^1.7.4"
    },
    "homepage": "https://github.com/BenoitZugmeyer/eslint-plugin-html",
    "keywords": [
      "eslint-plugin",
      "eslintplugin",
      "eslint",
      "html"
    ],
    "license": "ISC",
    "main": "src/index.js",
    "name": "eslint-plugin-html",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"
    },
    "scripts": {
      "lint": "eslint .",
      "test": "jest",
      "validate": "npm run lint && npm run test"
    },
    "version": "4.0.6"
  }