package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. "expand-range@^1.8.1",
  5. "D:\\work\\im\\node_modules\\braces"
  6. ]
  7. ],
  8. "_from": "expand-range@>=1.8.1 <2.0.0",
  9. "_id": "expand-range@1.8.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/expand-range",
  13. "_nodeVersion": "5.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/expand-range-1.8.2.tgz_1462440434873_0.7174076174851507"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "expand-range",
  26. "raw": "expand-range@^1.8.1",
  27. "rawSpec": "^1.8.1",
  28. "scope": null,
  29. "spec": ">=1.8.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/braces"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
  36. "_shasum": "a299effd335fe2721ebae8e257ec79644fc85337",
  37. "_shrinkwrap": null,
  38. "_spec": "expand-range@^1.8.1",
  39. "_where": "D:\\work\\im\\node_modules\\braces",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/expand-range/issues"
  46. },
  47. "dependencies": {
  48. "fill-range": "^2.1.0"
  49. },
  50. "description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
  51. "devDependencies": {
  52. "benchmarked": "^0.2.4",
  53. "brace-expansion": "^1.1.4",
  54. "glob": "^7.0.3",
  55. "gulp-format-md": "^0.1.9",
  56. "minimatch": "^3.0.0",
  57. "mocha": "^2.4.5"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "a299effd335fe2721ebae8e257ec79644fc85337",
  62. "tarball": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "4c873af0870df8382bafc66a93d5c89e3aad3d4d",
  71. "homepage": "https://github.com/jonschlinkert/expand-range",
  72. "keywords": [
  73. "alpha",
  74. "alphabetical",
  75. "bash",
  76. "brace",
  77. "expand",
  78. "expansion",
  79. "glob",
  80. "match",
  81. "matches",
  82. "matching",
  83. "number",
  84. "numerical",
  85. "range",
  86. "ranges",
  87. "sh"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "maintainers": [
  92. {
  93. "email": "github@sellside.com",
  94. "name": "jonschlinkert"
  95. },
  96. {
  97. "email": "brian.woodward@gmail.com",
  98. "name": "doowb"
  99. }
  100. ],
  101. "name": "expand-range",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/jonschlinkert/expand-range.git"
  107. },
  108. "scripts": {
  109. "test": "mocha"
  110. },
  111. "verb": {
  112. "layout": "default",
  113. "lint": {
  114. "reflinks": true
  115. },
  116. "plugins": [
  117. "gulp-format-md"
  118. ],
  119. "reflinks": [
  120. "verb"
  121. ],
  122. "related": {
  123. "list": [
  124. "micromatch",
  125. "fill-range",
  126. "braces"
  127. ]
  128. },
  129. "tasks": [
  130. "readme"
  131. ],
  132. "toc": false
  133. },
  134. "version": "1.8.2"
  135. }