package.json 2.5 KB

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