package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. "expand-brackets@2.1.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "expand-brackets@2.1.4",
  10. "_id": "expand-brackets@2.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
  13. "_location": "/expand-brackets",
  14. "_phantomChildren": {
  15. "is-descriptor": "0.1.6",
  16. "is-extendable": "0.1.1"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "expand-brackets@2.1.4",
  22. "name": "expand-brackets",
  23. "escapedName": "expand-brackets",
  24. "rawSpec": "2.1.4",
  25. "saveSpec": null,
  26. "fetchSpec": "2.1.4"
  27. },
  28. "_requiredBy": [
  29. "/extglob"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/expand-brackets/download/expand-brackets-2.1.4.tgz",
  32. "_spec": "2.1.4",
  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/jonschlinkert/expand-brackets/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Elan Shanker",
  44. "url": "https://github.com/es128"
  45. },
  46. {
  47. "name": "Eugene Sharygin",
  48. "url": "https://github.com/eush77"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "email": "jon.schlinkert@sellside.com",
  53. "url": "http://twitter.com/jonschlinkert"
  54. },
  55. {
  56. "name": "Martin Kolárik",
  57. "email": "martin@kolarik.sk",
  58. "url": "http://kolarik.sk"
  59. }
  60. ],
  61. "dependencies": {
  62. "debug": "^2.3.3",
  63. "define-property": "^0.2.5",
  64. "extend-shallow": "^2.0.1",
  65. "posix-character-classes": "^0.1.0",
  66. "regex-not": "^1.0.0",
  67. "snapdragon": "^0.8.1",
  68. "to-regex": "^3.0.1"
  69. },
  70. "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
  71. "devDependencies": {
  72. "bash-match": "^0.1.1",
  73. "gulp-format-md": "^0.1.10",
  74. "helper-changelog": "^0.3.0",
  75. "minimatch": "^3.0.3",
  76. "mocha": "^3.0.2",
  77. "multimatch": "^2.1.0",
  78. "yargs-parser": "^4.0.0"
  79. },
  80. "engines": {
  81. "node": ">=0.10.0"
  82. },
  83. "files": [
  84. "index.js",
  85. "lib"
  86. ],
  87. "homepage": "https://github.com/jonschlinkert/expand-brackets",
  88. "keywords": [
  89. "bracket",
  90. "brackets",
  91. "character class",
  92. "expand",
  93. "expression",
  94. "posix"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "expand-brackets",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/jonschlinkert/expand-brackets.git"
  102. },
  103. "scripts": {
  104. "test": "mocha"
  105. },
  106. "verb": {
  107. "run": true,
  108. "toc": false,
  109. "layout": "default",
  110. "tasks": [
  111. "readme"
  112. ],
  113. "plugins": [
  114. "gulp-format-md"
  115. ],
  116. "helpers": [
  117. "helper-changelog"
  118. ],
  119. "related": {
  120. "list": [
  121. "braces",
  122. "extglob",
  123. "micromatch",
  124. "nanomatch"
  125. ]
  126. },
  127. "reflinks": [
  128. "micromatch",
  129. "verb",
  130. "verb-generate-readme"
  131. ],
  132. "lint": {
  133. "reflinks": true
  134. }
  135. },
  136. "version": "2.1.4"
  137. }