package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-glob@^2.0.1",
  6. "scope": null,
  7. "escapedName": "is-glob",
  8. "name": "is-glob",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "is-glob@>=2.0.1 <3.0.0",
  17. "_id": "is-glob@2.0.1",
  18. "_inCache": true,
  19. "_location": "/is-glob",
  20. "_nodeVersion": "0.12.4",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "2.10.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "is-glob@^2.0.1",
  29. "scope": null,
  30. "escapedName": "is-glob",
  31. "name": "is-glob",
  32. "rawSpec": "^2.0.1",
  33. "spec": ">=2.0.1 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/glob-base",
  38. "/glob-parent",
  39. "/micromatch",
  40. "/parse-glob"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
  43. "_shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863",
  44. "_shrinkwrap": null,
  45. "_spec": "is-glob@^2.0.1",
  46. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/micromatch",
  47. "author": {
  48. "name": "Jon Schlinkert",
  49. "url": "https://github.com/jonschlinkert"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/jonschlinkert/is-glob/issues"
  53. },
  54. "dependencies": {
  55. "is-extglob": "^1.0.0"
  56. },
  57. "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 bet",
  58. "devDependencies": {
  59. "mocha": "*"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863",
  64. "tarball": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "d7db1b2dd559b3d5a73f89dbe72d9e9f4d6587d7",
  73. "homepage": "https://github.com/jonschlinkert/is-glob",
  74. "keywords": [
  75. "bash",
  76. "braces",
  77. "check",
  78. "exec",
  79. "extglob",
  80. "expression",
  81. "glob",
  82. "globbing",
  83. "globstar",
  84. "match",
  85. "matches",
  86. "pattern",
  87. "regex",
  88. "regular",
  89. "string",
  90. "test"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "maintainers": [
  95. {
  96. "name": "jonschlinkert",
  97. "email": "github@sellside.com"
  98. },
  99. {
  100. "name": "doowb",
  101. "email": "brian.woodward@gmail.com"
  102. }
  103. ],
  104. "name": "is-glob",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/jonschlinkert/is-glob.git"
  110. },
  111. "scripts": {
  112. "test": "mocha"
  113. },
  114. "verb": {
  115. "related": {
  116. "list": [
  117. "has-glob",
  118. "is-extglob",
  119. "is-posix-bracket",
  120. "is-valid-glob",
  121. "micromatch"
  122. ]
  123. }
  124. },
  125. "version": "2.0.1"
  126. }