package.json 2.7 KB

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