package.json 4.2 KB

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