package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "fill-range@^4.0.0",
  3. "_id": "fill-range@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
  6. "_location": "/fill-range",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fill-range@^4.0.0",
  12. "name": "fill-range",
  13. "escapedName": "fill-range",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/braces"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/fill-range/download/fill-range-4.0.0.tgz",
  22. "_shasum": "d544811d428f98eb06a63dc402d2403c328c38f7",
  23. "_spec": "fill-range@^4.0.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\braces",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/fill-range/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "email": "wtgtybhertgeghgtwtg@gmail.com",
  36. "url": "https://github.com/wtgtybhertgeghgtwtg"
  37. },
  38. {
  39. "name": "Edo Rivai",
  40. "email": "edo.rivai@gmail.com",
  41. "url": "edo.rivai.nl"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "email": "jon.schlinkert@sellside.com",
  46. "url": "http://twitter.com/jonschlinkert"
  47. },
  48. {
  49. "name": "Paul Miller",
  50. "email": "paul+gh@paulmillr.com",
  51. "url": "paulmillr.com"
  52. }
  53. ],
  54. "dependencies": {
  55. "extend-shallow": "^2.0.1",
  56. "is-number": "^3.0.0",
  57. "repeat-string": "^1.6.1",
  58. "to-regex-range": "^2.1.0"
  59. },
  60. "deprecated": false,
  61. "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
  62. "devDependencies": {
  63. "ansi-cyan": "^0.1.1",
  64. "benchmarked": "^1.0.0",
  65. "gulp-format-md": "^0.1.12",
  66. "minimist": "^1.2.0",
  67. "mocha": "^3.2.0"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/jonschlinkert/fill-range",
  76. "keywords": [
  77. "alpha",
  78. "alphabetical",
  79. "array",
  80. "bash",
  81. "brace",
  82. "expand",
  83. "expansion",
  84. "fill",
  85. "glob",
  86. "match",
  87. "matches",
  88. "matching",
  89. "number",
  90. "numerical",
  91. "range",
  92. "ranges",
  93. "regex",
  94. "sh"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "fill-range",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/jonschlinkert/fill-range.git"
  102. },
  103. "scripts": {
  104. "test": "mocha"
  105. },
  106. "verb": {
  107. "related": {
  108. "list": [
  109. "braces",
  110. "expand-range",
  111. "micromatch",
  112. "to-regex-range"
  113. ]
  114. },
  115. "toc": true,
  116. "layout": "default",
  117. "tasks": [
  118. "readme"
  119. ],
  120. "plugins": [
  121. "gulp-format-md"
  122. ],
  123. "lint": {
  124. "reflinks": true
  125. }
  126. },
  127. "version": "4.0.0"
  128. }