{ "_from": "@humanwhocodes/config-array@^0.11.13", "_id": "@humanwhocodes/config-array@0.11.14", "_inBundle": false, "_integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", "_location": "/@humanwhocodes/config-array", "_phantomChildren": { "balanced-match": "1.0.2", "concat-map": "0.0.1" }, "_requested": { "type": "range", "registry": true, "raw": "@humanwhocodes/config-array@^0.11.13", "name": "@humanwhocodes/config-array", "escapedName": "@humanwhocodes%2fconfig-array", "scope": "@humanwhocodes", "rawSpec": "^0.11.13", "saveSpec": null, "fetchSpec": "^0.11.13" }, "_requiredBy": [ "/eslint", "/standard/eslint" ], "_resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", "_shasum": "d78e481a039f7566ecc9660b4ea7fe6b1fec442b", "_spec": "@humanwhocodes/config-array@^0.11.13", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/standard/node_modules/eslint", "author": { "name": "Nicholas C. Zakas" }, "bugs": { "url": "https://github.com/humanwhocodes/config-array/issues" }, "bundleDependencies": false, "dependencies": { "@humanwhocodes/object-schema": "^2.0.2", "debug": "^4.3.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.10", "eslint": "8.52.0", "esm": "3.2.25", "lint-staged": "15.0.2", "mocha": "6.2.3", "nyc": "15.1.0", "rollup": "3.28.1", "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.14" }