{
  "_from": "@humanwhocodes/config-array@^0.11.10",
  "_id": "@humanwhocodes/config-array@0.11.10",
  "_inBundle": false,
  "_integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
  "_location": "/@humanwhocodes/config-array",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@humanwhocodes/config-array@^0.11.10",
    "name": "@humanwhocodes/config-array",
    "escapedName": "@humanwhocodes%2fconfig-array",
    "scope": "@humanwhocodes",
    "rawSpec": "^0.11.10",
    "saveSpec": null,
    "fetchSpec": "^0.11.10"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
  "_shasum": "5a3ffe32cc9306365fb3fd572596cd602d5e12d2",
  "_spec": "@humanwhocodes/config-array@^0.11.10",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end/node_modules/eslint",
  "author": {
    "name": "Nicholas C. Zakas"
  },
  "bugs": {
    "url": "https://github.com/humanwhocodes/config-array/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@humanwhocodes/object-schema": "^1.2.1",
    "debug": "^4.1.1",
    "minimatch": "^3.0.5"
  },
  "deprecated": false,
  "description": "Glob-based configuration matching.",
  "devDependencies": {
    "@nitpik/javascript": "0.4.0",
    "@nitpik/node": "0.0.5",
    "chai": "4.3.7",
    "eslint": "8.41.0",
    "esm": "3.2.25",
    "lint-staged": "13.2.2",
    "mocha": "6.2.3",
    "nyc": "14.1.1",
    "rollup": "3.20.4",
    "yorkie": "2.0.0"
  },
  "engines": {
    "node": ">=10.10.0"
  },
  "files": [
    "api.js"
  ],
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "homepage": "https://github.com/humanwhocodes/config-array#readme",
  "keywords": [
    "configuration",
    "configarray",
    "config file"
  ],
  "license": "Apache-2.0",
  "lint-staged": {
    "*.js": [
      "eslint --fix --ignore-pattern '!.eslintrc.js'"
    ]
  },
  "main": "api.js",
  "name": "@humanwhocodes/config-array",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/humanwhocodes/config-array.git"
  },
  "scripts": {
    "build": "rollup -c",
    "format": "nitpik",
    "lint": "eslint *.config.js src/*.js tests/*.js",
    "lint:fix": "eslint --fix *.config.js src/*.js tests/*.js",
    "prepublish": "npm run build",
    "test": "mocha -r esm tests/ --recursive",
    "test:coverage": "nyc --include src/*.js npm run test"
  },
  "version": "0.11.10"
}
