package.json 2.5 KB

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