source: imaps-frontend/node_modules/@eslint-community/eslint-utils/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.3 KB
Line 
1{
2 "_from": "@eslint-community/eslint-utils@4.4.1",
3 "_id": "@eslint-community/eslint-utils@4.4.1",
4 "_inBundle": false,
5 "_integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==",
6 "_location": "/@eslint-community/eslint-utils",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@eslint-community/eslint-utils@4.4.1",
12 "name": "@eslint-community/eslint-utils",
13 "escapedName": "@eslint-community%2feslint-utils",
14 "scope": "@eslint-community",
15 "rawSpec": "4.4.1",
16 "saveSpec": null,
17 "fetchSpec": "4.4.1"
18 },
19 "_requiredBy": [
20 "/eslint"
21 ],
22 "_resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
23 "_shasum": "d1145bf2c20132d6400495d6df4bf59362fd9d56",
24 "_spec": "@eslint-community/eslint-utils@4.4.1",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
26 "author": {
27 "name": "Toru Nagashima"
28 },
29 "bugs": {
30 "url": "https://github.com/eslint-community/eslint-utils/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "eslint-visitor-keys": "^3.4.3"
35 },
36 "deprecated": false,
37 "description": "Utilities for ESLint plugins.",
38 "devDependencies": {
39 "@eslint-community/eslint-plugin-mysticatea": "^15.6.1",
40 "c8": "^8.0.1",
41 "dot-prop": "^7.2.0",
42 "eslint": "^8.57.1",
43 "installed-check": "^8.0.1",
44 "knip": "^5.33.3",
45 "mocha": "^9.2.2",
46 "npm-run-all2": "^6.2.3",
47 "opener": "^1.5.2",
48 "prettier": "2.8.8",
49 "rimraf": "^3.0.2",
50 "rollup": "^2.79.2",
51 "rollup-plugin-sourcemaps": "^0.6.3",
52 "semver": "^7.6.3",
53 "vitepress": "^1.4.1",
54 "warun": "^1.0.0"
55 },
56 "engines": {
57 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
58 },
59 "exports": {
60 ".": {
61 "import": "./index.mjs",
62 "require": "./index.js"
63 },
64 "./package.json": "./package.json"
65 },
66 "files": [
67 "index.*"
68 ],
69 "funding": "https://opencollective.com/eslint",
70 "homepage": "https://github.com/eslint-community/eslint-utils#readme",
71 "keywords": [
72 "eslint"
73 ],
74 "license": "MIT",
75 "main": "index",
76 "module": "index.mjs",
77 "name": "@eslint-community/eslint-utils",
78 "peerDependencies": {
79 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
80 },
81 "repository": {
82 "type": "git",
83 "url": "git+https://github.com/eslint-community/eslint-utils.git"
84 },
85 "scripts": {
86 "build": "rollup -c",
87 "clean": "rimraf .nyc_output coverage index.*",
88 "coverage": "opener ./coverage/lcov-report/index.html",
89 "docs:build": "vitepress build docs",
90 "docs:watch": "vitepress dev docs",
91 "format": "npm run -s format:prettier -- --write",
92 "format:check": "npm run -s format:prettier -- --check",
93 "format:prettier": "prettier .",
94 "lint": "run-p lint:*",
95 "lint:eslint": "eslint .",
96 "lint:format": "npm run -s format:check",
97 "lint:installed-check": "installed-check -v -i installed-check -i npm-run-all2 -i knip",
98 "lint:knip": "knip",
99 "postversion": "git push && git push --tags",
100 "prebuild": "npm run -s clean",
101 "preversion": "npm test && npm run -s build",
102 "prewatch": "npm run -s clean",
103 "test": "c8 mocha --reporter dot \"test/*.mjs\"",
104 "watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha"
105 },
106 "sideEffects": false,
107 "version": "4.4.1"
108}
Note: See TracBrowser for help on using the repository browser.