package.json 2.9 KB

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