package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "is-glob@^4.0.1",
  3. "_id": "is-glob@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
  6. "_location": "/is-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-glob@^4.0.1",
  12. "name": "is-glob",
  13. "escapedName": "is-glob",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@typescript-eslint/typescript-estree",
  20. "/chokidar",
  21. "/eslint",
  22. "/eslint-plugin-testing-library/@typescript-eslint/typescript-estree",
  23. "/glob-parent",
  24. "/http-proxy-middleware",
  25. "/watchpack-chokidar2/chokidar",
  26. "/webpack-dev-server/chokidar"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
  29. "_shasum": "7567dbe9f2f5e2467bc77ab83c4a29482407a5dc",
  30. "_spec": "is-glob@^4.0.1",
  31. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@typescript-eslint\\typescript-estree",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/micromatch/is-glob/issues"
  38. },
  39. "bundleDependencies": false,
  40. "contributors": [
  41. {
  42. "name": "Brian Woodward",
  43. "url": "https://twitter.com/doowb"
  44. },
  45. {
  46. "name": "Daniel Perez",
  47. "url": "https://tuvistavie.com"
  48. },
  49. {
  50. "name": "Jon Schlinkert",
  51. "url": "http://twitter.com/jonschlinkert"
  52. }
  53. ],
  54. "dependencies": {
  55. "is-extglob": "^2.1.1"
  56. },
  57. "deprecated": false,
  58. "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
  59. "devDependencies": {
  60. "gulp-format-md": "^0.1.10",
  61. "mocha": "^3.0.2"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/micromatch/is-glob",
  70. "keywords": [
  71. "bash",
  72. "braces",
  73. "check",
  74. "exec",
  75. "expression",
  76. "extglob",
  77. "glob",
  78. "globbing",
  79. "globstar",
  80. "is",
  81. "match",
  82. "matches",
  83. "pattern",
  84. "regex",
  85. "regular",
  86. "string",
  87. "test"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "is-glob",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/micromatch/is-glob.git"
  95. },
  96. "scripts": {
  97. "test": "mocha"
  98. },
  99. "verb": {
  100. "layout": "default",
  101. "plugins": [
  102. "gulp-format-md"
  103. ],
  104. "related": {
  105. "list": [
  106. "assemble",
  107. "base",
  108. "update",
  109. "verb"
  110. ]
  111. },
  112. "reflinks": [
  113. "assemble",
  114. "bach",
  115. "base",
  116. "composer",
  117. "gulp",
  118. "has-glob",
  119. "is-valid-glob",
  120. "micromatch",
  121. "npm",
  122. "scaffold",
  123. "verb",
  124. "vinyl"
  125. ]
  126. },
  127. "version": "4.0.1"
  128. }