package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_from": "micromatch@^2.3.7",
  3. "_id": "micromatch@2.3.11",
  4. "_inBundle": false,
  5. "_integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
  6. "_location": "/micromatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "micromatch@^2.3.7",
  12. "name": "micromatch",
  13. "escapedName": "micromatch",
  14. "rawSpec": "^2.3.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.7"
  17. },
  18. "_requiredBy": [
  19. "/findup-sync"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/micromatch/download/micromatch-2.3.11.tgz",
  22. "_shasum": "86677c97d1720b363431d04d0d15293bd38c1565",
  23. "_spec": "micromatch@^2.3.7",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\findup-sync",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/micromatch/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "arr-diff": "^2.0.0",
  35. "array-unique": "^0.2.1",
  36. "braces": "^1.8.2",
  37. "expand-brackets": "^0.1.4",
  38. "extglob": "^0.3.1",
  39. "filename-regex": "^2.0.0",
  40. "is-extglob": "^1.0.0",
  41. "is-glob": "^2.0.1",
  42. "kind-of": "^3.0.2",
  43. "normalize-path": "^2.0.1",
  44. "object.omit": "^2.0.0",
  45. "parse-glob": "^3.0.4",
  46. "regex-cache": "^0.4.2"
  47. },
  48. "deprecated": false,
  49. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  50. "devDependencies": {
  51. "benchmarked": "^0.1.4",
  52. "chalk": "^1.1.1",
  53. "gulp": "^3.9.0",
  54. "gulp-eslint": "^1.1.1",
  55. "gulp-format-md": "^0.1.8",
  56. "gulp-istanbul": "^0.10.1",
  57. "gulp-mocha": "^2.1.3",
  58. "minimatch": "^3.0.0",
  59. "minimist": "^1.2.0",
  60. "mocha": "^2",
  61. "multimatch": "^2.0.0",
  62. "should": "^8",
  63. "write": "^0.2.1"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js",
  70. "lib"
  71. ],
  72. "homepage": "https://github.com/jonschlinkert/micromatch",
  73. "keywords": [
  74. "bash",
  75. "expand",
  76. "expansion",
  77. "expression",
  78. "file",
  79. "files",
  80. "filter",
  81. "find",
  82. "glob",
  83. "globbing",
  84. "globs",
  85. "globstar",
  86. "match",
  87. "matcher",
  88. "matches",
  89. "matching",
  90. "minimatch",
  91. "multimatch",
  92. "path",
  93. "pattern",
  94. "patterns",
  95. "regex",
  96. "regexp",
  97. "regular",
  98. "shell",
  99. "wildcard"
  100. ],
  101. "license": "MIT",
  102. "main": "index.js",
  103. "name": "micromatch",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/jonschlinkert/micromatch.git"
  107. },
  108. "scripts": {
  109. "test": "mocha"
  110. },
  111. "verb": {
  112. "related": {
  113. "list": [
  114. "braces",
  115. "expand-brackets",
  116. "expand-range",
  117. "extglob",
  118. "fill-range",
  119. "gulp-micromatch",
  120. "is-glob",
  121. "parse-glob"
  122. ]
  123. },
  124. "reflinks": [
  125. "braces",
  126. "expand-brackets",
  127. "extglob",
  128. "minimatch",
  129. "multimatch",
  130. "verb"
  131. ],
  132. "toc": false,
  133. "layout": false,
  134. "tasks": [
  135. "readme"
  136. ],
  137. "plugins": [
  138. "gulp-format-md"
  139. ],
  140. "lint": {
  141. "reflinks": true
  142. }
  143. },
  144. "version": "2.3.11"
  145. }