package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "braces@^1.8.2",
  6. "scope": null,
  7. "escapedName": "braces",
  8. "name": "braces",
  9. "rawSpec": "^1.8.2",
  10. "spec": ">=1.8.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "braces@>=1.8.2 <2.0.0",
  17. "_id": "braces@1.8.5",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/braces",
  21. "_nodeVersion": "5.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/braces-1.8.5.tgz_1463843581552_0.5618140168953687"
  25. },
  26. "_npmUser": {
  27. "name": "jonschlinkert",
  28. "email": "github@sellside.com"
  29. },
  30. "_npmVersion": "3.6.0",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "braces@^1.8.2",
  34. "scope": null,
  35. "escapedName": "braces",
  36. "name": "braces",
  37. "rawSpec": "^1.8.2",
  38. "spec": ">=1.8.2 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/micromatch"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
  45. "_shasum": "ba77962e12dff969d6b76711e914b737857bf6a7",
  46. "_shrinkwrap": null,
  47. "_spec": "braces@^1.8.2",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/micromatch",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/braces/issues"
  55. },
  56. "dependencies": {
  57. "expand-range": "^1.8.1",
  58. "preserve": "^0.2.0",
  59. "repeat-element": "^1.1.2"
  60. },
  61. "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
  62. "devDependencies": {
  63. "benchmarked": "^0.1.5",
  64. "brace-expansion": "^1.1.3",
  65. "chalk": "^1.1.3",
  66. "gulp-format-md": "^0.1.8",
  67. "minimatch": "^3.0.0",
  68. "minimist": "^1.2.0",
  69. "mocha": "^2.4.5",
  70. "should": "^8.3.1"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "ba77962e12dff969d6b76711e914b737857bf6a7",
  75. "tarball": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz"
  76. },
  77. "engines": {
  78. "node": ">=0.10.0"
  79. },
  80. "files": [
  81. "index.js"
  82. ],
  83. "gitHead": "24874614ebeda1c5405180f1f6c9f374bcf384ce",
  84. "homepage": "https://github.com/jonschlinkert/braces",
  85. "keywords": [
  86. "alpha",
  87. "alphabetical",
  88. "bash",
  89. "brace",
  90. "expand",
  91. "expansion",
  92. "filepath",
  93. "fill",
  94. "fs",
  95. "glob",
  96. "globbing",
  97. "letter",
  98. "match",
  99. "matches",
  100. "matching",
  101. "number",
  102. "numerical",
  103. "path",
  104. "range",
  105. "ranges",
  106. "sh"
  107. ],
  108. "license": "MIT",
  109. "main": "index.js",
  110. "maintainers": [
  111. {
  112. "name": "jonschlinkert",
  113. "email": "github@sellside.com"
  114. },
  115. {
  116. "name": "es128",
  117. "email": "elan.shanker+npm@gmail.com"
  118. },
  119. {
  120. "name": "doowb",
  121. "email": "brian.woodward@gmail.com"
  122. }
  123. ],
  124. "name": "braces",
  125. "optionalDependencies": {},
  126. "readme": "ERROR: No README data found!",
  127. "repository": {
  128. "type": "git",
  129. "url": "git+https://github.com/jonschlinkert/braces.git"
  130. },
  131. "scripts": {
  132. "test": "mocha"
  133. },
  134. "verb": {
  135. "plugins": [
  136. "gulp-format-md"
  137. ],
  138. "reflinks": [
  139. "verb"
  140. ],
  141. "toc": false,
  142. "layout": "default",
  143. "lint": {
  144. "reflinks": true
  145. },
  146. "tasks": [
  147. "readme"
  148. ],
  149. "related": {
  150. "list": [
  151. "micromatch",
  152. "expand-range",
  153. "fill-range"
  154. ]
  155. }
  156. },
  157. "version": "1.8.5"
  158. }