Files

93 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2022-12-27 12:05:56 +01:00
{
"_args": [
[
"@humanwhocodes/config-array@0.11.8",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
2022-12-27 12:05:56 +01:00
],
"_from": "@humanwhocodes/config-array@0.11.8",
"_id": "@humanwhocodes/config-array@0.11.8",
"_inBundle": false,
"_integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==",
"_location": "/@humanwhocodes/config-array",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@humanwhocodes/config-array@0.11.8",
"name": "@humanwhocodes/config-array",
"escapedName": "@humanwhocodes%2fconfig-array",
"scope": "@humanwhocodes",
"rawSpec": "0.11.8",
"saveSpec": null,
"fetchSpec": "0.11.8"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz",
"_spec": "0.11.8",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Nicholas C. Zakas"
2022-12-27 12:05:56 +01:00
},
"bugs": {
"url": "https://github.com/humanwhocodes/config-array/issues"
},
"dependencies": {
"@humanwhocodes/object-schema": "^1.2.1",
"debug": "^4.1.1",
"minimatch": "^3.0.5"
},
"description": "Glob-based configuration matching.",
2022-12-27 12:05:56 +01:00
"devDependencies": {
"@nitpik/javascript": "0.4.0",
"@nitpik/node": "0.0.5",
"chai": "4.3.7",
"eslint": "8.29.0",
"esm": "3.2.25",
"lint-staged": "13.1.0",
"mocha": "6.2.3",
"nyc": "14.1.1",
"rollup": "1.16.6",
"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.8"
2022-12-27 12:05:56 +01:00
}