1 | {
|
---|
2 | "_development": true,
|
---|
3 | "_from": "eslint@8.57.1",
|
---|
4 | "_id": "eslint@8.57.1",
|
---|
5 | "_inBundle": false,
|
---|
6 | "_integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
|
---|
7 | "_location": "/eslint",
|
---|
8 | "_phantomChildren": {
|
---|
9 | "type-fest": "0.20.2"
|
---|
10 | },
|
---|
11 | "_requested": {
|
---|
12 | "type": "version",
|
---|
13 | "registry": true,
|
---|
14 | "raw": "eslint@8.57.1",
|
---|
15 | "name": "eslint",
|
---|
16 | "escapedName": "eslint",
|
---|
17 | "rawSpec": "8.57.1",
|
---|
18 | "saveSpec": null,
|
---|
19 | "fetchSpec": "8.57.1"
|
---|
20 | },
|
---|
21 | "_requiredBy": [
|
---|
22 | "#DEV:/"
|
---|
23 | ],
|
---|
24 | "_resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
|
---|
25 | "_shasum": "7df109654aba7e3bbe5c8eae533c5e461d3c6ca9",
|
---|
26 | "_spec": "eslint@8.57.1",
|
---|
27 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend",
|
---|
28 | "author": {
|
---|
29 | "name": "Nicholas C. Zakas",
|
---|
30 | "email": "nicholas+npm@nczconsulting.com"
|
---|
31 | },
|
---|
32 | "bin": {
|
---|
33 | "eslint": "bin/eslint.js"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/eslint/eslint/issues/"
|
---|
37 | },
|
---|
38 | "bundleDependencies": false,
|
---|
39 | "dependencies": {
|
---|
40 | "@eslint-community/eslint-utils": "^4.2.0",
|
---|
41 | "@eslint-community/regexpp": "^4.6.1",
|
---|
42 | "@eslint/eslintrc": "^2.1.4",
|
---|
43 | "@eslint/js": "8.57.1",
|
---|
44 | "@humanwhocodes/config-array": "^0.13.0",
|
---|
45 | "@humanwhocodes/module-importer": "^1.0.1",
|
---|
46 | "@nodelib/fs.walk": "^1.2.8",
|
---|
47 | "@ungap/structured-clone": "^1.2.0",
|
---|
48 | "ajv": "^6.12.4",
|
---|
49 | "chalk": "^4.0.0",
|
---|
50 | "cross-spawn": "^7.0.2",
|
---|
51 | "debug": "^4.3.2",
|
---|
52 | "doctrine": "^3.0.0",
|
---|
53 | "escape-string-regexp": "^4.0.0",
|
---|
54 | "eslint-scope": "^7.2.2",
|
---|
55 | "eslint-visitor-keys": "^3.4.3",
|
---|
56 | "espree": "^9.6.1",
|
---|
57 | "esquery": "^1.4.2",
|
---|
58 | "esutils": "^2.0.2",
|
---|
59 | "fast-deep-equal": "^3.1.3",
|
---|
60 | "file-entry-cache": "^6.0.1",
|
---|
61 | "find-up": "^5.0.0",
|
---|
62 | "glob-parent": "^6.0.2",
|
---|
63 | "globals": "^13.19.0",
|
---|
64 | "graphemer": "^1.4.0",
|
---|
65 | "ignore": "^5.2.0",
|
---|
66 | "imurmurhash": "^0.1.4",
|
---|
67 | "is-glob": "^4.0.0",
|
---|
68 | "is-path-inside": "^3.0.3",
|
---|
69 | "js-yaml": "^4.1.0",
|
---|
70 | "json-stable-stringify-without-jsonify": "^1.0.1",
|
---|
71 | "levn": "^0.4.1",
|
---|
72 | "lodash.merge": "^4.6.2",
|
---|
73 | "minimatch": "^3.1.2",
|
---|
74 | "natural-compare": "^1.4.0",
|
---|
75 | "optionator": "^0.9.3",
|
---|
76 | "strip-ansi": "^6.0.1",
|
---|
77 | "text-table": "^0.2.0"
|
---|
78 | },
|
---|
79 | "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
|
---|
80 | "description": "An AST-based pattern checker for JavaScript.",
|
---|
81 | "devDependencies": {
|
---|
82 | "@babel/core": "^7.4.3",
|
---|
83 | "@babel/preset-env": "^7.4.3",
|
---|
84 | "@sinonjs/fake-timers": "11.2.2",
|
---|
85 | "@wdio/browser-runner": "^8.14.6",
|
---|
86 | "@wdio/cli": "^8.14.6",
|
---|
87 | "@wdio/concise-reporter": "^8.14.0",
|
---|
88 | "@wdio/globals": "^8.14.6",
|
---|
89 | "@wdio/mocha-framework": "^8.14.0",
|
---|
90 | "babel-loader": "^8.0.5",
|
---|
91 | "c8": "^7.12.0",
|
---|
92 | "chai": "^4.0.1",
|
---|
93 | "cheerio": "^0.22.0",
|
---|
94 | "common-tags": "^1.8.0",
|
---|
95 | "core-js": "^3.1.3",
|
---|
96 | "ejs": "^3.0.2",
|
---|
97 | "eslint": "file:.",
|
---|
98 | "eslint-config-eslint": "file:packages/eslint-config-eslint",
|
---|
99 | "eslint-plugin-eslint-comments": "^3.2.0",
|
---|
100 | "eslint-plugin-eslint-plugin": "^5.2.1",
|
---|
101 | "eslint-plugin-internal-rules": "file:tools/internal-rules",
|
---|
102 | "eslint-plugin-jsdoc": "^46.2.5",
|
---|
103 | "eslint-plugin-n": "^16.6.0",
|
---|
104 | "eslint-plugin-unicorn": "^49.0.0",
|
---|
105 | "eslint-release": "^3.3.0",
|
---|
106 | "eslump": "^3.0.0",
|
---|
107 | "esprima": "^4.0.1",
|
---|
108 | "fast-glob": "^3.2.11",
|
---|
109 | "fs-teardown": "^0.1.3",
|
---|
110 | "glob": "^7.1.6",
|
---|
111 | "got": "^11.8.3",
|
---|
112 | "gray-matter": "^4.0.3",
|
---|
113 | "lint-staged": "^11.0.0",
|
---|
114 | "load-perf": "^0.2.0",
|
---|
115 | "markdown-it": "^12.2.0",
|
---|
116 | "markdown-it-container": "^3.0.0",
|
---|
117 | "markdownlint": "^0.32.0",
|
---|
118 | "markdownlint-cli": "^0.37.0",
|
---|
119 | "marked": "^4.0.8",
|
---|
120 | "memfs": "^3.0.1",
|
---|
121 | "metascraper": "^5.25.7",
|
---|
122 | "metascraper-description": "^5.25.7",
|
---|
123 | "metascraper-image": "^5.29.3",
|
---|
124 | "metascraper-logo": "^5.25.7",
|
---|
125 | "metascraper-logo-favicon": "^5.25.7",
|
---|
126 | "metascraper-title": "^5.25.7",
|
---|
127 | "mocha": "^8.3.2",
|
---|
128 | "mocha-junit-reporter": "^2.0.0",
|
---|
129 | "node-polyfill-webpack-plugin": "^1.0.3",
|
---|
130 | "npm-license": "^0.3.3",
|
---|
131 | "pirates": "^4.0.5",
|
---|
132 | "progress": "^2.0.3",
|
---|
133 | "proxyquire": "^2.0.1",
|
---|
134 | "recast": "^0.23.0",
|
---|
135 | "regenerator-runtime": "^0.14.0",
|
---|
136 | "rollup-plugin-node-polyfills": "^0.2.1",
|
---|
137 | "semver": "^7.5.3",
|
---|
138 | "shelljs": "^0.8.2",
|
---|
139 | "sinon": "^11.0.0",
|
---|
140 | "vite-plugin-commonjs": "0.10.1",
|
---|
141 | "webdriverio": "^8.14.6",
|
---|
142 | "webpack": "^5.23.0",
|
---|
143 | "webpack-cli": "^4.5.0",
|
---|
144 | "yorkie": "^2.0.0"
|
---|
145 | },
|
---|
146 | "engines": {
|
---|
147 | "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
---|
148 | },
|
---|
149 | "exports": {
|
---|
150 | "./package.json": "./package.json",
|
---|
151 | ".": "./lib/api.js",
|
---|
152 | "./use-at-your-own-risk": "./lib/unsupported-api.js"
|
---|
153 | },
|
---|
154 | "files": [
|
---|
155 | "LICENSE",
|
---|
156 | "README.md",
|
---|
157 | "bin",
|
---|
158 | "conf",
|
---|
159 | "lib",
|
---|
160 | "messages"
|
---|
161 | ],
|
---|
162 | "funding": "https://opencollective.com/eslint",
|
---|
163 | "gitHooks": {
|
---|
164 | "pre-commit": "lint-staged"
|
---|
165 | },
|
---|
166 | "homepage": "https://eslint.org",
|
---|
167 | "keywords": [
|
---|
168 | "ast",
|
---|
169 | "lint",
|
---|
170 | "javascript",
|
---|
171 | "ecmascript",
|
---|
172 | "espree"
|
---|
173 | ],
|
---|
174 | "license": "MIT",
|
---|
175 | "lint-staged": {
|
---|
176 | "*.js": "eslint --fix",
|
---|
177 | "*.md": "markdownlint --fix",
|
---|
178 | "lib/rules/*.js": [
|
---|
179 | "node tools/update-eslint-all.js",
|
---|
180 | "git add packages/js/src/configs/eslint-all.js"
|
---|
181 | ],
|
---|
182 | "docs/src/rules/*.md": [
|
---|
183 | "node tools/check-rule-examples.js",
|
---|
184 | "node tools/fetch-docs-links.js",
|
---|
185 | "git add docs/src/_data/further_reading_links.json"
|
---|
186 | ],
|
---|
187 | "docs/**/*.svg": "npx svgo -r --multipass"
|
---|
188 | },
|
---|
189 | "main": "./lib/api.js",
|
---|
190 | "name": "eslint",
|
---|
191 | "repository": {
|
---|
192 | "type": "git",
|
---|
193 | "url": "git+https://github.com/eslint/eslint.git"
|
---|
194 | },
|
---|
195 | "scripts": {
|
---|
196 | "build:docs:update-links": "node tools/fetch-docs-links.js",
|
---|
197 | "build:readme": "node tools/update-readme.js",
|
---|
198 | "build:site": "node Makefile.js gensite",
|
---|
199 | "build:webpack": "node Makefile.js webpack",
|
---|
200 | "lint": "node Makefile.js lint",
|
---|
201 | "lint:docs:js": "node Makefile.js lintDocsJS",
|
---|
202 | "lint:docs:rule-examples": "node Makefile.js checkRuleExamples",
|
---|
203 | "lint:fix": "node Makefile.js lint -- fix",
|
---|
204 | "lint:fix:docs:js": "node Makefile.js lintDocsJS -- fix",
|
---|
205 | "release:generate:alpha": "node Makefile.js generatePrerelease -- alpha",
|
---|
206 | "release:generate:beta": "node Makefile.js generatePrerelease -- beta",
|
---|
207 | "release:generate:latest": "node Makefile.js generateRelease -- latest",
|
---|
208 | "release:generate:maintenance": "node Makefile.js generateRelease -- maintenance",
|
---|
209 | "release:generate:rc": "node Makefile.js generatePrerelease -- rc",
|
---|
210 | "release:publish": "node Makefile.js publishRelease",
|
---|
211 | "test": "node Makefile.js test",
|
---|
212 | "test:cli": "mocha",
|
---|
213 | "test:fuzz": "node Makefile.js fuzz",
|
---|
214 | "test:performance": "node Makefile.js perf"
|
---|
215 | },
|
---|
216 | "version": "8.57.1"
|
---|
217 | }
|
---|