package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "expand-range@^1.8.1",
  3. "_id": "expand-range@1.8.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AFASGfIlnIbkKPQwX1yHaDjFvh/1gyKJODme52V6IORh69uEYgZp0o9C+qsIGNVEiuuhQU0CSSl++Rlegg1qvA==",
  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.4",
  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. "/jest-config/braces",
  26. "/jest-haste-map/braces",
  27. "/jest-message-util/braces",
  28. "/jest-runtime/braces",
  29. "/jest/braces",
  30. "/test-exclude/braces"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/expand-range/-/expand-range-1.8.2.tgz",
  33. "_shasum": "a299effd335fe2721ebae8e257ec79644fc85337",
  34. "_spec": "expand-range@^1.8.1",
  35. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\test-exclude\\node_modules\\braces",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/expand-range/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "fill-range": "^2.1.0"
  46. },
  47. "deprecated": false,
  48. "description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
  49. "devDependencies": {
  50. "benchmarked": "^0.2.4",
  51. "brace-expansion": "^1.1.4",
  52. "glob": "^7.0.3",
  53. "gulp-format-md": "^0.1.9",
  54. "minimatch": "^3.0.0",
  55. "mocha": "^2.4.5"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/expand-range",
  64. "keywords": [
  65. "alpha",
  66. "alphabetical",
  67. "bash",
  68. "brace",
  69. "expand",
  70. "expansion",
  71. "glob",
  72. "match",
  73. "matches",
  74. "matching",
  75. "number",
  76. "numerical",
  77. "range",
  78. "ranges",
  79. "sh"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "expand-range",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jonschlinkert/expand-range.git"
  87. },
  88. "scripts": {
  89. "test": "mocha"
  90. },
  91. "verb": {
  92. "plugins": [
  93. "gulp-format-md"
  94. ],
  95. "reflinks": [
  96. "verb"
  97. ],
  98. "toc": false,
  99. "layout": "default",
  100. "lint": {
  101. "reflinks": true
  102. },
  103. "tasks": [
  104. "readme"
  105. ],
  106. "related": {
  107. "list": [
  108. "micromatch",
  109. "fill-range",
  110. "braces"
  111. ]
  112. }
  113. },
  114. "version": "1.8.2"
  115. }