package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "is-glob@4.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-glob@4.0.1",
  10. "_id": "is-glob@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=",
  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. "/fast-glob",
  29. "/http-proxy-middleware"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/is-glob/download/is-glob-4.0.1.tgz",
  32. "_spec": "4.0.1",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/micromatch/is-glob/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Brian Woodward",
  44. "url": "https://twitter.com/doowb"
  45. },
  46. {
  47. "name": "Daniel Perez",
  48. "url": "https://tuvistavie.com"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "url": "http://twitter.com/jonschlinkert"
  53. }
  54. ],
  55. "dependencies": {
  56. "is-extglob": "^2.1.1"
  57. },
  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. }