package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "@humanwhocodes/config-array@^0.11.14",
  3. "_id": "@humanwhocodes/config-array@0.11.14",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
  6. "_location": "/@humanwhocodes/config-array",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@humanwhocodes/config-array@^0.11.14",
  12. "name": "@humanwhocodes/config-array",
  13. "escapedName": "@humanwhocodes%2fconfig-array",
  14. "scope": "@humanwhocodes",
  15. "rawSpec": "^0.11.14",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.11.14"
  18. },
  19. "_requiredBy": [
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
  23. "_shasum": "d78e481a039f7566ecc9660b4ea7fe6b1fec442b",
  24. "_spec": "@humanwhocodes/config-array@^0.11.14",
  25. "_where": "E:\\hs-code\\traffic-eff-app\\node_modules\\eslint",
  26. "author": {
  27. "name": "Nicholas C. Zakas"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/humanwhocodes/config-array/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@humanwhocodes/object-schema": "^2.0.2",
  35. "debug": "^4.3.1",
  36. "minimatch": "^3.0.5"
  37. },
  38. "deprecated": "Use @eslint/config-array instead",
  39. "description": "Glob-based configuration matching.",
  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"
  51. },
  52. "engines": {
  53. "node": ">=10.10.0"
  54. },
  55. "files": [
  56. "api.js"
  57. ],
  58. "gitHooks": {
  59. "pre-commit": "lint-staged"
  60. },
  61. "homepage": "https://github.com/humanwhocodes/config-array#readme",
  62. "keywords": [
  63. "configuration",
  64. "configarray",
  65. "config file"
  66. ],
  67. "license": "Apache-2.0",
  68. "lint-staged": {
  69. "*.js": [
  70. "eslint --fix --ignore-pattern '!.eslintrc.js'"
  71. ]
  72. },
  73. "main": "api.js",
  74. "name": "@humanwhocodes/config-array",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/humanwhocodes/config-array.git"
  78. },
  79. "scripts": {
  80. "build": "rollup -c",
  81. "format": "nitpik",
  82. "lint": "eslint *.config.js src/*.js tests/*.js",
  83. "lint:fix": "eslint --fix *.config.js src/*.js tests/*.js",
  84. "prepublish": "npm run build",
  85. "test": "mocha -r esm tests/ --recursive",
  86. "test:coverage": "nyc --include src/*.js npm run test"
  87. },
  88. "version": "0.11.14"
  89. }