package.json 2.7 KB

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