source: imaps-frontend/node_modules/@humanwhocodes/config-array/package.json@ 79a0317

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "@humanwhocodes/config-array@0.13.0",
3 "_id": "@humanwhocodes/config-array@0.13.0",
4 "_inBundle": false,
5 "_integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
6 "_location": "/@humanwhocodes/config-array",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@humanwhocodes/config-array@0.13.0",
12 "name": "@humanwhocodes/config-array",
13 "escapedName": "@humanwhocodes%2fconfig-array",
14 "scope": "@humanwhocodes",
15 "rawSpec": "0.13.0",
16 "saveSpec": null,
17 "fetchSpec": "0.13.0"
18 },
19 "_requiredBy": [
20 "/eslint"
[d565449]21 ],
[79a0317]22 "_resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
23 "_shasum": "fb907624df3256d04b9aa2df50d7aa97ec648748",
24 "_spec": "@humanwhocodes/config-array@0.13.0",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
26 "author": {
27 "name": "Nicholas C. Zakas"
[d565449]28 },
29 "bugs": {
30 "url": "https://github.com/humanwhocodes/config-array/issues"
31 },
[79a0317]32 "bundleDependencies": false,
[d565449]33 "dependencies": {
[0c6b92a]34 "@humanwhocodes/object-schema": "^2.0.3",
[d565449]35 "debug": "^4.3.1",
36 "minimatch": "^3.0.5"
37 },
[79a0317]38 "deprecated": "Use @eslint/config-array instead",
39 "description": "Glob-based configuration matching.",
[d565449]40 "devDependencies": {
41 "@nitpik/javascript": "0.4.0",
42 "@nitpik/node": "0.0.5",
43 "chai": "4.3.10",
44 "eslint": "8.52.0",
45 "esm": "3.2.25",
46 "lint-staged": "15.0.2",
47 "mocha": "6.2.3",
48 "nyc": "15.1.0",
49 "rollup": "3.28.1",
50 "yorkie": "2.0.0"
[79a0317]51 },
52 "engines": {
53 "node": ">=10.10.0"
54 },
55 "files": [
56 "api.js",
57 "LICENSE",
58 "README.md"
59 ],
60 "gitHooks": {
61 "pre-commit": "lint-staged"
62 },
63 "homepage": "https://github.com/humanwhocodes/config-array#readme",
64 "keywords": [
65 "configuration",
66 "configarray",
67 "config file"
68 ],
69 "license": "Apache-2.0",
70 "lint-staged": {
71 "*.js": [
72 "eslint --fix --ignore-pattern '!.eslintrc.js'"
73 ]
74 },
75 "main": "api.js",
76 "name": "@humanwhocodes/config-array",
77 "repository": {
78 "type": "git",
79 "url": "git+https://github.com/humanwhocodes/config-array.git"
80 },
81 "scripts": {
82 "build": "rollup -c",
83 "format": "nitpik",
84 "lint": "eslint *.config.js src/*.js tests/*.js",
85 "lint:fix": "eslint --fix *.config.js src/*.js tests/*.js",
86 "prepublish": "npm run build",
87 "test": "mocha -r esm tests/ --recursive",
88 "test:coverage": "nyc --include src/*.js npm run test"
89 },
90 "version": "0.13.0"
[d565449]91}
Note: See TracBrowser for help on using the repository browser.