package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "expand-range@^1.8.1",
  3. "_id": "expand-range@1.8.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
  6. "_location": "/expand-range",
  7. "_phantomChildren": {
  8. "is-buffer": "1.1.6",
  9. "isarray": "1.0.0",
  10. "randomatic": "3.1.1",
  11. "repeat-element": "1.1.3",
  12. "repeat-string": "1.6.1"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "expand-range@^1.8.1",
  18. "name": "expand-range",
  19. "escapedName": "expand-range",
  20. "rawSpec": "^1.8.1",
  21. "saveSpec": null,
  22. "fetchSpec": "^1.8.1"
  23. },
  24. "_requiredBy": [
  25. "/browser-sync/braces"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
  28. "_shasum": "a299effd335fe2721ebae8e257ec79644fc85337",
  29. "_spec": "expand-range@^1.8.1",
  30. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync/node_modules/braces",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/expand-range/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "fill-range": "^2.1.0"
  41. },
  42. "deprecated": false,
  43. "description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
  44. "devDependencies": {
  45. "benchmarked": "^0.2.4",
  46. "brace-expansion": "^1.1.4",
  47. "glob": "^7.0.3",
  48. "gulp-format-md": "^0.1.9",
  49. "minimatch": "^3.0.0",
  50. "mocha": "^2.4.5"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/expand-range",
  59. "keywords": [
  60. "alpha",
  61. "alphabetical",
  62. "bash",
  63. "brace",
  64. "expand",
  65. "expansion",
  66. "glob",
  67. "match",
  68. "matches",
  69. "matching",
  70. "number",
  71. "numerical",
  72. "range",
  73. "ranges",
  74. "sh"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "expand-range",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jonschlinkert/expand-range.git"
  82. },
  83. "scripts": {
  84. "test": "mocha"
  85. },
  86. "verb": {
  87. "plugins": [
  88. "gulp-format-md"
  89. ],
  90. "reflinks": [
  91. "verb"
  92. ],
  93. "toc": false,
  94. "layout": "default",
  95. "lint": {
  96. "reflinks": true
  97. },
  98. "tasks": [
  99. "readme"
  100. ],
  101. "related": {
  102. "list": [
  103. "micromatch",
  104. "fill-range",
  105. "braces"
  106. ]
  107. }
  108. },
  109. "version": "1.8.2"
  110. }