package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "@humanwhocodes/config-array@0.5.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@humanwhocodes/config-array@0.5.0",
  10. "_id": "@humanwhocodes/config-array@0.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==",
  13. "_location": "/@humanwhocodes/config-array",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@humanwhocodes/config-array@0.5.0",
  19. "name": "@humanwhocodes/config-array",
  20. "escapedName": "@humanwhocodes%2fconfig-array",
  21. "scope": "@humanwhocodes",
  22. "rawSpec": "0.5.0",
  23. "saveSpec": null,
  24. "fetchSpec": "0.5.0"
  25. },
  26. "_requiredBy": [
  27. "/eslint"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
  30. "_spec": "0.5.0",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Nicholas C. Zakas"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/humanwhocodes/config-array/issues"
  37. },
  38. "dependencies": {
  39. "@humanwhocodes/object-schema": "^1.2.0",
  40. "debug": "^4.1.1",
  41. "minimatch": "^3.0.4"
  42. },
  43. "description": "Glob-based configuration matching.",
  44. "devDependencies": {
  45. "@nitpik/javascript": "^0.3.3",
  46. "@nitpik/node": "0.0.5",
  47. "chai": "^4.2.0",
  48. "eslint": "^6.7.1",
  49. "esm": "^3.2.25",
  50. "lint-staged": "^10.2.8",
  51. "mocha": "^6.1.4",
  52. "nyc": "^14.1.1",
  53. "rollup": "^1.12.3",
  54. "yorkie": "^2.0.0"
  55. },
  56. "engines": {
  57. "node": ">=10.10.0"
  58. },
  59. "files": [
  60. "api.js"
  61. ],
  62. "gitHooks": {
  63. "pre-commit": "lint-staged"
  64. },
  65. "homepage": "https://github.com/humanwhocodes/config-array#readme",
  66. "keywords": [
  67. "configuration",
  68. "configarray",
  69. "config file"
  70. ],
  71. "license": "Apache-2.0",
  72. "lint-staged": {
  73. "*.js": [
  74. "nitpik",
  75. "eslint --fix --ignore-pattern '!.eslintrc.js'"
  76. ]
  77. },
  78. "main": "api.js",
  79. "name": "@humanwhocodes/config-array",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/humanwhocodes/config-array.git"
  83. },
  84. "scripts": {
  85. "build": "rollup -c",
  86. "format": "nitpik",
  87. "lint": "eslint *.config.js src/*.js tests/*.js",
  88. "prepublish": "npm run build",
  89. "test": "mocha -r esm tests/ --recursive",
  90. "test:coverage": "nyc --include src/*.js npm run test"
  91. },
  92. "version": "0.5.0"
  93. }