package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "_args": [
  3. [
  4. "micromatch@^2.1.5",
  5. "D:\\work\\im\\node_modules\\anymatch"
  6. ]
  7. ],
  8. "_from": "micromatch@>=2.1.5 <3.0.0",
  9. "_id": "micromatch@2.3.11",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/micromatch",
  13. "_nodeVersion": "6.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/micromatch-2.3.11.tgz_1468602931475_0.3629888044670224"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "micromatch",
  26. "raw": "micromatch@^2.1.5",
  27. "rawSpec": "^2.1.5",
  28. "scope": null,
  29. "spec": ">=2.1.5 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/anymatch"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
  36. "_shasum": "86677c97d1720b363431d04d0d15293bd38c1565",
  37. "_shrinkwrap": null,
  38. "_spec": "micromatch@^2.1.5",
  39. "_where": "D:\\work\\im\\node_modules\\anymatch",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/micromatch/issues"
  46. },
  47. "dependencies": {
  48. "arr-diff": "^2.0.0",
  49. "array-unique": "^0.2.1",
  50. "braces": "^1.8.2",
  51. "expand-brackets": "^0.1.4",
  52. "extglob": "^0.3.1",
  53. "filename-regex": "^2.0.0",
  54. "is-extglob": "^1.0.0",
  55. "is-glob": "^2.0.1",
  56. "kind-of": "^3.0.2",
  57. "normalize-path": "^2.0.1",
  58. "object.omit": "^2.0.0",
  59. "parse-glob": "^3.0.4",
  60. "regex-cache": "^0.4.2"
  61. },
  62. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  63. "devDependencies": {
  64. "benchmarked": "^0.1.4",
  65. "chalk": "^1.1.1",
  66. "gulp": "^3.9.0",
  67. "gulp-eslint": "^1.1.1",
  68. "gulp-format-md": "^0.1.8",
  69. "gulp-istanbul": "^0.10.1",
  70. "gulp-mocha": "^2.1.3",
  71. "minimatch": "^3.0.0",
  72. "minimist": "^1.2.0",
  73. "mocha": "^2",
  74. "multimatch": "^2.0.0",
  75. "should": "^8",
  76. "write": "^0.2.1"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "86677c97d1720b363431d04d0d15293bd38c1565",
  81. "tarball": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz"
  82. },
  83. "engines": {
  84. "node": ">=0.10.0"
  85. },
  86. "files": [
  87. "index.js",
  88. "lib"
  89. ],
  90. "gitHead": "f194c187d04677b03047bb7d8d25643725f7a577",
  91. "homepage": "https://github.com/jonschlinkert/micromatch",
  92. "keywords": [
  93. "bash",
  94. "expand",
  95. "expansion",
  96. "expression",
  97. "file",
  98. "files",
  99. "filter",
  100. "find",
  101. "glob",
  102. "globbing",
  103. "globs",
  104. "globstar",
  105. "match",
  106. "matcher",
  107. "matches",
  108. "matching",
  109. "minimatch",
  110. "multimatch",
  111. "path",
  112. "pattern",
  113. "patterns",
  114. "regex",
  115. "regexp",
  116. "regular",
  117. "shell",
  118. "wildcard"
  119. ],
  120. "license": "MIT",
  121. "main": "index.js",
  122. "maintainers": [
  123. {
  124. "email": "github@sellside.com",
  125. "name": "jonschlinkert"
  126. },
  127. {
  128. "email": "brian.woodward@gmail.com",
  129. "name": "doowb"
  130. },
  131. {
  132. "email": "elan.shanker+npm@gmail.com",
  133. "name": "es128"
  134. }
  135. ],
  136. "name": "micromatch",
  137. "optionalDependencies": {},
  138. "readme": "ERROR: No README data found!",
  139. "repository": {
  140. "type": "git",
  141. "url": "git+https://github.com/jonschlinkert/micromatch.git"
  142. },
  143. "scripts": {
  144. "test": "mocha"
  145. },
  146. "verb": {
  147. "layout": false,
  148. "lint": {
  149. "reflinks": true
  150. },
  151. "plugins": [
  152. "gulp-format-md"
  153. ],
  154. "reflinks": [
  155. "braces",
  156. "expand-brackets",
  157. "extglob",
  158. "minimatch",
  159. "multimatch",
  160. "verb"
  161. ],
  162. "related": {
  163. "list": [
  164. "braces",
  165. "expand-brackets",
  166. "expand-range",
  167. "extglob",
  168. "fill-range",
  169. "gulp-micromatch",
  170. "is-glob",
  171. "parse-glob"
  172. ]
  173. },
  174. "tasks": [
  175. "readme"
  176. ],
  177. "toc": false
  178. },
  179. "version": "2.3.11"
  180. }