Blame view

node_modules/eslint/package.json 4.36 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
  {
    "_args": [
      [
        "eslint@4.19.1",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "eslint@4.19.1",
    "_id": "eslint@4.19.1",
    "_inBundle": false,
    "_integrity": "sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==",
    "_location": "/eslint",
    "_phantomChildren": {
      "argparse": "1.0.10"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "eslint@4.19.1",
      "name": "eslint",
      "escapedName": "eslint",
      "rawSpec": "4.19.1",
      "saveSpec": null,
      "fetchSpec": "4.19.1"
    },
    "_requiredBy": [
      "#DEV:/"
    ],
    "_resolved": "http://registry.npmjs.org/eslint/-/eslint-4.19.1.tgz",
    "_spec": "4.19.1",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Nicholas C. Zakas",
      "email": "nicholas+npm@nczconsulting.com"
    },
    "bin": {
      "eslint": "./bin/eslint.js"
    },
    "bugs": {
      "url": "https://github.com/eslint/eslint/issues/"
    },
    "dependencies": {
      "ajv": "^5.3.0",
      "babel-code-frame": "^6.22.0",
      "chalk": "^2.1.0",
      "concat-stream": "^1.6.0",
      "cross-spawn": "^5.1.0",
      "debug": "^3.1.0",
      "doctrine": "^2.1.0",
      "eslint-scope": "^3.7.1",
      "eslint-visitor-keys": "^1.0.0",
      "espree": "^3.5.4",
      "esquery": "^1.0.0",
      "esutils": "^2.0.2",
      "file-entry-cache": "^2.0.0",
      "functional-red-black-tree": "^1.0.1",
      "glob": "^7.1.2",
      "globals": "^11.0.1",
      "ignore": "^3.3.3",
      "imurmurhash": "^0.1.4",
      "inquirer": "^3.0.6",
      "is-resolvable": "^1.0.0",
      "js-yaml": "^3.9.1",
      "json-stable-stringify-without-jsonify": "^1.0.1",
      "levn": "^0.3.0",
      "lodash": "^4.17.4",
      "minimatch": "^3.0.2",
      "mkdirp": "^0.5.1",
      "natural-compare": "^1.4.0",
      "optionator": "^0.8.2",
      "path-is-inside": "^1.0.2",
      "pluralize": "^7.0.0",
      "progress": "^2.0.0",
      "regexpp": "^1.0.1",
      "require-uncached": "^1.0.3",
      "semver": "^5.3.0",
      "strip-ansi": "^4.0.0",
      "strip-json-comments": "~2.0.1",
      "table": "4.0.2",
      "text-table": "~0.2.0"
    },
    "description": "An AST-based pattern checker for JavaScript.",
    "devDependencies": {
      "babel-polyfill": "^6.23.0",
      "babel-preset-es2015": "^6.24.1",
      "babelify": "^7.3.0",
      "beefy": "^2.1.8",
      "brfs": "1.4.3",
      "browserify": "^14.4.0",
      "chai": "^4.0.1",
      "cheerio": "^0.22.0",
      "coveralls": "^2.13.1",
      "dateformat": "^2.0.0",
      "ejs": "^2.5.6",
      "eslint-plugin-eslint-plugin": "^1.2.0",
      "eslint-plugin-node": "^5.1.0",
      "eslint-plugin-rulesdir": "^0.1.0",
      "eslint-release": "^0.10.1",
      "eslint-rule-composer": "^0.1.0",
      "eslump": "1.6.0",
      "esprima": "^4.0.0",
      "esprima-fb": "^15001.1001.0-dev-harmony-fb",
      "istanbul": "^0.4.5",
      "jsdoc": "^3.4.3",
      "karma": "^1.7.0",
      "karma-babel-preprocessor": "^6.0.1",
      "karma-mocha": "^1.3.0",
      "karma-mocha-reporter": "^2.2.3",
      "karma-phantomjs-launcher": "^1.0.4",
      "leche": "^2.1.2",
      "load-perf": "^0.2.0",
      "markdownlint": "^0.6.1",
      "mocha": "^3.4.2",
      "mock-fs": "^4.3.0",
      "npm-license": "^0.3.3",
      "phantomjs-prebuilt": "^2.1.14",
      "proxyquire": "^1.8.0",
      "shelljs": "^0.7.7",
      "sinon": "^3.2.1",
      "temp": "^0.8.3",
      "through": "^2.3.8"
    },
    "engines": {
      "node": ">=4"
    },
    "files": [
      "LICENSE",
      "README.md",
      "bin",
      "conf",
      "lib",
      "messages"
    ],
    "homepage": "https://eslint.org",
    "keywords": [
      "ast",
      "lint",
      "javascript",
      "ecmascript",
      "espree"
    ],
    "license": "MIT",
    "main": "./lib/api.js",
    "name": "eslint",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/eslint/eslint.git"
    },
    "scripts": {
      "alpharelease": "node Makefile.js prerelease -- alpha",
      "betarelease": "node Makefile.js prerelease -- beta",
      "browserify": "node Makefile.js browserify",
      "ci-release": "node Makefile.js ciRelease",
      "coveralls": "cat ./coverage/lcov.info | coveralls",
      "docs": "node Makefile.js docs",
      "fuzz": "node Makefile.js fuzz",
      "gensite": "node Makefile.js gensite",
      "lint": "node Makefile.js lint",
      "perf": "node Makefile.js perf",
      "profile": "beefy tests/bench/bench.js --open -- -t brfs -t ./tests/bench/xform-rules.js -r espree",
      "release": "node Makefile.js release",
      "test": "node Makefile.js test"
    },
    "version": "4.19.1"
  }