package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "@humanwhocodes/config-array@^0.5.0",
  3. "_id": "@humanwhocodes/config-array@0.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==",
  6. "_location": "/@humanwhocodes/config-array",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@humanwhocodes/config-array@^0.5.0",
  12. "name": "@humanwhocodes/config-array",
  13. "escapedName": "@humanwhocodes%2fconfig-array",
  14. "scope": "@humanwhocodes",
  15. "rawSpec": "^0.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.5.0"
  18. },
  19. "_requiredBy": [
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
  23. "_shasum": "1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9",
  24. "_spec": "@humanwhocodes/config-array@^0.5.0",
  25. "_where": "E:\\vue_project\\el-table-column\\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": "^1.2.0",
  35. "debug": "^4.1.1",
  36. "minimatch": "^3.0.4"
  37. },
  38. "deprecated": "Use @eslint/config-array instead",
  39. "description": "Glob-based configuration matching.",
  40. "devDependencies": {
  41. "@nitpik/javascript": "^0.3.3",
  42. "@nitpik/node": "0.0.5",
  43. "chai": "^4.2.0",
  44. "eslint": "^6.7.1",
  45. "esm": "^3.2.25",
  46. "lint-staged": "^10.2.8",
  47. "mocha": "^6.1.4",
  48. "nyc": "^14.1.1",
  49. "rollup": "^1.12.3",
  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. "nitpik",
  71. "eslint --fix --ignore-pattern '!.eslintrc.js'"
  72. ]
  73. },
  74. "main": "api.js",
  75. "name": "@humanwhocodes/config-array",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/humanwhocodes/config-array.git"
  79. },
  80. "scripts": {
  81. "build": "rollup -c",
  82. "format": "nitpik",
  83. "lint": "eslint *.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.5.0"
  89. }