package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "is-glob@4.0.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-glob@4.0.3",
  10. "_id": "is-glob@4.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  13. "_location": "/is-glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-glob@4.0.3",
  19. "name": "is-glob",
  20. "escapedName": "is-glob",
  21. "rawSpec": "4.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.3"
  24. },
  25. "_requiredBy": [
  26. "/chokidar",
  27. "/copy-webpack-plugin/glob-parent",
  28. "/eslint",
  29. "/glob-parent",
  30. "/http-proxy-middleware"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  33. "_spec": "4.0.3",
  34. "_where": "/Users/mac/projects/mime/mine",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/micromatch/is-glob/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Brian Woodward",
  45. "url": "https://twitter.com/doowb"
  46. },
  47. {
  48. "name": "Daniel Perez",
  49. "url": "https://tuvistavie.com"
  50. },
  51. {
  52. "name": "Jon Schlinkert",
  53. "url": "http://twitter.com/jonschlinkert"
  54. }
  55. ],
  56. "dependencies": {
  57. "is-extglob": "^2.1.1"
  58. },
  59. "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.",
  60. "devDependencies": {
  61. "gulp-format-md": "^0.1.10",
  62. "mocha": "^3.0.2"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/micromatch/is-glob",
  71. "keywords": [
  72. "bash",
  73. "braces",
  74. "check",
  75. "exec",
  76. "expression",
  77. "extglob",
  78. "glob",
  79. "globbing",
  80. "globstar",
  81. "is",
  82. "match",
  83. "matches",
  84. "pattern",
  85. "regex",
  86. "regular",
  87. "string",
  88. "test"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "is-glob",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/micromatch/is-glob.git"
  96. },
  97. "scripts": {
  98. "test": "mocha && node benchmark.js"
  99. },
  100. "verb": {
  101. "layout": "default",
  102. "plugins": [
  103. "gulp-format-md"
  104. ],
  105. "related": {
  106. "list": [
  107. "assemble",
  108. "base",
  109. "update",
  110. "verb"
  111. ]
  112. },
  113. "reflinks": [
  114. "assemble",
  115. "bach",
  116. "base",
  117. "composer",
  118. "gulp",
  119. "has-glob",
  120. "is-valid-glob",
  121. "micromatch",
  122. "npm",
  123. "scaffold",
  124. "verb",
  125. "vinyl"
  126. ]
  127. },
  128. "version": "4.0.3"
  129. }