package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "is-glob@~4.0.1",
  3. "_id": "is-glob@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  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-plugin-import",
  22. "/glob-parent",
  23. "/watchpack-chokidar2/chokidar"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  26. "_shasum": "64f61e42cbbb2eec2071a9dac0b28ba1e65d5084",
  27. "_spec": "is-glob@~4.0.1",
  28. "_where": "H:\\gs_nuxt\\node_modules\\chokidar",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/micromatch/is-glob/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Brian Woodward",
  40. "url": "https://twitter.com/doowb"
  41. },
  42. {
  43. "name": "Daniel Perez",
  44. "url": "https://tuvistavie.com"
  45. },
  46. {
  47. "name": "Jon Schlinkert",
  48. "url": "http://twitter.com/jonschlinkert"
  49. }
  50. ],
  51. "dependencies": {
  52. "is-extglob": "^2.1.1"
  53. },
  54. "deprecated": false,
  55. "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.",
  56. "devDependencies": {
  57. "gulp-format-md": "^0.1.10",
  58. "mocha": "^3.0.2"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/micromatch/is-glob",
  67. "keywords": [
  68. "bash",
  69. "braces",
  70. "check",
  71. "exec",
  72. "expression",
  73. "extglob",
  74. "glob",
  75. "globbing",
  76. "globstar",
  77. "is",
  78. "match",
  79. "matches",
  80. "pattern",
  81. "regex",
  82. "regular",
  83. "string",
  84. "test"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "is-glob",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/micromatch/is-glob.git"
  92. },
  93. "scripts": {
  94. "test": "mocha && node benchmark.js"
  95. },
  96. "verb": {
  97. "layout": "default",
  98. "plugins": [
  99. "gulp-format-md"
  100. ],
  101. "related": {
  102. "list": [
  103. "assemble",
  104. "base",
  105. "update",
  106. "verb"
  107. ]
  108. },
  109. "reflinks": [
  110. "assemble",
  111. "bach",
  112. "base",
  113. "composer",
  114. "gulp",
  115. "has-glob",
  116. "is-valid-glob",
  117. "micromatch",
  118. "npm",
  119. "scaffold",
  120. "verb",
  121. "vinyl"
  122. ]
  123. },
  124. "version": "4.0.3"
  125. }