package.json 4.2 KB

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