1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_from": "@humanwhocodes/config-array@^0.11.14",
- "_id": "@humanwhocodes/config-array@0.11.14",
- "_inBundle": false,
- "_integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
- "_location": "/@humanwhocodes/config-array",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@humanwhocodes/config-array@^0.11.14",
- "name": "@humanwhocodes/config-array",
- "escapedName": "@humanwhocodes%2fconfig-array",
- "scope": "@humanwhocodes",
- "rawSpec": "^0.11.14",
- "saveSpec": null,
- "fetchSpec": "^0.11.14"
- },
- "_requiredBy": [
- "/eslint"
- ],
- "_resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
- "_shasum": "d78e481a039f7566ecc9660b4ea7fe6b1fec442b",
- "_spec": "@humanwhocodes/config-array@^0.11.14",
- "_where": "E:\\hs-code\\traffic-eff-app\\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": "Use @eslint/config-array instead",
- "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"
- }
|