package.json 2.9 KB

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