package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. {
  2. "_args": [
  3. [
  4. "braces@2.3.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "braces@2.3.2",
  10. "_id": "braces@2.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=",
  13. "_location": "/braces",
  14. "_phantomChildren": {
  15. "is-extendable": "0.1.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "braces@2.3.2",
  21. "name": "braces",
  22. "escapedName": "braces",
  23. "rawSpec": "2.3.2",
  24. "saveSpec": null,
  25. "fetchSpec": "2.3.2"
  26. },
  27. "_requiredBy": [
  28. "/chokidar",
  29. "/micromatch"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/braces/download/braces-2.3.2.tgz",
  32. "_spec": "2.3.2",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/micromatch/braces/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Brian Woodward",
  44. "url": "https://twitter.com/doowb"
  45. },
  46. {
  47. "name": "Elan Shanker",
  48. "url": "https://github.com/es128"
  49. },
  50. {
  51. "name": "Eugene Sharygin",
  52. "url": "https://github.com/eush77"
  53. },
  54. {
  55. "name": "hemanth.hm",
  56. "url": "http://h3manth.com"
  57. },
  58. {
  59. "name": "Jon Schlinkert",
  60. "url": "http://twitter.com/jonschlinkert"
  61. }
  62. ],
  63. "dependencies": {
  64. "arr-flatten": "^1.1.0",
  65. "array-unique": "^0.3.2",
  66. "extend-shallow": "^2.0.1",
  67. "fill-range": "^4.0.0",
  68. "isobject": "^3.0.1",
  69. "repeat-element": "^1.1.2",
  70. "snapdragon": "^0.8.1",
  71. "snapdragon-node": "^2.0.1",
  72. "split-string": "^3.0.2",
  73. "to-regex": "^3.0.1"
  74. },
  75. "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
  76. "devDependencies": {
  77. "ansi-cyan": "^0.1.1",
  78. "benchmarked": "^2.0.0",
  79. "brace-expansion": "^1.1.8",
  80. "cross-spawn": "^5.1.0",
  81. "gulp": "^3.9.1",
  82. "gulp-eslint": "^4.0.0",
  83. "gulp-format-md": "^1.0.0",
  84. "gulp-istanbul": "^1.1.2",
  85. "gulp-mocha": "^3.0.1",
  86. "gulp-unused": "^0.2.1",
  87. "is-windows": "^1.0.1",
  88. "minimatch": "^3.0.4",
  89. "mocha": "^3.2.0",
  90. "noncharacters": "^1.1.0",
  91. "text-table": "^0.2.0",
  92. "time-diff": "^0.3.1",
  93. "yargs-parser": "^8.0.0"
  94. },
  95. "engines": {
  96. "node": ">=0.10.0"
  97. },
  98. "files": [
  99. "index.js",
  100. "lib"
  101. ],
  102. "homepage": "https://github.com/micromatch/braces",
  103. "keywords": [
  104. "alpha",
  105. "alphabetical",
  106. "bash",
  107. "brace",
  108. "braces",
  109. "expand",
  110. "expansion",
  111. "filepath",
  112. "fill",
  113. "fs",
  114. "glob",
  115. "globbing",
  116. "letter",
  117. "match",
  118. "matches",
  119. "matching",
  120. "number",
  121. "numerical",
  122. "path",
  123. "range",
  124. "ranges",
  125. "sh"
  126. ],
  127. "license": "MIT",
  128. "main": "index.js",
  129. "name": "braces",
  130. "repository": {
  131. "type": "git",
  132. "url": "git+https://github.com/micromatch/braces.git"
  133. },
  134. "scripts": {
  135. "benchmark": "node benchmark",
  136. "test": "mocha"
  137. },
  138. "verb": {
  139. "toc": false,
  140. "layout": "default",
  141. "tasks": [
  142. "readme"
  143. ],
  144. "lint": {
  145. "reflinks": true
  146. },
  147. "plugins": [
  148. "gulp-format-md"
  149. ],
  150. "related": {
  151. "list": [
  152. "expand-brackets",
  153. "extglob",
  154. "fill-range",
  155. "micromatch",
  156. "nanomatch"
  157. ]
  158. }
  159. },
  160. "version": "2.3.2"
  161. }