package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "fill-range@2.2.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fill-range@2.2.4",
  10. "_id": "fill-range@2.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==",
  13. "_location": "/fill-range",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fill-range@2.2.4",
  19. "name": "fill-range",
  20. "escapedName": "fill-range",
  21. "rawSpec": "2.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.4"
  24. },
  25. "_requiredBy": [
  26. "/expand-range"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz",
  29. "_spec": "2.2.4",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/fill-range/issues"
  37. },
  38. "dependencies": {
  39. "is-number": "^2.1.0",
  40. "isobject": "^2.0.0",
  41. "randomatic": "^3.0.0",
  42. "repeat-element": "^1.1.2",
  43. "repeat-string": "^1.5.2"
  44. },
  45. "description": "Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.",
  46. "devDependencies": {
  47. "benchmarked": "^0.1.3",
  48. "chalk": "^0.5.1",
  49. "gulp-format-md": "^1.0.0",
  50. "should": "^13.2.1"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/fill-range",
  59. "keywords": [
  60. "alpha",
  61. "alphabetical",
  62. "bash",
  63. "brace",
  64. "expand",
  65. "expansion",
  66. "fill",
  67. "glob",
  68. "match",
  69. "matches",
  70. "matching",
  71. "number",
  72. "numerical",
  73. "range",
  74. "ranges",
  75. "sh"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "fill-range",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonschlinkert/fill-range.git"
  83. },
  84. "scripts": {
  85. "test": "mocha"
  86. },
  87. "verb": {
  88. "toc": true,
  89. "layout": "default",
  90. "tasks": [
  91. "readme"
  92. ],
  93. "plugins": [
  94. "gulp-format-md"
  95. ],
  96. "related": {
  97. "list": [
  98. "braces",
  99. "expand-range",
  100. "is-glob",
  101. "micromatch"
  102. ]
  103. },
  104. "lint": {
  105. "reflinks": true
  106. },
  107. "reflinks": [
  108. "micromatch",
  109. "randomatic"
  110. ]
  111. },
  112. "version": "2.2.4"
  113. }